summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0db7ee7d4057ea363f3e39ad070ba3c64c4aa320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer:       RedTide
# Original authors: Thayer Williams and Allan McRae

pkgname=archlinux-lxdm-theme-full
pkgver=0.1
pkgrel=1
pkgdesc="Arch Linux GTK2/3 theme for LXDM"
arch=('any')
url="https://github.com/redtide/lxdm-theme-archlinux/"
install=archlinux-lxdm-theme-full.install
license=('CCPL:by-sa')
makedepends=('git')
#optdepends=('lxdm' 'lxdm-gtk3')
source=("git://github.com/redtide/lxdm-theme-archlinux.git")
md5sums=('SKIP')

package() {
  install -d "$pkgdir/usr/share/lxdm/themes/Archlinux"
  cp -r $srcdir/lxdm-theme-archlinux/Archlinux "$pkgdir/usr/share/lxdm/themes"
}