Date: Tuesday, July 27, 2010 @ 05:10:19 Author: andrea Revision: 86194
moved to [testing] Modified: kdenetwork/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-27 09:10:04 UTC (rev 86193) +++ PKGBUILD 2010-07-27 09:10:19 UTC (rev 86194) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Pierre Schmitz <[email protected]> +# Maintainer: Andrea Scarpino <[email protected]> +# Contributor: Pierre Schmitz <[email protected]> pkgbase=kdenetwork pkgname=('kdenetwork-filesharing' @@ -9,22 +10,21 @@ 'kdenetwork-kppp' 'kdenetwork-krdc' 'kdenetwork-krfb') -pkgver=4.4.5 +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdenetwork') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' - 'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn' - 'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxss' 'libxdamage' - 'libgadu' 'telepathy-qt4') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('5f321ce932d6b1fadf1935e527bd1848c317be7a') + 'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn' + 'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu' + 'telepathy-qt4' 'docbook-xsl' 'libktorrent') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") +sha1sums=('2374f6c85dabe19c4d17cb037da59f8e7f499dca') build() { cd ${srcdir} - mkdir build cd build cmake ../${pkgbase}-${pkgver} \ @@ -46,16 +46,16 @@ } package_kdenetwork-kdnssd() { - pkgdesc='Network Services' + pkgdesc='Monitors the network for DNS-SD services' depends=('kdelibs') cd $srcdir/build/kdnssd make DESTDIR=$pkgdir install } package_kdenetwork-kget() { - url="http://userbase.kde.org/KGet" pkgdesc='Download Manager' - depends=('kdebase-workspace' 'kdebase-lib' 'qca') + depends=('kdebase-workspace' 'kdebase-lib') + url="http://kde.org/applications/internet/kget/" install='kdenetwork.install' cd $srcdir/build/kget make DESTDIR=$pkgdir install @@ -64,10 +64,10 @@ } package_kdenetwork-kopete() { - url="http://kopete.kde.org/" pkgdesc='Instant Messenger' depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' - 'libidn' 'qimageblitz' 'libxss' 'libv4l' 'libgadu') + 'libidn' 'qimageblitz' 'libv4l' 'libgadu') + url="http://kde.org/applications/internet/kopete/" install='kdenetwork.install' cd $srcdir/build/kopete make DESTDIR=$pkgdir install @@ -77,7 +77,8 @@ package_kdenetwork-kppp() { pkgdesc='Internet Dial-Up Tool' - depends=('kdebase-runtime' 'kdelibs' 'ppp') + depends=('kdebase-runtime' 'ppp') + url="http://kde.org/applications/internet/kppp/" install='kdenetwork.install' cd $srcdir/build/kppp make DESTDIR=$pkgdir install @@ -87,7 +88,8 @@ package_kdenetwork-krdc() { pkgdesc='Remote Desktop Client' - depends=('kdebase-runtime' 'kdelibs' 'libvncserver' 'rdesktop' 'telepathy-qt4') + depends=('kdebase-runtime' 'libvncserver' 'rdesktop' 'telepathy-qt4') + url="http://kde.org/applications/internet/krdc/" cd $srcdir/build/krdc make DESTDIR=$pkgdir install cd $srcdir/build/doc/krdc @@ -99,7 +101,7 @@ # note on libxdamage: # not detected by namcap because libgl depends on it # but nvidia providing libgl does not depend on libxdamage - depends=('kdebase-runtime' 'kdelibs' 'libvncserver' 'libxdamage') + depends=('kdebase-runtime' 'libvncserver' 'libxdamage') cd $srcdir/build/krfb make DESTDIR=$pkgdir install cd $srcdir/build/doc/krfb
