Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi
Commits:
3016647f by Robin Candau at 2024-12-28T06:41:30+01:00
upgpkg: 1.7.6-4: Move xcb-imdkit to a hard dependency
- - - - -
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.6
- pkgrel = 3
+ pkgrel = 4
url = https://davatorium.github.io/rofi
arch = x86_64
license = MIT
@@ -20,11 +20,11 @@ pkgbase = rofi
depends = libxkbcommon-x11
depends = pango
depends = startup-notification
+ depends = xcb-imdkit
depends = xcb-util
depends = xcb-util-cursor
depends = xcb-util-keysyms
depends = xcb-util-wm
- optdepends = xcb-imdkit: input method support
source = git+https://github.com/davatorium/rofi.git#tag=1.7.6
source = git+https://github.com/sardemff7/libgwater.git
source = git+https://github.com/sardemff7/libnkutils.git
=====================================
PKGBUILD
=====================================
@@ -10,15 +10,14 @@
pkgname=rofi
pkgver=1.7.6
-pkgrel=3
+pkgrel=4
pkgdesc="A window switcher, application launcher and dmenu replacement"
url="https://davatorium.github.io/rofi"
arch=('x86_64')
license=('MIT')
depends=('bash' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc' 'hicolor-icon-theme'
'libxcb' 'libxkbcommon' 'libxkbcommon-x11'
- 'pango' 'startup-notification' 'xcb-util' 'xcb-util-cursor'
'xcb-util-keysyms' 'xcb-util-wm')
+ 'pango' 'startup-notification' 'xcb-imdkit' 'xcb-util'
'xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm')
makedepends=('check' 'git' 'meson' 'pandoc')
-optdepends=('xcb-imdkit: input method support')
source=("git+https://github.com/davatorium/rofi.git#tag=${pkgver}"
'git+https://github.com/sardemff7/libgwater.git'
'git+https://github.com/sardemff7/libnkutils.git'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/3016647f8bb4da469d3e52363205deaebdd85e20
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/3016647f8bb4da469d3e52363205deaebdd85e20
You're receiving this email because of your account on gitlab.archlinux.org.