Skip to content

Commit

Permalink
New package: hello-kde-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Saglia committed Aug 8, 2020
1 parent 9bc2d7d commit 8151f03
Showing 1 changed file with 25 additions and 0 deletions.
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}
#archs="i686 x86_64"
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
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
}

0 comments on commit 8151f03

Please sign in to comment.