[70973] trunk/dports/gnome/libgail-gnome

devans at macports.org devans at macports.org
Sat Aug 28 15:31:14 PDT 2010


Revision: 70973
          http://trac.macports.org/changeset/70973
Author:   devans at macports.org
Date:     2010-08-28 15:31:13 -0700 (Sat, 28 Aug 2010)
Log Message:
-----------
libgail-gnome: update to version 1.20.3, not universal due to dependencies, install gconf schemas post-activate.

Modified Paths:
--------------
    trunk/dports/gnome/libgail-gnome/Portfile
    trunk/dports/gnome/libgail-gnome/files/patch-Makefile.in.diff

Modified: trunk/dports/gnome/libgail-gnome/Portfile
===================================================================
--- trunk/dports/gnome/libgail-gnome/Portfile	2010-08-28 22:26:09 UTC (rev 70972)
+++ trunk/dports/gnome/libgail-gnome/Portfile	2010-08-28 22:31:13 UTC (rev 70973)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            libgail-gnome
-version         1.20.1
+version         1.20.3
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     An implementation of the ATK interfaces for GNOME widgets.
 long_description \
@@ -16,22 +16,31 @@
 homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     5c5b71af5a8ab2a9403bdae52b20e46c \
-                sha1    97bc7dca6130f6dfa76070669b0c46b56d374d24 \
-                rmd160  b4ea4008186c5ca9f4090d1b4b4b6c85a27f1dd0
+checksums       md5     11fde9cc917c2572c87bfda10cc52751 \
+                sha1    c9f7ce61c8726c041b9e69ef0668b0c7d4f50f28 \
+                rmd160  0f6f189f5dfbed68100dd12491a42140f52daa18
 
 patchfiles      patch-Makefile.in.diff
 
-depends_lib    lib:libspi:at-spi \
-               lib:libpanelapplet-2:gnome-panel \
-               port:dbus \
-               port:dbus-glib
+depends_lib     port:at-spi \
+                port:gnome-panel \
+                port:libgnomeui
 
-use_bzip2      yes
+use_bzip2       yes
 
-configure.cppflags-append "-L${prefix}/lib"
-configure.ldflags-append "-lfontconfig -lXft -lXrender -L/usr/X11R6/lib -lX11 -lXinerama -lXrandr -lXext"
+configure.args  --disable-schema-install
 
+#
+# port at-spi is not universal
+#
+
+universal_variant no
+
+post-activate    {
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

Modified: trunk/dports/gnome/libgail-gnome/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/gnome/libgail-gnome/files/patch-Makefile.in.diff	2010-08-28 22:26:09 UTC (rev 70972)
+++ trunk/dports/gnome/libgail-gnome/files/patch-Makefile.in.diff	2010-08-28 22:31:13 UTC (rev 70973)
@@ -1,6 +1,6 @@
---- Makefile.in.orig	2008-11-09 00:18:59.000000000 -0800
-+++ Makefile.in	2008-11-09 00:20:05.000000000 -0800
-@@ -215,7 +215,7 @@
+--- Makefile.in.orig	2010-06-21 06:24:59.000000000 -0700
++++ Makefile.in	2010-08-28 14:05:20.000000000 -0700
+@@ -265,7 +265,7 @@
  top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
@@ -8,4 +8,4 @@
 +SUBDIRS = gail-gnome
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = libgail-gnome.pc
- EXTRA_DIST = libgail-gnome.pc.in
+ schemasdir = $(GCONF_SCHEMA_FILE_DIR)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100828/4964aae8/attachment-0001.html>


More information about the macports-changes mailing list