# -*- 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 alacarte version 3.10.0 epoch 1 license GPL-2+ set branch [join [lrange [split ${version} .] 0 1] .] description A simple freedesktop.org compliant menu editor for use with GNOME long_description \ ${description} maintainers devans openmaintainer categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 2ad11884d64d337d36cf222e29e1fe7781ea660b \ sha256 bdc91981859a5076ae38a213892074e1263629835702920d47f6ee2bb76179f1 supported_archs noarch depends_build port:pkgconfig \ port:intltool depends_lib port:desktop-file-utils \ port:gtk3 \ port:gnome-menus depends_run port:gnome-settings-daemon \ port:yelp patchfiles patch-Makefile.in.diff \ patch-configure.diff \ patch-Alacarte-MenuEditor.py.diff post-destroot { move ${destroot}${prefix}/bin/alacarte.py ${destroot}${prefix}/bin/alacarte } # python3 is not supported variant python26 description {Use python 2.6} { depends_lib-append port:py26-gobject3 configure.python ${prefix}/bin/python2.6 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.6 configure.pkg_config_path ${python_prefix}/lib/pkgconfig } variant python27 description {Use python 2.7} { depends_lib-append port:py27-gobject3 configure.python ${prefix}/bin/python2.7 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 configure.pkg_config_path ${python_prefix}/lib/pkgconfig } if {![variant_isset python26]} { default_variants +python27 } notes " Be sure to set the following environment variables: export XDG_DATA_DIRS=${prefix}/share export XDG_CONFIG_DIRS=${prefix}/etc/xdg export XDG_MENU_PREFIX=gnome- Alacarte needs them to find installed applications and menus to edit. " 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" } livecheck.type gnome