mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
34 lines
902 B
Plaintext
34 lines
902 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-dbus
|
|
pkgver=2.1.28
|
|
pkgrel=0
|
|
pkgdesc="Nemo QML dbus plugin"
|
|
url="https://github.com/sailfishos/nemo-qml-plugin-dbus"
|
|
arch="all !armhf" # armhf blocked by qt5-qtdeclarative-dev
|
|
license="BSD-3-Clause AND LGPL-2.1-only"
|
|
depends_dev="
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
"
|
|
makedepends="$depends_dev"
|
|
subpackages="$pkgname-dev"
|
|
source="https://github.com/sailfishos/nemo-qml-plugin-dbus/archive/$pkgver/nemo-qml-plugin-dbus-$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
|
|
# Remove installed tests
|
|
rm -r "$pkgdir"/opt
|
|
}
|
|
|
|
sha512sums="
|
|
b4f157d7ddae8e602cf6e1a97c8969e8826f950b6dfe103bad62fc13d51aa2a7212069de0d2fdf84f35fa2b28a14d32a9e27ad75e5163498b2c46b239ad4cd44 nemo-qml-plugin-dbus-2.1.28.tar.gz
|
|
"
|