From 9bc2d7da378a0d4bdff39fc109de7473d1a0bfc6 Mon Sep 17 00:00:00 2001 From: Alessandro Saglia Date: Sat, 8 Aug 2020 14:14:54 +0200 Subject: [PATCH 1/2] common/shlibs: add missing kwin libs --- common/shlibs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/shlibs b/common/shlibs index b10eae70847..fc4c677309d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3981,3 +3981,5 @@ libcglm.so.0 cglm-0.7.6_1 libfcft.so.3 fcft-2.2.2_1 libaml.so.0 aml-0.1.0_1 libneatvnc.so.0 neatvnc-0.2.0_1 +libkwineffects.so.12 kwin-5.19.4_1 +libkwinglutils.so.12 kwin-5.19.4_1 From 6d24604241b5b7b171535f077e80d7798efb104a Mon Sep 17 00:00:00 2001 From: Alessandro Saglia Date: Sat, 8 Aug 2020 15:16:20 +0200 Subject: [PATCH 2/2] New package: hello-kde-1.4.0 --- srcpkgs/hello-kde/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/hello-kde/template diff --git a/srcpkgs/hello-kde/template b/srcpkgs/hello-kde/template new file mode 100644 index 00000000000..cebfa93a14d --- /dev/null +++ b/srcpkgs/hello-kde/template @@ -0,0 +1,24 @@ +# Template file for 'hello-kde' +pkgname=hello-kde +version=1.4.0 +revision=1 +wrksrc=hello-${version} +build_style=cmake +hostmakedepends="extra-cmake-modules gettext plasma-framework pkg-config" +makedepends="plasma-framework-devel libSM-devel kinit-devel kdeclarative-devel +ki18n-devel kinit-devel xcb-util-cursor-devel xcb-util-image-devel qt5-qmake +xcb-util-renderutil-devel xcb-util-wm-devel kwin-devel qt5-host-tools" +depends="kwin" +short_desc="Hello, the complete KDE theme" +maintainer="Alessandro Saglia " +license="GPL-2.0-or-later" +homepage="https://https://github.com/n4n0GH/hello" +distfiles="https://github.com/n4n0GH/hello/archive/v${version}.tar.gz" +checksum=9a1799725f221c89fa7bffda77053a5957c870c18414c4d998e4aa40f6ade0ae + +post_install() { + mkdir --parents ${DESTDIR}/usr/lib/qt5/plugins/kwin/effects + mv ${DESTDIR}/kwin/effects/ ${DESTDIR}/usr/lib/qt5/plugins/kwin/effects + + mv ${DESTDIR}/kwin ${DESTDIR}/usr/share/kwin +}