[41484] trunk/dports/net/libgweather/Portfile

nox at macports.org nox at macports.org
Tue Nov 4 01:26:29 PST 2008


Revision: 41484
          http://trac.macports.org/changeset/41484
Author:   nox at macports.org
Date:     2008-11-04 01:26:28 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
libgweather:
 * Updated to 2.24.1.
 * Fixed dependencies.
 * Removed scrollkeeper-update call as this port does not have .omf files.
 * Added system procedure call to register GConf schema.
 * Enabled parallel build.

Modified Paths:
--------------
    trunk/dports/net/libgweather/Portfile

Modified: trunk/dports/net/libgweather/Portfile
===================================================================
--- trunk/dports/net/libgweather/Portfile	2008-11-04 08:51:48 UTC (rev 41483)
+++ trunk/dports/net/libgweather/Portfile	2008-11-04 09:26:28 UTC (rev 41484)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            libgweather
-version         2.24.0
+version         2.24.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      net gnome
@@ -14,22 +14,39 @@
 long_description \
     libgweather is a library to access weather \
     information from online services for numerous \
-    locations.  
+    locations.
 
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     d006328ec5cebc5dbf3a18834db95bba \
-                sha1    b7e0b47f4875fae5d6afb4abaad08d2b08f31970 \
-                rmd160  0929885f2a7ac8ee90d68e71f754ecdb56cbad09
+checksums       md5     3509f75cf3a16154c846dac354e95439 \
+                sha1    fd98979ce97ec19f97d12ef2a3b1e2de4a8ffa8e \
+                rmd160  ac4ca74ab8dda296826f7869fd0ee83ba549fe88
 
-depends_lib     port:gconf \
-                port:gnome-vfs \
-                port:gtk2
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:gconf
 
+depends_lib     port:gnome-vfs \
+                port:gtk2 \
+                port:glib2 \
+                port:libsoup \
+                port:libxml2 \
+                port:gettext
+
+depends_run     port:gconf
+
+configure.args  --disable-schemas-install \
+                --disable-glibtest
+
+use_parallel_build  yes
+
 post-activate {
-	system "${prefix}/bin/scrollkeeper-update"
+    system "\
+        GCONF_CONFIG_SOURCE= \
+        gconftool-2 --makefile-install-rule \
+            ${prefix}/etc/gconf/schemas/gweather.schemas"
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081104/852d7293/attachment.html>


More information about the macports-changes mailing list