summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b03c8d38c86cff176ba68a928fb2309efbdc6f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Abraham Murciano <abrahammurciano[at]gmail[dot]com>

_theme="Witcher"
_pkgname="plasma-splash-witcher"
pkgname="$_pkgname-git"
_gitname=$_pkgname
pkgver=1
pkgrel=1
pkgdesc="A Witcher splash screen for KDE Plasma."
arch=("any")
url="https://github.com/abrahammurciano/$_gitname"
license=("GPL")
depends=("plasma-desktop")
makedepends=("git")
source=("git://github.com/abrahammurciano/$_gitname.git")
sha256sums=("SKIP")


package() {
	cd "$_gitname"
	mkdir -p "${pkgdir}/usr/share/plasma/look-and-feel/"
	cp -dr --no-preserve=ownership "$_theme" "${pkgdir}/usr/share/plasma/look-and-feel/"
}