Magellan Linux

Annotation of /branches/R11-stable/extras/korundum/korundum-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18626 - (hide annotations) (download)
Fri Aug 2 11:55:20 2013 UTC (10 years, 9 months ago) by niro
Original Path: trunk/extras/korundum/korundum-4.10.5-r1.smage2
File size: 684 byte(s)
auto added: ver bump to 4.10.5-r1
1 niro 18626 # $Id$
2    
3     PNAME="korundum"
4     PVER="4.10.5"
5     PBUILD="r1"
6    
7     PCAT="dev-ruby"
8     DESCRIPTION="Ruby bindings for the Qt4 libraries."
9    
10     DEPEND=">= dev-lang/ruby-2.0
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     }