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

gui_dos at macports.org gui_dos at macports.org
Sat Apr 5 07:51:20 PDT 2008


Revision: 35770
          http://trac.macosforge.org/projects/macports/changeset/35770
Author:   gui_dos at macports.org
Date:     2008-04-05 07:51:16 -0700 (Sat, 05 Apr 2008)

Log Message:
-----------
gnome-applets: update to 2.22.0

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

Modified: trunk/dports/gnome/gnome-applets/Portfile
===================================================================
--- trunk/dports/gnome/gnome-applets/Portfile	2008-04-05 14:09:37 UTC (rev 35769)
+++ trunk/dports/gnome/gnome-applets/Portfile	2008-04-05 14:51:16 UTC (rev 35770)
@@ -1,68 +1,44 @@
 # $Id$
+
 PortSystem 1.0
-name		gnome-applets
-version		2.20.0
-description	GNOME panel applets.
-long_description        This package contains applets for use with the \
-			GNOME panel.  
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+name            gnome-applets
+version         2.22.0
+description     GNOME panel applets.
+long_description This package contains applets for use with the \
+                GNOME panel.
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/gnome-applets/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	md5 985cfc3c58a72e1a92201bf4a4873b87 \
-			sha1 0733249eeb2930fb55c251e1c1f9846e01d1a8b9 \
-			rmd160 47cf69002d88d6905ade68a18e457d8fbc6c70b3
+checksums       md5 cd31cc9171cc350e7d0074b1a8092fbd \
+                sha1 26d9f74e5f3264cb53893b5b631d95633e073d27 \
+                rmd160 b177d0e87706e0f99b308f629886f04ab5bb488e
 
-depends_lib \
-        lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
-        lib:libglib-2.0:glib2 lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 \
-        lib:libgnomecanvas-2:libgnomecanvas lib:libart_lgpl_2:libart_lgpl \
-        lib:libbonobo-2:libbonobo lib:libbonoboui-2:libbonoboui port:Xft2 \
-        lib:libglade-2.0:libglade2 lib:libgnome-2:libgnome lib:libgnomeui-2:libgnomeui \
-        bin:orbit-idl-2:orbit2 port:libxml2 port:libxslt bin:perl:perl5.8 \
-        lib:libpangoft2-1.0:pango bin:pkg-config:pkgconfig lib:libexpat:expat \
-        port:fontconfig port:freetype port:gnome-doc-utils lib:libjpeg:jpeg \
-        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:libgnomekbd \
-	port:dbus \
-	port:dbus-glib
+depends_build   port:gnome-doc-utils
+depends_lib     port:libgnomeui \
+                port:gst-plugins-good \
+                port:popt \
+                port:gnome-keyring \
+                port:gnome-panel \
+                port:libgtop \
+                port:libgnomekbd \
+                port:libwnck \
+                port:libgweather \
+                port:system-tools-backends \
+                port:gucharmap \
+                port:py25-gtk \
+                port:gnome-control-center \
+                port:gnome-python-desktop
 
 use_bzip2 	yes
 
-#patchfiles \
-#        patch-libgweather-weather.c
-#        patch-libgweather-weather-met.c
+configure.python  ${prefix}/bin/python2.5
 
-#patchfiles \
-#	patch-Makefile.in \
-#	patch-configure \
-#	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 \
-		LINGUAS=en \
-		PYTHON=${prefix}/bin/python2.5
-
-configure.args  --mandir=${prefix}/share/man \
-		--with-gstreamer=0.10 \
+configure.args  --with-gstreamer=0.10 \
 		--without-hal \
-		--disable-weather \
 		--disable-scrollkeeper
-
 post-activate {
-	system "scrollkeeper-update"
+	system "${prefix}/bin/scrollkeeper-update"
 }

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


More information about the macports-changes mailing list