Magellan Linux

Annotation of /branches/R11-stable/extras/polkit-kde-kcmodules/polkit-kde-kcmodules-0.99.0_git20120515-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24623 - (hide annotations) (download)
Fri Feb 20 11:57:48 2015 UTC (9 years, 2 months ago) by niro
File size: 589 byte(s)
-release branches/R11-stable
1 niro 23311 # $Id$
2    
3     PNAME="polkit-kde-kcmodules"
4     PVER="0.99.0_git20120515"
5     PBUILD="r7"
6    
7     PCAT="kde-base"
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=">= kde-base/kdelibs-4.14
16     >= dev-libs/polkit-qt-0.112
17     >= kde-base/polkit-kde-agent-0.99"
18    
19     SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
21    
22     SRC_URI=(
23     #kde://apps/KDE4.x/admin/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd http://download.kde.org/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"