[arch-commits] Commit in kdebase/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Mon Jun 15 05:09:58 UTC 2009
Date: Monday, June 15, 2009 @ 01:09:58
Author: pierre
Revision: 42519
manual update for missing pkgdescs
Modified:
kdebase/kde-unstable/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-15 05:09:54 UTC (rev 42518)
+++ PKGBUILD 2009-06-15 05:09:58 UTC (rev 42519)
@@ -127,7 +127,7 @@
}
package_kdebase-lib() {
- pkgdesc=''
+ pkgdesc='KDE libraries for the basic desktop applications'
groups=()
depends=('kdelibs')
cd $srcdir/build/apps/lib
@@ -135,14 +135,14 @@
}
package_kdebase-nsplugins() {
- pkgdesc=''
+ pkgdesc='Configure the browser plugins'
depends=('kdebase-runtime' 'kdelibs')
cd $srcdir/build/apps/nsplugins
make DESTDIR=$pkgdir install
}
package_kdebase-plasma() {
- pkgdesc=''
+ pkgdesc='Display the contents of folders (User´s home folder as default)'
depends=('kdebase-workspace' 'kdebase-lib')
cd $srcdir/build/apps/plasma
make DESTDIR=$pkgdir install
More information about the arch-commits
mailing list