# -*- 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 gnome-flashback version 3.22.0 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description GNOME Flashback Session long_description ${description} maintainers devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/Projects/GnomeFlashback master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 b66ca09f301f69ccea2e24c12d363a7804c544bb \ sha256 b4a9e891879e99fb1b02854e7d01ff4f89c1917434de4adb5c7430a71b85a0ec depends_build port:pkgconfig depends_lib port:desktop-file-utils \ port:gtk3 \ port:gnome-desktop \ port:gsettings-desktop-schemas \ port:libcanberra \ port:pulseaudio \ port:upower depends_run port:gnome-applets \ port:gnome-panel \ port:metacity patchfiles patch-disable-bluetooth.diff # autoreconf due to patched configure.ac use_autoreconf yes autoreconf.args -fvi configure.args --disable-schemas-compile \ --disable-silent-rules \ --enable-compile-warnings=no post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type gnome