[110580] users/devans/GNOME-3/stable/dports/gnome/vte/Portfile

devans at macports.org devans at macports.org
Mon Sep 2 08:40:21 PDT 2013


Revision: 110580
          https://trac.macports.org/changeset/110580
Author:   devans at macports.org
Date:     2013-09-02 08:40:21 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
users/devans/GNOME-3/stable/dports: vte, update to version 0.34.7.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/vte/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/vte/Portfile	2013-09-02 14:44:59 UTC (rev 110579)
+++ users/devans/GNOME-3/stable/dports/gnome/vte/Portfile	2013-09-02 15:40:21 UTC (rev 110580)
@@ -4,67 +4,45 @@
 PortSystem      1.0
 
 name            vte
-version         0.28.2
-revision        3
+version         0.34.7
 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.
+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.
+                ${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
 
-checksums       rmd160  8f3396d4e98023b74898e938331917b181964158 \
-                sha256  86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae
+checksums           rmd160  39edc0aab9f04e1925d7f92e9c3ca0a868cb0b79 \
+                    sha256  187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932
 
-depends_build   port:intltool \
-                port:pkgconfig
-depends_lib     port:gtk2
+depends_build   port:pkgconfig \
+                port:intltool
 
-patchfiles      patch-configure.diff
+depends_lib     port:gtk3 \
+                port:gobject-introspection
 
-configure.args  --disable-introspection --disable-Bsymbolic \
-                --disable-python
+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" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/665b85cb/attachment.html>


More information about the macports-changes mailing list