Bug 177010

Summary: [MAINTAINER] games/asteroid: Adjusted dependencies for Desktop files, added desktopfileutils
Product: Ports & Packages Reporter: nemysis <nemysis>
Component: Individual Port(s)Assignee: Beech Rintoul <beech>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
asteroid-1.2.1.patch none

Description nemysis 2013-03-16 00:20:00 UTC
Makefile changed:
-USE_GNOME=	gtk20
+USE_GNOME=	desktopfileutils gtk20 <-- needed for @-update-desktop-database -q

adde in pkg-plist
+@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true


Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

How-To-Repeat: 
portlint -A
looks fine.

port test: clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-16 00:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2013-03-24 18:54:04 UTC
State Changed
From-To: open->patched

In progress
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-29 00:25:37 UTC
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@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@gmx.ch
+# Created by: nemysis <nemysis@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
+@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2013-04-29 00:25:49 UTC
State Changed
From-To: patched->closed

Committed, Thanks!