Magellan Linux

Contents of /branches/R11-stable/extras/korundum/korundum-4.10.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18191 - (show annotations) (download)
Thu Jun 27 08:21:27 2013 UTC (10 years, 10 months ago) by niro
File size: 682 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="korundum"
4 PVER="4.10.4"
5 PBUILD="r1"
6
7 PCAT="dev-ruby"
8 DESCRIPTION="Ruby bindings for the Qt4 libraries."
9
10 DEPEND=">= dev-lang/ruby-1.9
11 == dev-util/smokegen-${PVER}
12 == dev-util/smokeqt-${PVER}
13 == dev-util/smokekde-${PVER}
14 == kde-base/kdelibs-${PVER}
15 == kde-base/kdepimlibs-${PVER}
16 == kde-base/okular-${PVER}
17 >= dev-libs/soprano-2.9"
18
19 sminclude kde4
20
21 SRC_URI+=( mirror://${PNAME}/${PNAME}-4.9.4-ruby19.patch )
22
23 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
24
25 src_prepare()
26 {
27 munpack ${SRCFILE} || die
28 cd ${SRCDIR}
29
30 # fix build with ruby-1.9
31 mpatch ${PNAME}-4.9.4-ruby19.patch || die
32 }