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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 13:54:06
  Author: arojas
Revision: 441012

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 441011, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 441011, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   29 +
 install.sh |   20 
 2 files changed, 49 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
441011, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-14 13:54:06 UTC (rev 441012)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=11
+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/install.sh (from rev 
441011, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2019-03-14 13:54:06 UTC (rev 441012)
@@ -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
+}


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

2019-02-01 Thread Antonio Rojas via arch-commits
Date: Friday, February 1, 2019 @ 23:29:14
  Author: arojas
Revision: 429144

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 429143, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 429143, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   29 +
 install.sh |   20 
 2 files changed, 49 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
429143, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-01 23:29:14 UTC (rev 429144)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=10
+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/install.sh (from rev 
429143, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2019-02-01 23:29:14 UTC (rev 429144)
@@ -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
+}


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

2018-12-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 5, 2018 @ 16:33:20
  Author: arojas
Revision: 411539

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 411538, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 411538, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   29 +
 install.sh |   20 
 2 files changed, 49 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
411538, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-05 16:33:20 UTC (rev 411539)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# 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/install.sh (from rev 
411538, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2018-12-05 16:33:20 UTC (rev 411539)
@@ -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
+}


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

2018-09-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 18, 2018 @ 20:25:23
  Author: arojas
Revision: 383301

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 383300, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 383300, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   29 +
 install.sh |   20 
 2 files changed, 49 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
383300, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-18 20:25:23 UTC (rev 383301)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=8
+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/install.sh (from rev 
383300, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2018-09-18 20:25:23 UTC (rev 383301)
@@ -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
+}


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

2018-06-18 Thread Antonio Rojas via arch-commits
Date: Monday, June 18, 2018 @ 22:27:12
  Author: arojas
Revision: 344034

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 344033, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 344033, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   30 ++
 install.sh |   20 
 2 files changed, 50 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
344033, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-18 22:27:12 UTC (rev 344034)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=7
+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/install.sh (from rev 
344033, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2018-06-18 22:27:12 UTC (rev 344034)
@@ -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
+}


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

2018-05-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 22, 2018 @ 12:21:32
  Author: arojas
Revision: 327570

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 327569, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 327569, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   30 ++
 install.sh |   20 
 2 files changed, 50 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
327569, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-22 12:21:32 UTC (rev 327570)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=6
+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/install.sh (from rev 
327569, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2018-05-22 12:21:32 UTC (rev 327570)
@@ -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
+}


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

2018-02-13 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 13, 2018 @ 17:59:47
  Author: arojas
Revision: 293878

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 293877, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 293877, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   30 ++
 install.sh |   20 
 2 files changed, 50 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
293877, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-13 17:59:47 UTC (rev 293878)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=5
+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/install.sh (from rev 
293877, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2018-02-13 17:59:47 UTC (rev 293878)
@@ -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
+}


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

2017-12-07 Thread Antonio Rojas via arch-commits
Date: Thursday, December 7, 2017 @ 12:11:51
  Author: arojas
Revision: 272972

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 272971, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 272971, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   30 ++
 install.sh |   20 
 2 files changed, 50 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
272971, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-07 12:11:51 UTC (rev 272972)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=4
+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/install.sh (from rev 
272971, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2017-12-07 12:11:51 UTC (rev 272972)
@@ -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
+}


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

2017-11-22 Thread Antonio Rojas
Date: Wednesday, November 22, 2017 @ 18:28:37
  Author: arojas
Revision: 268083

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 268082, qt5-styleplugins/trunk/PKGBUILD)
  qt5-styleplugins/repos/community-staging-x86_64/install.sh
(from rev 268082, qt5-styleplugins/trunk/install.sh)

+
 PKGBUILD   |   30 ++
 install.sh |   20 
 2 files changed, 50 insertions(+)

Copied: qt5-styleplugins/repos/community-staging-x86_64/PKGBUILD (from rev 
268082, qt5-styleplugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-22 18:28:37 UTC (rev 268083)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# shellcheck disable=SC2034,SC2154,SC2164
+
+pkgname=('qt5-styleplugins')
+pkgver=5.0.0.20170311
+_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
+pkgdesc='Additional style plugins for Qt5'
+pkgrel=3
+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/install.sh (from rev 
268082, qt5-styleplugins/trunk/install.sh)
===
--- community-staging-x86_64/install.sh (rev 0)
+++ community-staging-x86_64/install.sh 2017-11-22 18:28:37 UTC (rev 268083)
@@ -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
+}