diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-02-06 22:36:38 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-02-06 22:36:38 +0800 |
commit | 6aa45b5c5953a4baf578c8243021a121af5fd8a9 (patch) | |
tree | 5e64f84dc31f1505c88818ecc0f69717cfc2bb55 /games | |
parent | 6fc4d88bf9e42df1d7d4eefb9437bc638c3e5cfa (diff) | |
download | freebsd-ports-gnome-6aa45b5c5953a4baf578c8243021a121af5fd8a9.tar.gz freebsd-ports-gnome-6aa45b5c5953a4baf578c8243021a121af5fd8a9.tar.zst freebsd-ports-gnome-6aa45b5c5953a4baf578c8243021a121af5fd8a9.zip |
- Update to 1.0.6, Announce message:
Added README file
Translation updates: Catalan, German, Hebrew, Korean, Malay,
Polish, Romanian, Russian, Spanish, Turkish, Vietnamese
- Add NEWS and README to DOCS
Diffstat (limited to 'games')
-rw-r--r-- | games/gottet/Makefile | 4 | ||||
-rw-r--r-- | games/gottet/distinfo | 4 | ||||
-rw-r--r-- | games/gottet/pkg-plist | 13 |
3 files changed, 15 insertions, 6 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile index 4395e952f768..d130f3860b53 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gottet -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 @@ -18,7 +18,7 @@ USE_QT4= moc_build rcc_build iconengines_run imageformats_run \ gui INSTALLS_ICONS= yes -PORTDOCS= CREDITS ChangeLog +PORTDOCS= CREDITS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes diff --git a/games/gottet/distinfo b/games/gottet/distinfo index 83ef529867ef..65aa50e1725b 100644 --- a/games/gottet/distinfo +++ b/games/gottet/distinfo @@ -1,2 +1,2 @@ -SHA256 (gottet-1.0.5-src.tar.bz2) = e954bbbc24abe171447e76d9d52e1043d16416377c6f639fd454d0ee99db1cdc -SIZE (gottet-1.0.5-src.tar.bz2) = 253744 +SHA256 (gottet-1.0.6-src.tar.bz2) = 66338509e04927b76804cb0a3ebb31989a4c6f2500e8b99bec6d1db1121cd561 +SIZE (gottet-1.0.6-src.tar.bz2) = 268854 diff --git a/games/gottet/pkg-plist b/games/gottet/pkg-plist index 5f757ad63a61..1db39f0bced5 100644 --- a/games/gottet/pkg-plist +++ b/games/gottet/pkg-plist @@ -1,9 +1,18 @@ bin/gottet share/applications/gottet.desktop +%%NLS%%%%DATADIR%%/translations/gottet_ca.qm +%%NLS%%%%DATADIR%%/translations/gottet_de.qm %%NLS%%%%DATADIR%%/translations/gottet_en.qm +%%NLS%%%%DATADIR%%/translations/gottet_es.qm %%NLS%%%%DATADIR%%/translations/gottet_fr.qm %%NLS%%%%DATADIR%%/translations/gottet_he.qm +%%NLS%%%%DATADIR%%/translations/gottet_ko.qm +%%NLS%%%%DATADIR%%/translations/gottet_ms.qm +%%NLS%%%%DATADIR%%/translations/gottet_pl.qm %%NLS%%%%DATADIR%%/translations/gottet_ro.qm +%%NLS%%%%DATADIR%%/translations/gottet_ru.qm +%%NLS%%%%DATADIR%%/translations/gottet_tr.qm +%%NLS%%%%DATADIR%%/translations/gottet_vi.qm share/icons/hicolor/128x128/apps/gottet.png share/icons/hicolor/16x16/apps/gottet.png share/icons/hicolor/22x22/apps/gottet.png @@ -15,5 +24,5 @@ share/icons/hicolor/64x64/apps/gottet.png share/icons/hicolor/scalable/apps/gottet.svg share/pixmaps/gottet.png share/pixmaps/gottet.xpm -%%NLS%%@dirrmtry %%DATADIR%%/translations -%%NLS%%@dirrmtry %%DATADIR%% +%%NLS%%@dirrm %%DATADIR%%/translations +%%NLS%%@dirrm %%DATADIR%% |