From 54d540d2bd2526cb18aff3cbf70ee14ace8faca7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Aug 2016 18:37:12 +0200 Subject: Applications: 16.08.0 adds packages, removes others and some new KF5 ports. New KF5 ports: - cervisia - kolourpaint --- kde/cmake/akonadi-contacts | 1 + kde/cmake/akonadi-mime | 1 + kde/cmake/akonadi-notes | 1 + kde/cmake/cervisia | 1 + kde/cmake/kolourpaint | 1 + kde/modularize | 3 +++ kde/modules/applications | 6 ------ kde/modules/kdepim | 4 +++- kde/slack-desc/akonadi-contacts | 19 +++++++++++++++++++ kde/slack-desc/akonadi-mime | 19 +++++++++++++++++++ kde/slack-desc/akonadi-notes | 19 +++++++++++++++++++ kde/slack-desc/akonadi-search | 2 +- 12 files changed, 69 insertions(+), 8 deletions(-) create mode 120000 kde/cmake/akonadi-contacts create mode 120000 kde/cmake/akonadi-mime create mode 120000 kde/cmake/akonadi-notes create mode 120000 kde/cmake/cervisia create mode 120000 kde/cmake/kolourpaint create mode 100644 kde/slack-desc/akonadi-contacts create mode 100644 kde/slack-desc/akonadi-mime create mode 100644 kde/slack-desc/akonadi-notes diff --git a/kde/cmake/akonadi-contacts b/kde/cmake/akonadi-contacts new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/akonadi-contacts @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/akonadi-mime b/kde/cmake/akonadi-mime new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/akonadi-mime @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/akonadi-notes b/kde/cmake/akonadi-notes new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/akonadi-notes @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/cervisia b/kde/cmake/cervisia new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/cervisia @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/kolourpaint b/kde/cmake/kolourpaint new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/kolourpaint @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/modularize b/kde/modularize index 3372f5f..2a99fea 100644 --- a/kde/modularize +++ b/kde/modularize @@ -345,6 +345,9 @@ ktp-desktop-applets gpgmepp kcalcore akonadi +akonadi-mime +akonadi-contacts +akonadi-notes akonadi-search kholidays kpimtextedit diff --git a/kde/modules/applications b/kde/modules/applications index 971cc9b..a22905c 100644 --- a/kde/modules/applications +++ b/kde/modules/applications @@ -34,7 +34,6 @@ kcachegrind kde-dev-scripts kde-dev-utils kdesdk-kioslaves -kdesdk-strigi-analyzers kdesdk-thumbnailers libkomparediff2 kompare @@ -44,7 +43,6 @@ umbrello # Rest of kdegraphics: kdegraphics-mobipocket -kdegraphics-strigi-analyzer okular kdegraphics-thumbnailers kamera @@ -87,8 +85,6 @@ libkcddb libkcompactdisc audiocd-kio dragon -#ffmpegthumbs -mplayerthumbs juk kmix #kscd @@ -98,7 +94,6 @@ kmix # kdenetwork: kdenetwork-filesharing -kdenetwork-strigi-analyzers zeroconf-ioslave kget kopete @@ -163,7 +158,6 @@ kteatime #ktux # kdeedu: -libkdeedu kdeedu-data libkeduvocdocument analitza diff --git a/kde/modules/kdepim b/kde/modules/kdepim index a0e2c1f..9ff3e01 100644 --- a/kde/modules/kdepim +++ b/kde/modules/kdepim @@ -14,7 +14,9 @@ kmbox kldap kontactinterface ktnef -kdepimlibs +akonadi-mime +akonadi-contacts +akonadi-notes akonadi-search kalarmcal kmailtransport diff --git a/kde/slack-desc/akonadi-contacts b/kde/slack-desc/akonadi-contacts new file mode 100644 index 0000000..872802c --- /dev/null +++ b/kde/slack-desc/akonadi-contacts @@ -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------------------------------------------------------| +akonadi-contacts: akonadi-contacts (implement contact management in akonadi) +akonadi-contacts: +akonadi-contacts: akonadi-contacts contains libraries and daemons to implement +akonadi-contacts: Contact Management in Akonadi. +akonadi-contacts: +akonadi-contacts: +akonadi-contacts: +akonadi-contacts: +akonadi-contacts: +akonadi-contacts: Home page: http://www.kde.org/ +akonadi-contacts: diff --git a/kde/slack-desc/akonadi-mime b/kde/slack-desc/akonadi-mime new file mode 100644 index 0000000..80aa41d --- /dev/null +++ b/kde/slack-desc/akonadi-mime @@ -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------------------------------------------------------| +akonadi-mime: akonadi-mime (implement mimeing in akonadi) +akonadi-mime: +akonadi-mime: akonadi-mime contains libraries and daemons to implement +akonadi-mime: basic email handling in Akonadi. +akonadi-mime: +akonadi-mime: +akonadi-mime: +akonadi-mime: +akonadi-mime: +akonadi-mime: Home page: http://www.kde.org/ +akonadi-mime: diff --git a/kde/slack-desc/akonadi-notes b/kde/slack-desc/akonadi-notes new file mode 100644 index 0000000..2893b64 --- /dev/null +++ b/kde/slack-desc/akonadi-notes @@ -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------------------------------------------------------| +akonadi-notes: akonadi-notes (implement management of notes in akonadi) +akonadi-notes: +akonadi-notes: akonadi-notes contains libraries and daemons to implement +akonadi-notes: management of notes in Akonadi. +akonadi-notes: +akonadi-notes: +akonadi-notes: +akonadi-notes: +akonadi-notes: +akonadi-notes: Home page: http://www.kde.org/ +akonadi-notes: diff --git a/kde/slack-desc/akonadi-search b/kde/slack-desc/akonadi-search index 487379f..9d345b4 100644 --- a/kde/slack-desc/akonadi-search +++ b/kde/slack-desc/akonadi-search @@ -9,7 +9,7 @@ akonadi-search: akonadi-search (implement searching in akonadi) akonadi-search: akonadi-search: akonadi-search contains libraries and daemons to implement -akonadi-search: searching in Akonad. +akonadi-search: searching in Akonadi. akonadi-search: akonadi-search: akonadi-search: -- cgit v1.2.3