[53892] users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile

devans at macports.org devans at macports.org
Thu Jul 16 00:50:22 PDT 2009


Revision: 53892
          http://trac.macports.org/changeset/53892
Author:   devans at macports.org
Date:     2009-07-16 00:50:22 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
GNOME_2_27/gnome/libgnomekbd: update to version 2.27.4, update dependencies, configuration, remove unsupported no_x11 variant, update/install gconf schemas post-activate.

Modified Paths:
--------------
    users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile

Modified: users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile
===================================================================
--- users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile	2009-07-16 07:49:23 UTC (rev 53891)
+++ users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile	2009-07-16 07:50:22 UTC (rev 53892)
@@ -28,21 +28,16 @@
 
 use_bzip2           yes
 
-#post-patch {
-#    reinplace "s|test capplet|capplet|" ${worksrcpath}/Makefile.in
-#}
-
 configure.args      --mandir=${prefix}/share/man \
+                    --disable-schemas-install \
                     --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib
 
-#variant no_x11 {
-#        configure.args-append --without-x
-#        configure.args-delete --x-includes=${prefix}/include \
-#                              --x-libraries=${prefix}/lib
-#}
+post-activate    {
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
 
-livecheck.check   regex
-livecheck.url     http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex   {LATEST-IS-(\d+(?:\.\d+)*)}
-
+livecheck.check     regex
+livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/7eceeb7a/attachment.html>


More information about the macports-changes mailing list