Date: Thursday, May 27, 2010 @ 05:01:02
  Author: andrea
Revision: 81210

added URLs

Modified:
  kdesdk/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    9 +++++++++
 1 file changed, 9 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-05-27 09:00:45 UTC (rev 81209)
+++ PKGBUILD    2010-05-27 09:01:02 UTC (rev 81210)
@@ -48,6 +48,7 @@
 package_kdesdk-cervisia() {
        pkgdesc='CVS Frontend'
        depends=('kdebase-runtime' 'kdelibs')
+       url="http://kde.org/applications/development/cervisia/";
        install='kdesdk.install'
        cd $srcdir/build/cervisia
        make DESTDIR=$pkgdir install
@@ -66,6 +67,7 @@
 package_kdesdk-kapptemplate() {
        pkgdesc='KDE Template Generator'
        depends=('kdebase-runtime' 'kdelibs')
+       url="http://kde.org/applications/development/kapptemplate/";
        install='kdesdk.install'
        cd $srcdir/build/kapptemplate
        make DESTDIR=$pkgdir install
@@ -76,6 +78,7 @@
 package_kdesdk-kate() {
        pkgdesc='Advanced Text Editor'
        depends=('kdebase-runtime' 'kdelibs')
+       url="http://kde.org/applications/utilities/kate/";
        install='kdesdk.install'
        cd $srcdir/build/kate
        make DESTDIR=$pkgdir install
@@ -86,6 +89,7 @@
 package_kdesdk-kbugbuster() {
        pkgdesc='KDE Bug Management'
        depends=('kdebase-runtime' 'kdepimlibs' 'kdepim-runtime')
+       url="http://kde.org/applications/development/kbugbuster/";
        install='kdesdk.install'
        cd $srcdir/build/kbugbuster
        make DESTDIR=$pkgdir install
@@ -96,6 +100,7 @@
 package_kdesdk-kcachegrind() {
        pkgdesc='Visualization of Performance Profiling Data'
        depends=('kdebase-runtime' 'kdelibs' 'python')
+       url="http://kde.org/applications/development/kcachegrind/";
        install='kdesdk.install'
        cd $srcdir/build/kcachegrind
        make DESTDIR=$pkgdir install
@@ -135,6 +140,7 @@
 package_kdesdk-kompare() {
        pkgdesc='Diff/Patch Frontend'
        depends=('kdebase-runtime' 'kdelibs')
+       url="http://kde.org/applications/development/kompare/";
        install='kdesdk.install'
        cd $srcdir/build/kompare
        make DESTDIR=$pkgdir install
@@ -166,6 +172,7 @@
 package_kdesdk-kuiviewer() {
        pkgdesc='Qt Designer UI File Viewer'
        depends=('kdebase-runtime' 'kdelibs')
+       url="http://kde.org/applications/development/kuiviewer/";
        install='kdesdk.install'
        cd $srcdir/build/kuiviewer
        make DESTDIR=$pkgdir install
@@ -174,6 +181,7 @@
 package_kdesdk-lokalize() {
        pkgdesc='Computer-Aided Translation System'
        depends=('kdebase-runtime' 'kdelibs' 'kdebindings-python')
+       url="http://kde.org/applications/development/lokalize/";
        optdepends=('translate-toolkit: enable extra python script')
        install='kdesdk.install'
        cd $srcdir/build/lokalize
@@ -210,6 +218,7 @@
 package_kdesdk-umbrello() {
        pkgdesc='UML Modeller'
        depends=('kdebase-runtime' 'kdelibs')
+       url="http://kde.org/applications/development/umbrello/";
        install='kdesdk.install'
        cd $srcdir/build/umbrello
        make DESTDIR=$pkgdir install

Reply via email to