Magellan Linux

Contents of /branches/R11-stable/extras/xfce4-screenshooter/xfce4-screenshooter-1.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24193 - (show annotations) (download)
Fri Feb 20 09:20:57 2015 UTC (9 years, 2 months ago) by niro
File size: 661 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xfce4-screenshooter"
4 PVER="1.8.2"
5 PBUILD="r1"
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.8
13 >= dev-libs/glib2-2.42
14 >= x11-libs/gtk2+-2.24
15 >= xfce-base/xfce4-panel-4.10
16 >= net-libs/libsoup-2.48
17 >= x11-themes/hicolor-icon-theme-0.12"
18
19 sminclude xfce
20
21 UP2SUBDIR="apps"
22 UP2DATE="updatecmd_xfce ${PNAME}"
23
24 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 cd ${SRCDIR}
28 # fix a build issues with as-needed
29 sed -i "s:@LDFLAGS@:@LDFLAGS@ -lm:g" Makefile.{in,am} || die
30 }