summaryrefslogtreecommitdiff
path: root/pcr/gnome-colors-icon-theme-extras/PKGBUILD
blob: a8f5df9474d2b266cb5eeb045cac70e073957354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer (Arch): Christian Hesse <arch@eworm.de>
# Contributor (Arch): mattia.b89 <mattia DOT b89 AT gmail DOT com>
# Contributor (Arch): Devin Cofer <ranguvar{AT]archlinux[DOT}us>
# Contributor (Arch): Shae Smittle <starfall87@gmail.com>

pkgname=gnome-colors-icon-theme-extras
pkgver=5.5.1
pkgrel=3
pkgdesc='Extra icons for GNOME-Colors icon theme'
arch=('any')
url='http://gnome-colors.googlecode.com/'
license=('GPL2')
depends=('gnome-colors-icon-theme')
source=("http://gnome-colors.googlecode.com/files/gnome-colors-extras-${pkgver}.tar.gz")
sha256sums=('5f9740b74f5069a05482798a3243ea66f934894ea9dcb288c610801f1f9411d9')

package() {
	cd "${srcdir}"

	make DESTDIR="${pkgdir}"/ install
}