summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
Diffstat (limited to 'kde')
-rw-r--r--kde/KDE.options2
-rw-r--r--kde/build/kde-runtime2
-rw-r--r--kde/modularize39
-rw-r--r--kde/modules/extragear3
-rw-r--r--kde/modules/kdeadmin5
-rw-r--r--kde/modules/kdenetwork10
-rw-r--r--kde/modules/kdesdk16
-rw-r--r--kde/modules/kdetoys5
-rw-r--r--kde/patch/amarok.patch4
-rw-r--r--kde/patch/amarok/amarok_kdebug_320855.patch.gzbin0 -> 797 bytes
-rw-r--r--kde/patch/kde-baseapps.patch5
-rw-r--r--kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gzbin0 -> 917 bytes
-rw-r--r--kde/patch/kde-runtime.patch4
-rw-r--r--kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gzbin0 -> 585 bytes
-rw-r--r--kde/patch/kdelibs.patch8
-rw-r--r--kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gzbin493 -> 0 bytes
-rw-r--r--kde/patch/kdelibs/coding-style-fixes.patch.gzbin0 -> 916 bytes
-rw-r--r--kde/patch/kdelibs/return-application-icons-properly.patch.gzbin0 -> 955 bytes
-rw-r--r--kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gzbin0 -> 572 bytes
-rw-r--r--kde/patch/kdeplasma-addons.patch1
-rw-r--r--kde/patch/korundum.patch1
-rw-r--r--kde/patch/plasma-nm.patch4
-rw-r--r--kde/patch/plasma-nm/plasma-nm-fixes.patch.gzbin0 -> 3437 bytes
-rw-r--r--kde/patch/umbrello.patch5
-rw-r--r--kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gzbin0 -> 255 bytes
-rw-r--r--kde/post-install/nepomuk-core.post-install2
-rw-r--r--kde/slack-desc/amor19
-rw-r--r--kde/slack-desc/cervisia19
-rw-r--r--kde/slack-desc/dolphin-plugins19
-rw-r--r--kde/slack-desc/kapptemplate19
-rw-r--r--kde/slack-desc/kcachegrind19
-rw-r--r--kde/slack-desc/kcron19
-rw-r--r--kde/slack-desc/kde-dev-scripts19
-rw-r--r--kde/slack-desc/kde-dev-utils19
-rw-r--r--kde/slack-desc/kdenetwork-filesharing19
-rw-r--r--kde/slack-desc/kdenetwork-strigi-analyzers19
-rw-r--r--kde/slack-desc/kdesdk-kioslaves19
-rw-r--r--kde/slack-desc/kdesdk-strigi-analyzers19
-rw-r--r--kde/slack-desc/kdesdk-thumbnailers19
-rw-r--r--kde/slack-desc/kdnssd19
-rw-r--r--kde/slack-desc/kget19
-rw-r--r--kde/slack-desc/kompare19
-rw-r--r--kde/slack-desc/kopete19
-rw-r--r--kde/slack-desc/kppp19
-rw-r--r--kde/slack-desc/krdc19
-rw-r--r--kde/slack-desc/krfb19
-rw-r--r--kde/slack-desc/ksystemlog19
-rw-r--r--kde/slack-desc/kteatime19
-rw-r--r--kde/slack-desc/ktux19
-rw-r--r--kde/slack-desc/kuser19
-rw-r--r--kde/slack-desc/libmm-qt19
-rw-r--r--kde/slack-desc/libnm-qt19
-rw-r--r--kde/slack-desc/lokalize19
-rw-r--r--kde/slack-desc/okteta19
-rw-r--r--kde/slack-desc/plasma-nm19
-rw-r--r--kde/slack-desc/poxml19
-rw-r--r--kde/slack-desc/umbrello19
57 files changed, 691 insertions, 14 deletions
diff --git a/kde/KDE.options b/kde/KDE.options
index 30ec64c..6619353 100644
--- a/kde/KDE.options
+++ b/kde/KDE.options
@@ -3,7 +3,7 @@
# usually has a different version number), or by setting your own
# environment variables.
-[ -z $VERSION ] && export VERSION=4.10.5
+[ -z $VERSION ] && export VERSION=4.11.5
[ -z $BUILD ] && export BUILD=1
# Automatically determine the architecture we're building on:
diff --git a/kde/build/kde-runtime b/kde/build/kde-runtime
deleted file mode 100644
index 9a7456b..0000000
--- a/kde/build/kde-runtime
+++ /dev/null
@@ -1,2 +0,0 @@
-2
-
diff --git a/kde/modularize b/kde/modularize
index 264add9..4e9729d 100644
--- a/kde/modularize
+++ b/kde/modularize
@@ -66,7 +66,10 @@ rocs
step
# kdeadmin
-kdeadmin
+kcron
+ksystemlog
+kuser
+#kdeadmin
# kdeartwork
kdeartwork
@@ -115,7 +118,15 @@ kmix
kscd
# kdenetwork
-kdenetwork
+kdenetwork-filesharing
+kdenetwork-strigi-analyzers
+kdnssd
+kget
+kopete
+kppp
+krdc
+krfb
+#kdenetwork
# kdeutils
ark
@@ -190,10 +201,27 @@ kdepimlibs
kdeplasma-addons
# kdesdk
-kdesdk
+cervisia
+dolphin-plugins
+kapptemplate
+kcachegrind
+kde-dev-scripts
+kde-dev-utils
+kdesdk-kioslaves
+kdesdk-strigi-analyzers
+kdesdk-thumbnailers
+kompare
+lokalize
+okteta
+poxml
+umbrello
+#kdesdk
# kdetoys
-kdetoys
+amor
+kteatime
+ktux
+#kdetoys
# oxygen-icons
oxygen-icons
@@ -217,6 +245,9 @@ kdevelop
#quanta
wicd-kde
networkmanagement
+libmm-qt
+libnm-qt
+plasma-nm
skanlite
kio-mtp
libktorrent
diff --git a/kde/modules/extragear b/kde/modules/extragear
index 074a936..e7cf685 100644
--- a/kde/modules/extragear
+++ b/kde/modules/extragear
@@ -12,6 +12,9 @@ kdevelop
#quanta
wicd-kde
networkmanagement
+libmm-qt
+libnm-qt
+plasma-nm
skanlite
kio-mtp
libktorrent
diff --git a/kde/modules/kdeadmin b/kde/modules/kdeadmin
index 9408973..f5f2bd1 100644
--- a/kde/modules/kdeadmin
+++ b/kde/modules/kdeadmin
@@ -1 +1,4 @@
-kdeadmin
+kcron
+ksystemlog
+kuser
+#kdeadmin
diff --git a/kde/modules/kdenetwork b/kde/modules/kdenetwork
index f8ad9ad..93ae34f 100644
--- a/kde/modules/kdenetwork
+++ b/kde/modules/kdenetwork
@@ -1 +1,9 @@
-kdenetwork
+kdenetwork-filesharing
+kdenetwork-strigi-analyzers
+kdnssd
+kget
+kopete
+kppp
+krdc
+krfb
+#kdenetwork
diff --git a/kde/modules/kdesdk b/kde/modules/kdesdk
index 4565576..50092cf 100644
--- a/kde/modules/kdesdk
+++ b/kde/modules/kdesdk
@@ -1 +1,15 @@
-kdesdk
+cervisia
+dolphin-plugins
+kapptemplate
+kcachegrind
+kde-dev-scripts
+kde-dev-utils
+kdesdk-kioslaves
+kdesdk-strigi-analyzers
+kdesdk-thumbnailers
+kompare
+lokalize
+okteta
+poxml
+umbrello
+#kdesdk
diff --git a/kde/modules/kdetoys b/kde/modules/kdetoys
index 87850d9..f06f3e7 100644
--- a/kde/modules/kdetoys
+++ b/kde/modules/kdetoys
@@ -1 +1,4 @@
-kdetoys
+amor
+kteatime
+ktux
+#kdetoys
diff --git a/kde/patch/amarok.patch b/kde/patch/amarok.patch
new file mode 100644
index 0000000..ffc66be
--- /dev/null
+++ b/kde/patch/amarok.patch
@@ -0,0 +1,4 @@
+# Fix a crash in KDE 4.11:
+# See also https://bugs.kde.org/show_bug.cgi?id=320855
+zcat $CWD/patch/amarok/amarok_kdebug_320855.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/amarok/amarok_kdebug_320855.patch.gz b/kde/patch/amarok/amarok_kdebug_320855.patch.gz
new file mode 100644
index 0000000..ba0d690
--- /dev/null
+++ b/kde/patch/amarok/amarok_kdebug_320855.patch.gz
Binary files differ
diff --git a/kde/patch/kde-baseapps.patch b/kde/patch/kde-baseapps.patch
new file mode 100644
index 0000000..de218f2
--- /dev/null
+++ b/kde/patch/kde-baseapps.patch
@@ -0,0 +1,5 @@
+# Fix for bug https://bugs.kde.org/show_bug.cgi?id=327224
+# "Regression: Dolphin doesn't accept URLs containing a kio-slave as parameter"
+# Fixed in KDE 4.11.4.
+#zcat $CWD/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz b/kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz
new file mode 100644
index 0000000..f920cbb
--- /dev/null
+++ b/kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz
Binary files differ
diff --git a/kde/patch/kde-runtime.patch b/kde/patch/kde-runtime.patch
new file mode 100644
index 0000000..b0efb11
--- /dev/null
+++ b/kde/patch/kde-runtime.patch
@@ -0,0 +1,4 @@
+# Fix KDE bug 324470 - solved in KDE 4.11.2.
+# - Minimize/maximize by clicking taskbar entries requires double click.
+#zcat $CWD/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz b/kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz
new file mode 100644
index 0000000..99d9296
--- /dev/null
+++ b/kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz
Binary files differ
diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch
index 63cfd34..c314b55 100644
--- a/kde/patch/kdelibs.patch
+++ b/kde/patch/kdelibs.patch
@@ -6,7 +6,9 @@ zcat $CWD/patch/kdelibs/kdelibs.docbook.patch.gz | patch -p1 --verbose || { touc
# export SOLID_UPNP=1
zcat $CWD/patch/kdelibs/kdelibs.upnp_conditional.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-## Fix plasma crash noticed exiting KDE, or quitting Amarok:
-# Fixed in KDE 4.10.4:
-#zcat $CWD/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Revert 3 patches which (although they probably follow the FDo spec better),
+# cause incorrect icon overrides:
+zcat $CWD/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+zcat $CWD/patch/kdelibs/coding-style-fixes.patch.gz | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+zcat $CWD/patch/kdelibs/return-application-icons-properly.patch.gz | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz b/kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz
deleted file mode 100644
index 1aa1934..0000000
--- a/kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz
+++ /dev/null
Binary files differ
diff --git a/kde/patch/kdelibs/coding-style-fixes.patch.gz b/kde/patch/kdelibs/coding-style-fixes.patch.gz
new file mode 100644
index 0000000..0e0ec0f
--- /dev/null
+++ b/kde/patch/kdelibs/coding-style-fixes.patch.gz
Binary files differ
diff --git a/kde/patch/kdelibs/return-application-icons-properly.patch.gz b/kde/patch/kdelibs/return-application-icons-properly.patch.gz
new file mode 100644
index 0000000..76e3d75
--- /dev/null
+++ b/kde/patch/kdelibs/return-application-icons-properly.patch.gz
Binary files differ
diff --git a/kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz b/kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz
new file mode 100644
index 0000000..77d86ba
--- /dev/null
+++ b/kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz
Binary files differ
diff --git a/kde/patch/kdeplasma-addons.patch b/kde/patch/kdeplasma-addons.patch
index c262d90..3512d84 100644
--- a/kde/patch/kdeplasma-addons.patch
+++ b/kde/patch/kdeplasma-addons.patch
@@ -1,3 +1,4 @@
# CVE 2013-2120: paste widget "password" generator uses insecure randomness:
+# Fixed in KDE 4.11.
#zcat $CWD/patch/kdeplasma-addons/random_generator_cve-2013-2120.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/korundum.patch b/kde/patch/korundum.patch
index e28217d..900f006 100644
--- a/kde/patch/korundum.patch
+++ b/kde/patch/korundum.patch
@@ -1,4 +1,5 @@
# Build against Ruby 1.9.3.
# See also https://bugs.kde.org/show_bug.cgi?id=287057
+# No longer needed in KDE 4.11.
#zcat $CWD/patch/korundum/korundum_ruby19.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/plasma-nm.patch b/kde/patch/plasma-nm.patch
new file mode 100644
index 0000000..76ce62c
--- /dev/null
+++ b/kde/patch/plasma-nm.patch
@@ -0,0 +1,4 @@
+# Patches that address reported bugs in plasma-nm 0.9.3.1:
+#zcat $CWD/patch/plasma-nm/plasma-nm-fixes.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+
diff --git a/kde/patch/plasma-nm/plasma-nm-fixes.patch.gz b/kde/patch/plasma-nm/plasma-nm-fixes.patch.gz
new file mode 100644
index 0000000..1c67d95
--- /dev/null
+++ b/kde/patch/plasma-nm/plasma-nm-fixes.patch.gz
Binary files differ
diff --git a/kde/patch/umbrello.patch b/kde/patch/umbrello.patch
new file mode 100644
index 0000000..6cfeacc
--- /dev/null
+++ b/kde/patch/umbrello.patch
@@ -0,0 +1,5 @@
+# Fix compilation error (undefined listitem in classifierlistpage.cpp)
+# Fixed post KDE 4.11.4 in
+# http://quickgit.kde.org/?p=umbrello.git&a=commit&h=5f9f6a68716a8aced2c5f962247d9b05b326fcf5
+#zcat $CWD/patch/umbrello/umbrello-4.11.4_listitem.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz
new file mode 100644
index 0000000..f40ab91
--- /dev/null
+++ b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz
Binary files differ
diff --git a/kde/post-install/nepomuk-core.post-install b/kde/post-install/nepomuk-core.post-install
new file mode 100644
index 0000000..8810114
--- /dev/null
+++ b/kde/post-install/nepomuk-core.post-install
@@ -0,0 +1,2 @@
+# Move the dbus configuration files to the proper place:
+mv $PKG/etc/kde/dbus-1 $PKG/etc/
diff --git a/kde/slack-desc/amor b/kde/slack-desc/amor
new file mode 100644
index 0000000..f6bf310
--- /dev/null
+++ b/kde/slack-desc/amor
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+amor: amor (KDE window animation)
+amor:
+amor: amor an acronym which stands for Amusing Misuse Of Resources.
+amor: It is an animation which sits on top of your active window.
+amor: In its default, amor takes the form of a yellow spot which performs
+amor: many tricks. amor also has many different themes which change the
+amor: appearance and behavior of the animation.
+amor:
+amor:
+amor: Home: http://techbase.kde.org/Projects/Kdetoys/amor
+amor:
diff --git a/kde/slack-desc/cervisia b/kde/slack-desc/cervisia
new file mode 100644
index 0000000..2f6de97
--- /dev/null
+++ b/kde/slack-desc/cervisia
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+cervisia: cervisia (GUI for CVS)
+cervisia:
+cervisia: cervisia is a graphical frontend for CVS.
+cervisia:
+cervisia:
+cervisia:
+cervisia:
+cervisia:
+cervisia:
+cervisia: For more information, visit: http://www.kde.org
+cervisia:
diff --git a/kde/slack-desc/dolphin-plugins b/kde/slack-desc/dolphin-plugins
new file mode 100644
index 0000000..ef2c5b1
--- /dev/null
+++ b/kde/slack-desc/dolphin-plugins
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+dolphin-plugins: dolphin-plugins (dolphin VCS plugins)
+dolphin-plugins:
+dolphin-plugins: This package contains plugins that offer integration of various
+dolphin-plugins: version control systems in Dolphin.
+dolphin-plugins:
+dolphin-plugins:
+dolphin-plugins:
+dolphin-plugins:
+dolphin-plugins:
+dolphin-plugins: For more information, visit: http://www.kde.org
+dolphin-plugins:
diff --git a/kde/slack-desc/kapptemplate b/kde/slack-desc/kapptemplate
new file mode 100644
index 0000000..092cd66
--- /dev/null
+++ b/kde/slack-desc/kapptemplate
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kapptemplate: kapptemplate (application template generator)
+kapptemplate:
+kapptemplate: KAppTemplate is a shell script to create the necessary framework
+kapptemplate: to develop KDE applications.
+kapptemplate:
+kapptemplate:
+kapptemplate:
+kapptemplate:
+kapptemplate:
+kapptemplate: For more information, visit: http://www.kde.org
+kapptemplate:
diff --git a/kde/slack-desc/kcachegrind b/kde/slack-desc/kcachegrind
new file mode 100644
index 0000000..e47d7d9
--- /dev/null
+++ b/kde/slack-desc/kcachegrind
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kcachegrind: kcachegrind (GUI to profilers such as Valgrind)
+kcachegrind:
+kcachegrind: kcachegrind is a graphical browser for data produced by
+kcachegrind: profiling tools such as Valgrind.
+kcachegrind:
+kcachegrind:
+kcachegrind:
+kcachegrind:
+kcachegrind:
+kcachegrind: For more information, visit: http://www.kde.org
+kcachegrind:
diff --git a/kde/slack-desc/kcron b/kde/slack-desc/kcron
new file mode 100644
index 0000000..109ccfa
--- /dev/null
+++ b/kde/slack-desc/kcron
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kcron: kcron (task scheduler)
+kcron:
+kcron: kcron is a module for scheduling programs to run in the background.
+kcron: It is a graphical user interface to cron, the UNIX system scheduler.
+kcron:
+kcron:
+kcron:
+kcron:
+kcron:
+kcron: For more information, visit: http://www.kde.org
+kcron:
diff --git a/kde/slack-desc/kde-dev-scripts b/kde/slack-desc/kde-dev-scripts
new file mode 100644
index 0000000..df28666
--- /dev/null
+++ b/kde/slack-desc/kde-dev-scripts
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kde-dev-scripts: kde-dev-scripts (scripts for development of KDE software)
+kde-dev-scripts:
+kde-dev-scripts: Scripts and setting files useful during development of KDE software.
+kde-dev-scripts:
+kde-dev-scripts:
+kde-dev-scripts:
+kde-dev-scripts:
+kde-dev-scripts:
+kde-dev-scripts:
+kde-dev-scripts: For more information, visit: http://www.kde.org
+kde-dev-scripts:
diff --git a/kde/slack-desc/kde-dev-utils b/kde/slack-desc/kde-dev-utils
new file mode 100644
index 0000000..55d3ad3
--- /dev/null
+++ b/kde/slack-desc/kde-dev-utils
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kde-dev-utils: kde-dev-utils (KDE development utilities)
+kde-dev-utils:
+kde-dev-utils: Small utilities for developers using KDE/Qt libs/frameworks such as
+kde-dev-utils: kmtrace, kpartloader, kprofilemethod, kstartperf, kuiviewer.
+kde-dev-utils:
+kde-dev-utils:
+kde-dev-utils:
+kde-dev-utils:
+kde-dev-utils:
+kde-dev-utils: For more information, visit: http://www.kde.org
+kde-dev-utils:
diff --git a/kde/slack-desc/kdenetwork-filesharing b/kde/slack-desc/kdenetwork-filesharing
new file mode 100644
index 0000000..1233eed
--- /dev/null
+++ b/kde/slack-desc/kdenetwork-filesharing
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kdenetwork-filesharing: kdenetwork-filesharing (share a directory with the local network)
+kdenetwork-filesharing:
+kdenetwork-filesharing: Konqueror properties dialog plugin to share a directory
+kdenetwork-filesharing: with the local network.
+kdenetwork-filesharing:
+kdenetwork-filesharing:
+kdenetwork-filesharing:
+kdenetwork-filesharing:
+kdenetwork-filesharing:
+kdenetwork-filesharing: For more information, visit: http://www.kde.org
+kdenetwork-filesharing:
diff --git a/kde/slack-desc/kdenetwork-strigi-analyzers b/kde/slack-desc/kdenetwork-strigi-analyzers
new file mode 100644
index 0000000..23de02c
--- /dev/null
+++ b/kde/slack-desc/kdenetwork-strigi-analyzers
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler-----------------------------------------------------|
+kdenetwork-strigi-analyzers: kdenetwork-strigi-analyzers (analyzer plugins for Strigi)
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers: This package contains analyzer plugins for Strigi.
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers:
+kdenetwork-strigi-analyzers: Homepage: http://kde.org/
+kdenetwork-strigi-analyzers:
diff --git a/kde/slack-desc/kdesdk-kioslaves b/kde/slack-desc/kdesdk-kioslaves
new file mode 100644
index 0000000..124fa29
--- /dev/null
+++ b/kde/slack-desc/kdesdk-kioslaves
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kdesdk-kioslaves: kdesdk-kioslaves (KIO-slaves for KDE SDK)
+kdesdk-kioslaves:
+kdesdk-kioslaves: This package contains KIO-slaves for KDE SDK.
+kdesdk-kioslaves:
+kdesdk-kioslaves:
+kdesdk-kioslaves:
+kdesdk-kioslaves:
+kdesdk-kioslaves:
+kdesdk-kioslaves:
+kdesdk-kioslaves: For more information, visit: http://www.kde.org
+kdesdk-kioslaves:
diff --git a/kde/slack-desc/kdesdk-strigi-analyzers b/kde/slack-desc/kdesdk-strigi-analyzers
new file mode 100644
index 0000000..c4d4bc1
--- /dev/null
+++ b/kde/slack-desc/kdesdk-strigi-analyzers
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kdesdk-strigi-analyzers: kdesdk-strigi-analyzers (analyzer plugins for Strigi)
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers: This package contains analyzer plugins for Strigi.
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers:
+kdesdk-strigi-analyzers: For more information, visit: http://www.kde.org
+kdesdk-strigi-analyzers:
diff --git a/kde/slack-desc/kdesdk-thumbnailers b/kde/slack-desc/kdesdk-thumbnailers
new file mode 100644
index 0000000..4ff1066
--- /dev/null
+++ b/kde/slack-desc/kdesdk-thumbnailers
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kdesdk-thumbnailers: kdesdk-thumbnailers (thumbnailers for KDE)
+kdesdk-thumbnailers:
+kdesdk-thumbnailers: Thumbnailers for KDE, including gnu gettext po translation
+kdesdk-thumbnailers: files and gettext translation templates.
+kdesdk-thumbnailers:
+kdesdk-thumbnailers:
+kdesdk-thumbnailers:
+kdesdk-thumbnailers:
+kdesdk-thumbnailers:
+kdesdk-thumbnailers: For more information, visit: http://www.kde.org
+kdesdk-thumbnailers:
diff --git a/kde/slack-desc/kdnssd b/kde/slack-desc/kdnssd
new file mode 100644
index 0000000..109946e
--- /dev/null
+++ b/kde/slack-desc/kdnssd
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kdnssd: kdnssd (network monitor for zeroconf)
+kdnssd:
+kdnssd: A network monitor for DNS-SD services (Zeroconf).
+kdnssd:
+kdnssd:
+kdnssd:
+kdnssd:
+kdnssd:
+kdnssd:
+kdnssd: For more information, visit: http://www.kde.org
+kdnssd:
diff --git a/kde/slack-desc/kget b/kde/slack-desc/kget
new file mode 100644
index 0000000..3103122
--- /dev/null
+++ b/kde/slack-desc/kget
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kget: kget (download manager for KDE)
+kget:
+kget: kget is a download manager for KDE.
+kget:
+kget:
+kget:
+kget:
+kget:
+kget:
+kget: For more information, visit: http://www.kde.org
+kget:
diff --git a/kde/slack-desc/kompare b/kde/slack-desc/kompare
new file mode 100644
index 0000000..aaa9b3e
--- /dev/null
+++ b/kde/slack-desc/kompare
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kompare: kompare (graphical diff utility)
+kompare:
+kompare: kompare is a graphical file differences tool.
+kompare:
+kompare:
+kompare:
+kompare:
+kompare:
+kompare:
+kompare: For more information, visit: http://www.kde.org
+kompare:
diff --git a/kde/slack-desc/kopete b/kde/slack-desc/kopete
new file mode 100644
index 0000000..cc7b440
--- /dev/null
+++ b/kde/slack-desc/kopete
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kopete: kopete (multi-protocol instant messaging system)
+kopete:
+kopete: The goals of Kopete are to provide users with a standard and easy to
+kopete: use interface between all of their instant messaging systems, but at
+kopete: the same time also providing developers with the ease of writing
+kopete: plugins to support a new protocol.
+kopete:
+kopete:
+kopete:
+kopete: For more information, visit: http://userbase.kde.org/Kopete
+kopete:
diff --git a/kde/slack-desc/kppp b/kde/slack-desc/kppp
new file mode 100644
index 0000000..38e1271
--- /dev/null
+++ b/kde/slack-desc/kppp
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kppp: kppp (dialer and frontend for pppd)
+kppp:
+kppp: KPPP is used to setup PPP (Point-to-Point Protocol) connections.
+kppp: This is most useful for connecting with a cell phone "modem" card
+kppp: these days. It is also use to configure real modem connections.
+kppp:
+kppp:
+kppp:
+kppp:
+kppp: For more information, visit: http://www.kde.org
+kppp:
diff --git a/kde/slack-desc/krdc b/kde/slack-desc/krdc
new file mode 100644
index 0000000..3daef06
--- /dev/null
+++ b/kde/slack-desc/krdc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+krdc: krdc (remote desktop client for KDE)
+krdc:
+krdc: KRDC is a client application that allows you to view or even control
+krdc: the desktop session on another machine that is running a compatible
+krdc: server. VNC and RDP is supported.
+krdc:
+krdc:
+krdc:
+krdc:
+krdc: More information at: http://www.kde.org/applications/internet/krdc/
+krdc:
diff --git a/kde/slack-desc/krfb b/kde/slack-desc/krfb
new file mode 100644
index 0000000..e073614
--- /dev/null
+++ b/kde/slack-desc/krfb
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+krfb: krfb (desktop sharing)
+krfb:
+krfb: Krfb Desktop Sharing is a server application that allows you to share
+krfb: your current session with a user on another machine, who can use a
+krfb: VNC client to view or even control the desktop.
+krfb:
+krfb:
+krfb:
+krfb:
+krfb: More information at: http://www.kde.org/applications/system/krfb/
+krfb:
diff --git a/kde/slack-desc/ksystemlog b/kde/slack-desc/ksystemlog
new file mode 100644
index 0000000..60ba7d5
--- /dev/null
+++ b/kde/slack-desc/ksystemlog
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+ksystemlog: ksystemlog (system log viewer)
+ksystemlog:
+ksystemlog: KSystemLog is a system log viewer tool. This program is developed
+ksystemlog: for beginner users, who don't know how to find information about
+ksystemlog: their Linux system, and don't know where log files are.
+ksystemlog: It is also of course designed for advanced users, who quickly want
+ksystemlog: to understand problems of their machine with a more powerful and
+ksystemlog: graphical tool than 'tail -f' and 'less' commands ;-)
+ksystemlog:
+ksystemlog: Visit: http://www.kde.org/applications/system/ksystemlog/
+ksystemlog:
diff --git a/kde/slack-desc/kteatime b/kde/slack-desc/kteatime
new file mode 100644
index 0000000..ee4433f
--- /dev/null
+++ b/kde/slack-desc/kteatime
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kteatime: kteatime (tea cooker)
+kteatime:
+kteatime: KTeaTime is a handy timer for steeping tea. No longer will you have
+kteatime: to guess at how long it takes for your tea to be ready.
+kteatime: Simply select the type of tea you have, and it will alert you when
+kteatime: the tea is ready to drink.
+kteatime:
+kteatime:
+kteatime:
+kteatime: More information at http://www.kde.org/applications/games/kteatime/
+kteatime:
diff --git a/kde/slack-desc/ktux b/kde/slack-desc/ktux
new file mode 100644
index 0000000..4590d96
--- /dev/null
+++ b/kde/slack-desc/ktux
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+ktux: ktux (tux screensaver for KDE)
+ktux:
+ktux: ktux is a neat Tux-in-a-spaceship screensaver for KScreenSaver.
+ktux:
+ktux:
+ktux:
+ktux:
+ktux:
+ktux:
+ktux: For more information, visit: http://www.kde.org
+ktux:
diff --git a/kde/slack-desc/kuser b/kde/slack-desc/kuser
new file mode 100644
index 0000000..c0ac97d
--- /dev/null
+++ b/kde/slack-desc/kuser
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+kuser: kuser (user manager for KDE)
+kuser:
+kuser: kuser is KDE's user manager (/etc/passwd and other methods).
+kuser:
+kuser:
+kuser:
+kuser:
+kuser:
+kuser:
+kuser: For more information, visit: http://www.kde.org
+kuser:
diff --git a/kde/slack-desc/libmm-qt b/kde/slack-desc/libmm-qt
new file mode 100644
index 0000000..a32031e
--- /dev/null
+++ b/kde/slack-desc/libmm-qt
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+libmm-qt: libmm-qt (ModemManager Qt bindings)
+libmm-qt:
+libmm-qt: This package contains Qt bindings for ModemManager.
+libmm-qt:
+libmm-qt:
+libmm-qt:
+libmm-qt:
+libmm-qt:
+libmm-qt:
+libmm-qt: For more information, visit: http://www.kde.org
+libmm-qt:
diff --git a/kde/slack-desc/libnm-qt b/kde/slack-desc/libnm-qt
new file mode 100644
index 0000000..671fbe5
--- /dev/null
+++ b/kde/slack-desc/libnm-qt
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+libnm-qt: libnm-qt (NetworkManager Qt bindings)
+libnm-qt:
+libnm-qt: This package contains Qt bindings for NetworkManager.
+libnm-qt:
+libnm-qt:
+libnm-qt:
+libnm-qt:
+libnm-qt:
+libnm-qt:
+libnm-qt: For more information, visit: http://www.kde.org
+libnm-qt:
diff --git a/kde/slack-desc/lokalize b/kde/slack-desc/lokalize
new file mode 100644
index 0000000..e8187d1
--- /dev/null
+++ b/kde/slack-desc/lokalize
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+lokalize: lokalize (The CD Creator)
+lokalize:
+lokalize: Lokalize is a computer-aided translation system that focuses on
+lokalize: productivity and quality assurance. It has components usual for CAT
+lokalize: tools: translation memory, glossary, and also a unique translation
+lokalize: merging (synchronization) capability. It is primarily targeted for
+lokalize: software translation and also integrates external conversion tools
+lokalize: for freelance office document translation.
+lokalize:
+lokalize: Home: http://www.kde.org/applications/development/lokalize/
+lokalize:
diff --git a/kde/slack-desc/okteta b/kde/slack-desc/okteta
new file mode 100644
index 0000000..acc83d2
--- /dev/null
+++ b/kde/slack-desc/okteta
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+okteta: okteta (hex editor for KDE)
+okteta:
+okteta: A KDE hex editor for viewing and editing the raw data of files.
+okteta:
+okteta:
+okteta:
+okteta:
+okteta:
+okteta:
+okteta: For more information, visit: http://www.kde.org
+okteta:
diff --git a/kde/slack-desc/plasma-nm b/kde/slack-desc/plasma-nm
new file mode 100644
index 0000000..09c24f0
--- /dev/null
+++ b/kde/slack-desc/plasma-nm
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+plasma-nm: plasma-nm (KDE networkmanagement applet)
+plasma-nm:
+plasma-nm: This package contains the KDE networkmanagement applet.
+plasma-nm: This applet is written in QML and replacing the old widget based
+plasma-nm: networkmanagement applet.
+plasma-nm:
+plasma-nm:
+plasma-nm:
+plasma-nm:
+plasma-nm: For more information, visit: http://www.kde.org
+plasma-nm:
diff --git a/kde/slack-desc/poxml b/kde/slack-desc/poxml
new file mode 100644
index 0000000..f01885d
--- /dev/null
+++ b/kde/slack-desc/poxml
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+poxml: poxml (translate DocBook XML files using gettext po files)
+poxml:
+poxml: This is a collection of tools that facilitate translating DocBook XML
+poxml: files using Gettext message files (PO files).
+poxml: Also included are several command-line utilities for manipulating
+poxml: DocBook XML files, PO files and PO template files.
+poxml:
+poxml:
+poxml:
+poxml: For more information, visit: http://www.kde.org
+poxml:
diff --git a/kde/slack-desc/umbrello b/kde/slack-desc/umbrello
new file mode 100644
index 0000000..bf23672
--- /dev/null
+++ b/kde/slack-desc/umbrello
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+umbrello: umbrello (UML diagramming GUI)
+umbrello:
+umbrello: umbrello is a GUI for diagramming Unified Modelling Language (UML).
+umbrello:
+umbrello:
+umbrello:
+umbrello:
+umbrello:
+umbrello:
+umbrello: For more information, visit: http://www.kde.org
+umbrello: