diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-11-23 23:23:23 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-11-23 23:44:19 -0500 |
commit | 1d999abdac1715ea692faa00d0622979fcc37e42 (patch) | |
tree | 5264e6db3be9be36e0d4a9a72d0c5cae81704616 /libre/qt5-styleplugins | |
parent | ad36e765afec78a9a490432cd1fed9938dbf10a5 (diff) | |
download | abslibre-1d999abdac1715ea692faa00d0622979fcc37e42.tar.gz abslibre-1d999abdac1715ea692faa00d0622979fcc37e42.tar.bz2 abslibre-1d999abdac1715ea692faa00d0622979fcc37e42.zip |
[qt5-styleplugins]: pin to current QT5 version
Diffstat (limited to 'libre/qt5-styleplugins')
-rw-r--r-- | libre/qt5-styleplugins/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libre/qt5-styleplugins/PKGBUILD b/libre/qt5-styleplugins/PKGBUILD index 1fc8f31c3..bfbc8bc61 100644 --- a/libre/qt5-styleplugins/PKGBUILD +++ b/libre/qt5-styleplugins/PKGBUILD @@ -2,15 +2,20 @@ # Contributor: Felix Yan <felixonmars@archlinux.org> # Contributor: Eli Schwartz <eschwartz@archlinux.org> +# parabola changes and rationale: +# - no changes +# - in libre because it is a dependency of 'parabola-laf' + + pkgname=(qt5-styleplugins) pkgver=5.0.0.20170311 -_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3 # master branch tip +_commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3 # unreleased master branch tip pkgdesc='Additional style plugins for Qt5' -pkgrel=24 +pkgrel=25 arch=(armv7h i686 x86_64) url="https://github.com/qt/qtstyleplugins" license=('LGPL') -depends=('qt5-base' 'gtk2') +depends=('qt5-base=5.15.2' 'gtk2') source=( "${pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz" "0001-fix-build-against-Qt-5.15.patch" |