Date: Tue, 4 Dec 2012 17:50:03 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/173456: [MAINTAINER] games/bombherman: Makefile changed, added Desktop entries, icons, changed pkg-plist Message-ID: <201212041750.qB4Ho3wf036235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173456; it has been noted by GNATS. From: nemysis <nemysis@gmx.ch> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/173456: [MAINTAINER] games/bombherman: Makefile changed, added Desktop entries, icons, changed pkg-plist Date: Tue, 4 Dec 2012 18:47:20 +0100 --MP_/tC2cZ9d=5_dFnkxaDjMiJ8g Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Added #Wrong versioning upstream PORTSCOUT= skipv:1.0 --MP_/tC2cZ9d=5_dFnkxaDjMiJ8g Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=bombherman.diff Original version does not exist at /usr/ports/games/bomb-her-man Using /usr/ports/games/bombherman instead ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/games/bombherman/Makefile ./Makefile --- /usr/ports/games/bombherman/Makefile 2012-11-16 09:01:45.000000000 +0100 +++ ./Makefile 2012-12-04 18:46:03.000000000 +0100 @@ -1,14 +1,16 @@ # Created by: nemysis@gmx.ch # -# $FreeBSD: head/games/bombherman/Makefile 305624 2012-10-09 23:56:53Z jgh $ +# $FreeBSD: ports/games/bombherman/Makefile,v 1.1 2012/10/09 23:56:53 jgh Exp $ PORTNAME= bomb-her-man PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GH \ SF/nemysisfreebsdp/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}_icons.tar.gz:icons + ${PORTNAME}_icons${EXTRACT_SUFX}:icons +DIST_SUBDIR= ${PORTNAME} MAINTAINER= nemysis@gmx.ch COMMENT= Bomberman clone written in C++ @@ -38,11 +40,16 @@ PORTDOCS= AUTHORS ChangeLog NEWS README -DESKTOP_ENTRIES="Bomb-her-man" "${COMMENT}" "${PORTNAME}_48.png" \ +INSTALLS_ICONS= yes +ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 + +DESKTOP_ENTRIES="Bomb-her-man" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS + +# Wrong versioning upstream +PORTSCOUT= skipv:1.0 .include <bsd.port.options.mk> @@ -63,7 +70,12 @@ .endif post-install: - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps +.for s in ${ICON_SIZES} + ${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + ${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 .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} diff -ruN --exclude=CVS /usr/ports/games/bombherman/distinfo ./distinfo --- /usr/ports/games/bombherman/distinfo 2012-11-16 09:01:45.000000000 +0100 +++ ./distinfo 2012-12-04 18:43:20.000000000 +0100 @@ -1,4 +1,4 @@ -SHA256 (bomb-her-man-0.3.tar.gz) = 6ccf847f7452afaec664ee6f0dae50895ed7138bfc27479254e539d56b8cca9c -SIZE (bomb-her-man-0.3.tar.gz) = 2019211 -SHA256 (bomb-her-man_icons.tar.gz) = b2a402bd226ccb324c0b9dbe24540da99880409ca2d2e862725eb08120c02978 -SIZE (bomb-her-man_icons.tar.gz) = 29696 +SHA256 (bomb-her-man/bomb-her-man-0.3.tar.gz) = 6ccf847f7452afaec664ee6f0dae50895ed7138bfc27479254e539d56b8cca9c +SIZE (bomb-her-man/bomb-her-man-0.3.tar.gz) = 2019211 +SHA256 (bomb-her-man/bomb-her-man_icons.tar.gz) = 40be2e1ab029822d6acdbe35914a9169c4401e9a53e04bd500f44fe0253a3ac1 +SIZE (bomb-her-man/bomb-her-man_icons.tar.gz) = 32256 diff -ruN --exclude=CVS /usr/ports/games/bombherman/pkg-plist ./pkg-plist --- /usr/ports/games/bombherman/pkg-plist 2012-11-16 09:01:45.000000000 +0100 +++ ./pkg-plist 2012-11-07 20:11:19.000000000 +0100 @@ -54,25 +54,39 @@ %%DATADIR%%/graphics/scores/background-vertical.svg %%DATADIR%%/graphics/tomb1.svg %%DATADIR%%/graphics/tomb2.svg +share/icons/hicolor/32x32/apps/bomb-her-man.png +share/icons/hicolor/48x48/apps/bomb-her-man.png +share/icons/hicolor/64x64/apps/bomb-her-man.png +share/icons/hicolor/72x72/apps/bomb-her-man.png +share/icons/hicolor/96x96/apps/bomb-her-man.png %%NLS%%share/locale/fr/LC_MESSAGES/bomb-her-man.mo -share/pixmaps/bomb-her-man_48.png -share/pixmaps/bomb-her-man_64.png -share/pixmaps/bomb-her-man_72.png -share/pixmaps/bomb-her-man_96.png -@dirrm %%DATADIR%%/graphics/scores/2 -@dirrm %%DATADIR%%/graphics/scores/1 -@dirrm %%DATADIR%%/graphics/scores -@dirrm %%DATADIR%%/graphics/players/2/3 -@dirrm %%DATADIR%%/graphics/players/2/2 -@dirrm %%DATADIR%%/graphics/players/2/1 -@dirrm %%DATADIR%%/graphics/players/2/0 -@dirrm %%DATADIR%%/graphics/players/2 -@dirrm %%DATADIR%%/graphics/players/1/3 -@dirrm %%DATADIR%%/graphics/players/1/2 -@dirrm %%DATADIR%%/graphics/players/1/1 -@dirrm %%DATADIR%%/graphics/players/1/0 -@dirrm %%DATADIR%%/graphics/players/1 -@dirrm %%DATADIR%%/graphics/players -@dirrm %%DATADIR%%/graphics/bonuses -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%% +share/pixmaps/bomb-her-man.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 +@dirrmtry %%DATADIR%%/graphics/scores/2 +@dirrmtry %%DATADIR%%/graphics/scores/1 +@dirrmtry %%DATADIR%%/graphics/scores +@dirrmtry %%DATADIR%%/graphics/players/2/3 +@dirrmtry %%DATADIR%%/graphics/players/2/2 +@dirrmtry %%DATADIR%%/graphics/players/2/1 +@dirrmtry %%DATADIR%%/graphics/players/2/0 +@dirrmtry %%DATADIR%%/graphics/players/2 +@dirrmtry %%DATADIR%%/graphics/players/1/3 +@dirrmtry %%DATADIR%%/graphics/players/1/2 +@dirrmtry %%DATADIR%%/graphics/players/1/1 +@dirrmtry %%DATADIR%%/graphics/players/1/0 +@dirrmtry %%DATADIR%%/graphics/players/1 +@dirrmtry %%DATADIR%%/graphics/players +@dirrmtry %%DATADIR%%/graphics/bonuses +@dirrmtry %%DATADIR%%/graphics +@dirrmtry %%DATADIR%% ===> Done --MP_/tC2cZ9d=5_dFnkxaDjMiJ8g--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212041750.qB4Ho3wf036235>