svn commit: r351012 - head/multimedia/swfdec-gnome

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 11 17:08:15 UTC 2014


Author: bapt
Date: Fri Apr 11 17:08:14 2014
New Revision: 351012
URL: http://svnweb.freebsd.org/changeset/ports/351012
QAT: https://qat.redports.org/buildarchive/r351012/

Log:
  Support stage

Modified:
  head/multimedia/swfdec-gnome/Makefile
  head/multimedia/swfdec-gnome/pkg-plist

Modified: head/multimedia/swfdec-gnome/Makefile
==============================================================================
--- head/multimedia/swfdec-gnome/Makefile	Fri Apr 11 17:03:56 2014	(r351011)
+++ head/multimedia/swfdec-gnome/Makefile	Fri Apr 11 17:08:14 2014	(r351012)
@@ -12,22 +12,15 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Gtk flash player and thumbnailer
 
-LIB_DEPENDS=	swfdec-0.8:${PORTSDIR}/graphics/swfdec
+LIB_DEPENDS=	libswfdec-0.8.so:${PORTSDIR}/graphics/swfdec
 
-USE_GNOME=	gnomehack gnomeprefix gtk20 intlhack gconf2
-USE_BZIP2=	yes
+USE_GNOME=	gnomeprefix gtk20 intlhack gconf2
 INSTALLS_ICONS=	yes
-USES=		gettext gmake pkgconfig
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	swfdec-thumbnailer.schemas
 
-MAN1=		swfdec-player.1 swfdec-thumbnailer.1
-
-NO_STAGE=	yes
-post-install:
-	@-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/multimedia/swfdec-gnome/pkg-plist
==============================================================================
--- head/multimedia/swfdec-gnome/pkg-plist	Fri Apr 11 17:03:56 2014	(r351011)
+++ head/multimedia/swfdec-gnome/pkg-plist	Fri Apr 11 17:08:14 2014	(r351012)
@@ -1,5 +1,7 @@
 bin/swfdec-player
 bin/swfdec-thumbnailer
+man/man1/swfdec-player.1.gz
+man/man1/swfdec-thumbnailer.1.gz
 share/applications/swfdec-player.desktop
 share/icons/hicolor/16x16/apps/swfdec-gnome.png
 share/icons/hicolor/22x22/apps/swfdec-gnome.png
@@ -77,8 +79,6 @@ share/locale/zh_HK/LC_MESSAGES/swfdec-gn
 share/locale/zh_TW/LC_MESSAGES/swfdec-gnome.mo
 %%DATADIR%%/swfdec-player.ui
 @dirrm %%DATADIR%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/te/LC_MESSAGES


More information about the svn-ports-all mailing list