1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

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)
This commit is contained in:
Jason Unovitch 2015-12-13 01:14:38 +00:00
parent c2cf948d30
commit c5a6d28f98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403648
2 changed files with 15 additions and 5 deletions

View File

@ -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>

View File

@ -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