diff options
author | Sheila Aman <sheila@vulpine.house> | 2021-07-21 08:01:56 +0000 |
---|---|---|
committer | Sheila Aman <sheila@vulpine.house> | 2021-07-21 08:01:56 +0000 |
commit | b1bdae6f90a5a2addfbbae4aa33b473bf070ce4a (patch) | |
tree | 7a3c1e5e975af0e3a1a2b3fdfbef1a6b14598ff9 | |
parent | 363642d522c966128e2734d49270555b02005dcd (diff) | |
download | packages-b1bdae6f90a5a2addfbbae4aa33b473bf070ce4a.tar.gz packages-b1bdae6f90a5a2addfbbae4aa33b473bf070ce4a.tar.bz2 packages-b1bdae6f90a5a2addfbbae4aa33b473bf070ce4a.tar.xz packages-b1bdae6f90a5a2addfbbae4aa33b473bf070ce4a.zip |
user/lxqt-qtplugin: upgrade to 0.17.0
-rw-r--r-- | user/lxqt-qtplugin/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/user/lxqt-qtplugin/APKBUILD b/user/lxqt-qtplugin/APKBUILD index 464689f9e..7a1ff19f5 100644 --- a/user/lxqt-qtplugin/APKBUILD +++ b/user/lxqt-qtplugin/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=lxqt-qtplugin -pkgver=0.15.1 +pkgver=0.17.0 +_lxqt=0.9.0 pkgrel=0 pkgdesc="Qt plugin for platform integration with LXQt" url="https://lxqt.github.io/" @@ -9,7 +10,7 @@ arch="all" options="!check" # No test suite. license="LGPL-2.1+" depends="" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=0.7.0 qt5-qttools-dev +makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt qt5-qttools-dev libfm-qt-dev>=${pkgver%.*}.0 liblxqt-dev>=${pkgver%.*}.0 libdbusmenu-qt-dev" source="https://github.com/lxqt/lxqt-qtplugin/releases/download/$pkgver/lxqt-qtplugin-$pkgver.tar.xz" @@ -37,4 +38,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="6fc19cf5f763d7879e5a052c5638b5b396f659f4e199493c8b87cdb661c910921ecda865de2900a047c96dd63c3ef6dbfa486d1dbe0257c26984a25a139dce2f lxqt-qtplugin-0.15.1.tar.xz" +sha512sums="5fda2858223de1973dede43c4a278c0ff07006b087a19fe9088113d93e968716a6b0ed59624de3d69924961a2dba184955b73b380ea007cf9942e20ec1614fb7 lxqt-qtplugin-0.17.0.tar.xz" |