From 135593d3bb1b79f3770b7f341247bd5d638f207f Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 31 Mar 2019 06:05:20 -0400 Subject: [qt5-styleplugins]: remove - arch added it back --- pcr-testing/qt5-styleplugins/PKGBUILD | 30 ------------------------------ pcr-testing/qt5-styleplugins/install.sh | 20 -------------------- 2 files changed, 50 deletions(-) delete mode 100644 pcr-testing/qt5-styleplugins/PKGBUILD delete mode 100644 pcr-testing/qt5-styleplugins/install.sh (limited to 'pcr-testing') diff --git a/pcr-testing/qt5-styleplugins/PKGBUILD b/pcr-testing/qt5-styleplugins/PKGBUILD deleted file mode 100644 index 59efda410..000000000 --- a/pcr-testing/qt5-styleplugins/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: bill-auger -# Contributor: 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') # NOTE: arch32 still has this package -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 -} diff --git a/pcr-testing/qt5-styleplugins/install.sh b/pcr-testing/qt5-styleplugins/install.sh deleted file mode 100644 index dc88cad41..000000000 --- a/pcr-testing/qt5-styleplugins/install.sh +++ /dev/null @@ -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 -} -- cgit v1.2.3