updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / meliae-svg-icon-theme / PKGBUILD
blobf6cef58f3351cd3055c8e7b721a1319f35725528
1 # Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
2 # Contributor: Josip <josipponjavic@gmail.com>
4 pkgname=meliae-svg-icon-theme
5 pkgver=1.2
6 pkgrel=2
7 pkgdesc="A modern, professional icon theme for the GNOME Desktop Environment"
8 arch=('any')
9 url='http://www.gnome-look.org/content/show.php/Meliae+SVG+%28dark+and+light+panels%29?content=118676'
10 license=('GPL')
11 makedepends=('hd2u')
12 source=('http://fc04.deviantart.net/fs70/f/2010/065/9/1/Meliae_SVG_Icon_Theme_v__1_2_by_sora_meliae.zip'
13         'http://fc06.deviantart.net/fs71/f/2010/065/1/7/Meliae_SVG_Dark_v__1_2_by_sora_meliae.zip')
14 md5sums=('3a4092b83ea8a935ab7e2b0e9074ec23'
15          '5deea7afa77d896a384bbc7dfee52d32')
17 package() {
18         cd "$srcdir"
19         bsdtar xf MeliaeSVG.tar.gz
21         rm "$srcdir"/*/{AUTHORS,COPYING,CREDITS,index.theme~}
22         chmod 644 "$srcdir"/*/index.theme
23         dos2unix "$srcdir"/*/index.theme
25         mkdir -p "$pkgdir/usr/share/icons"
26         cp -R "$srcdir/MeliaeSVG" "$srcdir/MeliaeSVG-Dark" "$pkgdir/usr/share/icons"