Magellan Linux

Contents of /branches/R11-unstable/extras/polkit-qt/polkit-qt-0.112.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25724 - (show annotations) (download)
Tue Nov 25 04:13:17 2014 UTC (9 years, 5 months ago) by niro
File size: 616 byte(s)
-release branches/R11-unstable
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 >= dev-util/cmake-3"
21
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"