# -*- 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 PortGroup active_variants 1.1 PortGroup gobject_introspection 1.0 name libwnck3 set gname libwnck version 3.20.1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome platforms darwin license LGPL-2+ description Library to manage X windows and workspaces (via pagers, tasklists, etc.) long_description libwnck is an X11 Window Navigator Construction Kit, i.e. a library \ to use for writing pagers and taskslists and stuff. It is not supported \ in the GNOME-3 devel platform but may be used by developers of open source \ applications. homepage http://www.gnome.org/ master_sites gnome:sources/${gname}/${branch}/ use_xz yes distname ${gname}-${version} checksums rmd160 81c8bb1aee6876d041bbd733f5b5bdc1fe3e8c31 \ sha256 1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72 depends_build port:pkgconfig \ port:intltool \ port:gtk-doc \ port:gnome-common \ port:autoconf \ port:automake \ port:libtool depends_lib port:startup-notification \ port:gtk3 \ port:xorg-libX11 \ port:xorg-libXres require_active_variants gtk3 x11 gobject_introspection yes # 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 --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib \ --disable-silent-rules post-destroot { move ${destroot}${prefix}/bin/wnck-urgency-monitor ${destroot}${prefix}/bin/wnck-urgency-monitor-3.0 move ${destroot}${prefix}/bin/wnckprop ${destroot}${prefix}/bin/wnckprop-3.0 } livecheck.type gnome livecheck.name ${gname}