summaryrefslogtreecommitdiff
path: root/pcr/xfce-theme-greybird
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-13 23:10:32 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-13 23:10:32 -0200
commita8728a20ca96b08f8502c36428f25885dd51ad82 (patch)
tree04230a4440abbb4ef143bdfb504f2aeda4918110 /pcr/xfce-theme-greybird
parent43588952bd97ccf8b90fc1539dd6e6e43c4b5735 (diff)
xfce-theme-greybird-1.5.1-1: updating version
Diffstat (limited to 'pcr/xfce-theme-greybird')
-rw-r--r--pcr/xfce-theme-greybird/PKGBUILD23
1 files changed, 9 insertions, 14 deletions
diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD
index 51b54b930..d82dd6b5e 100644
--- a/pcr/xfce-theme-greybird/PKGBUILD
+++ b/pcr/xfce-theme-greybird/PKGBUILD
@@ -7,9 +7,7 @@
# * metacity theme
# * emerald theme
# * gtk2 theme
-# * gtk2 theme (classic)
# * gtk3 theme
-# * gtk3 theme (classic)
# * unity theme
# * xfce4-notify theme
# * lightdm theme
@@ -17,28 +15,26 @@
pkgname=xfce-theme-greybird
_pkgname=Greybird
-pkgver=1.3.1
-_pkgverclassic=0.9
+pkgver=1.5.1
pkgrel=1
-pkgdesc="A grey and blue Xfce theme, used by default in Xubuntu 12.04; includes the classic low saturation theme"
+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)
groups=(xfce-themes-shimmer-collection)
depends=(gtk-engine-murrine)
optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme'
- 'gtk-engine-unico: required for gtk3 support for the classic theme; not required for the current theme'
'gtk3: required for CSS/GTK3 theme'
'lightdm-gtk-greeter: required for the LightDM GTK theme'
'lightdm-unity-greeter: required for the LightDM Unity theme'
- 'shimmer-wallpapers: contains the Greybird wallpaper, among others')
+ 'shimmer-wallpapers: contains the Greybird wallpaper, among others'
+ '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
- $pkgname-$_pkgverclassic.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$_pkgverclassic.tar.gz)
-sha256sums=('f25f402878a3f91740291934cbb1ec5d91cb9504e5ee94ddad5cfc66dd59ed44'
- '661f81347fe227bc3dc7ae40ee0e9bf1c96b478fab7283416a8569379a0aec4f')
-sha512sums=('cf85da68a15dca0f9ce13af46407a3cc4a77d0388e0ef760a0c24eacb56f544f409134a72986d42aafdf1786b4a5d1645f2ce2f1d56c9fbdbb5d5f85fd015416'
- '599fa02ea6eeb6f805c06f7e57ea86d6b620a28a24c5439b0a826439e04a7ac245a95c86c8ee5a4550c070308174564a427dd80fa8538c90e1439b9f697e17c4')
+source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$pkgver.tar.gz)
+sha512sums=('970ef8137d0e8ef44af171eeb6111f4c1ab09993f3dd3e5a2bc0dc9d731764f8d75be9d44f443feb06e5337c731d94280d2809c23405340f9539dbe86de9eeb7')
+
+
+
package() {
local _themedir="$pkgdir/usr/share/themes"
@@ -46,6 +42,5 @@ package() {
cp -rf $_pkgname-$pkgver/ "$_themedir"/$_pkgname/
rm "$_themedir"/$_pkgname/.gitignore
- cp -rf $_pkgname-$_pkgverclassic/gtk-{2,3}.0 "$_themedir/$_pkgname Classic"
ln -s /usr/share/themes/$_pkgname/xfwm4_compact "$_themedir/$_pkgname Compact/xfwm4"
}