diff options
author | Sheila Aman <sheila@vulpine.house> | 2021-07-21 08:55:28 +0000 |
---|---|---|
committer | Sheila Aman <sheila@vulpine.house> | 2021-07-21 08:55:28 +0000 |
commit | fbc86b0b5fd344baf9304725e505b13d47c0d62e (patch) | |
tree | c1b4a2f5c6eb2a5b6800123cb39d09c35236b42d /user/lxqt-globalkeys | |
parent | 576a16dce719077d1a41999c33b686c195fc5e9f (diff) | |
download | packages-fbc86b0b5fd344baf9304725e505b13d47c0d62e.tar.gz packages-fbc86b0b5fd344baf9304725e505b13d47c0d62e.tar.bz2 packages-fbc86b0b5fd344baf9304725e505b13d47c0d62e.tar.xz packages-fbc86b0b5fd344baf9304725e505b13d47c0d62e.zip |
user/lxqt-globalkeys: upgrade to 0.17.0
Diffstat (limited to 'user/lxqt-globalkeys')
-rw-r--r-- | user/lxqt-globalkeys/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/lxqt-globalkeys/APKBUILD b/user/lxqt-globalkeys/APKBUILD index b15bcfdae..ef8644a9d 100644 --- a/user/lxqt-globalkeys/APKBUILD +++ b/user/lxqt-globalkeys/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=lxqt-globalkeys -pkgver=0.15.0 -_lxqt_build=0.7.0 +pkgver=0.17.0 +_lxqt=0.9.0 pkgrel=0 pkgdesc="Daemon and configuration utility for global shortcuts in LXQt" url="https://lxqt.github.io/" @@ -10,7 +10,7 @@ arch="all" options="!check" # No test suite. license="LGPL-2.1+" depends="" -makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt_build +makedepends="cmake extra-cmake-modules lxqt-build-tools>=$_lxqt liblxqt-dev>=${pkgver%.*}.0 qt5-qttools-dev kwindowsystem-dev" subpackages="$pkgname-dev" source="https://github.com/lxqt/lxqt-globalkeys/releases/download/$pkgver/lxqt-globalkeys-$pkgver.tar.xz" @@ -38,4 +38,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="95beba4ce6c2324582d93a6f3f56d57681ec7d992db80a8d9fae34a637ba1612260932944e3865c3c749982e6aa111b3495558bc5d36e8b4c8e21027775e346e lxqt-globalkeys-0.15.0.tar.xz" +sha512sums="1362eec17d96a5352b647db6f55c13cbe1d375b444d1d3d75e3171257ec9b476abfc023e7014c0923b525b5c3b539fde83ac829f2b2256e217e8dc98e6862cb3 lxqt-globalkeys-0.17.0.tar.xz" |