mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.11
PR: 127518 Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
This commit is contained in:
parent
4f6907bb4e
commit
b101e5de2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220630
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= terminator
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= https://launchpad.net/terminator/trunk/${PORTVERSION}/+download/ \
|
||||
http://hur.st/mirror/terminator/
|
||||
@ -31,7 +31,7 @@ WANT_GNOME= yes
|
||||
|
||||
.ifdef(WITHOUT_NLS)
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
PYSETUP+= --without-gettext
|
||||
PYSETUP+= --without-gettext --without-icon-cache
|
||||
.else
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
@ -46,4 +46,7 @@ USE_GNOME+= pygtk2
|
||||
MAN1= terminator.1
|
||||
MAN5= terminator_config.5
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/0\.10/0.11/' ${WRKSRC}/terminatorlib/version.py
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (terminator_0.10.tar.gz) = 523c8f253cdac7ec71f01a60aa20fb93
|
||||
SHA256 (terminator_0.10.tar.gz) = 8b9361364e5ebf7dc1ce3b2edd88975a7ce1a26d6a82903d54e081aa38103ffe
|
||||
SIZE (terminator_0.10.tar.gz) = 91147
|
||||
MD5 (terminator_0.11.tar.gz) = cff08bbe8b600b99fa5256083bb7e167
|
||||
SHA256 (terminator_0.11.tar.gz) = 437aae715010a320506e82def881257433d660dc67648866e6ac5afa881c15a6
|
||||
SIZE (terminator_0.11.tar.gz) = 99988
|
||||
|
@ -68,6 +68,7 @@ share/icons/hicolor/48x48/apps/terminator.png
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/mk/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/mr/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/terminator.mo
|
||||
|
Loading…
Reference in New Issue
Block a user