[110286] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Thu Aug 29 09:00:15 PDT 2013


Revision: 110286
          https://trac.macports.org/changeset/110286
Author:   devans at macports.org
Date:     2013-08-29 09:00:15 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
devans/GNOME-3/stable/dports: new port, gnome-online-accounts.

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/
    users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-online-accounts/Portfile	2013-08-29 16:00:15 UTC (rev 110286)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            gnome-online-accounts
+version         3.8.2
+license         LGPL-2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     Single sign-on framework for GNOME
+long_description \
+                ${description}
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+homepage        https://wiki.gnome.org/GnomeOnlineAccounts
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  71f95ab9cd79b8334513ef66f61e6e5336e2f31b \
+                sha256  12611a002043c8acc29e9800ec009e3e19736bdb6237d246e848d7c7909fe826
+
+depends_build   port:pkgconfig \
+                port:intltool
+
+depends_lib     port:gtk3 \
+                port:webkit-gtk3 \
+                port:libsoup \
+                port:json-glib \
+                port:rest \
+                port:libsecret \
+                port:libxml2 \
+                port:gobject-introspection \
+                port:gcr
+
+configure.cflags-append -Wno-format-nonliteral
+configure.args  --enable-introspection=yes
+            
+livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/5ccd7ad2/attachment.html>


More information about the macports-changes mailing list