Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi


Commits:
8bd585ce by Robin Candau at 2025-02-16T20:18:00+01:00
upgpkg: 1.7.8-2: Backport a 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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 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


=====================================
PKGBUILD
=====================================
@@ -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"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/8bd585ce1e805f110a80798f22e5e70c5cc16edb

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/8bd585ce1e805f110a80798f22e5e70c5cc16edb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to