Magellan Linux

Annotation of /trunk/extras/emerald/emerald-0.8.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4710 - (hide annotations) (download)
Sat Dec 26 23:27:10 2009 UTC (14 years, 5 months ago) by niro
File size: 959 byte(s)
auto added: ver bump to 0.8.4-r1
1 niro 4709 # $Id$
2    
3     PNAME="emerald"
4     PVER="0.8.4"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-wm"
8     STATE="unstable"
9    
10     DESCRIPTION="beryl windows manager for AIGLX."
11     HOMEPAGE="http://www.compiz-fusion.org/"
12    
13     DEPEND="== x11-wm/compiz-${PVER}
14     >= x11-libs/pango-1.26
15     >= x11-libs/gtk2+-2.18
16     >= x11-libs/libwnck-2.28
17     >= x11-libs/libXrender-0.9.5"
18    
19     SDEPEND=">= dev-util/intltool-0.40
20     >= dev-util/pkgconfig-0.23
21     >= sys-dev/gettext-0.17"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.bz2"
24     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25    
26     sminclude mbuild
27    
28     SRC_URI=(
29     http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
30     mirror://${PNAME}/${SRCFILE}
31     )
32    
33     UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"
34    
35 niro 4710 src_compile()
36     {
37     cd ${SRCDIR}
38    
39     # fixes build issues on multilib systems
40     if [[ $(mlibdir) != lib ]]
41     then
42     export LDFLAGS="-L/$(mlibdir) -L/usr/$(mlibdir)"
43     export PKG_CONFIG_PATH="/usr/$(mlibdir)/pkgconfig"
44     fi
45    
46     mconfigure || die
47     mmake || die
48     }

Properties

Name Value
svn:keywords Id