[105835] trunk/dports/gnome

devans at macports.org devans at macports.org
Tue May 7 10:56:15 PDT 2013


Revision: 105835
          https://trac.macports.org/changeset/105835
Author:   devans at macports.org
Date:     2013-05-07 10:56:15 -0700 (Tue, 07 May 2013)
Log Message:
-----------
gsettings-desktop-schemas: new port, a collection of shared GSettings schemas.

Added Paths:
-----------
    trunk/dports/gnome/gsettings-desktop-schemas/
    trunk/dports/gnome/gsettings-desktop-schemas/Portfile

Added: trunk/dports/gnome/gsettings-desktop-schemas/Portfile
===================================================================
--- trunk/dports/gnome/gsettings-desktop-schemas/Portfile	                        (rev 0)
+++ trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2013-05-07 17:56:15 UTC (rev 105835)
@@ -0,0 +1,45 @@
+# -*- 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
+
+name            gsettings-desktop-schemas
+version         3.8.0
+license         LGPL-2.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+
+description     gsettings-desktop-schemas contains a collection of GSettings schemas \
+                for settings shared by various components of a desktop.
+
+long_description \
+                ${description}
+
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org
+master_sites    gnome:sources/${name}/${branch}/
+
+use_xz          yes
+
+checksums       rmd160  c674a4c4c59cc1768ec5872a5817448c776c30d9 \
+                sha256  9583384299c3b8cc21f99327a84527d3e7e55a26ada35ea81522dc4c05a5ae0c
+
+supported_archs noarch
+
+depends_build   port:pkgconfig \
+                port:gobject-introspection \
+                port:gsed \
+                port:intltool
+
+depends_lib     path:lib/pkgconfig/gio-2.0.pc:glib2 \
+
+configure.args  --disable-silent-rules \
+                --disable-schemas-compile \
+                --enable-introspection=yes
+
+post-activate {
+    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/20130507/a7e3a3b2/attachment.html>


More information about the macports-changes mailing list