Magellan Linux

Contents of /trunk/extras/polkit-qt/polkit-qt-0.112.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23202 - (show annotations) (download)
Fri Oct 31 14:13:20 2014 UTC (9 years, 7 months ago) by niro
File size: 595 byte(s)
auto added: ver bump to 0.112.0-r1
1 # $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 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 | highesttarball"