[24225] trunk/dports/gnome/gnome-applets/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 19 02:30:13 PDT 2007


Revision: 24225
          http://trac.macosforge.org/projects/macports/changeset/24225
Author:   rhwood at macports.org
Date:     2007-04-19 02:30:13 -0700 (Thu, 19 Apr 2007)

Log Message:
-----------
Upgrade to version 2.18.0
#@(*&$ docbook/scrollkeeper/gnome-doc-utils!
post-patch forceably remove docs that don't build happy
I'll come back later with a real fix

Modified Paths:
--------------
    trunk/dports/gnome/gnome-applets/Portfile

Modified: trunk/dports/gnome/gnome-applets/Portfile
===================================================================
--- trunk/dports/gnome/gnome-applets/Portfile	2007-04-19 07:44:03 UTC (rev 24224)
+++ trunk/dports/gnome/gnome-applets/Portfile	2007-04-19 09:30:13 UTC (rev 24225)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		gnome-applets
-version		2.16.2
+version		2.18.0
 description	GNOME panel applets.
 long_description        This package contains applets for use with the \
 			GNOME panel.  
@@ -9,10 +9,10 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/gnome-applets/2.16/
-checksums	md5 1a46b8557ff05ca75e7db6adb4dd6707 \
-			sha1 8b912c21e7c390c9aae96bb81fe017fa1f9bf006 \
-			rmd160 b8706c57b37702b0bfc64cb549fc594b05da5e5b
+master_sites    gnome:sources/gnome-applets/2.18/
+checksums	md5 db3ef99c00335798f30fc0a9162c0257 \
+			sha1 7bec1f642e827634f74859e81e1502799d3c05a2 \
+			rmd160 c9a18c717fd01ede9476a70784a8522968e52211
 
 depends_lib \
         lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
@@ -26,15 +26,15 @@
         lib:libiconv:libiconv lib:libpng:libpng lib:libtiff:tiff port:xrender \
         port:audiofile port:esound port:gnome-keyring port:cairo port:zlib \
 	port:gail port:gnome-panel port:libwnck port:libxklavier port:p5-xml-parser \
-	port:popt port:startup-notification port:libxklavier-2-2 \
+	port:popt port:startup-notification port:libgnomekbd \
 	port:dbus \
 	port:dbus-glib
 
 use_bzip2 	yes
 
-patchfiles \
-        patch-libgweather-weather.c \
-        patch-libgweather-weather-met.c
+#patchfiles \
+#        patch-libgweather-weather.c
+#        patch-libgweather-weather-met.c
 
 #patchfiles \
 #	patch-Makefile.in \
@@ -42,10 +42,20 @@
 #	patch-libgweather-weather.c \
 #	patch-libgweather-weather-met.c
 
+post-patch	{
+	# in 2.18.0 everything is going haywire on the doc builds
+	# this is the cheap workaround
+	file delete -force ${worksrcpath}/stickynotes/docs/??
+	file delete -force ${worksrcpath}/mixer/docs/??
+	file delete -force ${worksrcpath}/drivemount/help/??
+	file delete -force ${worksrcpath}/multiload/docs/??
+	file delete -force ${worksrcpath}/*/docs/??
+	file delete -force ${worksrcpath}/*/help/??
+}
+
 configure.env	GMSGFMT=${prefix}/bin/msgfmt \
-		CFLAGS="-I${prefix}/lib/libxklavier-2.2/include -I${prefix}/include -I/usr/include" \
-		CPPFLAGS="-L${prefix}/lib/libxklavier-2.2/lib -I${prefix}/lib/libxklavier-2.2/include -I${prefix}/include -I/usr/include" \
-		PKG_CONFIG_PATH="${prefix}/lib/libxklavier-2.2/lib/pkgconfig:${prefix}/lib/pkgconfig:${prefix}/share/pkgconfig"
+		CFLAGS="-I${prefix}/include -I/usr/include" \
+		CPPFLAGS="-I${prefix}/include -I/usr/include"
 
 configure.args  --mandir=${prefix}/share/man \
 		--with-gstreamer=0.10 \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070419/93881b49/attachment.html


More information about the macports-changes mailing list