summaryrefslogtreecommitdiff
path: root/community/xbindkeys/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xbindkeys/APKBUILD')
-rw-r--r--community/xbindkeys/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/xbindkeys/APKBUILD b/community/xbindkeys/APKBUILD
index c85e28a21c4..555656b770e 100644
--- a/community/xbindkeys/APKBUILD
+++ b/community/xbindkeys/APKBUILD
@@ -3,18 +3,19 @@
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=xbindkeys
pkgver=1.8.7
-pkgrel=2
+pkgrel=3
pkgdesc="Program for launching shell commands via keyboard shortcuts in X"
url="https://nongnu.org/xbindkeys/"
arch="all"
license="GPL-2.0"
-makedepends="libx11-dev"
+depends="guile"
+makedepends="guile-dev libx11-dev"
subpackages="$pkgname-doc"
-source="https://nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz"
+source="https://nongnu.org/$pkgname/$pkgname-$pkgver.tar.gz
+ 10-guile3_0.patch"
build() {
./configure --prefix=/usr \
- --disable-guile \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make
@@ -26,4 +27,5 @@ package() {
sha512sums="
a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9 xbindkeys-1.8.7.tar.gz
+f44453a6cbbc53df9bd743697ffd2452a983c422cebcb5a077de4ac08b60252cee291a5d931619692082a3eb7b7e98d302cd71a62757c9f2cb713c0b2e2f09c3 10-guile3_0.patch
"