# -*- 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 ristretto version 0.8.0 set branch [join [lrange [split ${version} .] 0 1] .] categories xfce platforms darwin license GPL-2+ maintainers afb description Ristretto is a fast and lightweight picture-viewer \ for the Xfce desktop environment. long_description ${description} homepage http://www.xfce.org/ master_sites http://archive.xfce.org/src/apps/${name}/${branch}/ use_bzip2 yes checksums md5 94c778850325a4e5a12e3433c8a05432 \ sha1 0f780cd0b3270e258315a737e4bbf332806f14dc \ sha256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 depends_build port:intltool port:pkgconfig depends_lib port:gtk2 port:xfconf port:cairo port:libxfce4util \ port:libxfce4ui port:libexif port:dbus-glib post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" }