summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 47eb9fe566ec96040d0ba4ccfea1a728c8c09fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Twa022 <twa022@gmail.com>

pkgname=gtk-newwave-greymod-darkmenus-theme
pkgver=1.0.1
pkgrel=1
pkgdesc="The New Wave theme, minus the ubuntu orange, with dark menus"
url="http://gnome-look.org/content/show.php?content=106970"
arch=('any')
license=('CreativeCommons')
depends=('gtk-engines')
source=("http://gnome-look.org/CONTENT/content-files/106970-NewWave-GreyMOD-DarkMenus.tar.bz2")
md5sums=('d00a532168eb9986d895c22af46e35ec')

build() {
  cd ${srcdir}
  mkdir -p ${pkgdir}/usr/share/themes
  cp -r NewWave-GreyMOD-DarkMenus ${pkgdir}/usr/share/themes  
}