From 2829d65e985b597dfe57b60ffd273aad478f31e1 Mon Sep 17 00:00:00 2001 From: PureTryOut Date: Mon, 11 Feb 2019 17:27:47 +0100 Subject: [PATCH] main/buho: new aport (!214) --- main/buho/APKBUILD | 26 +++++++++++++++++++++ main/postmarketos-ui-plasma-mobile/APKBUILD | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 main/buho/APKBUILD diff --git a/main/buho/APKBUILD b/main/buho/APKBUILD new file mode 100644 index 000000000..6e4b8d8c4 --- /dev/null +++ b/main/buho/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=buho +pkgver=0_git20190105 +pkgrel=0 +_commit="17f53d30f8c957a781f4332c5754f424baec2532" +pkgdesc="Note taking app based on MauiKit" +arch="all" +url="https://github.com/mauikit/buho" +license="unknown" +depends="mauikit" +makedepends="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtwebengine-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() { + qmake-qt5 + make +} + +package() { + cd "$builddir" + make INSTALL_ROOT="$pkgdir" install +} +sha512sums="0b8843fb8a7062a6d4666a6cf4657aa50178bff350ea08bd1fd108859293f823f9f8a718215c53fbec00369107a9ae7cdd3d334eb78f94f88330599b0df5490a buho-17f53d30f8c957a781f4332c5754f424baec2532.tar.gz" diff --git a/main/postmarketos-ui-plasma-mobile/APKBUILD b/main/postmarketos-ui-plasma-mobile/APKBUILD index c40554223..42eaee32e 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 pix index vvave plasma-angelfish" +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" install="$pkgname.post-install" source="start_plasma.sh kwinrc kdeglobals qtlogging.ini org.kde.phone.homescreen.js" options="!check"