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:   nia
Date:           Tue Nov 24 17:22:00 UTC 2020

Modified Files:
        pkgsrc/x11/rofi: Makefile PLIST distinfo

Log Message:
rofi: Update to 1.6.1

v1.6.1: Tortoise Power
   - Use GdkPixbuf for Icon parsing.
   - Add FileBrowser to default mode.
   - Fix parsing dicts in config file (with " in middle of string.)
   - Add -normalize-match option, that tries to o match ö, é match e. (#1119)
   - [Theme] Add min/max operator support to calc() (#1172)
   - Show error message and return to list instead of closing (#1187)
   - [Theme] Add nested media support. (#1189)
   - [Textbox] Try to fix estimated font height. (#1190)
   - [DRun] Fix broken caching mechanism.

v1.6.0: The Masked Launcher
   -  Add `themes/` directory in the users rofi config directory to the theme search path. (#1001)
   -  Split listview element into box widget holding icon and textbox. Supporting more dynamic themes. (#949)
   -  Fix default theme.
   -  Add -upgrade-config option.
   -  Add `ROFI_PLUGIN_PATH` variable.
   -  Add check for running rofi inside a Script mode.
   -  Remove gnome-terminal from rofi-sensible-terminal (#1074)
   -  Set window title based on mode name. (#969)
   -  Subpixel rendering workaround. (#303)
   -  Support character type in configuration {} block . (#1131)
   -  Use `XDG_CONFIG_DIRS` (#1133)
   -  [Box] Bug fix update propagation.
   -  [Build] Fix meson build with meson 0.55.
   -  [DMenu] Add `-keep-right` flag. (#1089)
   -  [DMenu] Don't match markup when filtering. (#579,#1128)
   -  [DRUN] Support Type=Link (#1166)
   -  [DRun] Add % to escape variable.
   -  [DRun] Add an optional cache for desktop files. (#1040)
   -  [DRun] Add keywords as default match item. (#1061)
   -  [DRun] Don't run custom commands.
   -  [DRun] Match keywords field.
   -  [DRun] Only show selected categories. (#817)
   -  [Dmenu|Script] Add non-selectable entries. (#1024)
   -  [Doc] Update documentation.
   -  [IconFetcher] Add jpeg support.
   -  [Icon] Set default size to 1.2 CH.
   -  [Icon] support distance for size.
   -  [Listview] Add widget to show keybinding index. (#1050)
   -  [Listview] Fix distribution of remaining space.
   -  [Listview] Fix left-to-right scrolling. (#1028)
   -  [Listview] Fix updating elements. (#1032)
   -  [Matching] Make Fuzzy matching non greedy.
   -  [Script] Add delimiter option. (#1041)
   -  [Script] Add environment variable indicating state.
   -  [Script] Add extra matchign field (meta). (#1052)
   -  [Script] Add info option, hidden field that gets passed to script via `ROFI_INFO` environment.
   -  [Script] Add no-custom option.
   -  [Textbox] Add cursor blinking option.
   -  [Textbox] Add placeholder. (#1020)
   -  [Theme] Add `calc()` support. (#1105)
   -  [Theme] Add alpha channel to highlight color. (#1033)
   -  [Theme] Add sidebar as mode-switcher alias.
   -  [Theme] Add some initial @media support. (#893)
   -  [Theme] Support buttons in the UI.
   -  [View] Add two widgets. One showing number of rows, other number of filtered rows. (#1026)
   -  [Window] Add window thumbnail option.
   -  [Window] Remove arbitrary # window limit. (#1047)
   -  [Window] check buffer overflow.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/rofi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/rofi/PLIST 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.20 pkgsrc/x11/rofi/Makefile:1.21
--- pkgsrc/x11/rofi/Makefile:1.20       Thu Nov  5 09:09:28 2020
+++ pkgsrc/x11/rofi/Makefile    Tue Nov 24 17:22:00 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/11/05 09:09:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2020/11/24 17:22:00 nia Exp $
 
-DISTNAME=      rofi-1.5.4
-PKGREVISION=   3
+DISTNAME=      rofi-1.6.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=DaveDavenport/}
 # We need to specify this way to get submodules fetched

Index: pkgsrc/x11/rofi/PLIST
diff -u pkgsrc/x11/rofi/PLIST:1.3 pkgsrc/x11/rofi/PLIST:1.4
--- pkgsrc/x11/rofi/PLIST:1.3   Tue May 19 10:48:39 2020
+++ pkgsrc/x11/rofi/PLIST       Tue Nov 24 17:22:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/19 10:48:39 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/11/24 17:22:00 nia 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-script.5
 man/man5/rofi-theme.5
 share/rofi/themes/Adapta-Nokto.rasi
 share/rofi/themes/Arc-Dark.rasi
Index: pkgsrc/x11/rofi/distinfo
diff -u pkgsrc/x11/rofi/distinfo:1.3 pkgsrc/x11/rofi/distinfo:1.4
--- pkgsrc/x11/rofi/distinfo:1.3        Tue May 19 10:48:39 2020
+++ pkgsrc/x11/rofi/distinfo    Tue Nov 24 17:22:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/05/19 10:48:39 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/11/24 17:22:00 nia Exp $
 
-SHA1 (rofi-1.5.4.tar.xz) = d4bfe9fa82220c0ffefa5c3211667f2c9cf5c27d
-RMD160 (rofi-1.5.4.tar.xz) = 40f0785037889b91ea9e33807addbd497e8a5878
-SHA512 (rofi-1.5.4.tar.xz) = 03def57fcf919e6c4d8d07345ff37f103fb32aef0b718a6a021ae31cca23bfc962a847a0deb2ffca245d2b8ebac0b60264f00a7b1aa64bf7d313b82e417710ef
-Size (rofi-1.5.4.tar.xz) = 374012 bytes
+SHA1 (rofi-1.6.1.tar.xz) = eacdba58bab2d4d24696baf2cb5277f1e67cd30a
+RMD160 (rofi-1.6.1.tar.xz) = 0dcc774313346422b5c91d008b305fd908f94b1f
+SHA512 (rofi-1.6.1.tar.xz) = c9794a7e4921e58ecc5fc7096218203f548efe2a49ffa6971accc12e9172248bda856ad06f8c11ada9abb62b9a43c7fffce1c1be9a3fe1365c94561b170a8b73
+Size (rofi-1.6.1.tar.xz) = 404372 bytes



Home | Main Index | Thread Index | Old Index