svn commit: r316770 - head/games/asteroid

Jason Helfman jgh at FreeBSD.org
Mon Apr 29 05:14:31 UTC 2013


Shouldn't this be using the USES framework for this operation?

-jgh


On Sun, Apr 28, 2013 at 4:25 PM, Beech Rintoul <beech at freebsd.org> wrote:

> Author: beech
> Date: Sun Apr 28 23:25:25 2013
> New Revision: 316770
> URL: http://svnweb.freebsd.org/changeset/ports/316770
>
> Log:
>   - Adjust dependencies for Desktop files
>   - Add desktopfileutils
>
>   PR:           ports/177010
> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=177010
>   Submitted by: nemysis <nemysis at gmx.ch> (maintainer)
>
> Modified:
>   head/games/asteroid/Makefile
>   head/games/asteroid/pkg-plist
>
> Modified: head/games/asteroid/Makefile
>
> ==============================================================================
> --- head/games/asteroid/Makefile        Sun Apr 28 23:18:23 2013
>  (r316769)
> +++ head/games/asteroid/Makefile        Sun Apr 28 23:25:25 2013
>  (r316770)
> @@ -1,4 +1,4 @@
> -# Created by: nemysis at gmx.ch
> +# Created by: nemysis <nemysis at gmx.ch>
>  # $FreeBSD$
>
>  PORTNAME=      asteroid
> @@ -18,7 +18,7 @@ GH_COMMIT=    6d23595
>
>  USE_GL=                glut
>  USE_SDL=       mixer sdl
> -USE_GNOME=     gtk20
> +USE_GNOME=     desktopfileutils gtk20
>  USE_XORG=      xmu
>  INSTALLS_ICONS=        yes
>  USES=          cmake
>
> Modified: head/games/asteroid/pkg-plist
>
> ==============================================================================
> --- head/games/asteroid/pkg-plist       Sun Apr 28 23:18:23 2013
>  (r316769)
> +++ head/games/asteroid/pkg-plist       Sun Apr 28 23:25:25 2013
>  (r316770)
> @@ -18,3 +18,5 @@ share/icons/hicolor/scalable/apps/astero
>  @dirrm %%DATADIR%%/gfx
>  @dirrm %%DATADIR%%
>  @dirrmtry share/applications
> + at exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
> + at unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
>
>


-- 
--
Jason Helfman          | FreeBSD Committer
jgh at FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve


More information about the svn-ports-head mailing list