[118183] users/devans/GNOME-3/unstable/dports/gnome
devans at macports.org
devans at macports.org
Mon Mar 24 17:28:44 PDT 2014
Revision: 118183
https://trac.macports.org/changeset/118183
Author: devans at macports.org
Date: 2014-03-24 17:28:44 -0700 (Mon, 24 Mar 2014)
Log Message:
-----------
GNOME-3/unstable: add gnome-maps version 3.11.92, maintainer submittal.
Added Paths:
-----------
users/devans/GNOME-3/unstable/dports/gnome/gnome-maps/
users/devans/GNOME-3/unstable/dports/gnome/gnome-maps/Portfile
Added: users/devans/GNOME-3/unstable/dports/gnome/gnome-maps/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gnome-maps/Portfile (rev 0)
+++ users/devans/GNOME-3/unstable/dports/gnome/gnome-maps/Portfile 2014-03-25 00:28:44 UTC (rev 118183)
@@ -0,0 +1,58 @@
+# -*- 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-maps
+version 3.11.92
+license GPL-2
+set branch [join [lrange [split ${version} .] 0 1] .]
+description Map application for GNOME 3.
+long_description Maps is a map application for GNOME that allows you to view maps in \
+ different zoom levels, search for places, etc.
+
+maintainers gmail.com:juanrgar openmaintainer
+categories gnome
+platforms darwin
+homepage https://wiki.gnome.org/Apps/Maps
+master_sites gnome:sources/${name}/${branch}/
+
+use_xz yes
+
+checksums rmd160 978ea51d766b8d41d8a324073ebcc625e97d8ee0 \
+ sha256 9e6c735f38252b741dffc9357b68c7786674cf3898aab6648f9c9762085c873d
+
+depends_build port:pkgconfig \
+ port:intltool
+
+depends_lib port:desktop-file-utils \
+ port:gnome-icon-theme \
+ port:gsettings-desktop-schemas \
+ port:gtk3 \
+ port:gjs \
+ port:clutter-gtk \
+ port:libchamplain \
+ port:gobject-introspection
+
+depends_run port:gnome-settings-daemon \
+ port:yelp
+
+configure.args --disable-silent-rules
+
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+ copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf yes
+autoreconf.args -fvi
+
+# port installs desktop application file, icons, and gschemas
+post-activate {
+ system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+ system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
+ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
+
+livecheck.type gnome-with-unstable
Property changes on: users/devans/GNOME-3/unstable/dports/gnome/gnome-maps/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140324/2f95cb8f/attachment.html>
More information about the macports-changes
mailing list