summaryrefslogtreecommitdiff
path: root/pcr/xfce-theme-greybird/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/xfce-theme-greybird/PKGBUILD')
-rw-r--r--pcr/xfce-theme-greybird/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD
index f780a0de1..bf86464eb 100644
--- a/pcr/xfce-theme-greybird/PKGBUILD
+++ b/pcr/xfce-theme-greybird/PKGBUILD
@@ -16,9 +16,9 @@
pkgname=xfce-theme-greybird
_pkgname=Greybird
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A grey and blue Xfce theme"
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="A grey and blue Xfce theme, used by default in Xubuntu 12.04"
arch=(any)
url=http://shimmerproject.org/projects/greybird/
license=(CCPL:by-sa-3.0 GPL)
@@ -32,16 +32,17 @@ optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme'
'lib32-gtk-engine-murrine: required for multilib')
conflicts=($pkgname-git)
source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$pkgver.tar.gz)
-sha512sums=('aa24688505567f31f62f830afd9fbcd2418571fd5a90e61dc71b6f3416352d3f549e2c5054ec8ecd20e83596b255ef262eccfcfc04761ac9dfab6323e3f6a383')
+sha512sums=('eddd6b89880dbc034ee32cc17751b6ee1b18b55eef31d745c64f865b96d0fbf36fe6ab59dbe89dbdd032b3ed01395850f9597bdc1897e276b0433e93353d893f')
package() {
local _themedir="$pkgdir/usr/share/themes"
- install -d "$_themedir/$_pkgname "{Classic,Compact}
+ install -d "$_themedir/$_pkgname "{Classic,Compact,a11y}
cp -rf $_pkgname-$pkgver/ "$_themedir"/$_pkgname/
rm "$_themedir"/$_pkgname/.gitignore
- ln -s /usr/share/themes/$_pkgname/xfwm4_compact "$_themedir/$_pkgname Compact/xfwm4"
+ ln -s /usr/share/themes/$_pkgname/xfwm4-compact "$_themedir/$_pkgname Compact/xfwm4"
+ ln -s /usr/share/themes/$_pkgname/xfwm4-a11y "$_themedir/$_pkgname a11y/xfwm4"
}