From 63815cb3bce281c3f745f1da4ddc86f4ae4c1701 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 23 Jan 2015 13:42:30 +0100 Subject: Plasma: updated to 5.2.0. New dependency added: wayland (in order to compile KWin). --- README | 65 +++++++++++++++- deps/alldeps.SlackBuild | 1 + deps/updates.SlackBuild | 1 + deps/wayland/slack-desc | 19 +++++ deps/wayland/wayland.SlackBuild | 139 +++++++++++++++++++++++++++++++++++ kde/KDE.SlackBuild | 1 - kde/cmake/bluedevil | 14 +--- kde/cmake/kde-gtk-config | 1 + kde/cmake/kdecoration | 1 + kde/cmake/ksshaskpass | 1 + kde/cmake/libbluedevil | 1 + kde/cmake/muon | 1 + kde/cmake/plasma | 1 + kde/modularize | 15 ++-- kde/modules/plasma | 11 +++ kde/modules/plasma-extra | 2 - kde/modules/polkit-kde | 1 - kde/package-blacklist | 2 +- kde/patch/kdeconnect-framework.patch | 3 +- kde/pkgsrc/kscreen2 | 2 +- kde/pkgsrc/polkit-kde-framework | 2 +- kde/slack-desc/kde-gtk-config | 19 +++++ kde/slack-desc/kdecoration | 19 +++++ kde/slack-desc/ksshaskpass | 19 +++++ kde/slack-desc/libbluedevil | 19 +++++ kde/slack-desc/muon | 19 +++++ 26 files changed, 349 insertions(+), 30 deletions(-) create mode 100644 deps/wayland/slack-desc create mode 100755 deps/wayland/wayland.SlackBuild mode change 100644 => 120000 kde/cmake/bluedevil create mode 120000 kde/cmake/kde-gtk-config create mode 120000 kde/cmake/kdecoration create mode 120000 kde/cmake/ksshaskpass create mode 120000 kde/cmake/libbluedevil create mode 120000 kde/cmake/muon delete mode 100644 kde/modules/polkit-kde create mode 100644 kde/slack-desc/kde-gtk-config create mode 100644 kde/slack-desc/kdecoration create mode 100644 kde/slack-desc/ksshaskpass create mode 100644 kde/slack-desc/libbluedevil create mode 100644 kde/slack-desc/muon diff --git a/README b/README index a52f9d4..dc7586b 100644 --- a/README +++ b/README @@ -2,23 +2,57 @@ KDE 5_1501 ========== This is going to be KDE 5 for Slackware-current, composed of Frameworks 5.6.0, -Plasma 5.1.2 and Applications 14.12.1. +Plasma 5.2.0 and Applications 14.12.1. Compared to Applications 14.12.0, the Applications 14.12.1 adds LTS releases of kdelibs, kdepimlibs, kdepim-runtime, kdepim and kde-workspace. I am going to skip kde-workspace because its contents largely collide with the plasma-workspace and we want to have a Plasma Workspace. +Plasma 5.2.0 has many improvements to the previous 5.1.2, and comes with +several new packages (some of which I originally had in plasma-extra but have +now found their rightful place): (lib)bluedevil, ksshaskpass, muon, +sddm-kcm-module, kscreen2, polkit-framework, kde-gtk-config, kdecoration. +And unfortunately, in order to be able to compile KWin, I had to add wayland +to the "deps/" for this release of Plasma. + Note that there is still a lot of KDE 4 stuff in here, which is necessary to support all the Applications that have not yet been ported to KDE Frameworks 5. The Applications 15.04 (march 2015) release should offer a lot more KF5 ports. -Preliminary build procedure (not verified 100% yet): ----------------------------------------------------- + +CURRENT RUNTIME ISSUES: +======================= + +These are issues I ran into while testing on my Virtual machine. Not tested yet +if they occur on real hardware. + +- plasmashell crashes a lot, with error message "the x11 connection broke: unsupported extension used (code 2)". + Symptom: the desktop disappears and leaves a black screen. If you happen to + have a konsole window open, you can type "plasmashell" to get the desktop + back and watch the errors when it crashes again. + +- any action in systemsettings5 which requires admin credentials does not work. + Examples: date/time changes; SDDM configuration changes. + What *should* happen is that polkit pops up a window where you can enter + admin credentials. What happens is that no popup appears and the user + interface of systemsettings freezes (the app continues running, for instance + the clock keeps working) + + +COMPILING IT ALL: +================= + +Preliminary build procedure: +---------------------------- - (crude) get rid of Slackware's KDE: # removepkg /var/log/packages/*-4.10.5-* # removepkg libkscreen + # removepkg kscreen + # removepkg polkit-kde-agent-1 + # removepkg polkit-kde-kcmodules-1 + # removepkg polkit-qt-1 - build all the deps using "updates.SlackBuild" script in the "deps/" directory - note that extra-cmake-modules is required here as well as when building the frameworks, so I just copied it from frameworks to deps. @@ -32,8 +66,27 @@ Preliminary build procedure (not verified 100% yet): ld frameworks plasma plasma-extra polkit-kde applications" - check that everything built correctly - (optionally) build kdei +- If you want to use SDDM as your graphical login manager, use the following + patch to /etc/rc.d/rc.4: + +# -------- 8< -------------------------------------- +--- /etc/rc.d/rc.4.orig 2015-01-23 13:26:43.273394439 +0100 ++++ /etc/rc.d/rc.4 2015-01-23 10:01:12.189036253 +0100 +@@ -28,6 +28,8 @@ + # Not there? OK, try to use KDE's kdm session manager: + if [ -x /opt/kde/bin/kdm ]; then + exec /opt/kde/bin/kdm -nodaemon ++elif [ -x /usr/bin/sddm ]; then ++ exec /usr/bin/sddm + elif [ -x /usr/bin/kdm ]; then + exec /usr/bin/kdm -nodaemon + fi +# -------- 8< -------------------------------------- + + BUILD LOG FOR PLASMA: +===================== DONE: Need to recompile everything making sure that Qt4 is not picked up by accident, or else set "export QT_QPA_PLATFORM_PLUGIN_PATH=path/to/qt/plugins" to get rid of the start-time error: Failed to load platform plugin "xcb". Available platforms are: @@ -48,11 +101,15 @@ SKIP: rename /usr/bin/startkde to /usr/bin/startkde5 because it clashes with the (I removed kde-workspace instead, we do not need that anyway) DONE: Remove kde5-plasma*.desktop because plasma-workspace now includes its own plasma.desktop + BUILD LOG FOR PLASMA-EXTRA: +=========================== DONE: sddm-qt5 (no longer adds an /etc/sddm.conf so we need to generate one in its doinst.sh) + BUILD LOG FOR APPLICATIONS: +=========================== DONE: kdoctools (needs a fix for its CMake search for path to "/usr/share/xml/docbook/xml-dtd-4.5/docbookx.dtd", which causes a build error in kde-dev-scripts later on) DONE: kde-dev-scripts (needs a fixed "/usr/share/kf5/kdoctools/customization/dtd/kdex.dtd" in kdoctools) @@ -68,5 +125,5 @@ DONE: kalgebra (needed a refreshed curses patch) SKIP: step (don't understand where the compilation error comes from) ============================================================================== - Eric Hameleers / alien at slackware dot com / 21-jan-2015 + Eric Hameleers / alien at slackware dot com / 23-jan-2015 diff --git a/deps/alldeps.SlackBuild b/deps/alldeps.SlackBuild index fcf8a03..8b84144 100755 --- a/deps/alldeps.SlackBuild +++ b/deps/alldeps.SlackBuild @@ -49,6 +49,7 @@ ALLDEPS=" \ poppler \ libepoxy \ exiv2 \ + wayland \ " # Allow for specification of individual packages to be built: diff --git a/deps/updates.SlackBuild b/deps/updates.SlackBuild index de5bf87..b34b07c 100755 --- a/deps/updates.SlackBuild +++ b/deps/updates.SlackBuild @@ -42,6 +42,7 @@ ALLDEPS=" \ polkit-qt5-1 \ libepoxy \ exiv2 \ + wayland \ " # needed only by future kdepimlibs-framework #akonadi-qt5 \ diff --git a/deps/wayland/slack-desc b/deps/wayland/slack-desc new file mode 100644 index 0000000..f433f28 --- /dev/null +++ b/deps/wayland/slack-desc @@ -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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +wayland: wayland (The Wayland display server) +wayland: +wayland: Wayland is a project to define a protocol for a compositor to talk +wayland: to its clients as well as a library implementation of the protocol. +wayland: The compositor can be a standalone display server running on Linux +wayland: kernel modesetting and evdev input devices, an X application, or a +wayland: wayland client itself. The clients can be traditional applications, +wayland: X servers (rootless or fullscreen) or other display servers. +wayland: +wayland: Homepage: http://wayland.freedesktop.org/ +wayland: diff --git a/deps/wayland/wayland.SlackBuild b/deps/wayland/wayland.SlackBuild new file mode 100755 index 0000000..5e4361b --- /dev/null +++ b/deps/wayland/wayland.SlackBuild @@ -0,0 +1,139 @@ +#!/bin/sh +# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2015 Eric Hameleers, Eindhoven, NL +# All rights reserved. +# +# Permission to use, copy, modify, and distribute this software for +# any purpose with or without fee is hereby granted, provided that +# the above copyright notice and this permission notice appear in all +# copies. +# +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# ----------------------------------------------------------------------------- + + +PRGNAM=wayland +VERSION=${VERSION:-1.6.0} +BUILD=${BUILD:-1} + +NUMJOBS=${NUMJOBS:" -j4 "} + +CWD=$(pwd) +TMP=${TMP:-/tmp} +PKG=$TMP/package-$PRGNAM + +if [ -e $CWD/machine.conf ]; then + . $CWD/machine.conf ] +elif [ -e /etc/slackbuild/machine.conf ]; then + . /etc/slackbuild/machine.conf ] +else + # Automatically determine the architecture we're building on: + MARCH=$( uname -m ) + if [ -z "$ARCH" ]; then + case "$MARCH" in + i?86) export ARCH=i486 ;; + arm*) export ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: + *) export ARCH=$MARCH ;; + esac + fi + # Set CFLAGS/CXXFLAGS and LIBDIRSUFFIX: + if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" + elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" + elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" + elif [ "$ARCH" = "arm" ]; then + SLKCFLAGS="-O2 -march=armv5te" + LIBDIRSUFFIX="" + else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" + fi +fi + +case "$ARCH" in + arm*) TARGET=$ARCH-slackware-linux-gnueabi ;; + *) TARGET=$ARCH-slackware-linux ;; +esac + +rm -rf $PKG +mkdir -p $TMP $PKG +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz || exit 1 +cd $PRGNAM-$VERSION || exit 1 + +# Make sure ownerships and permissions are sane: +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; + +# Configure: +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-static=no \ + --build=$TARGET + +# Build and install: +make $NUMJOBS || make || exit 1 +make install DESTDIR=$PKG || exit 1 + +# Strip binaries: +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +# Compress and link manpages, if any: +if [ -d $PKG/usr/man ]; then + ( cd $PKG/usr/man + for manpagedir in $(find . -type d -name "man*") ; do + ( cd $manpagedir + for eachpage in $( find . -type l -maxdepth 1) ; do + ln -s $( readlink $eachpage ).gz $eachpage.gz + rm $eachpage + done + gzip -9 *.? + ) + done + ) +fi + +# Add documentation: +mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION +cp -a \ + COPYING README TODO \ + $PKG/usr/doc/$PKGNAM-$VERSION + +# Add a description: +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +# Create the package: +cd $PKG +/sbin/makepkg -l y -c n $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD.txz + diff --git a/kde/KDE.SlackBuild b/kde/KDE.SlackBuild index 4017525..273fb90 100755 --- a/kde/KDE.SlackBuild +++ b/kde/KDE.SlackBuild @@ -537,7 +537,6 @@ KDEMODS=" \ frameworks \ plasma \ plasma-extra \ - polkit-kde \ applications \ " diff --git a/kde/cmake/bluedevil b/kde/cmake/bluedevil deleted file mode 100644 index d855f53..0000000 --- a/kde/cmake/bluedevil +++ /dev/null @@ -1,13 +0,0 @@ -mkdir -p build -cd build - cmake \ - $KDE_OPT_ARGS \ - -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DMAN_INSTALL_DIR=/usr/man \ - -DSYSCONF_INSTALL_DIR=/etc/kde \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ - -DBUILD_tests:BOOL=OFF \ - .. - diff --git a/kde/cmake/bluedevil b/kde/cmake/bluedevil new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/bluedevil @@ -0,0 +1 @@ +plasma \ No newline at end of file diff --git a/kde/cmake/kde-gtk-config b/kde/cmake/kde-gtk-config new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/kde-gtk-config @@ -0,0 +1 @@ +plasma \ No newline at end of file diff --git a/kde/cmake/kdecoration b/kde/cmake/kdecoration new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/kdecoration @@ -0,0 +1 @@ +plasma \ No newline at end of file diff --git a/kde/cmake/ksshaskpass b/kde/cmake/ksshaskpass new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/ksshaskpass @@ -0,0 +1 @@ +plasma \ No newline at end of file diff --git a/kde/cmake/libbluedevil b/kde/cmake/libbluedevil new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/libbluedevil @@ -0,0 +1 @@ +plasma \ No newline at end of file diff --git a/kde/cmake/muon b/kde/cmake/muon new file mode 120000 index 0000000..eff359e --- /dev/null +++ b/kde/cmake/muon @@ -0,0 +1 @@ +plasma \ No newline at end of file diff --git a/kde/cmake/plasma b/kde/cmake/plasma index 111d30c..de786f3 100644 --- a/kde/cmake/plasma +++ b/kde/cmake/plasma @@ -15,6 +15,7 @@ cd build -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \ -DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF \ -DHAVE_SHADOW=TRUE \ -DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca \ diff --git a/kde/modularize b/kde/modularize index 86d6eb8..a1d90d9 100644 --- a/kde/modularize +++ b/kde/modularize @@ -22,9 +22,6 @@ # The Frameworks 5, Plasma 5 and Applications: # -# polkit-kde -polkit-kde-framework - # frameworks # Tier 1, depends on Qt5, system libraries: attica-framework @@ -99,6 +96,7 @@ khtml kfilemetadata5 kdepimlibs-framework baloo5 +kdecoration breeze kde-cli-tools khelpcenter @@ -113,6 +111,7 @@ milou oxygen oxygen-fonts systemsettings +kwayland plasma-desktop plasma-workspace kdeplasma-addons @@ -121,14 +120,20 @@ libmm-qt5 libnm-qt5 plasma5-nm powerdevil +#libbluedevil +#bluedevil khotkeys kmenuedit +polkit-kde-framework +kscreen2 +sddm-kcm +kde-gtk-config +muon +ksshaskpass # plasma-extra sddm-qt5 -sddm-kcm sddm-theme-breeze -kscreen2 kdeconnect-framework # applications diff --git a/kde/modules/plasma b/kde/modules/plasma index 3bb54b8..aff2ae3 100644 --- a/kde/modules/plasma +++ b/kde/modules/plasma @@ -2,6 +2,7 @@ kfilemetadata5 #kdepimlibs-framework baloo5 +kdecoration breeze kde-cli-tools khelpcenter @@ -16,6 +17,7 @@ milou oxygen oxygen-fonts systemsettings +kwayland plasma-workspace plasma-desktop kdeplasma-addons @@ -24,5 +26,14 @@ libmm-qt5 #libnm-qt5 plasma5-nm powerdevil +#libbluedevil +#bluedevil khotkeys kmenuedit +polkit-kde-framework +kscreen2 +sddm-kcm +kde-gtk-config +muon +ksshaskpass + diff --git a/kde/modules/plasma-extra b/kde/modules/plasma-extra index eef9258..53fa9c0 100644 --- a/kde/modules/plasma-extra +++ b/kde/modules/plasma-extra @@ -1,6 +1,4 @@ sddm-qt5 -#sddm-kcm sddm-theme-breeze -kscreen2 kdeconnect-framework diff --git a/kde/modules/polkit-kde b/kde/modules/polkit-kde deleted file mode 100644 index a047f04..0000000 --- a/kde/modules/polkit-kde +++ /dev/null @@ -1 +0,0 @@ -polkit-kde-framework diff --git a/kde/package-blacklist b/kde/package-blacklist index 7aeedf7..f6ab382 100644 --- a/kde/package-blacklist +++ b/kde/package-blacklist @@ -8,4 +8,4 @@ kimono qyoto # We need to support Wayland first. -kwayland +#kwayland diff --git a/kde/patch/kdeconnect-framework.patch b/kde/patch/kdeconnect-framework.patch index 8615714..835a0de 100644 --- a/kde/patch/kdeconnect-framework.patch +++ b/kde/patch/kdeconnect-framework.patch @@ -1,4 +1,5 @@ # We now use Qca-qt5, not Qca. # Change the lines with #include to #include : -cat $CWD/patch/kdeconnect-framework/kdeconnect-kde_qca.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# No longer needed for kdeconnect-kde 5.2.0: +#cat $CWD/patch/kdeconnect-framework/kdeconnect-kde_qca.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/pkgsrc/kscreen2 b/kde/pkgsrc/kscreen2 index e81056c..97f2e26 100644 --- a/kde/pkgsrc/kscreen2 +++ b/kde/pkgsrc/kscreen2 @@ -1 +1 @@ -plasma-extra/kscreen +plasma/kscreen diff --git a/kde/pkgsrc/polkit-kde-framework b/kde/pkgsrc/polkit-kde-framework index 16f7f03..28ce6dc 100644 --- a/kde/pkgsrc/polkit-kde-framework +++ b/kde/pkgsrc/polkit-kde-framework @@ -1,2 +1,2 @@ -polkit-kde/polkit-kde-agent-1 +plasma/polkit-kde-agent-1 diff --git a/kde/slack-desc/kde-gtk-config b/kde/slack-desc/kde-gtk-config new file mode 100644 index 0000000..d59bfb6 --- /dev/null +++ b/kde/slack-desc/kde-gtk-config @@ -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-gtk-config: kde-gtk-config (configure GTK application look & feel in KDE) +kde-gtk-config: +kde-gtk-config: KDE systemsettings kcm to set GTK application look and feel. +kde-gtk-config: +kde-gtk-config: +kde-gtk-config: +kde-gtk-config: +kde-gtk-config: +kde-gtk-config: +kde-gtk-config: For more information, visit: http://projects.kde.org/kde-gtk-config +kde-gtk-config: diff --git a/kde/slack-desc/kdecoration b/kde/slack-desc/kdecoration new file mode 100644 index 0000000..499a27b --- /dev/null +++ b/kde/slack-desc/kdecoration @@ -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------------------------------------------------------| +kdecoration: kdecoration (library to create themes for kwin) +kdecoration: +kdecoration: This library makes it easier and more reliable to make themes +kdecoration: for KWin, Plasma's window manager. +kdecoration: It has impressive memory, performance and stability improvements. +kdecoration: +kdecoration: +kdecoration: +kdecoration: +kdecoration: For more information, visit: http://www.kde.org +kdecoration: diff --git a/kde/slack-desc/ksshaskpass b/kde/slack-desc/ksshaskpass new file mode 100644 index 0000000..3c98517 --- /dev/null +++ b/kde/slack-desc/ksshaskpass @@ -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------------------------------------------------------| +ksshaskpass: ksshaskpass (GUI for entering ssh key passwords) +ksshaskpass: +ksshaskpass: If you access computers with ssh keys but those keys have passwords +ksshaskpass: this module will give you a graphical UI to enter those passwords. +ksshaskpass: +ksshaskpass: +ksshaskpass: +ksshaskpass: +ksshaskpass: +ksshaskpass: For more information, visit: http://www.kde.org +ksshaskpass: diff --git a/kde/slack-desc/libbluedevil b/kde/slack-desc/libbluedevil new file mode 100644 index 0000000..eb4e2ee --- /dev/null +++ b/kde/slack-desc/libbluedevil @@ -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------------------------------------------------------| +libbluedevil: libbluedevil (Qt wrapper for bluez used in the KDE bluetooth stack) +libbluedevil: +libbluedevil: Qt wrapper for bluez used in the KDE bluetooth stack. +libbluedevil: +libbluedevil: +libbluedevil: +libbluedevil: +libbluedevil: +libbluedevil: +libbluedevil: For more information, visit: http://www.kde.org +libbluedevil: diff --git a/kde/slack-desc/muon b/kde/slack-desc/muon new file mode 100644 index 0000000..5759b49 --- /dev/null +++ b/kde/slack-desc/muon @@ -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------------------------------------------------------| +muon: muon (install and manage software and other addons for your computer) +muon: +muon: Muon lets you install and manage software and other addons +muon: for your computer. +muon: +muon: +muon: +muon: +muon: +muon: For more information, visit: http://www.kde.org +muon: -- cgit v1.2.3