From c613df8d9f6a12ce22fdce24e01a1e6b8f442801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 3 Oct 2015 17:56:29 -0300 Subject: add gnome-colors-icon-theme-extras to [pcr] --- pcr/gnome-colors-icon-theme-extras/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pcr/gnome-colors-icon-theme-extras/PKGBUILD (limited to 'pcr') diff --git a/pcr/gnome-colors-icon-theme-extras/PKGBUILD b/pcr/gnome-colors-icon-theme-extras/PKGBUILD new file mode 100644 index 000000000..a8f5df947 --- /dev/null +++ b/pcr/gnome-colors-icon-theme-extras/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer (Arch): Christian Hesse +# Contributor (Arch): mattia.b89 +# Contributor (Arch): Devin Cofer +# Contributor (Arch): Shae Smittle + +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 +} + -- cgit v1.2.3-2-g168b