Date: Thursday, May 27, 2010 @ 05:04:23
  Author: andrea
Revision: 81211

Added URLs

Modified:
  kdeaccessibility/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-05-27 09:01:02 UTC (rev 81210)
+++ PKGBUILD    2010-05-27 09:04:23 UTC (rev 81211)
@@ -45,6 +45,7 @@
 package_kdeaccessibility-kmag() {
        pkgdesc='Screen Magnifier'
        depends=('kdelibs' 'kdebase-runtime')
+       url="http://kde.org/applications/utilities/kmag/";
        install='kdeaccessibility.install'
        cd $srcdir/build/kmag
        make DESTDIR=$pkgdir install
@@ -55,6 +56,7 @@
 package_kdeaccessibility-kmousetool() {
        pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
        depends=('kdelibs' 'kdebase-runtime')
+       url="http://kde.org/applications/utilities/kmousetool/";
        install='kdeaccessibility.install'
        cd $srcdir/build/kmousetool
        make DESTDIR=$pkgdir install
@@ -65,6 +67,7 @@
 package_kdeaccessibility-kmouth() {
        pkgdesc='Speech Synthesizer Frontend'
        depends=('kdelibs' 'kdebase-runtime')
+       url="http://kde.org/applications/utilities/kmouth/";
        install='kdeaccessibility.install'
        cd $srcdir/build/kmouth
        make DESTDIR=$pkgdir install

Reply via email to