Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2013 07:07:19 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316169 - head/games/epiar
Message-ID:  <201304210707.r3L77JrI086243@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Sun Apr 21 07:07:18 2013
New Revision: 316169
URL: http://svnweb.freebsd.org/changeset/ports/316169

Log:
  - There is no need to update the desktop database because epiar's desktop file doesn't have MIME definition in it.
  
  Submitted by:	makc
  Approved by:	nemysis@gmx.ch (maintainer)
  Feature safe:	yes

Modified:
  head/games/epiar/Makefile
  head/games/epiar/pkg-plist

Modified: head/games/epiar/Makefile
==============================================================================
--- head/games/epiar/Makefile	Sat Apr 20 23:41:33 2013	(r316168)
+++ head/games/epiar/Makefile	Sun Apr 21 07:07:18 2013	(r316169)
@@ -3,6 +3,7 @@
 
 PORTNAME=	epiar
 PORTVERSION=	0.5.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	http://epiar.net/files/epiar/releases/0.5/
 
@@ -26,7 +27,6 @@ USE_GL=		glu
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	aclocal
 USE_GMAKE=	yes
-USE_GNOME=	desktopfileutils
 USE_PKGCONFIG=	build
 MAKE_JOBS_SAFE=	yes
 
@@ -47,6 +47,4 @@ post-install:
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 .endif
 
-	@-update-desktop-database -q
-
 .include <bsd.port.mk>

Modified: head/games/epiar/pkg-plist
==============================================================================
--- head/games/epiar/pkg-plist	Sat Apr 20 23:41:33 2013	(r316168)
+++ head/games/epiar/pkg-plist	Sun Apr 21 07:07:18 2013	(r316169)
@@ -243,5 +243,3 @@ share/pixmaps/epiar.png
 @dirrm %%DATADIR%%/Resources
 @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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304210707.r3L77JrI086243>