# -*- 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 frogr version 1.2 license GPL-3 set branch [join [lrange [split ${version} .] 0 1] .] description Flickr Remote Organizer for GNOME. long_description Frogr is a small application for the GNOME desktop that allows users \ to manage their accounts in the Flickr image hosting website. It \ supports all the basic Flickr features, including uploading pictures, \ adding descriptions, setting tags and managing sets and groups pools. maintainers juanrgar devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Apps/Frogr master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 c0734e20cc822d865662a047165e35324ccdf3a0 \ sha256 6cd491f2a723201bac3cb9f68e015c534d561b75c4a4b32b2e1b37477d2e82f8 depends_build port:pkgconfig \ port:itstool \ port:yelp-tools depends_lib port:desktop-file-utils \ port:gsettings-desktop-schemas \ port:gtk3 \ port:libexif \ port:libxml2 \ port:json-glib \ port:libgcrypt \ port:libsoup \ port:gstreamer1 depends_run port:gnome-themes-standard \ port:yelp \ port:epiphany patchfiles patch-export-dynamic-Makefile.am.diff use_autoreconf yes autoreconf.args -fvi configure.args --disable-silent-rules # port installs desktop application file, and hicolor and HighContrast icons 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/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/HighContrast" } livecheck.type gnome-with-unstable