Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / rofi
Commits:
d33e6094 by Robin Candau at 2024-12-27T14:08:56+01:00
upgpkg: 1.7.6-3: Update dependencies list
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,23 +1,29 @@
pkgbase = rofi
pkgdesc = A window switcher, application launcher and dmenu replacement
pkgver = 1.7.6
- pkgrel = 2
+ pkgrel = 3
url = https://davatorium.github.io/rofi
arch = x86_64
license = MIT
+ makedepends = check
makedepends = git
makedepends = meson
- makedepends = check
makedepends = pandoc
- depends = libxdg-basedir
- depends = startup-notification
- depends = libxkbcommon-x11
- depends = librsvg
+ depends = bash
+ depends = cairo
+ depends = gdk-pixbuf2
+ depends = glib2
+ depends = glibc
depends = hicolor-icon-theme
- depends = xcb-util-wm
- depends = xcb-util-xrm
+ depends = libxcb
+ depends = libxkbcommon
+ depends = libxkbcommon-x11
+ depends = pango
+ depends = startup-notification
+ 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
=====================================
PKGBUILD
=====================================
@@ -10,14 +10,14 @@
pkgname=rofi
pkgver=1.7.6
-pkgrel=2
+pkgrel=3
pkgdesc="A window switcher, application launcher and dmenu replacement"
url="https://davatorium.github.io/rofi"
arch=('x86_64')
license=('MIT')
-depends=('libxdg-basedir' 'startup-notification' 'libxkbcommon-x11' 'librsvg'
- 'hicolor-icon-theme' 'xcb-util-wm' 'xcb-util-xrm' 'xcb-util-cursor'
'xcb-util-keysyms')
-makedepends=('git' 'meson' 'check' 'pandoc')
+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')
+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'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/d33e6094e5b9ee243e0009089c9641ae445c563e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rofi/-/commit/d33e6094e5b9ee243e0009089c9641ae445c563e
You're receiving this email because of your account on gitlab.archlinux.org.