[111098] users/devans/GNOME-3/stable/dports/gnome/vino/Portfile

devans at macports.org devans at macports.org
Sun Sep 15 01:36:30 PDT 2013


Revision: 111098
          https://trac.macports.org/changeset/111098
Author:   devans at macports.org
Date:     2013-09-15 01:36:30 -0700 (Sun, 15 Sep 2013)
Log Message:
-----------
users/devans/GNOME-3/stable/dports: vino, update to version 3.8.1.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/vino/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/vino/Portfile	2013-09-15 08:35:22 UTC (rev 111097)
+++ users/devans/GNOME-3/stable/dports/gnome/vino/Portfile	2013-09-15 08:36:30 UTC (rev 111098)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            vino
-version         2.32.2
+version         3.8.1
 license         GPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 homepage        http://www.gnome.org
@@ -15,64 +15,52 @@
 maintainers     devans openmaintainer
 master_sites    gnome:sources/${name}/${branch}/
 
-use_bzip2       yes
+use_xz          yes
 
-checksums       rmd160  1de0923ef33a73dd6a9c4e761291728c552708e8 \
-                sha256  1260b1f7b647caff69db441dc13c992f843d9d75b9386ec07b724a5e30c6d4fa
+checksums       rmd160  2773a247f286947b3a7c7541a34e7c54f2f942d4 \
+                sha256  3a82392aa479d5a4be38020ac64b3c4f0227917af6175938919dbe741995929c
 
 depends_build   port:pkgconfig \
-                port:intltool \
-                port:gnome-doc-utils \
-                port:gtk-doc
+                port:intltool
 
 depends_lib     port:desktop-file-utils \
-                port:gtk2 \
-                port:gconf \
+                port:gtk3 \
                 port:dbus-glib \
+                port:telepathy-glib \
                 port:libsoup \
                 port:libnotify \
-                port:libgnome-keyring \
-                port:pangox-compat \
+                port:libsecret \
                 port:gnutls \
                 port:libgcrypt \
                 port:xorg-libXdamage \
                 port:xorg-libXext \
                 port:xorg-libXtst \
-                port:xorg-libsm \
-                port:xorg-libice \
                 port:jpeg \
-                port:zlib \
-                port:libunique
+                port:zlib
 
+configure.cflags-append \
+                -Wno-format-nonliteral
+
 configure.args  --x-includes=${prefix}/include \
                 --x-libraries=${prefix}/lib \
-                --disable-schemas-install \
-                --disable-network-manager \
-                --disable-avahi \
-                --disable-telepathy \
+                --disable-schemas-compile \
+                --without-network-manager \
+                --without-avahi \
                 --enable-http-server=no \
-                --enable-gnome-keyring \
-                --enable-ipv6 \
-                --enable-libunique
+                --enable-ipv6
 
 variant avahi description {Enable mDNS support using avahi} {
     depends_lib-append      port:avahi
-    configure.args-replace  --disable-avahi --enable-avahi
+    configure.args-replace  --without-avahi --with-avahi
 }
 
-variant telepathy description {Enable telepathy support} {
-    depends_lib-append      port:telepathy-glib
-    configure.args-replace  --disable-telepathy --enable-telepathy
-}
-
 variant debug description {Enable debugging messages} {
     configure.args-append   --enable-debug
 }
 
 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130915/35577213/attachment-0001.html>


More information about the macports-changes mailing list