From 6f3635fc24dcb78f2f5b29a0f00d5e9830444fa2 Mon Sep 17 00:00:00 2001 From: PureTryOut Date: Mon, 11 Feb 2019 17:27:57 +0100 Subject: [PATCH] main/nota: new aport (!214) --- main/nota/APKBUILD | 29 +++++++++++++++++++++ main/postmarketos-ui-plasma-mobile/APKBUILD | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 main/nota/APKBUILD diff --git a/main/nota/APKBUILD b/main/nota/APKBUILD new file mode 100644 index 000000000..8a5d48333 --- /dev/null +++ b/main/nota/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=nota +pkgver=0_git20190205 +pkgrel=0 +_commit="89356cdcd02abfcad3ee15ce0da8b3cd5081e451" +pkgdesc="Nota is a simple and convergent text editor" +arch="all" +url="https://github.com/mauikit/nota" +license="unknown" +depends="mauikit" +makedepends="extra-cmake-modules qt5-qtbase-dev mauikit-dev" +source="$pkgname-$_commit.tar.gz::https://github.com/mauikit/$pkgname/archive/$_commit.tar.gz" +options="!check" # No tests available +builddir="$srcdir/$pkgname-$_commit" + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + cd "$builddir" + DESTDIR="$pkgdir" make install +} +sha512sums="b9358e309ce1088cbf6ebab7098d8efc4d7b4870b7eb6c007973822b95c0d01103609a06fa95c6eb20c82c95fea26f8c8a6fd8e3e94cb379d0881dd40b28ac6e nota-89356cdcd02abfcad3ee15ce0da8b3cd5081e451.tar.gz" diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index 42eaee32e..0181d85d6 100644 --- a/main/postmarketos-ui-plasma-mobile/APKBUILD +++ b/main/postmarketos-ui-plasma-mobile/APKBUILD @@ -8,7 +8,7 @@ url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" arch="noarch" license="GPL-3.0-or-later" # dbus-x11 provides dbus-launch -depends="plasma-phone-components dbus dbus-x11 plasma-settings breeze-icons postmarketos-demos kscreen qt5-qtvirtualkeyboard plasma-camera pulseaudio pulseaudio-utils consolekit2 powerdevil polkit-kde-agent kwayland-integration postmarketos-artwork-wallpapers okular qmlkonsole calindori plasma-angelfish pix index vvave buho" +depends="plasma-phone-components dbus dbus-x11 plasma-settings breeze-icons postmarketos-demos kscreen qt5-qtvirtualkeyboard plasma-camera pulseaudio pulseaudio-utils consolekit2 powerdevil polkit-kde-agent kwayland-integration postmarketos-artwork-wallpapers okular qmlkonsole calindori plasma-angelfish pix index vvave buho nota" install="$pkgname.post-install" source="start_plasma.sh kwinrc kdeglobals qtlogging.ini org.kde.phone.homescreen.js" options="!check"