mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
abd17cec0b
commit
e93beefd3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360375
@ -10,20 +10,16 @@ MASTER_SITES= BERLIOS
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= The sound conversion application for the GNOME environment
|
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
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USES= gettext gmake
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
|
||||||
NO_STAGE= yes
|
|
||||||
|
USES= gettext gmake desktop-file-utils
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_GNOME= pygtk2 pygnome2
|
USE_GNOME= pygtk2 pygnome2
|
||||||
|
|
||||||
MAKE_ENV= MAKE=${LOCALBASE}/bin/gmake
|
MAKE_ENV= MAKE=${LOCALBASE}/bin/gmake
|
||||||
|
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
MAN1= soundconverter.1
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \
|
@${REINPLACE_CMD} -e 's|@GMSGFMT@|${LOCALBASE}/bin/msgfmt|; \
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
|
bin/soundconverter
|
||||||
|
man/man1/soundconverter.1.gz
|
||||||
%%DATADIR%%/soundconverter-logo.svg
|
%%DATADIR%%/soundconverter-logo.svg
|
||||||
%%DATADIR%%/soundconverter.glade
|
%%DATADIR%%/soundconverter.glade
|
||||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
|
||||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
|
||||||
bin/soundconverter
|
|
||||||
share/locale/ar/LC_MESSAGES/soundconverter.mo
|
share/locale/ar/LC_MESSAGES/soundconverter.mo
|
||||||
share/locale/bg/LC_MESSAGES/soundconverter.mo
|
share/locale/bg/LC_MESSAGES/soundconverter.mo
|
||||||
share/locale/br/LC_MESSAGES/soundconverter.mo
|
share/locale/br/LC_MESSAGES/soundconverter.mo
|
||||||
@ -47,10 +46,4 @@ share/locale/zh_CN/LC_MESSAGES/soundconverter.mo
|
|||||||
share/applications/soundconverter.desktop
|
share/applications/soundconverter.desktop
|
||||||
share/icons/hicolor/48x48/apps/soundconverter.png
|
share/icons/hicolor/48x48/apps/soundconverter.png
|
||||||
share/icons/hicolor/scalable/apps/soundconverter.svg
|
share/icons/hicolor/scalable/apps/soundconverter.svg
|
||||||
@dirrmtry share/icons/hicolor/scalable/apps
|
|
||||||
@dirrmtry share/icons/hicolor/scalable
|
|
||||||
@dirrmtry share/icons/hicolor/48x48/apps
|
|
||||||
@dirrmtry share/icons/hicolor/48x48
|
|
||||||
@dirrmtry share/icons/hicolor
|
|
||||||
@dirrmtry share/icons
|
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user