Date: Wed, 13 Mar 2013 11:28:50 +0000 From: Max Brazhnikov <makc@freebsd.org> To: Beech Rintoul <beech@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, nemysis@gmx.ch, ports-committers@freebsd.org Subject: Re: svn commit: r314005 - head/games/BillardGL Message-ID: <2189624.haRRKWSJcB@mercury.ph.man.ac.uk> In-Reply-To: <201303122246.r2CMktfM062504@svn.freebsd.org> References: <201303122246.r2CMktfM062504@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 12 Mar 2013 22:46:55 +0000Tue Mar 12 22:46:55 2013 Beech Rintoul wrote: > Author: beech > Date: Tue Mar 12 22:46:55 2013 > New Revision: 314005 > URL: http://svnweb.freebsd.org/changeset/ports/314005 > > Log: > - Makefile tweaks > - Add Desktop entries, icons, removed all Notes > - Shorten header > - Bump portrevision > > PR: ports/173347 > Submitted by: nemysis <nemysis@gmx.ch> > > Modified: > head/games/BillardGL/Makefile > head/games/BillardGL/distinfo (contents, props changed) > > Modified: head/games/BillardGL/Makefile > ============================================================================== > --- head/games/BillardGL/Makefile Tue Mar 12 22:15:57 2013 (r314004) > +++ head/games/BillardGL/Makefile Tue Mar 12 22:46:55 2013 (r314005) > @@ -1,18 +1,14 @@ > -# New ports collection makefile for: BillardGL > -# Date created: 02 Jan 2004 > -# Whom: Igor Pokrovsky <tiamat@comset.net> > -# > +# Created By: Igor Pokrovsky <tiamat@comset.net> > # $FreeBSD$ > -# > > PORTNAME= BillardGL > PORTVERSION= 1.75 > -PORTREVISION= 8 > +PORTREVISION= 9 > CATEGORIES= games > -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}/ \ > +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}/:game \ > SF/nemysisfreebsdp/:icons > -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ > - ${PORTNAME}-LP-010.zip \ > +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:game \ > + ${PORTNAME}-LP-010.zip:game \ > ${PORTNAME}_icons.tar.gz:icons > DIST_SUBDIR= ${PORTNAME:L} > > @@ -31,14 +27,22 @@ USE_XORG= xmu xext x11 xi > USE_GL= glut > > PLIST_FILES= bin/${PORTNAME} \ > - share/pixmaps/${PORTNAME}_48.png \ > - share/pixmaps/${PORTNAME}_64.png \ > - share/pixmaps/${PORTNAME}_72.png \ > - share/pixmaps/${PORTNAME}_96.png > + share/pixmaps/${PORTNAME}.png \ > + share/icons/hicolor/32x32/apps/${PORTNAME}.png \ > + share/icons/hicolor/48x48/apps/${PORTNAME}.png \ > + share/icons/hicolor/64x64/apps/${PORTNAME}.png \ > + share/icons/hicolor/72x72/apps/${PORTNAME}.png \ > + share/icons/hicolor/96x96/apps/${PORTNAME}.png > > PORTDATA= * > PORTDOCS= README > > +INSTALLS_ICONS= yes > +ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 > + > +DESKTOP_ENTRIES="BillardGL" "${COMMENT}" "${PORTNAME}" \ > + "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} You may leave second field empty, the framework will use port's ${COMMENT} then. The last field must be literal 'true' or 'false'. If you are not sure whether the application supports start-up notification just leave it empty. Cheers, Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2189624.haRRKWSJcB>