# -*- 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 PortGroup github 1.0 PortGroup gobject_introspection 1.0 github.setup lwindolf liferea 5074ec4177c2afbac0376255aa8b4e4e237cee0b version 1.12-rc1a # Note: do not remove the epoch line. epoch 20090731 description A feed aggregator for GTK+/GNOME. long_description Liferea is an aggregator for online news feeds. \ It supports the RSS/RDF, CDF, Atom, OCS and OPML \ formats and enclosures (podcasting). It also has \ filtering mechanisms. maintainers devans openmaintainer categories gnome net license GPL-2+ platforms darwin homepage http://lzone.de/${name}/ checksums rmd160 9b5edff9a0c021f80703cefd1e3f30e7236d2bce \ sha256 78b5f87c390acd9e99e7d26cb5c1dc94eec1639f7a69bb20ecb47798d572efa3 depends_build port:pkgconfig \ port:intltool \ port:autoconf \ port:automake \ port:libtool depends_lib port:desktop-file-utils \ port:gtk3 \ port:libxml2 \ port:libxslt \ port:sqlite3 \ port:libsoup \ port:json-glib \ port:gsettings-desktop-schemas \ port:libpeas \ port:libnotify \ port:libgnome-keyring \ port:webkit2-gtk depends_run port:gnome-themes-standard patchfiles patch-autogen.sh.diff # introspection is broken for now # invalid gtk-doc/introspection annotation gobject_introspection no configure.cmd ./autogen.sh configure.args --disable-schemas-compile \ --disable-silent-rules 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" }