Date: Saturday, March 5, 2022 @ 12:01:25 Author: arojas Revision: 1142192
archrelease: copy trunk to community-testing-x86_64 Added: qt5-ukui-platformtheme/repos/community-testing-x86_64/ qt5-ukui-platformtheme/repos/community-testing-x86_64/PKGBUILD (from rev 1142191, qt5-ukui-platformtheme/trunk/PKGBUILD) ----------+ PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Copied: qt5-ukui-platformtheme/repos/community-testing-x86_64/PKGBUILD (from rev 1142191, qt5-ukui-platformtheme/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2022-03-05 12:01:25 UTC (rev 1142192) @@ -0,0 +1,25 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=qt5-ukui-platformtheme +pkgver=1.0.7 +pkgrel=2 +pkgdesc="The UKUI platform theme for qt5 QPA" +arch=('x86_64') +license=('GPL') +url="https://github.com/ukui/qt5-ukui-platformtheme" +groups=('ukui') +depends=('dconf' 'gsettings-qt' 'kwayland' 'kwindowsystem') +makedepends=('qt5-tools') +source=("https://github.com/ukui/qt5-ukui-platformtheme/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('5d4fc5672e50ef1bdcb210ac1614b062ba2b64d928f98a06f99a1accf070ae2e847cdfb84001a7e2e3c194433ebeb17ac525489a10512623d1dd3d4074c2f1de') + +build() { + cd qt5-ukui-platformtheme-$pkgver + qmake-qt5 PREFIX=/usr + make +} + +package() { + cd qt5-ukui-platformtheme-$pkgver + make INSTALL_ROOT="$pkgdir" install +}