updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / windows7-iconset / PKGBUILD
blob54b6019b456d50608ed6be4e85043c03e0046be8
1 ###############################################.......NOTE .......###################################################
2 ##......... I DID NOT MAKE THIS ICON SET...##...I just made this package, so we can use it in archlinux. ..........##
4 #================================================== Credit: ======================================================#
5 ##### The Microsoft Windows and Office Logos are a Copyright of Microsoft. Credit goes to the hard working    ####
6 ## ## Win2-7 Development Team, its Contributors, Content Creators, Translators, Wiley.E Coyote, and M!CR0$0FT ## ##
8 # Maintainer: Ramon Arriaga <ramon.arriaga@gmail.com>
9 pkgname=windows7-iconset
10 pkgver=1.6
11 pkgrel=2
12 pkgdesc="Windows 7 (Backgrounds, gtk-themes, sounds & icons), dockbarx, emerald, emesene, gdm & plymouth themes"
13 arch=('i686' 'x86_64')
14 url="http://gnome-look.org/content/show.php?content=113264&forumpage=6&PHPSESSID=6"
15 license=('GPL' 'Copyright')
16 groups=(unsupported gnome)
17 depends=('gtk-engine-murrine-git')
18 optdepends=('victory-gtk-theme' 'dockbarx')
19 conflicts=()
20 backup=()
21 install=
22 source=('http://dl.dropbox.com/u/5922731/windows7-iconset-1.6.tar.xz')
23 md5sums=('bbf389bce9165b31bd53c89b513166cc') 
25 build() {
26         
27         install -d $pkgdir/usr/ || return 1 
28         cd $srcdir/$pkgname-$pkgver/
29         cp -r usr/* $pkgdir/usr/ || return 1 
30