- Update to 0.12
PR: 131662 Submitted by: Thomas Hurst <tom@hur.st> (maintainer)
This commit is contained in:
parent
01facafa16
commit
54a09b4d0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228296
3 changed files with 12 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= terminator
|
||||
PORTVERSION= 0.11
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= https://launchpad.net/terminator/trunk/${PORTVERSION}/+download/ \
|
||||
http://hur.st/mirror/terminator/
|
||||
|
@ -29,9 +29,10 @@ WANT_GNOME= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PYSETUP+= --without-icon-cache
|
||||
.ifdef(WITHOUT_NLS)
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
PYSETUP+= --without-gettext --without-icon-cache
|
||||
PYSETUP+= --without-gettext
|
||||
.else
|
||||
USE_GETTEXT= yes
|
||||
PLIST_SUB+= NLS=""
|
||||
|
@ -47,6 +48,7 @@ MAN1= terminator.1
|
|||
MAN5= terminator_config.5
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/0\.10/0.11/' ${WRKSRC}/terminatorlib/version.py
|
||||
# setup.py installs 32x32 icons in the wrong place.
|
||||
@${REINPLACE_CMD} -e "s|24x24/apps', glob.glob('data/icons/32x32|32x32/apps', glob.glob('data/icons/32x32|" ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (terminator_0.11.tar.gz) = cff08bbe8b600b99fa5256083bb7e167
|
||||
SHA256 (terminator_0.11.tar.gz) = 437aae715010a320506e82def881257433d660dc67648866e6ac5afa881c15a6
|
||||
SIZE (terminator_0.11.tar.gz) = 99988
|
||||
MD5 (terminator_0.12.tar.gz) = 259b2b1f88de822644e4d57abf857cb7
|
||||
SHA256 (terminator_0.12.tar.gz) = 7bc0048ef5bbd8202688f51712ee87ac5c52291221ca33558b256a11a87618fd
|
||||
SIZE (terminator_0.12.tar.gz) = 118744
|
||||
|
|
|
@ -29,6 +29,9 @@ bin/terminator
|
|||
%%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/terminatorterm.pyo
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/tests.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/tests.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/tests.pyo
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/version.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/version.pyo
|
||||
|
@ -40,6 +43,7 @@ share/icons/hicolor/16x16/actions/terminator_horiz.png
|
|||
share/icons/hicolor/16x16/actions/terminator_vert.png
|
||||
share/icons/hicolor/22x22/apps/terminator.png
|
||||
share/icons/hicolor/24x24/apps/terminator.png
|
||||
share/icons/hicolor/32x32/apps/terminator.png
|
||||
share/icons/hicolor/48x48/apps/terminator.png
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/terminator.mo
|
||||
|
|
Loading…
Reference in a new issue