summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 942bf51bf1859616134b9f4c1c5449028aa92ce5 (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
# Maintainer: Dustin Falgout <dustin@antergos.com>

pkgname=lightdm-webkit-theme-userdock
_pkgname=userdock
pkgver=1.0.2
pkgrel=2
pkgdesc="User Dock theme for the LightDM Webkit Greeter"
arch=('any')
url="https://github.com/lots0logs/${pkgname}"
license=('GPL')
depends=('lightdm-webkit2-greeter')
install=theme.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lots0logs/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('b958fabf99ebdf023d9accff35341ac0')

build() {
	cd ${srcdir}/${pkgname}-${pkgver}
}

package() {
	install -dm755 "${pkgdir}/usr/share/lightdm-webkit/themes"
	cp -dpr --no-preserve=ownership \
		"${srcdir}/${pkgname}-${pkgver}" \
		"${pkgdir}/usr/share/lightdm-webkit/themes/${_pkgname}"
}