upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / nemo-qml-plugin-notifications / trunk / PKGBUILD
blobbbd7bb040a0b1aa577f5150e0d70a7cb5347811f
1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=nemo-qml-plugin-notifications
4 pkgver=1.1.0
5 pkgrel=1
6 pkgdesc="Notifications plugin for Nemo Mobile"
7 arch=('x86_64')
8 url="https://github.com/sailfishos/nemo-qml-plugin-notifications"
9 license=('BSD')
10 depends=('qt5-declarative')
11 source=("https://github.com/sailfishos/nemo-qml-plugin-notifications/archive/$pkgver/$pkgname-$pkgver.tar.gz")
12 sha512sums=('b95194b21fb383af7d1207ed3e7fe1c5262900141272327d2513c2330030c6ea4f92510b0a007210a2167a76b685e12dfc4e1145b73faf007a724f4044706d3f')
14 build() {
15   cd nemo-qml-plugin-notifications-$pkgver
16   qmake-qt5
17   make
20 package() {
21   cd nemo-qml-plugin-notifications-$pkgver
22   make INSTALL_ROOT="$pkgdir" install