Magellan Linux

Annotation of /trunk/extras/xfce4-screenshooter/xfce4-screenshooter-1.8.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26461 - (hide annotations) (download)
Fri Jun 26 20:12:03 2015 UTC (8 years, 11 months ago) by niro
File size: 661 byte(s)
auto added: ver bump to 1.8.2-r2
1 niro 26461 # $Id$
2    
3     PNAME="xfce4-screenshooter"
4     PVER="1.8.2"
5     PBUILD="r2"
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++-5.1
13     >= dev-libs/glib2-2.44
14     >= x11-libs/gtk2+-2.24
15     >= xfce-base/xfce4-panel-4.12
16     >= net-libs/libsoup-2.40
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     }