summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-19 10:48:39 +0000
committernia <nia@pkgsrc.org>2020-05-19 10:48:39 +0000
commitf6ceeca3c8b5fb32bdd73015d3a552f3e92cd950 (patch)
treed2fe56203b700620a0c688059e159de58067425e /x11
parented9ee74e75f8498e83e353b6508471f908e51ff9 (diff)
downloadpkgsrc-f6ceeca3c8b5fb32bdd73015d3a552f3e92cd950.tar.gz
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 (limited to 'x11')
-rw-r--r--x11/rofi/Makefile8
-rw-r--r--x11/rofi/PLIST3
-rw-r--r--x11/rofi/distinfo10
-rw-r--r--x11/rofi/options.mk12
4 files changed, 10 insertions, 23 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile
index c4970b1d7e8..bbaa803e865 100644
--- a/x11/rofi/Makefile
+++ b/x11/rofi/Makefile
@@ -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
HOMEPAGE= https://github.com/DaveDavenport/rofi
@@ -20,8 +20,6 @@ CONFIGURE_ARGS+= YACC='bison -y'
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 --git a/x11/rofi/PLIST b/x11/rofi/PLIST
index f0429f570e5..4738888de12 100644
--- a/x11/rofi/PLIST
+++ b/x11/rofi/PLIST
@@ -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/arthur.rasi
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 --git a/x11/rofi/distinfo b/x11/rofi/distinfo
index b02ce8fd0bd..ca988ce6a9a 100644
--- a/x11/rofi/distinfo
+++ b/x11/rofi/distinfo
@@ -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 --git a/x11/rofi/options.mk b/x11/rofi/options.mk
deleted file mode 100644
index b72c7a567a9..00000000000
--- a/x11/rofi/options.mk
+++ /dev/null
@@ -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