# -*- 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 file-roller version 3.22.1 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description An archive manager for GNOME long_description File Roller is an archive manager for the GNOME \ environment that allows you to \ \n * Create and modify archives. \ \n * View the content of an archive. \ \n * View a file contained in the archive. \ \n * Extract files from the archive. maintainers devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Apps/FileRoller master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 ad69a03215f34cbd4196d0e0a8dd998dcb11b2e6 \ sha256 8106791dcecbd2ab64194f4aeb5cb709a15e9e0d28e6470528c7bf56969be552 depends_build port:pkgconfig \ port:intltool \ port:itstool \ port:yelp-tools \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:gtk3 \ port:json-glib \ port:libnotify \ port:libmagic \ port:libarchive depends_run port:gnome-themes-standard \ port:yelp # 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-packagekit \ --disable-schemas-compile \ --disable-silent-rules post-activate { system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome