Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: hello-kde-1.4.0 #24141

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
25 changes: 25 additions & 0 deletions srcpkgs/hello-kde/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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
qt5-qmake qt5-host-tools"
makedepends="plasma-framework-devel libSM-devel kinit-devel kdeclarative-devel
ki18n-devel kinit-devel xcb-util-cursor-devel xcb-util-image-devel
xcb-util-renderutil-devel xcb-util-wm-devel kwin-devel"
depends="kwin"
short_desc="Hello, the complete KDE theme"
maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
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
}