Magellan Linux

Annotation of /branches/magellan-next/extras/polkit-qt/polkit-qt-0.96.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6856 - (hide annotations) (download)
Wed Sep 22 20:31:33 2010 UTC (14 years ago) by niro
File size: 675 byte(s)
auto added: ver bump to 0.96.1-r1
1 niro 6855 # $Id: polkit-qt-0.95.1-r1.smage2 4881 2010-02-12 23:56:40Z niro $
2    
3     PNAME="polkit-qt"
4     PVER="0.96.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="PolicyKit Qt4 API wrapper library."
11     HOMEPAGE="http://kde.org/"
12    
13 niro 6856 sminclude kde4
14    
15     # override default depends from kde4.sminc!
16 niro 6855 DEPEND=">= sys-apps/polkit-0.96
17     >= x11-libs/qt4-core-4.7
18     >= x11-libs/qt4-gui-4.7"
19    
20     SDEPEND=">= kde-base/automoc4-0.9.88"
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 ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/ | grep ${PNAME}-1 | lasttarball"