[110891] users/devans/GNOME-3/stable/dports/gnome/libgnomekbd

devans at macports.org devans at macports.org
Mon Sep 9 09:24:10 PDT 2013


Revision: 110891
          https://trac.macports.org/changeset/110891
Author:   devans at macports.org
Date:     2013-09-09 09:24:10 -0700 (Mon, 09 Sep 2013)
Log Message:
-----------
devans/GNOME-3/stable/dports: libgnomekbd, update to version 3.6.0.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/files/

Modified: users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile	2013-09-09 16:21:41 UTC (rev 110890)
+++ users/devans/GNOME-3/stable/dports/gnome/libgnomekbd/Portfile	2013-09-09 16:24:10 UTC (rev 110891)
@@ -1,11 +1,10 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
 name                libgnomekbd
-version             2.32.0
-revision            2
+version             3.6.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A GNOME library which manages keyboard configuration
 long_description    Libgnomekbd is ${description} and offers various \
@@ -18,30 +17,24 @@
 
 master_sites        gnome:sources/${name}/${branch}/
 
-use_bzip2           yes
+use_xz              yes
 
-checksums           sha256  ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256 \
-                    rmd160  5ecca30979373f746224693c6b9ff8b6fe2a8e18
+checksums           rmd160  59ecbefb14f92e7c896ca4416d5f09e45a2b30a9 \
+                    sha256  c41ea5b0f64da470925ba09f9f1b46b26b82d4e433e594b2c71eab3da8856a09
 
-depends_build       port:intltool \
-                    port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:intltool
 
 depends_lib         port:desktop-file-utils \
-                    port:gtk2 \
-                    port:gconf \
-                    port:libxklavier
+                    port:gtk3 \
+                    port:libxklavier \
+                    port:gobject-introspection
 
-patchfiles          patch-configure.in.diff
+configure.args      --enable-introspection \
+                    --without-x \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
-post-patch {
-    reinplace "s|test capplet|capplet|" ${worksrcpath}/Makefile.in
-}
-
-use_autoreconf      yes
-autoreconf.args     -fvi
-configure.args      --without-x \
-                    --disable-schemas-install
-
 # Legacy no_x11 variant to be removed after June 2014.
 variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
 
@@ -51,16 +44,13 @@
     configure.args-delete   --without-x
 }
 
-if {[variant_isset no_x11]} {
-    default_variants -x11
-} else {
+if {![variant_isset no_x11]} {
     default_variants +x11
 }
 
 post-activate {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type    gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130909/374a368d/attachment.html>


More information about the macports-changes mailing list