mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
30 lines
930 B
Text
30 lines
930 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-devicelock
|
|
pkgver=0.3.5
|
|
pkgrel=0
|
|
pkgdesc="Nemo QML devicelock plugin"
|
|
url="https://git.sailfishos.org/mer-core/nemo-qml-plugin-devicelock"
|
|
arch="all !armhf" # nemo-qml-plugin-dbus
|
|
license="BSD-3-Clause"
|
|
depends_dev="
|
|
elogind-dev
|
|
nemo-keepalive-dev
|
|
nemo-qml-plugin-dbus-dev
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-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"
|
|
|
|
build() {
|
|
qmake-qt5 CONFIG+=no_systemd
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="3da85e11f77f84b377f9c5524ebc36852272ee7e70499b18b1711579d3d9df273f437d1a892073d22b24030a452827c9469888b48fa23d8ea9dde4881e87b0cb nemo-qml-plugin-devicelock-0.3.5.tar.gz"
|