mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
27 lines
811 B
Text
27 lines
811 B
Text
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=nemo-qml-plugin-notifications
|
|
pkgver=1.2.13
|
|
pkgrel=0
|
|
pkgdesc="Nemo QML notifications plugin"
|
|
url="https://git.sailfishos.org/mer-core/nemo-qml-plugin-notifications"
|
|
arch="all"
|
|
license="BSD-3-Clause"
|
|
makedepends="
|
|
qt5-qtbase-dev
|
|
qt5-qtdeclarative-dev
|
|
qtchooser
|
|
"
|
|
source="https://git.sailfishos.org/mer-core/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="6421382dca7286027f9f4499c0ba533bfeeae1268bb331d5962ce0b4fe1d454816082180305d9e2c468c4ef2fa114af13b1d34042e31e1332109e2ad771a3dad nemo-qml-plugin-notifications-1.2.13.tar.gz"
|