Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi
Commits:
9212b584 by Robin Candau at 2024-12-27T12:07:36+01:00
Remove useless optional dependency on i3-wm
i3-wm should (optionally) depends on rofi to use it as a window switcher, not
the contrary
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -13,7 +13,6 @@ pkgbase = rofi
depends = xcb-util-xrm
depends = librsvg
depends = xcb-util-cursor
- optdepends = i3-wm: use as a window switcher
source =
https://github.com/davatorium/rofi/releases/download/1.7.5/rofi-1.7.5.tar.xz
source = fix_xfce4-terminal_binary_name.patch
sha256sums =
caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d
=====================================
PKGBUILD
=====================================
@@ -18,7 +18,6 @@ license=('MIT')
depends=('libxdg-basedir' 'startup-notification' 'libxkbcommon-x11'
'xcb-util-wm' 'xcb-util-xrm' 'librsvg' 'xcb-util-cursor')
makedepends=('check')
-optdepends=('i3-wm: use as a window switcher')
source=("https://github.com/davatorium/rofi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"
'fix_xfce4-terminal_binary_name.patch')
sha256sums=('caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/9212b5842ea87e5535c637735bfd46294602856f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/9212b5842ea87e5535c637735bfd46294602856f
You're receiving this email because of your account on gitlab.archlinux.org.