aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjunovitch <junovitch@FreeBSD.org>2015-12-13 09:14:38 +0800
committerjunovitch <junovitch@FreeBSD.org>2015-12-13 09:14:38 +0800
commit4db7fbd052aac86fedeee5b1890f84982a8b674e (patch)
treecc8e5e5fdf3c8d8d42adc07414e41e6463e58b9e /x11
parent0af28138308591b733a1c961c54c83d2fa471aa0 (diff)
downloadfreebsd-ports-gnome-4db7fbd052aac86fedeee5b1890f84982a8b674e.tar.gz
freebsd-ports-gnome-4db7fbd052aac86fedeee5b1890f84982a8b674e.tar.zst
freebsd-ports-gnome-4db7fbd052aac86fedeee5b1890f84982a8b674e.zip
x11/rofi: update 0.15.7 -> 0.15.11
- Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11 - LIB_DEPENDS: Add x11/startup-notification - USES: Sort and add shebangfix - Add I3 support option PR: 204675 Submitted by: nomoo@nomoo.ru (maintainer) (with several changes)
Diffstat (limited to 'x11')
-rw-r--r--x11/rofi/Makefile16
-rw-r--r--x11/rofi/distinfo4
2 files changed, 15 insertions, 5 deletions
diff --git a/x11/rofi/Makefile b/x11/rofi/Makefile
index 1bb5e3856e49..fe2203a1054d 100644
--- a/x11/rofi/Makefile
+++ b/x11/rofi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rofi
-PORTVERSION= 0.15.7
+PORTVERSION= 0.15.11
CATEGORIES= x11
MAINTAINER= nomoo@nomoo.ru
@@ -10,14 +10,24 @@ COMMENT= Window switcher, run dialog and dmenu replacement
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
+
USE_GITHUB= yes
GH_ACCOUNT= DaveDavenport
GNU_CONFIGURE= yes
-USES= autoreconf pkgconfig gmake
+USES= autoreconf gmake pkgconfig shebangfix
+SHEBANG_FILES= ${WRKSRC}/script/rofi-sensible-terminal
USE_XORG= x11 xinerama xft
USE_GNOME= pango
-PLIST_FILES= bin/rofi man/man1/rofi.1.gz
+OPTIONS_DEFINE= I3
+
+I3_DESC= I3 support
+I3_BUILD_DEPENDS= i3:${PORTSDIR}/x11-wm/i3
+I3_CFLAGS= -I${LOCALBASE}/include/i3
+
+PLIST_FILES= bin/rofi bin/rofi-sensible-terminal man/man1/rofi.1.gz \
+ man/man1/rofi-sensible-terminal.1.gz
.include <bsd.port.mk>
diff --git a/x11/rofi/distinfo b/x11/rofi/distinfo
index b96900e67594..02e110c57f76 100644
--- a/x11/rofi/distinfo
+++ b/x11/rofi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DaveDavenport-rofi-0.15.7_GH0.tar.gz) = b815de908088ea78a58eb9d99b5ce83512d45edd25235f697a136a81187f9e2a
-SIZE (DaveDavenport-rofi-0.15.7_GH0.tar.gz) = 80062
+SHA256 (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = fce95c859b7ca3b57f8b53c9bb14d858795050405445671efeec0c1de2b401b9
+SIZE (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = 155193