pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/rofi
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Jun 2 00:40:35 UTC 2025
Modified Files:
pkgsrc/x11/rofi: Makefile PLIST distinfo
Log Message:
rofi: update to 1.7.9.1
Note this release can't (simply) be pulled from GitHub via the pkgsrc
fetch mechanism because of the mismatch between release version and
archive version. This is a one-time issue, so I simply seeded the main
TNF archive with the file instead. See:
https://github.com/davatorium/rofi/commit/fc35c66082f3ceeb5e758e9ebb91e2e9758108d7#commitcomment-158847964
Changelog
Add -imdkit config to toggle imdkit at runtime (#2124) (thx Amos Bird)
[Widget] Add 2 workaround for error in corner radius drawing
[rofi-sensible-terminal] Add ghostty (#2110)
[scrollbar] Add theming for rounded corners (#2108) (thx J0hannes101)
[DOC] Fix indenting of sub-bullets as mkdocs interpets them differently (#2112)
Fix typo in fullscreen-preview.rasi (#2113) (thx elig0n)
Add theming to hide text cursor if no text is put in (#2106) (thx J0hannes101)
[DRUN] Add option to exclude categories from drun #2102 (#2104) (thx J0hannes101)
[XCB] Don't keep casting from int to double to int
[Helper] Add a rofi_fallthrough macro to tell compiler fallthrough is intentional
[View] xcb_clear_area fixed wrong argument order.
[DRun] Better handling of corrupted cache file.
Fix broken Pango link (#2096) (thx Emil)
[NKUtils] Drop support for binding Meta key. (#2095)
[View] Allow cycling through matching methods (#2091)
Fix wrong pointer -replace and small cleanup.
[Textbox] Small signedness fixes for password mask code.
[dmenu] Modified textbox password masking (#2067) (thx Zebra2711)
add smartcase support like vim (#2060) (thx Phanium)
[Mode] Fix wrong documentation header.
Execute custom user commands or scripts on a variety of rofi events (#2053) (thx giomatfois62)
Add option to enable the kb-delete-entry in script mode (#2087) (thx Tiou Lims)
[Window] Allow active window to be sorted on top. (#2048)
[Lexer] Allow for optional imports. (#2078)
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/rofi/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/rofi/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/rofi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/rofi/Makefile
diff -u pkgsrc/x11/rofi/Makefile:1.44 pkgsrc/x11/rofi/Makefile:1.45
--- pkgsrc/x11/rofi/Makefile:1.44 Thu Apr 24 14:16:32 2025
+++ pkgsrc/x11/rofi/Makefile Mon Jun 2 00:40:35 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/04/24 14:16:32 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/06/02 00:40:35 gutteridge Exp $
-DISTNAME= rofi-1.7.8
-PKGREVISION= 2
+DISTNAME= rofi-1.7.9.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=davatorium/}
# We need to specify this way to get submodules fetched
Index: pkgsrc/x11/rofi/PLIST
diff -u pkgsrc/x11/rofi/PLIST:1.6 pkgsrc/x11/rofi/PLIST:1.7
--- pkgsrc/x11/rofi/PLIST:1.6 Wed Jan 22 12:34:07 2025
+++ pkgsrc/x11/rofi/PLIST Mon Jun 2 00:40:35 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/01/22 12:34:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/06/02 00:40:35 gutteridge Exp $
bin/rofi
bin/rofi-sensible-terminal
bin/rofi-theme-selector
@@ -11,6 +11,7 @@ lib/pkgconfig/rofi.pc
man/man1/rofi-sensible-terminal.1
man/man1/rofi-theme-selector.1
man/man1/rofi.1
+man/man5/rofi-actions.5
man/man5/rofi-debugging.5
man/man5/rofi-dmenu.5
man/man5/rofi-keys.5
Index: pkgsrc/x11/rofi/distinfo
diff -u pkgsrc/x11/rofi/distinfo:1.8 pkgsrc/x11/rofi/distinfo:1.9
--- pkgsrc/x11/rofi/distinfo:1.8 Wed Jan 22 12:34:07 2025
+++ pkgsrc/x11/rofi/distinfo Mon Jun 2 00:40:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/01/22 12:34:07 wiz Exp $
+$NetBSD: distinfo,v 1.9 2025/06/02 00:40:35 gutteridge Exp $
-BLAKE2s (rofi-1.7.8.tar.xz) = 2e7c0e3218547b230dfef0572062bfd84bfcc3e9c47e8af07c1dbb694082db9f
-SHA512 (rofi-1.7.8.tar.xz) = 8a33f5eb933cbba645056eeba3b82e236135e5a72251bd5bb3e6019e66e5626b126572f6874f5e39e381bb5108f261d4c80bb945ed0900c2179854d475d6518b
-Size (rofi-1.7.8.tar.xz) = 812732 bytes
+BLAKE2s (rofi-1.7.9.1.tar.xz) = 124322ae4c3c205de010fa153a5f20025c160c2dae69b9c921a0edb7681c3758
+SHA512 (rofi-1.7.9.1.tar.xz) = 0ded093b5a50ec2e547f5a35c4972690250ad260025ce1ef7c4736554b05dde9c559508b4e68ef186f5270bcd9d4ed8804e7c790690f37cf1a499491011933c9
+Size (rofi-1.7.9.1.tar.xz) = 813356 bytes
Home |
Main Index |
Thread Index |
Old Index