diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-02 02:11:10 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-02 02:11:10 +0800 |
commit | c942ba011b5134b6898cc041c66e673078d3f69c (patch) | |
tree | bd019221e4fb9f29f7742f8cba2f5edd4fed18b9 /games | |
parent | fba28b18b55b6dd6c27a2511ff46dbe0ea4de5f8 (diff) | |
download | freebsd-ports-gnome-c942ba011b5134b6898cc041c66e673078d3f69c.tar.gz freebsd-ports-gnome-c942ba011b5134b6898cc041c66e673078d3f69c.tar.zst freebsd-ports-gnome-c942ba011b5134b6898cc041c66e673078d3f69c.zip |
- Update to version 1.0.5 [1]
- Respect CFLAGS
PR: ports/176588 [1]
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/gottet/Makefile | 15 | ||||
-rw-r--r-- | games/gottet/distinfo | 4 | ||||
-rw-r--r-- | games/gottet/pkg-plist | 31 |
3 files changed, 41 insertions, 9 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile index 688c26109597..f1294a697048 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gottet -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 @@ -18,7 +17,7 @@ USE_QT4= moc_build qmake_build rcc_build iconengines imageformats MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes -PORTDOCS= ChangeLog +PORTDOCS= CREDITS ChangeLog .include <bsd.port.options.mk> @@ -26,14 +25,16 @@ do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} +post-configure: + @${REINPLACE_CMD} 's|-O2 -Wall|-Wall|g' \ + ${WRKSRC}/Makefile + post-install: -# Pixmaps - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/games/gottet/distinfo b/games/gottet/distinfo index a156725e0250..83ef529867ef 100644 --- a/games/gottet/distinfo +++ b/games/gottet/distinfo @@ -1,2 +1,2 @@ -SHA256 (gottet-1.0.4-src.tar.bz2) = 7144e035b6e575eecea9920ee301487915d3866a2cb0e40622fe9e45d83cb379 -SIZE (gottet-1.0.4-src.tar.bz2) = 29121 +SHA256 (gottet-1.0.5-src.tar.bz2) = e954bbbc24abe171447e76d9d52e1043d16416377c6f639fd454d0ee99db1cdc +SIZE (gottet-1.0.5-src.tar.bz2) = 253744 diff --git a/games/gottet/pkg-plist b/games/gottet/pkg-plist index 733a98395b41..390d3c8222c1 100644 --- a/games/gottet/pkg-plist +++ b/games/gottet/pkg-plist @@ -1,9 +1,40 @@ bin/gottet share/applications/gottet.desktop +%%DATADIR%%/translations/gottet_en.qm +%%DATADIR%%/translations/gottet_fr.qm +%%DATADIR%%/translations/gottet_he.qm +%%DATADIR%%/translations/gottet_ro.qm +share/icons/hicolor/128x128/apps/gottet.png +share/icons/hicolor/16x16/apps/gottet.png +share/icons/hicolor/22x22/apps/gottet.png +share/icons/hicolor/24x24/apps/gottet.png +share/icons/hicolor/256x256/apps/gottet.png +share/icons/hicolor/32x32/apps/gottet.png share/icons/hicolor/48x48/apps/gottet.png +share/icons/hicolor/64x64/apps/gottet.png +share/icons/hicolor/scalable/apps/gottet.svg share/pixmaps/gottet.png +share/pixmaps/gottet.xpm +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor @dirrmtry share/icons +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% @dirrmtry share/applications |