1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=qt5-quickcontrols-nemo
6 pkgdesc="QML components for Nemomobile, based on QtQuickControls"
8 url="https://github.com/nemomobile-ux/qtquickcontrols-nemo"
9 license=('LGPL' 'Apache')
10 depends=('libglacierapp' 'nemo-qml-plugin-configuration' 'nemo-qml-plugin-notifications'
11 'nemo-theme-glacier' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-virtualkeyboard')
13 source=("https://github.com/nemomobile-ux/qtquickcontrols-nemo/archive/$pkgver/$pkgname-$pkgver.tar.gz")
14 sha512sums=('317fed85dbedc9e1120f7d51bd8dcda3f234ea7069f27eb9f999cfadd991f09f19879cb03363cdd5109a846c9e890385587e4118b2d647bb9d689fbbcd1bf265')
17 cd qtquickcontrols-nemo-$pkgver
18 cmake . -DCMAKE_INSTALL_PREFIX=/usr
23 cd qtquickcontrols-nemo-$pkgver
24 make DESTDIR="$pkgdir" install