mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
30 lines
799 B
Plaintext
30 lines
799 B
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-notifications
|
|
pkgver=1.2.15
|
|
pkgrel=0
|
|
pkgdesc="Nemo QML notifications plugin"
|
|
url="https://github.com/sailfishos/nemo-qml-plugin-notifications"
|
|
arch="all"
|
|
license="BSD-3-Clause"
|
|
makedepends="
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
qtchooser
|
|
"
|
|
source="https://github.com/sailfishos/nemo-qml-plugin-notifications/archive/$pkgver/nemo-qml-plugin-notifications-$pkgver.tar.gz"
|
|
options="!check" # No tests
|
|
|
|
build() {
|
|
qmake-qt5
|
|
make
|
|
}
|
|
|
|
package() {
|
|
INSTALL_ROOT="$pkgdir" make install
|
|
}
|
|
|
|
sha512sums="
|
|
4e298e4537228149f598b9fd738e54db4c6b473c92120b44b2ecbd1c884245f89ca3051282a6a0a8ab5f05253230cb8554baedd2566311e8260d6f57db561952 nemo-qml-plugin-notifications-1.2.15.tar.gz
|
|
"
|