svn commit: r360375 - head/audio/soundconverter

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jul 3 14:22:21 UTC 2014


Author: vanilla
Date: Thu Jul  3 14:22:20 2014
New Revision: 360375
URL: http://svnweb.freebsd.org/changeset/ports/360375
QAT: https://qat.redports.org/buildarchive/r360375/

Log:
  Stagify.

Modified:
  head/audio/soundconverter/Makefile
  head/audio/soundconverter/pkg-plist

Modified: head/audio/soundconverter/Makefile
==============================================================================
--- head/audio/soundconverter/Makefile	Thu Jul  3 14:14:03 2014	(r360374)
+++ head/audio/soundconverter/Makefile	Thu Jul  3 14:22:20 2014	(r360375)
@@ -10,20 +10,16 @@ MASTER_SITES=	BERLIOS
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The sound conversion application for the GNOME environment
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
-
 LICENSE=	GPLv3
 
-USES=		gettext gmake
-NO_STAGE=	yes
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
+
+USES=		gettext gmake desktop-file-utils
 GNU_CONFIGURE=	yes
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2 pygnome2
-
 MAKE_ENV=	MAKE=${LOCALBASE}/bin/gmake
-
 INSTALLS_ICONS=	yes
-MAN1=	soundconverter.1
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \

Modified: head/audio/soundconverter/pkg-plist
==============================================================================
--- head/audio/soundconverter/pkg-plist	Thu Jul  3 14:14:03 2014	(r360374)
+++ head/audio/soundconverter/pkg-plist	Thu Jul  3 14:22:20 2014	(r360375)
@@ -1,8 +1,7 @@
+bin/soundconverter
+man/man1/soundconverter.1.gz
 %%DATADIR%%/soundconverter-logo.svg
 %%DATADIR%%/soundconverter.glade
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-bin/soundconverter
 share/locale/ar/LC_MESSAGES/soundconverter.mo
 share/locale/bg/LC_MESSAGES/soundconverter.mo
 share/locale/br/LC_MESSAGES/soundconverter.mo
@@ -47,10 +46,4 @@ share/locale/zh_CN/LC_MESSAGES/soundconv
 share/applications/soundconverter.desktop
 share/icons/hicolor/48x48/apps/soundconverter.png
 share/icons/hicolor/scalable/apps/soundconverter.svg
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor/48x48/apps
- at dirrmtry share/icons/hicolor/48x48
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
 @dirrm %%DATADIR%%


More information about the svn-ports-all mailing list