Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23737 - (hide annotations) (download)
Tue Jan 27 14:08:56 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/xfce4-screenshooter/xfce4-screenshooter-1.8.2-r1.smage2
File size: 661 byte(s)
auto added: ver bump to 1.8.2-r1
1 niro 23737 # $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     }