[105012] trunk/dports/gnome/libxklavier/Portfile

devans at macports.org devans at macports.org
Sun Apr 7 10:50:30 PDT 2013


Revision: 105012
          https://trac.macports.org/changeset/105012
Author:   devans at macports.org
Date:     2013-04-07 10:50:29 -0700 (Sun, 07 Apr 2013)
Log Message:
-----------
libklavier: update to version 5.2.1, enable gobject-introspection.

Modified Paths:
--------------
    trunk/dports/gnome/libxklavier/Portfile

Modified: trunk/dports/gnome/libxklavier/Portfile
===================================================================
--- trunk/dports/gnome/libxklavier/Portfile	2013-04-07 16:55:38 UTC (rev 105011)
+++ trunk/dports/gnome/libxklavier/Portfile	2013-04-07 17:50:29 UTC (rev 105012)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            libxklavier
-version         5.0
+version         5.2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     libxklavier - utility library to make XKB stuff easier
 long_description    ${description}
@@ -15,11 +15,10 @@
 homepage        http://www.freedesktop.org/Software/LibXklavier
 master_sites    gnome:sources/${name}/${branch}/
 
-checksums       md5     134c7ea177ff901123b909de77394780 \
-                sha1    e914adc00a7b1d39c5057aa415a5181856a697ae \
-                rmd160  771dffe92efa1b992ea6ee78535c81d859a2b090
+checksums       sha256  a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e \
+                rmd160  ecebe25520ac28fce4ab414f8d371975d8741b7e
 
-use_bzip2       yes
+use_xz          yes
 
 depends_build   port:pkgconfig
 depends_lib     port:libxml2 \
@@ -27,9 +26,11 @@
                 port:iso-codes \
                 port:xorg-libXi \
                 port:xorg-libxkbfile \
-                port:xkbcomp
+                port:xkbcomp \
+                port:gobject-introspection
 
 configure.args  --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib
+                --x-libraries=${prefix}/lib \
+                --enable-introspection=yes
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130407/be481591/attachment.html>


More information about the macports-changes mailing list