[110292] users/devans/GNOME-3/stable/dports/gnome/folks/Portfile

devans at macports.org devans at macports.org
Thu Aug 29 09:47:42 PDT 2013


Revision: 110292
          https://trac.macports.org/changeset/110292
Author:   devans at macports.org
Date:     2013-08-29 09:47:42 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
devans/GNOME-3/stable/dports: folks, update to version 0.9.5.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/folks/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/folks/Portfile	2013-08-29 16:36:52 UTC (rev 110291)
+++ users/devans/GNOME-3/stable/dports/gnome/folks/Portfile	2013-08-29 16:47:42 UTC (rev 110292)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            folks
-version         0.4.3
-revision        1
+version         0.9.5
 epoch           1
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
@@ -19,21 +18,59 @@
                 (eg, Telepathy connection managers and eventually evolution data server, Facebook, etc.) \
                 to create metacontacts. libfolks is under heavy development and not yet API/ABI-stable.
 
-homepage        http://telepathy.freedesktop.org/wiki/Folks
+homepage        https://wiki.gnome.org/Folks/
 master_sites    gnome:sources/${name}/${branch}/
 
-use_bzip2       yes
+use_xz          yes
 
-checksums       sha1    f3c08a828bc06282745d57d7d007b9b281a04c76 \
-                rmd160  8afa36c6969393ec11fb6436d463576fac3ab195
+checksums       rmd160  2d6ea5f68f62f9bae593649eb43e77f00a6566fa \
+                sha256  924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef42222af
 
 depends_build   port:pkgconfig \
                 port:intltool
 
-depends_lib     port:libgee \
+# dependency on evolution-data-server for libebook required even if not building +eds
+
+depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                port:dbus-glib \
+                port:evolution-data-server \
+                port:libgee \
                 port:telepathy-glib \
-                port:libxml2
+                port:zeitgeist \
+                port:libsocialweb \
+                port:gobject-introspection \
+                port:libxml \
+                port:vala
 
-configure.args  --disable-silent-rules
+configure.args  --disable-eds-backend \
+                --enable-ofono-backend \
+                --enable-telepathy-backend \
+                --enable-import-tool \
+                --enable-vala \
+                --enable-inspect-tool \
+                --enable-libsocialweb-backend=yes \
+                --disable-tracker-backend \
+                --disable-tests \
+                --disable-silent-rules \
+                --disable-fatal-warnings \
+                --disable-schemas-compile
 
-livecheck.type  gnome
+build.env-append PKG_CONFIG_PATH=${worksrcpath}/folks
+
+# this variant is currently broken
+
+variant eds description {Enable evolution data server backend} {
+    depends_lib-append  port:evolution-data-server
+    configure.args-delete   --disable-eds-backend
+    configure.args-append   --enable-eds-backend
+}
+    
+# port evolution-data-server -> nss is not universal
+
+universal_variant no
+
+post-activate {
+    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
+
+livecheck.type  gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/8976f334/attachment.html>


More information about the macports-changes mailing list