mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.13
PR: 137920 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: maintainer
This commit is contained in:
parent
7250b71e7f
commit
38705f6651
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240384
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= terminator
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= https://launchpad.net/terminator/trunk/${PORTVERSION}/+download/ \
|
||||
https://launchpadlibrarian.net/28258738/ \
|
||||
http://hur.st/mirror/terminator/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
@ -19,7 +19,7 @@ COMMENT= Multiple GNOME terminals in one window
|
||||
OPTIONS= NLS "Native language support" on \
|
||||
GCONF "Use GNOME Terminal settings" on
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTVERSION}
|
||||
USE_PYTHON= 2.4+
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= Terminator
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (terminator_0.12.tar.gz) = 259b2b1f88de822644e4d57abf857cb7
|
||||
SHA256 (terminator_0.12.tar.gz) = 7bc0048ef5bbd8202688f51712ee87ac5c52291221ca33558b256a11a87618fd
|
||||
SIZE (terminator_0.12.tar.gz) = 118744
|
||||
MD5 (terminator_0.13.tar.gz) = 808e48d2b69f3366fb6ea14312ea403e
|
||||
SHA256 (terminator_0.13.tar.gz) = 5f8e8ec8ba1add72fd71974fa85c66bba1b0ee671771fe7b8aa636d7e574cd9e
|
||||
SIZE (terminator_0.13.tar.gz) = 2253315
|
||||
|
@ -29,9 +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/translation.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/translation.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/translation.pyo
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/version.py
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/terminatorlib/version.pyo
|
||||
@ -63,12 +63,14 @@ share/icons/hicolor/48x48/apps/terminator.png
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/fy/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/jv/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/terminator.mo
|
||||
@ -83,7 +85,9 @@ share/icons/hicolor/48x48/apps/terminator.png
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/si/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/terminator.mo
|
||||
@ -95,4 +99,6 @@ share/icons/hicolor/48x48/apps/terminator.png
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/terminator.mo
|
||||
%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/fy
|
||||
%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/jv
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/terminatorlib
|
||||
|
Loading…
Reference in New Issue
Block a user