summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
Diffstat (limited to 'pcr')
-rw-r--r--pcr/clearlooks-colors-gtk-theme/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/pcr/clearlooks-colors-gtk-theme/PKGBUILD b/pcr/clearlooks-colors-gtk-theme/PKGBUILD
new file mode 100644
index 000000000..2f9f12d54
--- /dev/null
+++ b/pcr/clearlooks-colors-gtk-theme/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer (Arch): Travis Lyons <travis.lyons@gmail.com>
+
+pkgname=clearlooks-colors-gtk-theme
+pkgver=2.0
+pkgrel=6
+pkgdesc="A GTK theme that works well with the gnome-colors icon theme"
+arch=('any')
+optdepends=('gnome-colors-icon-theme: GNOME Colors icon theme' )
+url="http://www.gnome-look.org/content/show.php/Clearlooks-Colors?content=75417"
+license=('GPL')
+source=(http://www.gnome-look.org/CONTENT/content-files/75417-Clearlooks-Colors.tar.gz)
+md5sums=('72731cef7e7f6e5a59ca4ea5269f8651')
+
+package() {
+ install -d -m755 $pkgdir/usr/share/themes
+ cd $pkgdir/usr/share/themes
+ cp -r $srcdir/Clearlooks* ./
+ cp -r $srcdir/X-Colors* ./
+}