Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15672 - (show annotations) (download)
Mon Jan 7 13:00:44 2013 UTC (11 years, 5 months ago) by niro
File size: 685 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="korundum"
4 PVER="4.9.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.8"
18
19 sminclude kde4
20
21 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-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}-${PVER}-ruby19.patch || die
32 }