summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b93005d6cb8c31833e4976c6e4a356de42f5afdd (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
27
28
29
30
31
32
33
34
# Contributor: killhellokitty <killhellokitty.deviantart.com>
# Maintainer: killhellokitty <killhellokitty.deviantart.com>

pkgname=dorian-flat
pkgver=3.16_05_06122015
pkgrel=1
pkgdesc="A dark flat theme. For Gnome 3.16,openbox, xfwm4, xfdashboard, Gnome-Shell, Cinnamon, MATE, Firefox, & Chromium "
arch=('any') 
url="http://fav.me/d8w4ms7"
license=('GPLv3')
depends=('gtk-engines' 'gnome-themes-standard>=3.16' 'gtk-engine-murrine>=0.98.2')

source=("https://dl.dropboxusercontent.com/u/330352/dorian-flat-3.16-05_06122015.zip")
#install=$pkgname.install
#replaces=('delorean-dark-themes-3.8')
#conflicts=('delorean-dark-theme-3.8')

md5sums=('3c68e4aabab76c63dc473595954ebfec')


package() {
  # install themes
  
  #cd DORIAN

find Dorian-Flat-3.16/ -type f \
-exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;
find Dorian-Flat-Root-3.16/ -type f \
-exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;  
find xfdashboard-dorian-flat/ -type f \
-exec install -Dm644 "{}" "$pkgdir/usr/share/themes/{}" \;           
}

# vim:set ts=2 sw=2 et: