Magellan Linux

Contents of /branches/R11-stable/extras/xfce4-screenshooter/xfce4-screenshooter-1.8.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15424 - (show annotations) (download)
Wed Jan 2 11:43:18 2013 UTC (11 years, 4 months ago) by niro
File size: 644 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfce4-screenshooter"
4 PVER="1.8.0"
5 PBUILD="r3"
6
7 PCAT="xfce-extra"
8
9 DESCRIPTION="Allows you to capture the entire screen, the active window or a selected region."
10 HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-screenshooter/"
11
12 DEPEND=">= sys-libs/libstdc++-4.6
13 >= dev-libs/glib2-2.32
14 >= x11-libs/gtk2+-2.24
15 >= xfce-base/xfce4-panel-4.10
16 >= net-libs/libsoup-2.36
17 >= x11-themes/hicolor-icon-theme-0.12"
18
19 sminclude xfce
20
21 UP2DATE="updatecmd_xfce ${PNAME}"
22
23 src_prepare()
24 {
25 munpack ${SRCFILE} || die
26 cd ${SRCDIR}
27 # fix a build issues with as-needed
28 sed -i "s:@LDFLAGS@:@LDFLAGS@ -lm:g" Makefile.{in,am} || die
29 }