aboutsummaryrefslogtreecommitdiffstats
path: root/community/nemo-qml-plugin-notifications/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nemo-qml-plugin-notifications/APKBUILD')
-rw-r--r--community/nemo-qml-plugin-notifications/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/nemo-qml-plugin-notifications/APKBUILD b/community/nemo-qml-plugin-notifications/APKBUILD
deleted file mode 100644
index a2ed9a2d27f..00000000000
--- a/community/nemo-qml-plugin-notifications/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=nemo-qml-plugin-notifications
-pkgver=1.2.18
-pkgrel=0
-pkgdesc="Nemo QML notifications plugin"
-url="https://github.com/sailfishos/nemo-qml-plugin-notifications"
-arch="all"
-license="BSD-3-Clause"
-makedepends="
- qt5-qtbase-dev
- qt5-qtdeclarative-dev
- qtchooser
- "
-source="https://github.com/sailfishos/nemo-qml-plugin-notifications/archive/$pkgver/nemo-qml-plugin-notifications-$pkgver.tar.gz"
-options="!check" # No tests
-
-build() {
- qmake-qt5
- make
-}
-
-package() {
- INSTALL_ROOT="$pkgdir" make install
-}
-
-sha512sums="
-074b928f79d92c29b281bebd6fb8d6bdade72862dd5090617577b2e024adb6e31af2ab4ec298ab56cbb51efbf5020eaff6af05094c9686eea9d4213dfb62fd61 nemo-qml-plugin-notifications-1.2.18.tar.gz
-"