summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5bdb9a2fcbddafcf8e437df2a818c41342d667fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Contributor Pavol Hluchy (Lopo) <lopo@losys.eu>

pkgname=kdm-theme-blue-arch-login
pkgver=1.0
pkgrel=1
pkgdesc='Modified from Big6 & Somatic Elegant themes'
arch=(any)
url='http://opendesktop.org/content/show.php?content=152568'
license=('GPL')
md5sums=('a03f8d1d7bbad931b0d93e5acad6a8a8')
source=(http://opendesktop.org/CONTENT/content-files/152568-BlueArchLogin.tar.gz)

build()
{
	mkdir -p $pkgdir/usr/share/apps/kdm/themes
	mv "$srcdir/Blue Arch Login" $pkgdir/usr/share/apps/kdm/themes
}