[arch-commits] Commit in qt5-styleplugins/repos/community-staging-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Wed Dec 5 16:37:10 UTC 2018


    Date: Wednesday, December 5, 2018 @ 16:37:09
  Author: arojas
Revision: 411550

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
    (from rev 411549, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
    (from rev 411549, qt5-styleplugins/trunk/install.sh)
Deleted:
  qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD
  qt5-styleplugins/repos/community-staging-x86_64/install.sh

------------+
 PKGBUILD   |   58 +++++++++++++++++++++++++++++-----------------------------
 install.sh |   40 ++++++++++++++++++++--------------------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-05 16:36:59 UTC (rev 411549)
+++ PKGBUILD	2018-12-05 16:37:09 UTC (rev 411550)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# shellcheck disable=SC2034,SC2154,SC2164
-
-pkgname=('qt5-styleplugins')
-pkgver=5.0.0.20170311
-_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
-pkgdesc='Additional style plugins for Qt5'
-pkgrel=9
-arch=('x86_64')
-url="https://code.qt.io/cgit/qt/qtstyleplugins"
-license=('LGPL')
-depends=('qt5-base' 'gtk2')
-source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz")
-sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
-install='install.sh'
-
-build() {
-  cd qtstyleplugins-$_commit
-  qmake PREFIX='/usr' \
-        LIBDIR='/usr/lib' \
-        QMAKE_CFLAGS_RELEASE="$CFLAGS" \
-        QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
-  make
-}
-
-package() {
-  cd qtstyleplugins-$_commit
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 411549, qt5-styleplugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-05 16:37:09 UTC (rev 411550)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=9
+arch=('x86_64')
+url="https://code.qt.io/cgit/qt/qtstyleplugins"
+license=('LGPL')
+depends=('qt5-base' 'gtk2')
+source=("$pkgname-$_commit.tar.gz::https://github.com/qt/qtstyleplugins/archive/$_commit.tar.gz")
+sha512sums=('e8c2d0e9c6b0a47cab04ffd2e9384606638905b63a7c1580f9b629bbcc84ebff19743363ffee3dbd31c3de1dcda684211ad3052932b5aa0081e529afd9cbb14d')
+install='install.sh'
+
+build() {
+  cd qtstyleplugins-$_commit
+  qmake PREFIX='/usr' \
+        LIBDIR='/usr/lib' \
+        QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+        QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS"
+  make
+}
+
+package() {
+  cd qtstyleplugins-$_commit
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: install.sh
===================================================================
--- install.sh	2018-12-05 16:36:59 UTC (rev 411549)
+++ install.sh	2018-12-05 16:37:09 UTC (rev 411550)
@@ -1,20 +0,0 @@
-_5_0_0_2_changes() {
-    echo ':: Upstream added a gtk2 platform theme'
-    # shellcheck disable=SC2016
-    echo '   unexport `QT_STYLE_OVERRIDE`'
-    # shellcheck disable=SC2016
-    echo '   export `QT_QPA_PLATFORMTHEME=gtk2`'
-}
-
-post_upgrade() {
-    local versions=(
-        '5.0.0-2'
-    )
-    local version
-    for version in "${versions[@]}"; do
-        if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then
-            # shellcheck disable=SC2091
-            "$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )"
-        fi
-    done
-}

Copied: qt5-styleplugins/repos/community-staging-x86_64/install.sh (from rev 411549, qt5-styleplugins/trunk/install.sh)
===================================================================
--- install.sh	                        (rev 0)
+++ install.sh	2018-12-05 16:37:09 UTC (rev 411550)
@@ -0,0 +1,20 @@
+_5_0_0_2_changes() {
+    echo ':: Upstream added a gtk2 platform theme'
+    # shellcheck disable=SC2016
+    echo '   unexport `QT_STYLE_OVERRIDE`'
+    # shellcheck disable=SC2016
+    echo '   export `QT_QPA_PLATFORMTHEME=gtk2`'
+}
+
+post_upgrade() {
+    local versions=(
+        '5.0.0-2'
+    )
+    local version
+    for version in "${versions[@]}"; do
+        if [[ "$( vercmp "${version}" "${2}" )" -eq 1 ]]; then
+            # shellcheck disable=SC2091
+            "$( printf '_%s_changes' "${version}" | perl -p -e 's/\.|-/_/g' )"
+        fi
+    done
+}



More information about the arch-commits mailing list