summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNagy Gabor2015-06-21 19:43:40 +0200
committerNagy Gabor2015-06-21 19:43:40 +0200
commitca74da2340f5e7a5f4648a7d0a721bf8b29eb142 (patch)
treec6de55eec2a915b9f282f2127f5864e416e05a92 /PKGBUILD
downloadaur-ca74da2340f5e7a5f4648a7d0a721bf8b29eb142.tar.gz
Updated to version 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d3377c52d873
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Nagy Gabor <Gabor.V.Nagy@@gmail.com>
+
+pkgname=xfce-theme-cobibird
+pkgver=1.5
+pkgrel=1
+pkgdesc="A Gtk theme based on Greybird, with dark menus as Greybird was until its version 0.8.2"
+arch=(any)
+url=http://gnome-look.org/content/show.php/CobiBird?content=157985
+license=('GPL' 'CCPL:cc-by-sa')
+depends=(gtk-engine-murrine)
+optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme')
+source=(CobiBird-$pkgver.tar.gz::https://github.com/Cobinja/CobiBird/archive/$pkgver.tar.gz)
+md5sums=('04aec28264fb30db8d695fc383b159e1')
+
+package() {
+ install -d "$pkgdir"/usr/share/themes/
+ cp -rf CobiBird-$pkgver/ "$pkgdir"/usr/share/themes/CobiBird/
+ rm "$pkgdir"/usr/share/themes/CobiBird/.gitignore
+}