~alpine/aports

main/i3lock: add dependency xkeyboard-config fixes bug #4702 v1 PROPOSED

Johannes Matheis: 1
 main/i3lock: add dependency xkeyboard-config fixes bug #4702

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1368/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/i3lock: add dependency xkeyboard-config fixes bug #4702 Export this patch

---
 main/i3lock/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/i3lock/APKBUILD b/main/i3lock/APKBUILD
index 9124cc9..5ea8fd0 100644
--- a/main/i3lock/APKBUILD
+++ b/main/i3lock/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=i3lock
pkgver=2.7
pkgrel=0
pkgrel=1
pkgdesc="An improved screenlocker based upon XCB and PAM"
url="http://i3wm.org/i3lock/"
arch="all"
license="MIT"
depends=""
depends="xkeyboard-config"
depends_dev="libev-dev cairo-dev linux-pam-dev libxkbcommon-dev xcb-util-image-dev"
makedepends="$depends_dev"
install=""
-- 
2.4.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---