Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/rofi rofi: Update to 1.5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd6268e8ac02
branches:  trunk
changeset: 432126:cd6268e8ac02
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 19 10:48:39 2020 +0000

description:
rofi: Update to 1.5.4

v1.5.4: Painful tardiness
        - SSH: Fix wrong malloc size, causing crash.

v1.5.3: Time delayed progress
        - Update manpage with missing entry. (#937)
        - Rename sidebar widget to mode-switcher and allow configuration from theme.
        - Timing: Moving timing output to glib debug system.
        - SSH: Fix unitialized variable issue.
        - SSH: resolve ':' conflict in history entries.
        - RASI Lexer: Fix nested () in variable default field.
        - USABILITY: When mode not found, show in gui not just on commandline.
        - ICON: Allow aligning image in icon widget.
        - Meson build system: cleanups and improvements.
        - Meson build system: add documentation (#943)
        - Window: Fix default formatting and remove (invalid) deprecation warning.
        - DMenu: Add support for showing icons infront of displayed list.
        - Overlay: Fix overlay widget to correctly integrate in new theme format.
        - Update libnkutils, libgwater.
        - SSH: be case-insensitive when parsing keywords.
        - DMENU: Add format option to strip pango markup from return value.
        - ListView: allow user to change ellipsizing displayed value at run-time.

diffstat:

 x11/rofi/Makefile   |   8 +++-----
 x11/rofi/PLIST      |   3 ++-
 x11/rofi/distinfo   |  10 +++++-----
 x11/rofi/options.mk |  12 ------------
 4 files changed, 10 insertions(+), 23 deletions(-)

diffs (75 lines):

diff -r d9d536f7888a -r cd6268e8ac02 x11/rofi/Makefile
--- a/x11/rofi/Makefile Tue May 19 10:35:56 2020 +0000
+++ b/x11/rofi/Makefile Tue May 19 10:48:39 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2020/03/10 22:11:20 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/19 10:48:39 nia Exp $
 
-DISTNAME=      rofi-1.5.2
-PKGREVISION=   3
+DISTNAME=      rofi-1.5.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=DaveDavenport/}
 # We need to specify this way to get submodules fetched
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/DaveDavenport/rofi
@@ -20,8 +20,6 @@
 REPLACE_BASH+= script/rofi-sensible-terminal
 REPLACE_BASH+= script/rofi-theme-selector
 
-.include "options.mk"
-
 .include "../../devel/check/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
diff -r d9d536f7888a -r cd6268e8ac02 x11/rofi/PLIST
--- a/x11/rofi/PLIST    Tue May 19 10:35:56 2020 +0000
+++ b/x11/rofi/PLIST    Tue May 19 10:48:39 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/03/13 19:33:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/19 10:48:39 nia Exp $
 bin/rofi
 bin/rofi-sensible-terminal
 bin/rofi-theme-selector
@@ -25,6 +25,7 @@
 share/rofi/themes/blue.rasi
 share/rofi/themes/c64.rasi
 share/rofi/themes/dmenu.rasi
+share/rofi/themes/fancy.rasi
 share/rofi/themes/glue_pro_blue.rasi
 share/rofi/themes/gruvbox-common.rasi
 share/rofi/themes/gruvbox-dark-hard.rasi
diff -r d9d536f7888a -r cd6268e8ac02 x11/rofi/distinfo
--- a/x11/rofi/distinfo Tue May 19 10:35:56 2020 +0000
+++ b/x11/rofi/distinfo Tue May 19 10:48:39 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/03/13 19:33:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2020/05/19 10:48:39 nia Exp $
 
-SHA1 (rofi-1.5.2.tar.gz) = 5cb3dc30e1b984918aec1e865876cb7a285c4e76
-RMD160 (rofi-1.5.2.tar.gz) = 70669eb11bcdc05219e1b6fcc892622c211f8f20
-SHA512 (rofi-1.5.2.tar.gz) = 1206d8edb23bf4e0cc8d68f5b5c7fe3dce2205e8438349e19a4d08b7ca1af0fa66377dc94541d4fe0179cb50c3bbd90a796c5a9897032d5084f2835fa725d7ed
-Size (rofi-1.5.2.tar.gz) = 527142 bytes
+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
diff -r d9d536f7888a -r cd6268e8ac02 x11/rofi/options.mk
--- a/x11/rofi/options.mk       Tue May 19 10:35:56 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2016/06/12 20:31:10 kamil Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.rofi
-
-PKG_SUPPORTED_OPTIONS= i3
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mi3)
-.include "../../wm/i3/buildlink3.mk"
-.endif



Home | Main Index | Thread Index | Old Index