[50681] trunk/dports/gnome/gnome-applets

devans at macports.org devans at macports.org
Wed May 6 14:21:17 PDT 2009


Revision: 50681
          http://trac.macports.org/changeset/50681
Author:   devans at macports.org
Date:     2009-05-06 14:21:16 -0700 (Wed, 06 May 2009)
Log Message:
-----------
gnome-applets:

  * take maintainership openmaintainer
  * update to version 2.26.1
  * update dependencies and configure options
  * delete unused patch files
  * update gconf schemas post activate
  * add mode line

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

Removed Paths:
-------------
    trunk/dports/gnome/gnome-applets/files/

Modified: trunk/dports/gnome/gnome-applets/Portfile
===================================================================
--- trunk/dports/gnome/gnome-applets/Portfile	2009-05-06 20:52:52 UTC (rev 50680)
+++ trunk/dports/gnome/gnome-applets/Portfile	2009-05-06 21:21:16 UTC (rev 50681)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,43 +4,61 @@
 
 name            gnome-applets
-version         2.24.3.1
+version         2.26.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     GNOME panel applets.
 long_description This package contains applets for use with the \
                 GNOME panel.
-maintainers     nomaintainer
+maintainers     devans openmaintainer
 categories      gnome
 platforms       darwin
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums       md5 9d60394e9feedb754838e5087ddaee97 \
-                sha1 cc9a121bb06f687c221902c24dbdbe37bd68b07f \
-                rmd160 aa36ca16e88821a860d825bff9ab94e144e283f7
 
-depends_build   port:gnome-doc-utils
-depends_lib     port:libgnomeui \
-                port:gst-plugins-good \
-                port:popt \
-                port:gnome-keyring \
+checksums       md5     ef6c44bba892d28b46cf19fcb2e71d61 \
+                sha1    42b678064e4d0923c2130ac02f488871b9db7c88 \
+                rmd160  f76aa8a6b03e1375bad3bce5e2ee1b477a2e9097
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gettext \
+                port:p5-xml-parser \
+                port:gnome-doc-utils
+
+depends_lib     port:gnome-icon-theme \
+                port:gconf \
                 port:gnome-panel \
+                port:gnome-desktop \
                 port:libgtop \
                 port:libgnomekbd \
+                port:gnome-settings-daemon \
                 port:libwnck \
-                port:libgweather \
-                port:system-tools-backends \
+                port:libnotify \
+                port:policykit-gnome \
                 port:gucharmap \
                 port:py25-gtk \
-                port:gnome-control-center \
-                port:gnome-python-desktop
+                port:py25-gobject \
+                port:py25-gnome \
+                port:libxml2 \
+                port:libgweather \
+                port:gst-plugins-base
 
 use_bzip2 	yes
 
 configure.python  ${prefix}/bin/python2.5
 
-configure.args  --with-gstreamer=0.10 \
-		--without-hal \
-		--disable-scrollkeeper
+configure.args  --without-hal \
+                --enable-mixer-applet \
+                --disable-battstat \
+                --disable-cpufreq \
+                --disable-frequency-selector \
+                --x-includes=${prefix}/include \
+                --x-libraries=${prefix}/lib \
+                --disable-scrollkeeper \
+                --disable-schemas-install
+
 post-activate {
-	system "${prefix}/bin/scrollkeeper-update"
+   system "scrollkeeper-update"
+   system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090506/3d6102e2/attachment.html>


More information about the macports-changes mailing list