Magellan Linux

Contents of /trunk/todo/polkit-kde-agent/polkit-kde-agent-0.99.0-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26577 - (show annotations) (download)
Tue Jul 7 15:24:42 2015 UTC (8 years, 10 months ago) by niro
Original Path: trunk/extras/polkit-kde-agent/polkit-kde-agent-0.99.0-r7.smage2
File size: 540 byte(s)
auto added: ver bump to 0.99.0-r7
1 # $Id$
2
3 PNAME="polkit-kde-agent"
4 PVER="0.99.0"
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
18 SRCFILE="${PNAME}-1-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-1-${PVER}"
20
21 SRC_URI=(
22 kde://apps/KDE4.x/admin/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://download.kde.org/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | highesttarball"