Magellan Linux

Contents of /trunk/extras/xfce4-screenshooter/xfce4-screenshooter-1.8.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10818 - (show annotations) (download)
Fri Feb 3 22:41:42 2012 UTC (12 years, 4 months ago) by niro
File size: 657 byte(s)
-fix build with --as-needed
1 # $Id$
2
3 PNAME="xfce4-screenshooter"
4 PVER="1.8.0"
5 PBUILD="r2"
6
7 PCATEGORIE="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.28
14 >= x11-libs/gtk2+-2.24
15 >= xfce-base/xfce4-panel-4.8
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:@XFIXES_LIBS@:@XFIXES_LIBS@ -lm:g" Makefile.{in,am} || die
29 }