From 72deb691a24863a8b919be8ad0fc10d0fb84d449 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 21 Oct 2017 22:56:30 +0200 Subject: Add applications-extra:yakuake This commit is a bit of education on how to add a package on your own. I don't do this with the intention of adding yakuake to my repository, but to make it easier for people who have a need of it, to build it themselves. Just download the latest stable tarball from: https://download.kde.org/stable/yakuake/ and move the tarball into ./kde/src/applications-extra/ Then run: cd kde ./KDE.SlackBuild applications-extra:yakuake The resulting package can be found in /tmp/kde_build afterwards. --- kde/cmake/yakuake | 1 + kde/modularize | 2 +- kde/modules/applications-extra | 2 +- kde/slack-desc/yakuake | 19 +++++++++++++++++++ 4 files changed, 22 insertions(+), 2 deletions(-) create mode 120000 kde/cmake/yakuake create mode 100644 kde/slack-desc/yakuake (limited to 'kde') diff --git a/kde/cmake/yakuake b/kde/cmake/yakuake new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/yakuake @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/modularize b/kde/modularize index 0fa0421..0b662a7 100644 --- a/kde/modularize +++ b/kde/modularize @@ -490,5 +490,5 @@ kdiagram kjots krusader kile - +yakuake diff --git a/kde/modules/applications-extra b/kde/modules/applications-extra index 51fc013..77ea8ae 100644 --- a/kde/modules/applications-extra +++ b/kde/modules/applications-extra @@ -17,4 +17,4 @@ krusader kile # Requires python3: kdev-python - +yakuake diff --git a/kde/slack-desc/yakuake b/kde/slack-desc/yakuake new file mode 100644 index 0000000..ce21172 --- /dev/null +++ b/kde/slack-desc/yakuake @@ -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------------------------------------------------------| +yakuake: yakuake (drop-down terminal) +yakuake: +yakuake: Yakuake is a drop-down terminal emulator based on KDE Konsole. +yakuake: Features: +yakuake: + Smoothly rolls down from the top of your screen +yakuake: + Tabbed, skinnable interface +yakuake: + Configurable dimensions and animation speed +yakuake: + Sophisticated D-Bus interface +yakuake: +yakuake: Home page: http://www.kde.org/ +yakuake: -- cgit v1.2.3