Magellan Linux

Contents of /trunk/extras/kdeartwork4/kdeartwork4-4.3.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3973 - (show annotations) (download)
Sat Nov 14 14:42:37 2009 UTC (14 years, 6 months ago) by niro
File size: 517 byte(s)
auto added: ver bump to 4.3.3-r1
1 # $Id$
2
3 PNAME="kdeartwork4"
4 PVER="4.3.3"
5 PBUILD="r1"
6
7 STATE="unstable"
8
9 DESCRIPTION="Additional KDE4 artworks."
10
11 DEPEND="== kde-base/kdebase4-runtime-${PVER}
12 >= virtual/opengl
13 >= dev-cpp/eigen-2.0.9
14 >= x11-misc/xscreensaver-5"
15
16 sminclude kde4
17
18 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 kde4_configure \
25 $(cmake_with OpenGL) \
26 $(cmake_with Xscreensaver) \
27 $(cmake_with Eigen2) \
28 || die
29
30 mmake || die
31 }

Properties

Name Value
svn:keywords Id