[arch-commits] Commit in kdenetwork/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jun 8 18:21:47 UTC 2010


    Date: Tuesday, June 8, 2010 @ 14:21:46
  Author: andrea
Revision: 82145

minor fixes

Modified:
  kdenetwork/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-08 18:21:42 UTC (rev 82144)
+++ PKGBUILD	2010-06-08 18:21:46 UTC (rev 82145)
@@ -17,9 +17,9 @@
 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' 'docbook-xsl')
+	'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
+	'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
+	'telepathy-qt4' 'docbook-xsl')
 source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
 sha1sums=('24224fbd426d2bf9b6ebe48c1143e08933f4a0f3')
 
@@ -54,7 +54,7 @@
 
 package_kdenetwork-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
@@ -66,7 +66,7 @@
 package_kdenetwork-kopete() {
 	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
@@ -77,7 +77,7 @@
 
 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
@@ -88,7 +88,7 @@
 
 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
@@ -101,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




More information about the arch-commits mailing list