summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6d8bcd6b8ab3d70f2298757c07c497447f04e1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Pavel Sibal <entexsoft@gmail.com>
pkgname=xts-windows10-theme
pkgver=0.1
pkgrel=0
pkgdesc="Windows 10 themes for xfce4-theme switcher."
arch=('any')
url="https://gitlab.com/linux-stuffs/xts-themes"
license=('combined licenses')
groups=('xfce4-goodies')

provides=("${pkgname}")
conflicts=("${pkgname}")
depends=('xfce4-theme-switcher' 'xfce4-whiskermenu-plugin' 'gtk-engine-murrine')
optdepends=('plank' 'conky-manager')
options=('!strip')

source=('https://gitlab.com/linux-stuffs/xts-themes/raw/master/xts-windows10-theme/distrib/xts-windows10-theme-0.1-0.tar.gz')
sha256sums=('SKIP')

package() {
	cd "${srcdir}/${pkgname}"
	./configure  --prefix=/usr
	make install DESTDIR="${pkgdir}"
	mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
	cp --no-preserve=ownership "${pkgdir}/usr/share/doc/${pkgname}/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}