mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
29 lines
947 B
Text
29 lines
947 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-statusnotifier
|
|
pkgver=1.0_git20200911
|
|
pkgrel=0
|
|
_commit="859139a525e3987a747906dd4013bf9f5cb63132"
|
|
pkgdesc="Nemo QML statusnotifier plugin"
|
|
url="https://github.com/nemomobile-ux/nemo-qml-plugin-statusnotifier"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
qtchooser
|
|
"
|
|
source="https://github.com/nemomobile-ux/nemo-qml-plugin-statusnotifier/archive/$_commit/nemo-qml-plugin-statusnotifier-$_commit.tar.gz"
|
|
options="!check" # No tests
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="6eaf10723394ce0ea83b100f87d2d4e61d7e717eaa3092647664ecff61ee834995c8690ff42a8c419e96ac24a13179489f87ffdac363be405b8461d7ccc84e82 nemo-qml-plugin-statusnotifier-859139a525e3987a747906dd4013bf9f5cb63132.tar.gz"
|