summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2015-09-09 01:09:23 -0300
committerPablo Lezaeta Reyes2015-09-09 01:09:23 -0300
commitb442c17c55c0f67369cddb06cb65787ad756a708 (patch)
tree15185bdb153790e60d12d8a0b1fc54a8c3eb4184
parente87d5e2dfc7e4637866eab4609b6c98677b2b690 (diff)
downloadaur-b442c17c55c0f67369cddb06cb65787ad756a708.tar.gz
upstream changes
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076b3bca8248..06cd8cd2674e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce-theme-greybird-git
pkgdesc = Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity
- pkgver = 1.6.1.r622
+ pkgver = 1.6.2.r624
pkgrel = 1
url = https://github.com/shimmerproject/Greybird
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7a648f5b9a0a..b9bf4434e804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
pkgname=xfce-theme-greybird-git
-pkgver=1.6.1.r622
+pkgver=1.6.2.r624
pkgrel=1
pkgdesc="Desktop theme suite from Xubuntu, with support for Xfce, Metacity and Unity"
arch=('any')
@@ -35,13 +35,14 @@ package() {
tar zxf Greybird.emerald -C "$pkgdir/usr/share/emerald/themes/Greybird/"
# create theme dirs
- install -d -m 755 "$pkgdir"/usr/share/themes/Greybird{,-compact/xfwm4}
+ install -d -m 755 "$pkgdir"/usr/share/themes/Greybird{,-compact/xfwm4,-a11y/xfwm4}
# install compact theme
- install -m 644 xfwm4_compact/* "$pkgdir/usr/share/themes/Greybird-compact/xfwm4/"
+ install -m 644 "$srcdir/Greybird/xfwm4-compact/"* "$pkgdir/usr/share/themes/Greybird-compact/xfwm4/"
+ install -m 644 "$srcdir/Greybird/xfwm4-a11y/"* "$pkgdir/usr/share/themes/Greybird-a11y/xfwm4/"
# clean up
- rm -rf {.git,.gitignore,Greybird.emerald,LICENSE.{CC,GPL},README,xfwm4_compact}
+ rm -rf {.git,.gitignore,Greybird.emerald,LICENSE.{CC,GPL},README,xfwm4_compact,xfce4_ally}
# install theme
cp -r . "$pkgdir/usr/share/themes/Greybird/"