[57795] users/devans/GNOME_2_27/gnome/at-spi/Portfile

devans at macports.org devans at macports.org
Wed Sep 16 11:18:59 PDT 2009


Revision: 57795
          http://trac.macports.org/changeset/57795
Author:   devans at macports.org
Date:     2009-09-16 11:18:55 -0700 (Wed, 16 Sep 2009)
Log Message:
-----------
GNOME_2_27/gnome/at-spi: merge changeset 57793 from trunk (remove x11 default variant, correctly install schemas, update homepage, configuration, variants).

Modified Paths:
--------------
    users/devans/GNOME_2_27/gnome/at-spi/Portfile

Property Changed:
----------------
    users/devans/GNOME_2_27/gnome/at-spi/Portfile

Modified: users/devans/GNOME_2_27/gnome/at-spi/Portfile
===================================================================
--- users/devans/GNOME_2_27/gnome/at-spi/Portfile	2009-09-16 18:09:03 UTC (rev 57794)
+++ users/devans/GNOME_2_27/gnome/at-spi/Portfile	2009-09-16 18:18:55 UTC (rev 57795)
@@ -5,16 +5,17 @@
 
 name                at-spi
 version             1.27.92
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Gnome Accesibility Technology Service
 long_description \
    'at-spi' is a part of the Gnome Accessibility Project.  It provides a \
    Service Provider Interface for the Assistive Technologies available on \
    the GNOME platform, and a library against which applications can be linked.
-maintainers         nomaintainer
+maintainers         devans openmaintainer
 categories          gnome
 platforms           darwin
-homepage            http://www.gnome.org/
+homepage            http://developer.gnome.org/projects/gap/
 master_sites        gnome:sources/${name}/${branch}/
 
 checksums           md5     5431fe32d10190cf755f950934e4f68b \
@@ -32,13 +33,31 @@
 
 use_bzip2           yes
 
-configure.args      --enable-static  \
+configure.args      --enable-static \
+                    --disable-xevie \
+                    --with-x \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib \
-                    --disable-xevie
+                    --disable-schemas-install
 
 configure.python    ${prefix}/bin/python2.5
+ 
+variant no_x11 {
+   pre-fetch {
+      return -code error "The +no_x11 (was +quartz) variant of ${name} does not work. See http://trac.macports.org/ticket/15013"
+   }
+   configure.args-delete   --with-x \
+                           --x-includes=${prefix}/include \
+                           --x-libraries=${prefix}/lib
+   configure.args-append   --without-x
+   depends_lib-delete      port:xorg-libXtst
+}
 
+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+)*)}


Property changes on: users/devans/GNOME_2_27/gnome/at-spi/Portfile
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/gnome/at-spi/Portfile:53045,57375,57793
/trunk/dports/gnome/gnome-desktop/at-spi/Portfile:53059
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090916/01533bfc/attachment.html>


More information about the macports-changes mailing list