diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-09 15:30:07 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-09 20:13:20 -0400 |
commit | 811ed1b659711ab5a6ef5f7088a9b8e0a9071305 (patch) | |
tree | 58bfb9e37f75499b88ac956905c69c681adf17db /libre/qt5-styleplugins/PKGBUILD | |
parent | ea53210f526a3618a30bdf8051e52ae589f7355e (diff) | |
download | abslibre-811ed1b659711ab5a6ef5f7088a9b8e0a9071305.tar.gz abslibre-811ed1b659711ab5a6ef5f7088a9b8e0a9071305.tar.bz2 abslibre-811ed1b659711ab5a6ef5f7088a9b8e0a9071305.zip |
[qt5-styleplugins]: rebuild against latest qt5-base
Diffstat (limited to 'libre/qt5-styleplugins/PKGBUILD')
-rw-r--r-- | libre/qt5-styleplugins/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/qt5-styleplugins/PKGBUILD b/libre/qt5-styleplugins/PKGBUILD index bfbc8bc61..77f7eb1a8 100644 --- a/libre/qt5-styleplugins/PKGBUILD +++ b/libre/qt5-styleplugins/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Eli Schwartz <eschwartz@archlinux.org> # parabola changes and rationale: -# - no changes +# - no libre changes # - in libre because it is a dependency of 'parabola-laf' @@ -11,11 +11,11 @@ pkgname=(qt5-styleplugins) pkgver=5.0.0.20170311 _commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3 # unreleased master branch tip pkgdesc='Additional style plugins for Qt5' -pkgrel=25 +pkgrel=26 arch=(armv7h i686 x86_64) url="https://github.com/qt/qtstyleplugins" license=('LGPL') -depends=('qt5-base=5.15.2' 'gtk2') +depends=('qt5-base' 'gtk2') source=( "${pkgname}-${_commit}.tar.gz::${url}/archive/${_commit}.tar.gz" "0001-fix-build-against-Qt-5.15.patch" @@ -49,4 +49,8 @@ package() { cd qtstyleplugins-${_commit} make INSTALL_ROOT="${pkgdir}" install + + # pin to current 'qt5-base' libs + local qt5_ver=$(pacman -S --print-format='%v' qt5-base) + depends=( ${depends[@]/qt5-base/qt5-base=${qt5_ver}} ) } |