# -*- 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 eog-plugins version 3.16.0 revision 1 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description Extra plugins for the Eye of GNOME image viewer long_description $description maintainers devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Apps/EyeOfGnome master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 25e15727c066b0bd3fc3c48927ed06e600d35551 \ sha256 6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450 depends_build port:pkgconfig \ port:intltool \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib port:eog \ port:gtk3 \ port:libpeas \ port:libgdata \ port:libchamplain \ port:clutter \ port:clutter-gtk \ port:libexif \ port:gsettings-desktop-schemas patchfiles patch-map-marker-icon.diff # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh configure.args --disable-python \ --disable-schemas-compile \ --disable-silent-rules # requires python32 or later variant python34 conflicts description {Use python 3.4} { depends_build-append port:python34 configure.python ${prefix}/bin/python3.4 set python_framework ${frameworks_dir}/Python.framework/Versions/3.4 configure.pkg_config_path ${python_framework}/lib/pkgconfig configure.args-replace --disable-python --enable-python } default_variants +python34 post-activate { system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome