Skip to content
Snippets Groups Projects
Verified Commit 8bd585ce authored by Robin Candau's avatar Robin Candau
Browse files

upgpkg: 1.7.8-2: Backport a patch to fix 'Alt' keybinding with libxkbcommon >= 1.8.0

parent 6508c81c
No related branches found
Tags 2.17.6-1
No related merge requests found
pkgbase = rofi
pkgdesc = A window switcher, application launcher and dmenu replacement
pkgver = 1.7.8
pkgrel = 1
pkgrel = 2
url = https://davatorium.github.io/rofi
arch = x86_64
license = MIT
......
......@@ -10,7 +10,7 @@
pkgname=rofi
pkgver=1.7.8
pkgrel=1
pkgrel=2
pkgdesc="A window switcher, application launcher and dmenu replacement"
url="https://davatorium.github.io/rofi"
arch=('x86_64')
......@@ -29,6 +29,12 @@ sha256sums=('8684b59ebc0046823ef89f1ef3636aa3fbd7e1c10e202433ca483cb2032bf947'
prepare() {
cd "${pkgname}"
# Backported patch to fix "Alt" keybinding with libxkbcommon >= 1.8.0
# See https://github.com/davatorium/rofi/issues/2095
# and https://github.com/davatorium/rofi/commit/f2f22e7edc635f7e4022afcf81a411776268c1c3
git cherry-pick -n f2f22e7edc635f7e4022afcf81a411776268c1c3
git submodule init
git config submodule.subprojects/libgwater.url "${srcdir}/libgwater"
git config submodule.subprojects/libnkutils.url "${srcdir}/libnkutils"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment