[53883] users/devans/GNOME_2_27/gnome

devans at macports.org devans at macports.org
Wed Jul 15 23:42:17 PDT 2009


Revision: 53883
          http://trac.macports.org/changeset/53883
Author:   devans at macports.org
Date:     2009-07-15 23:42:17 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
GNOME_2_27/gnome: copy libxklavier from trunk.

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

Added Paths:
-----------
    users/devans/GNOME_2_27/gnome/libxklavier/

Modified: users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile
===================================================================
--- users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile	2009-07-16 06:42:07 UTC (rev 53882)
+++ users/devans/GNOME_2_27/gnome/libgnomekbd/Portfile	2009-07-16 06:42:17 UTC (rev 53883)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                libgnomekbd
-version             2.26.0
+version             2.27.4
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Libgnomekbd is something new.
 long_description    Libgnomekbd is something new.
@@ -15,30 +15,33 @@
 
 master_sites        gnome:sources/${name}/${branch}/
 
-checksums           md5     aee58c088c4fd980e1bf813ea813c156 \
-                    sha1    0b7543df516271e16198135323471b2107dca0ec \
-                    rmd160  0a4b5d133efc8b08482d1dc27cdf2ca56655fd48
+checksums           md5     f5bd68f8e71d093e0f9721ff952b179b \
+                    sha1    121e3910ab21244844389500f9e881324a772a81 \
+                    rmd160  1ed17fac296a233498e197ce2dafd34c02be75cc
 
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:p5-xml-parser
+
 depends_lib         port:libxklavier \
-                    port:libgnomeui
+                    port:gconf
 
 use_bzip2           yes
 
-post-patch {
-    reinplace "s|test capplet|capplet|" ${worksrcpath}/Makefile.in
-}
+#post-patch {
+#    reinplace "s|test capplet|capplet|" ${worksrcpath}/Makefile.in
+#}
 
-configure.args      --mandir=${prefix}/share/man
+configure.args      --mandir=${prefix}/share/man \
+                    --x-includes=${prefix}/include \
+                    --x-libraries=${prefix}/lib
 
-variant no_x11 {
-        configure.args-append --without-x
-}
+#variant no_x11 {
+#        configure.args-append --without-x
+#        configure.args-delete --x-includes=${prefix}/include \
+#                              --x-libraries=${prefix}/lib
+#}
 
-if {![variant_isset no_x11]} {
-        configure.args-append --x-includes=${prefix}/include \
-                              --x-libraries=${prefix}/lib
-}
-
 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/20090715/7bc8772c/attachment.html>


More information about the macports-changes mailing list