Magellan Linux

Annotation of /trunk/todo/polkit-qt/polkit-qt-0.112.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27925 - (hide annotations) (download)
Wed Apr 6 11:12:42 2016 UTC (8 years, 1 month ago) by niro
File size: 616 byte(s)
-moved to 'todo'
1 niro 26558 # $Id$
2    
3     PNAME="polkit-qt"
4     PVER="0.112.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.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"