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

Andrea Scarpino andrea at archlinux.org
Thu May 27 08:59:27 UTC 2010


    Date: Thursday, May 27, 2010 @ 04:59:27
  Author: andrea
Revision: 81204

added URLs

Modified:
  kdebase/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-27 08:59:00 UTC (rev 81203)
+++ PKGBUILD	2010-05-27 08:59:27 UTC (rev 81204)
@@ -37,6 +37,7 @@
 	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
@@ -53,7 +54,7 @@
 }
 
 package_kdebase-kdialog() {
-	pkgdesc='a utility for displaying dialog boxes from shell scripts'
+	pkgdesc='A utility for displaying dialog boxes from shell scripts'
 	depends=('kdebase-runtime' 'kdelibs')
 	cd $srcdir/build/apps/kdialog
 	make DESTDIR=$pkgdir install
@@ -62,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
@@ -72,6 +74,7 @@
 package_kdebase-konqueror() {
 	pkgdesc='KDE File Manager & Web Browser'
 	depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-dolphin')
+	url="http://kde.org/applications/internet/konqueror/"
 	install='kdebase.install'
 	conflicts=('kdebase-keditbookmarks' 'kdebase-nsplugins')
 	replaces=('kdebase-keditbookmarks' 'kdebase-nsplugins')
@@ -84,6 +87,7 @@
 package_kdebase-konsole() {
 	pkgdesc='Terminal'
 	depends=('kdebase-runtime' 'kdelibs')
+	url="http://kde.org/applications/system/konsole/"
 	cd $srcdir/build/apps/konsole
 	make DESTDIR=$pkgdir install
 	cd $srcdir/build/apps/doc/konsole
@@ -93,6 +97,7 @@
 package_kdebase-kwrite() {
 	pkgdesc='Text Editor'
 	depends=('kdebase-runtime' 'kdelibs')
+	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