[54650] users/devans/GNOME_2_27/gnome/libxklavier/Portfile

devans at macports.org devans at macports.org
Thu Jul 30 15:36:35 PDT 2009


Revision: 54650
          http://trac.macports.org/changeset/54650
Author:   devans at macports.org
Date:     2009-07-30 15:36:35 -0700 (Thu, 30 Jul 2009)
Log Message:
-----------
GNOME_2_27/gnome/libxklavier: deactivate broken XKB backend.

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

Modified: users/devans/GNOME_2_27/gnome/libxklavier/Portfile
===================================================================
--- users/devans/GNOME_2_27/gnome/libxklavier/Portfile	2009-07-30 22:16:02 UTC (rev 54649)
+++ users/devans/GNOME_2_27/gnome/libxklavier/Portfile	2009-07-30 22:36:35 UTC (rev 54650)
@@ -5,6 +5,7 @@
 
 name            libxklavier
 version         4.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     libxklavier - utility library to make XKB stuff easier
 long_description    ${description}
@@ -23,13 +24,14 @@
 depends_build   port:pkgconfig
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:xkbcomp \
                 port:xorg-libXi \
                 port:libxml2 \
                 port:iso-codes
 
 configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib
+                --x-libraries=${prefix}/lib \
+                --disable-xkb-support \
+                --with-xmodmap-base=${prefix}/share/xmodmap
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090730/1e92ec09/attachment.html>


More information about the macports-changes mailing list