mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
33 lines
902 B
Text
33 lines
902 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-dbus
|
|
pkgver=2.1.30
|
|
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="
|
|
43803fed9983a7e053b3ff8b632c4ee54bb338d9bda77c01ca432c6bb96f897a55770751acbf7d3869f96f58e0c10aa4df8f0f6c34fc3af155663d5721921daf nemo-qml-plugin-dbus-2.1.30.tar.gz
|
|
"
|