[113248] trunk/dports/gnome/vte

devans at macports.org devans at macports.org
Tue Nov 12 23:50:17 PST 2013


Revision: 113248
          https://trac.macports.org/changeset/113248
Author:   devans at macports.org
Date:     2013-11-12 23:50:17 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
vte: merge version 0.34.8 from GNOME-3 test branch.

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

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


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

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2013-11-13 07:27:58 UTC (rev 113247)
+++ trunk/dports/gnome/vte/Portfile	2013-11-13 07:50:17 UTC (rev 113248)
@@ -1,70 +1,47 @@
 # -*- 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            vte
-version         0.28.2
-revision        3
-set branch      [join [lrange [split $version .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
-license         LGPL
-platforms       darwin
-description     Terminal widget with improved accessibility and I18N support.
+name                vte
+version             0.34.8
+set branch          [join [lrange [split $version .] 0 1] .]
+maintainers         nomaintainer
+categories          gnome
+license             LGPL
+platforms           darwin
+description         VTE is a library (libvte) implementing a terminal emulator widget for GTK+, \
+                    and a minimal sample application (vte) using that.
 
-long_description \
-    Terminal widget with improved font, internationalisation and \
-    accessibility support for the GNOME 2 desktop.  Designed to \
-    replace libzvt.
+long_description    ${description} \
+                    Vte is mainly used in gnome-terminal, but can also be used to embed a \
+                    console/terminal in games, editors, IDEs, etc.
 
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/$name/$branch/
-use_xz          yes
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/$name/$branch/
 
-checksums       rmd160  8f3396d4e98023b74898e938331917b181964158 \
-                sha256  86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae
+use_xz              yes
 
-depends_build   port:intltool \
-                port:pkgconfig
-depends_lib     port:gtk2
+checksums           rmd160  80e6f720a5b5a9ae3fd8d4c4bf1f5fbe27cbd988 \
+                    sha256  126ffb7d5a5da35639df003c84ff11ccc92f3fc8b1556d3e8b0f7314c8d909d0
 
-patchfiles      patch-configure.diff
+depends_build       port:pkgconfig \
+                    port:intltool
 
-configure.args  --disable-introspection --disable-Bsymbolic \
-                --disable-python
+depends_lib         port:gtk3 \
+                    port:gobject-introspection
 
+configure.args      --disable-glade \
+                    --disable-Bsymbolic \
+                    --enable-introspection=yes
+
 configure.cflags-append -fstrict-aliasing
 
-# default to python27 bindings
-if {![variant_isset python27] && ![variant_isset python26] && ![variant_isset without_python]} {
-    default_variants +python27
+variant glade description {Enable building of glade catalog items} {
+    depends_lib-append  port:glade
+    configure.args-delete --disable-glade
 }
 
-variant python27 conflicts python26 \
-description {Build Bindings for Python 2.7} {
-    configure.args-delete --disable-python
-    set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7
-    depends_lib-append port:py27-pygtk
-    configure.python ${prefix}/bin/python2.7
-    configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
-    configure.env               PATH=${python_prefix}/bin:$env(PATH)
-}
-
-variant python26 conflicts python27 \
-description {Build Bindings for Python 2.6} {
-    configure.args-delete --disable-python
-    set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6
-    depends_lib-append port:py26-pygtk
-    configure.python ${prefix}/bin/python2.6
-    configure.pkg_config_path   ${python_prefix}/lib/pkgconfig
-    configure.env               PATH=${python_prefix}/bin:$env(PATH)
-}
-
-variant without_python description {Disable Python support (deprecated, use -pythonXX instead)} {
-    default_variants -python27 -python26
-}
-
 platform darwin 9 {
     post-patch {
         reinplace "s| -export-symbols-regex.*||g" \
@@ -74,4 +51,4 @@
     }
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/2e3850b7/attachment-0001.html>


More information about the macports-changes mailing list