# -*- 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 PortGroup gobject_introspection 1.0 name gnome-maps version 3.16.2 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 juanrgar devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Apps/Maps master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 c0bcf50b396181376bb4b4d3157a78574b0e8293 \ sha256 a7d791e4fb2dc3674232edf5c6d6112274869524db458695fc9fece49df07c96 depends_build port:pkgconfig \ port:intltool \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:gsettings-desktop-schemas \ port:gtk3 \ port:gjs \ port:folks \ port:gfbgraph \ port:clutter-gtk \ port:libchamplain \ port:libgee \ port:geoclue2 \ port:geocode-glib depends_run port:gnome-settings-daemon \ port:yelp configure.args --disable-silent-rules gobject_introspection yes # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh # 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