# $Id$ PNAME="xfce4-screenshooter" PVER="1.8.1" PBUILD="r2" PCAT="xfce-extra" DESCRIPTION="Allows you to capture the entire screen, the active window or a selected region." HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-screenshooter/" DEPEND=">= sys-libs/libstdc++-4.8 >= dev-libs/glib2-2.42 >= x11-libs/gtk2+-2.24 >= xfce-base/xfce4-panel-4.10 >= net-libs/libsoup-2.48 >= x11-themes/hicolor-icon-theme-0.12" sminclude xfce UP2SUBDIR="apps" UP2DATE="updatecmd_xfce ${PNAME}" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} # fix a build issues with as-needed sed -i "s:@LDFLAGS@:@LDFLAGS@ -lm:g" Makefile.{in,am} || die }