svn commit: r316770 - head/games/asteroid

Beech Rintoul beech at FreeBSD.org
Sun Apr 28 23:25:26 UTC 2013


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
  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


More information about the svn-ports-head mailing list