Magellan Linux

Annotation of /branches/R11-stable/extras/polkit-qt/polkit-qt-0.112.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23203 - (hide annotations) (download)
Fri Oct 31 14:21:33 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/polkit-qt/polkit-qt-0.112.0-r1.smage2
File size: 616 byte(s)
-add missing cmake dep
1 niro 23202 # $Id$
2    
3     PNAME="polkit-qt"
4     PVER="0.112.0"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="PolicyKit Qt4 API wrapper library."
10     HOMEPAGE="http://kde.org/"
11    
12     sminclude kde4
13    
14     # override default depends from kde4.sminc!
15     DEPEND=">= sys-apps/polkit-0.112
16     >= x11-libs/qt4-core-4.8
17     >= x11-libs/qt4-gui-4.8"
18    
19 niro 23203 SDEPEND=">= kde-base/automoc4-0.9.88
20     >= dev-util/cmake-3"
21 niro 23202
22     SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
23     SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
24    
25     SRC_URI=(
26     kde://apps/KDE4.x/admin/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd http://download.kde.org/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | highesttarball"