Skip to content

Commit

Permalink
ktp-kded-module patched for plasma start-up hang
Browse files Browse the repository at this point in the history
  • Loading branch information
demmm committed Apr 26, 2020
1 parent 7845959 commit a983022
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
14 changes: 11 additions & 3 deletions ktp-kded-module/PKGBUILD
Expand Up @@ -4,16 +4,24 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf

pkgname=ktp-kded-module
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="Workspace integration module - provides several plugins like auto-away, the infamous 'Now listening to...' and also an error handler"
arch=('x86_64')
url="https://projects.kde.org/projects/extragear/network/telepathy/ktp-kded-module"
license=('GPL')
depends=('ktp-common-internals' 'kidletime' 'kactivities')
makedepends=('extra-cmake-modules' 'kdoctools')
groups=('kde-telepathy')
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
md5sums=(`grep ${pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
source=("$_mirror/${pkgname}-$_kdever.tar.xz"
'module.diff')
md5sums=(`grep ${pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
'c1d2b38b81282cae9d0d2b15ef3aa35a')

prepare() {
cd ${pkgname}-${pkgver}

patch -p1 -i ${srcdir}/module.diff
}

build() {
mkdir -p build
Expand Down
12 changes: 12 additions & 0 deletions ktp-kded-module/module.diff
@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,7 +54,7 @@
)

add_library (kded_ktp_integration_module MODULE ${kded_ktp_integration_module_SRCS})
-set_target_properties (kded_ktp_integration_module PROPERTIES OUTPUT_NAME ktp_integration)
+set_target_properties (kded_ktp_integration_module PROPERTIES OUTPUT_NAME ktp_integration_module)
kcoreaddons_desktop_to_json(kded_ktp_integration_module ktp_integration_module.desktop)

target_link_libraries (kded_ktp_integration_module

0 comments on commit a983022

Please sign in to comment.