diff options
author | marino <marino@FreeBSD.org> | 2013-07-22 19:35:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-07-22 19:35:56 +0800 |
commit | 913591f0c03378ddb1c77239928e55d99fccc3c0 (patch) | |
tree | 2ebc249ed8f560e785a5ea539a7ee774cfca0e56 /games | |
parent | d0ed4269a4dbb091454192f599406a09418c929c (diff) | |
download | freebsd-ports-gnome-913591f0c03378ddb1c77239928e55d99fccc3c0.tar.gz freebsd-ports-gnome-913591f0c03378ddb1c77239928e55d99fccc3c0.tar.zst freebsd-ports-gnome-913591f0c03378ddb1c77239928e55d99fccc3c0.zip |
games/iceicepenguin: Fix fetching due to frequent rerolls
The maintainer has proposed the following changes:
1) Unique name for iceicepenguins_icons
2) Trimmed desktop entry
3) Updated the pkg-plist
4) general cleanup
PR: ports/178501
Submitted by: marino
Approved by: bapt (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/iceicepenguin/Makefile | 18 | ||||
-rw-r--r-- | games/iceicepenguin/distinfo | 4 | ||||
-rw-r--r-- | games/iceicepenguin/pkg-plist | 12 |
3 files changed, 9 insertions, 25 deletions
diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile index 93f7866d22c7..ce56b512097f 100644 --- a/games/iceicepenguin/Makefile +++ b/games/iceicepenguin/Makefile @@ -3,12 +3,12 @@ PORTNAME= iceicepenguin PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Default/Ice%20Ice%20Penguin/ \ SF/nemysisfreebsdp/:icons DISTFILES= iip.${DISTVERSION}-final${EXTRACT_SUFX} \ - ${PORTNAME}_icons${EXTRACT_SUFX}:icons + ${PORTNAME}_icons_1${EXTRACT_SUFX}:icons DIST_SUBDIR= python MAINTAINER= nemysis@gmx.ch @@ -31,22 +31,18 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 SUB_FILES= ${PORTNAME} -DESKTOP_ENTRIES="Ice Ice Penguin" "${COMMENT}" \ - "${PREFIX}/share/pixmaps/${PORTNAME}" \ +DESKTOP_ENTRIES="Ice Ice Penguin" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false .include <bsd.port.options.mk> do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} - - ${MKDIR} ${DATADIR} .for d in fonts gfx lvls menu sfx @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) .endfor + ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} post-install: .for s in ${ICON_SIZES} @@ -54,10 +50,10 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif diff --git a/games/iceicepenguin/distinfo b/games/iceicepenguin/distinfo index d4a9482f7bd0..084989d73628 100644 --- a/games/iceicepenguin/distinfo +++ b/games/iceicepenguin/distinfo @@ -1,4 +1,4 @@ SHA256 (python/iip.1.5.1-final.zip) = 6fde1fc6b432951ed73c0f75c769d4550e5b4a014783bf49aaef24e904b7910e SIZE (python/iip.1.5.1-final.zip) = 17948605 -SHA256 (python/iceicepenguin_icons.zip) = 219aa78dec602446931d08c0461c65f18fa37526667713e58601741179d7123f -SIZE (python/iceicepenguin_icons.zip) = 50315 +SHA256 (python/iceicepenguin_icons_1.zip) = 219aa78dec602446931d08c0461c65f18fa37526667713e58601741179d7123f +SIZE (python/iceicepenguin_icons_1.zip) = 50315 diff --git a/games/iceicepenguin/pkg-plist b/games/iceicepenguin/pkg-plist index afa4469dbf4d..4ee171a8b1b9 100644 --- a/games/iceicepenguin/pkg-plist +++ b/games/iceicepenguin/pkg-plist @@ -150,18 +150,6 @@ share/icons/hicolor/64x64/apps/iceicepenguin.png share/icons/hicolor/72x72/apps/iceicepenguin.png share/icons/hicolor/96x96/apps/iceicepenguin.png share/pixmaps/iceicepenguin.png -@dirrmtry share/icons/hicolor/96x96/apps -@dirrmtry share/icons/hicolor/96x96 -@dirrmtry share/icons/hicolor/72x72/apps -@dirrmtry share/icons/hicolor/72x72 -@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 -@dirrmtry share/icons @dirrm %%DATADIR%%/sfx/music @dirrm %%DATADIR%%/sfx @dirrm %%DATADIR%%/menu/fr |