Magellan Linux

Annotation of /branches/R11-stable/extras/polkit-qt/polkit-qt-0.103.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18009 - (hide annotations) (download)
Thu Jun 27 06:43:54 2013 UTC (10 years, 11 months ago) by niro
File size: 592 byte(s)
-release branches/R11-stable
1 niro 17339 # $Id$
2    
3     PNAME="polkit-qt"
4     PVER="0.103.0"
5     PBUILD="r2"
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.111
16     >= x11-libs/qt4-core-4.8
17     >= x11-libs/qt4-gui-4.8"
18    
19     SDEPEND=">= kde-base/automoc4-0.9.88"
20    
21     SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
23    
24     SRC_URI=(
25     kde://apps/KDE4.x/admin/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     UP2DATE="updatecmd http://download.kde.org/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"