blob: e3e48143707c2aa7f5e1400a86c57b0d0796382e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Maintainer (Arch): Christian Hesse <arch@eworm.de>
# Contributor (Arch): BlackICE <manfredi at gmail.com>
# Contributor (Arch): jsteel <jsteel at aur.archlinux.org>
# Contributor (Arch): Arkham <arkham at archlinux dot us>
# Contributor (Arch): Artyom Smirnov <smirnoffjr@gmail.com>
# Contributor (Arch): Marius <marius at matamare dot ro>
pkgname=gnome-colors-icon-theme
pkgver=5.5.1
pkgrel=3
pkgdesc='GNOME-Colors icon theme'
arch=('any')
url='http://gnome-colors.googlecode.com'
license=('GPL2')
source=(http://gnome-colors.googlecode.com/files/gnome-colors-$pkgver.tar.gz)
md5sums=('8ec81b556bac351817bd56a1701dbbfb')
package() {
cd "${srcdir}"
make DESTDIR="${pkgdir}"/ install
}
|