[arch-commits] Commit in qt5-styleplugins/repos (2 files)

Antonio Rojas arojas at archlinux.org
Tue Mar 31 10:54:02 UTC 2020


    Date: Tuesday, March 31, 2020 @ 10:54:01
  Author: arojas
Revision: 607978

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5-styleplugins/repos/community-staging-x86_64/
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
    (from rev 607977, qt5-styleplugins/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 607977, qt5-styleplugins/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-03-31 10:54:01 UTC (rev 607978)
@@ -0,0 +1,29 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=qt5-styleplugins
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=20
+arch=('x86_64')
+url="https://github.com/qt/qtstyleplugins"
+license=('LGPL')
+depends=('qt5-base' 'gtk2')
+source=("${pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz")
+sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
+
+build() {
+    cd qtstyleplugins-${_commit}
+
+    qmake PREFIX='/usr' \
+        CONFIG+='nostrip' \
+        QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+        QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+    make
+}
+
+package() {
+    cd qtstyleplugins-${_commit}
+
+    make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list