Magellan Linux

Contents of /trunk/extras/korundum/korundum-4.9.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14652 - (show annotations) (download)
Tue Jan 1 23:30:54 2013 UTC (11 years, 4 months ago) by niro
File size: 653 byte(s)
-added patch to fix build with ruby-1.9
1 # $Id$
2
3 PNAME="korundum"
4 PVER="4.9.4"
5 PBUILD="r1"
6
7 PCAT="dev-perl"
8 DESCRIPTION="Ruby bindings for the Qt4 libraries."
9
10 DEPEND="== dev-util/smokegen-${PVER}
11 == dev-util/smokeqt-${PVER}
12 >= dev-lang/ruby-1.9
13 == dev-ruby/qtruby-${PVER}
14 >= dev-python/qscintilla-qt4-2.7
15 >= kde-base/qimageblitz-0.0.6
16 >= virtual/phonon"
17
18 sminclude kde4
19
20 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-ruby19.patch )
21
22 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
23
24 src_prepare()
25 {
26 munpack ${SRCFILE} || die
27 cd ${SRCDIR}
28
29 # fix build with ruby-1.9
30 mpatch ${PNAME}-${PVER}-ruby19.patch || die
31 }