1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="Useful classes originating from MeeGo Touch"
8 url="https://github.com/sailfishos/mlite"
10 depends=('qt5-base' 'dconf')
11 makedepends=('qt5-tools')
12 source=("https://github.com/sailfishos/mlite/archive/$pkgver/$pkgname-$pkgver.tar.gz")
13 sha512sums=('c271081e219bacf53224c583b53e38a2ca32174e91b4485b529a21dfe179f7306c2aed0a65091cbd8b60d1fe2971d59fd264dbc8bec32461525eb01d39ab25ee')
17 sed -i -e 's|/usr/libexec|/usr/lib|' \
18 tools/mliteremoteaction/mliteremoteaction.pro \
19 tools/mliteremoteaction/main.cpp \
25 qmake-qt5 VERSION=$pkgver
31 make INSTALL_ROOT="$pkgdir" install