aboutsummaryrefslogtreecommitdiffstats
path: root/community/nemo-qml-plugin-devicelock/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nemo-qml-plugin-devicelock/APKBUILD')
-rw-r--r--community/nemo-qml-plugin-devicelock/APKBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/community/nemo-qml-plugin-devicelock/APKBUILD b/community/nemo-qml-plugin-devicelock/APKBUILD
index ba0c75a89a8..d7677416b4f 100644
--- a/community/nemo-qml-plugin-devicelock/APKBUILD
+++ b/community/nemo-qml-plugin-devicelock/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nemo-qml-plugin-devicelock
-pkgver=0.3.5
-pkgrel=0
+pkgver=0.3.7
+pkgrel=2
pkgdesc="Nemo QML devicelock plugin"
-url="https://git.sailfishos.org/mer-core/nemo-qml-plugin-devicelock"
+url="https://github.com/sailfishos/nemo-qml-plugin-devicelock"
arch="all !armhf" # nemo-qml-plugin-dbus
license="BSD-3-Clause"
depends_dev="
@@ -16,7 +16,7 @@ depends_dev="
"
makedepends="$depends_dev"
subpackages="$pkgname-static $pkgname-dev"
-source="https://git.sailfishos.org/mer-core/nemo-qml-plugin-devicelock/-/archive/$pkgver/nemo-qml-plugin-devicelock-$pkgver.tar.gz"
+source="https://github.com/sailfishos/nemo-qml-plugin-devicelock/archive/$pkgver/nemo-qml-plugin-devicelock-$pkgver.tar.gz"
build() {
qmake-qt5 CONFIG+=no_systemd
@@ -25,6 +25,11 @@ build() {
package() {
INSTALL_ROOT="$pkgdir" make install
+
+ mkdir -p "$pkgdir"/usr/share/dbus-1/system.d/
+ mv "$pkgdir"/etc/dbus-1/system.d/* "$pkgdir"/usr/share/dbus-1/system.d/
}
-sha512sums="3da85e11f77f84b377f9c5524ebc36852272ee7e70499b18b1711579d3d9df273f437d1a892073d22b24030a452827c9469888b48fa23d8ea9dde4881e87b0cb nemo-qml-plugin-devicelock-0.3.5.tar.gz"
+sha512sums="
+66541cb4a26acda57551e910e233189173b70c7a51391e8e409be220e6ae48aa01b0a7b7dfebd2878c72642db6bbddd7cede0b59204ef7d98accfe4ab1f13210 nemo-qml-plugin-devicelock-0.3.7.tar.gz
+"