diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-09-28 20:39:25 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-09-28 20:39:25 +0000 |
commit | 224908fdd14515a30e092f8de100143ee38f6b88 (patch) | |
tree | 1bc5c8e977c0d5e1b738f48d6a3e4ae7d1d0db1e /x11/terminator | |
parent | d74b94d7a904473b1ee7756c55c24ab6c4049d6f (diff) | |
download | ports-224908fdd14515a30e092f8de100143ee38f6b88.tar.gz ports-224908fdd14515a30e092f8de100143ee38f6b88.zip |
Notes
Diffstat (limited to 'x11/terminator')
-rw-r--r-- | x11/terminator/Makefile | 2 | ||||
-rw-r--r-- | x11/terminator/pkg-plist | 38 |
2 files changed, 28 insertions, 12 deletions
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 72b584f897b9..fe714b83c845 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -7,7 +7,7 @@ PORTNAME= terminator PORTVERSION= 0.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 python MASTER_SITES= http://launchpadlibrarian.net/80778747/ \ http://hur.st/mirror/terminator/ diff --git a/x11/terminator/pkg-plist b/x11/terminator/pkg-plist index 1b9da740078b..cd07146357cf 100644 --- a/x11/terminator/pkg-plist +++ b/x11/terminator/pkg-plist @@ -109,8 +109,6 @@ bin/terminator %%PYTHON_SITELIBDIR%%/terminatorlib/window.pyc %%PYTHON_SITELIBDIR%%/terminatorlib/window.pyo share/applications/terminator.desktop -share/pixmaps/terminator.png -share/icons/hicolor/scalable/apps/terminator.svg share/icons/hicolor/16x16/actions/terminator_active_broadcast_all.png share/icons/hicolor/16x16/actions/terminator_active_broadcast_group.png share/icons/hicolor/16x16/actions/terminator_active_broadcast_off.png @@ -124,6 +122,7 @@ 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 +share/icons/hicolor/scalable/apps/terminator.svg %%NLS%%share/locale/af/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ar/LC_MESSAGES/terminator.mo %%NLS%%share/locale/ast/LC_MESSAGES/terminator.mo @@ -191,16 +190,33 @@ share/icons/hicolor/48x48/apps/terminator.png %%NLS%%share/locale/zh_CN/LC_MESSAGES/terminator.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/terminator.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/terminator.mo -%%NLS%%@dirrmtry share/locale/fy -%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/jv -%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kk -%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ru_RU -%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/tyv +share/pixmaps/terminator.png +%%NLS%%@dirrmtry share/locale/zh_HK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/zh_HK +%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur %%NLS%%@dirrmtry share/locale/tyv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tyv +%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/te +%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru_RU +%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/oc +%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/mr +%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/jv +%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fy +%%NLS%%@dirrmtry share/locale/ca@valencia/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ca@valencia +%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ast @dirrm %%PYTHON_SITELIBDIR%%/terminatorlib/plugins @dirrm %%PYTHON_SITELIBDIR%%/terminatorlib/configobj @dirrm %%PYTHON_SITELIBDIR%%/terminatorlib |