From 83c0688ee8dc710286091d30cc1fbaea32ce1554 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 10 Dec 2015 12:39:35 +0100 Subject: KDE 5_15.11: recompilations as a result of major library updates in -current. --- kde/build/akonadi | 1 + kde/build/akonadi-calendar | 1 + kde/build/akonadi-search | 1 + kde/build/akonadi4 | 1 + kde/build/kaccounts-integration | 1 + kde/build/kde-workspace | 1 + kde/build/kdelibs | 1 + kde/build/kdepimlibs | 1 + kde/build/kwin | 1 + kde/build/powerdevil | 1 + kde/build/sddm-qt5 | 1 + kde/build/solid | 1 + kde/build/step | 1 + kde/patch/kaccounts-integration.patch | 4 ++++ .../kaccounts-integration-15.08.3_service.patch | 28 ++++++++++++++++++++++ kde/patch/ktp-accounts-kcm.patch | 2 +- kde/slack-desc/kio-mtp | 2 +- 17 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 kde/build/akonadi create mode 100644 kde/build/akonadi-calendar create mode 100644 kde/build/akonadi-search create mode 100644 kde/build/akonadi4 create mode 100644 kde/build/kaccounts-integration create mode 100644 kde/build/kde-workspace create mode 100644 kde/build/kdelibs create mode 100644 kde/build/kdepimlibs create mode 100644 kde/build/kwin create mode 100644 kde/build/powerdevil create mode 100644 kde/build/sddm-qt5 create mode 100644 kde/build/solid create mode 100644 kde/build/step create mode 100644 kde/patch/kaccounts-integration.patch create mode 100644 kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch (limited to 'kde') diff --git a/kde/build/akonadi b/kde/build/akonadi new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/akonadi @@ -0,0 +1 @@ +2 diff --git a/kde/build/akonadi-calendar b/kde/build/akonadi-calendar new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/akonadi-calendar @@ -0,0 +1 @@ +2 diff --git a/kde/build/akonadi-search b/kde/build/akonadi-search new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/akonadi-search @@ -0,0 +1 @@ +2 diff --git a/kde/build/akonadi4 b/kde/build/akonadi4 new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/akonadi4 @@ -0,0 +1 @@ +2 diff --git a/kde/build/kaccounts-integration b/kde/build/kaccounts-integration new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kaccounts-integration @@ -0,0 +1 @@ +2 diff --git a/kde/build/kde-workspace b/kde/build/kde-workspace new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kde-workspace @@ -0,0 +1 @@ +2 diff --git a/kde/build/kdelibs b/kde/build/kdelibs new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kdelibs @@ -0,0 +1 @@ +2 diff --git a/kde/build/kdepimlibs b/kde/build/kdepimlibs new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kdepimlibs @@ -0,0 +1 @@ +2 diff --git a/kde/build/kwin b/kde/build/kwin new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/kwin @@ -0,0 +1 @@ +2 diff --git a/kde/build/powerdevil b/kde/build/powerdevil new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/powerdevil @@ -0,0 +1 @@ +2 diff --git a/kde/build/sddm-qt5 b/kde/build/sddm-qt5 new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/sddm-qt5 @@ -0,0 +1 @@ +2 diff --git a/kde/build/solid b/kde/build/solid new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/solid @@ -0,0 +1 @@ +2 diff --git a/kde/build/step b/kde/build/step new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/step @@ -0,0 +1 @@ +2 diff --git a/kde/patch/kaccounts-integration.patch b/kde/patch/kaccounts-integration.patch new file mode 100644 index 0000000..f9870eb --- /dev/null +++ b/kde/patch/kaccounts-integration.patch @@ -0,0 +1,4 @@ +# A bug with 15.08.2/.3 breaks KDE Telepathy accounts connection . +# Will be fixed in 15.12.0: +cat $CWD/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + diff --git a/kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch b/kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch new file mode 100644 index 0000000..e41d58b --- /dev/null +++ b/kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch @@ -0,0 +1,28 @@ +--- a/src/jobs/createaccount.cpp ++++ b/src/jobs/createaccount.cpp +@@ -141,8 +141,8 @@ + + m_done = true; + ++ connect(m_identity, &SignOn::Identity::credentialsStored, m_identity, &SignOn::Identity::queryInfo); + m_identity->storeCredentials(); +- connect(m_identity, &SignOn::Identity::credentialsStored, m_identity, &SignOn::Identity::queryInfo); + } + + void CreateAccount::pluginError(const QString &error) +@@ -177,12 +177,12 @@ + return; + } + ++ m_account->selectService(); ++ + if (m_account->displayName().isEmpty()) { + m_account->setDisplayName(info.userName()); + } + m_account->setValue("username", info.userName()); +- +- m_account->selectService(); + m_account->setCredentialsId(info.id()); + + Accounts::AuthData authData = m_accInfo->authData(); + diff --git a/kde/patch/ktp-accounts-kcm.patch b/kde/patch/ktp-accounts-kcm.patch index 8d1c0da..ea37b9e 100644 --- a/kde/patch/ktp-accounts-kcm.patch +++ b/kde/patch/ktp-accounts-kcm.patch @@ -1,4 +1,4 @@ # Fix a crash in KDE Telepathy which was supposed to be fixed in 15.08.2: # See also https://bugs.kde.org/show_bug.cgi?id=351785 -cat $CWD/patch/ktp-accounts-kcm/ktp-accounts-kcm_kdebug_351785.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/ktp-accounts-kcm/ktp-accounts-kcm_kdebug_351785.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/slack-desc/kio-mtp b/kde/slack-desc/kio-mtp index 38c14b1..9e993c1 100644 --- a/kde/slack-desc/kio-mtp +++ b/kde/slack-desc/kio-mtp @@ -9,7 +9,7 @@ kio-mtp: kio-mtp (Provides KIO Access to MTP devices) kio-mtp: kio-mtp: Provides KIO Access to MTP devices using the mtp:/// protocol. -kio-mtp: MTP stands for Media Transfer Protocol” It is required in order to +kio-mtp: MTP stands for Media Transfer Protocol. It is required in order to kio-mtp: access and manage files on devices running Android 4.0 and later. kio-mtp: kio-mtp: -- cgit v1.2.3