[35707] trunk/dports/gnome/gnome-panel/Portfile

gui_dos at macports.org gui_dos at macports.org
Thu Apr 3 07:37:37 PDT 2008


Revision: 35707
          http://trac.macosforge.org/projects/macports/changeset/35707
Author:   gui_dos at macports.org
Date:     2008-04-03 07:37:31 -0700 (Thu, 03 Apr 2008)

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

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

Modified: trunk/dports/gnome/gnome-panel/Portfile
===================================================================
--- trunk/dports/gnome/gnome-panel/Portfile	2008-04-03 13:36:19 UTC (rev 35706)
+++ trunk/dports/gnome/gnome-panel/Portfile	2008-04-03 14:37:31 UTC (rev 35707)
@@ -3,11 +3,11 @@
 PortSystem      1.0
 
 name            gnome-panel
-version         2.20.3
+version         2.22.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      gnome
-platforms       darwin 
+platforms       darwin
 description     Panel component for the GNOME 2 Desktop.
 
 long_description \
@@ -17,34 +17,21 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5 0ddf04cea0859570216319d6f1f8c4d8 \
-                sha1 7d2abba6a4aedd05418192b50573fb0a1efc6f1f \
-                rmd160 c3c2eb81b6baf7e5203bed288c077017526d554c
+checksums       md5 fe10c920c1f182a2bd5dba98863c786c \
+                sha1 4c96d8d7b88c438fd5850fd5aed19853ec6e9baf \
+                rmd160 e51efb1c1890e0b30257b8c7570c7d26e328b8e1
 
 depends_build   port:shared-mime-info \
                 port:rarian
 
-depends_lib     port:glib2 \
-                port:gconf \
-                port:gnome-desktop \
-                port:pango \
-                port:glib \
-                port:gtk2 \
-                port:libglade2 \
-                port:libgnome \
-                port:libgnomeui \
-                port:libbonobo \
-                port:libbonoboui \
-                port:orbit2 \
-                port:gnome-vfs \
+depends_lib     port:gnome-desktop \
                 port:libwnck \
+                port:evolution-data-server \
                 port:gnome-menus \
-                port:cairo \
-                port:dbus-glib \
-                port:gettext
+                port:librsvg \
+                port:libgweather
 
-configure.args  --disable-eds \
-                --disable-scrollkeeper \
+configure.args  --disable-scrollkeeper \
                 --with-gconf-source="xml::${destroot}${prefix}/etc/gconf/gconf.xml.defaults"
 
 configure.cppflags-append   -L${prefix}/lib
@@ -55,8 +42,8 @@
 
 post-activate {
     # ensure that the mime database is complete
-    system "update-mime-database ${prefix}/share/mime"
-    system "scrollkeeper-update"
+    system "${prefix}/bin/update-mime-database ${prefix}/share/mime"
+    system "${prefix}/bin/scrollkeeper-update"
 }
 
 platform darwin 6 {

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


More information about the macports-changes mailing list