1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Update to 0.10.2

- Use gnomehack and covert patching to sed_reinplace

PR:		ports/59924
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
Pav Lucistnik 2003-12-04 10:16:48 +00:00
parent 6e3e856f46
commit 9ba1fd03da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94929
5 changed files with 9 additions and 35 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= streamtuner
PORTVERSION= 0.10.1
PORTVERSION= 0.10.2
CATEGORIES= audio www
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION}
@ -17,11 +17,16 @@ COMMENT= A GTK+ stream directory browser
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
USE_X_PREFIX= yes
USE_GNOME= gtk20
USE_GNOME= gtk20 gnomehack
USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= streamtuner.1 streamtuner-theme-convert.1
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]datadir[)]/pixmaps|(prefix)/share/gnome/pixmaps|g ; \
s|[(]datadir[)]/applications|(prefix)/share/gnome/applications|g'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (streamtuner-0.10.1.tar.gz) = ef6305a9de5ca80b3f9a7341b3a3fe6e
MD5 (streamtuner-0.10.2.tar.gz) = 44d0773c118966adf14780b0d670f2dc

View File

@ -1,21 +0,0 @@
--- extras/Makefile.in.orig Thu Sep 18 09:14:07 2003
+++ extras/Makefile.in Thu Sep 18 09:16:01 2003
@@ -162,6 +162,7 @@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
+libdatadir = @prefix@/libdata
libexecdir = @libexecdir@
localstatedir = @localstatedir@
mandir = @mandir@
@@ -172,8 +173,8 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-pkgconfigdir = $(libdir)/pkgconfig
-applicationsdir = $(datadir)/applications
+pkgconfigdir = $(libdatadir)/pkgconfig
+applicationsdir = $(datadir)/gnome/applications
pkgconfig_DATA = streamtuner.pc
applications_DATA = streamtuner.desktop

View File

@ -1,11 +0,0 @@
--- art/Makefile.in.orig Thu Sep 18 09:16:29 2003
+++ art/Makefile.in Thu Sep 18 09:16:39 2003
@@ -172,7 +172,7 @@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-pixmapsdir = $(datadir)/pixmaps
+pixmapsdir = $(datadir)/gnome/pixmaps
pixmaps_DATA = streamtuner.png
IMAGES = \

View File

@ -17,6 +17,7 @@ lib/streamtuner/plugins/shoutcast.so
libdata/pkgconfig/streamtuner.pc
share/gnome/applications/streamtuner.desktop
share/gnome/pixmaps/streamtuner.png
share/locale/de/LC_MESSAGES/streamtuner.mo
share/locale/fr/LC_MESSAGES/streamtuner.mo
@dirrm include/streamtuner
@dirrm lib/streamtuner/plugins