[arch-commits] Commit in kdebase/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jul 27 09:09:36 UTC 2010


    Date: Tuesday, July 27, 2010 @ 05:09:36
  Author: andrea
Revision: 86187

moved to [testing]

Modified:
  kdebase/trunk/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++---------------------------------
 1 file changed, 17 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-27 09:09:31 UTC (rev 86186)
+++ PKGBUILD	2010-07-27 09:09:36 UTC (rev 86187)
@@ -1,27 +1,26 @@
 # $Id: PKGBUILD 59827 2009-11-28 01:40:24Z andrea $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgbase=kdebase
 pkgname=('kdebase-dolphin'
-         'kdebase-kappfinder'
          'kdebase-kdepasswd'
          'kdebase-kdialog'
          'kdebase-kfind'
-         'kdebase-kinfocenter'
          'kdebase-konqueror'
          'kdebase-konsole'
          'kdebase-kwrite'
          'kdebase-lib'
          'kdebase-plasma')
-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' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 'ruby')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('c14f6da09f0d1624189c69ccc200c70f2763dcbc')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'ruby' 'docbook-xsl')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('a0e923d9727cb6450c0a8908d61b15baf9f15d15')
 
 build() {
 	cd $srcdir
@@ -38,24 +37,13 @@
 	pkgdesc='File Manager'
 	depends=('kdebase-runtime' 'kdebase-lib')
 	optdepends=('ruby: servicemenu installation')
+	url="http://kde.org/applications/system/dolphin/"
 	cd $srcdir/build/apps/dolphin
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/apps/doc/dolphin
 	make DESTDIR=$pkgdir install
 }
 
-package_kdebase-kappfinder() {
-	pkgdesc='Menu Updating Tool'
-	depends=('kdebase-runtime' 'kdelibs')
-	install='kdebase.install'
-	cd $srcdir/build/apps/kappfinder
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/apps/doc/kappfinder
-	make DESTDIR=$pkgdir install
-	# FIXME (oxygen-icons-svg)
-	rm ${pkgdir}/usr/share/icons/oxygen/scalable/apps/clock.svgz
-}
-
 package_kdebase-kdepasswd() {
 	pkgdesc='Change Password'
 	depends=('kdebase-runtime' 'kdebase-lib')
@@ -66,8 +54,8 @@
 }
 
 package_kdebase-kdialog() {
-	pkgdesc='a utility for displaying dialog boxes from shell scripts'
-	depends=('kdebase-runtime' 'kdelibs')
+	pkgdesc='A utility for displaying dialog boxes from shell scripts'
+	depends=('kdebase-runtime')
 	cd $srcdir/build/apps/kdialog
 	make DESTDIR=$pkgdir install
 }
@@ -75,6 +63,7 @@
 package_kdebase-kfind() {
 	pkgdesc='Find Files/Folders'
 	depends=('kdebase-runtime' 'kdebase-lib')
+	url="http://kde.org/applications/utilities/kfind/"
 	install='kdebase.install'
 	cd $srcdir/build/apps/kfind
 	make DESTDIR=$pkgdir install
@@ -82,18 +71,11 @@
 	make DESTDIR=$pkgdir install
 }
 
-package_kdebase-kinfocenter() {
-	pkgdesc='Info Center'
-	depends=('kdebase-runtime' 'libraw1394' 'kdelibs')
-	cd $srcdir/build/apps/kinfocenter
-	make DESTDIR=$pkgdir install
-	cd $srcdir/build/apps/doc/kinfocenter
-	make DESTDIR=$pkgdir install
-}
-
 package_kdebase-konqueror() {
 	pkgdesc='KDE File Manager & Web Browser'
-	depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-dolphin')
+	depends=('kdebase-runtime' 'kdebase-dolphin')
+	optdepends=('kwebkitpart: to enable webkit engine')
+	url="http://kde.org/applications/internet/konqueror/"
 	install='kdebase.install'
 	conflicts=('kdebase-keditbookmarks' 'kdebase-nsplugins')
 	replaces=('kdebase-keditbookmarks' 'kdebase-nsplugins')
@@ -105,7 +87,8 @@
 
 package_kdebase-konsole() {
 	pkgdesc='Terminal'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/system/konsole/"
 	cd $srcdir/build/apps/konsole
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/apps/doc/konsole
@@ -114,7 +97,8 @@
 
 package_kdebase-kwrite() {
 	pkgdesc='Text Editor'
-	depends=('kdebase-runtime' 'kdelibs')
+	depends=('kdebase-runtime')
+	url="http://kde.org/applications/utilities/kwrite/"
 	cd $srcdir/build/apps/kwrite
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/apps/doc/kwrite




More information about the arch-commits mailing list