From 4f579ea105f530d8daa5c5bde0b0983664c515b7 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 28 Dec 2024 09:11:01 -0500 Subject: [PATCH] rofi: update to 1.7.6. --- srcpkgs/rofi/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rofi/template b/srcpkgs/rofi/template index 1aee65c0943..ff75b15472b 100644 --- a/srcpkgs/rofi/template +++ b/srcpkgs/rofi/template @@ -1,18 +1,20 @@ # Template file for 'rofi' +# XXX: ensure all compiled rofi plugins work with each version +# xlocate 'usr/lib/rofi/.*.so' to find them pkgname=rofi -version=1.7.5 +version=1.7.6 revision=1 build_style=gnu-configure hostmakedepends="autoconf automake flex glib-devel pkg-config which" makedepends="libXinerama-devel librsvg-devel - libxkbcommon-devel pango-devel startup-notification-devel + libxkbcommon-devel pango-devel startup-notification-devel xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-xrm-devel xcb-util-cursor-devel" short_desc="Window switcher, run dialog and dmenu replacement" maintainer="classabbyamp " license="MIT" homepage="https://github.com/davatorium/rofi" distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz" -checksum=caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d +checksum=1933110560dc6f273bca80fcc39c7b1f74b4de5605532a18759137a78d90e637 if [ "$XBPS_CHECK_PKGS" ]; then makedepends+=" check-devel" @@ -26,7 +28,7 @@ post_install() { rofi-devel_package() { short_desc+=" - development files" - depends="libglib-devel cairo-devel" + depends="libglib-devel cairo-devel pango-devel" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig