[113312] trunk/dports/gnome/libgnomekbd

devans at macports.org devans at macports.org
Wed Nov 13 06:29:02 PST 2013


Revision: 113312
          https://trac.macports.org/changeset/113312
Author:   devans at macports.org
Date:     2013-11-13 06:29:02 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
libgnomekbd: merge version 3.6.0 from GNOME-3 test branch.

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

Removed Paths:
-------------
    trunk/dports/gnome/libgnomekbd/files/

Property Changed:
----------------
    trunk/dports/gnome/libgnomekbd/


Property changes on: trunk/dports/gnome/libgnomekbd
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/gnome/libgnomekbd:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/libgnomekbd:108269-113174
/users/rmstonecipher/gnome/libgnomekbd:102363-103172

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2013-11-13 14:14:03 UTC (rev 113311)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2013-11-13 14:29:02 UTC (rev 113312)
@@ -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/20131113/b9e58b34/attachment.html>


More information about the macports-changes mailing list