From 5325d6da1ab018731255b211a9be7eb332f41d6d Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 21 Oct 2016 17:57:10 -0500 Subject: xfce-theme-greybird-3.20.1-1: updating version --- pcr/xfce-theme-greybird/PKGBUILD | 72 ++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 40 deletions(-) (limited to 'pcr') diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD index bf86464eb..c4f356cf2 100644 --- a/pcr/xfce-theme-greybird/PKGBUILD +++ b/pcr/xfce-theme-greybird/PKGBUILD @@ -1,48 +1,40 @@ -# Maintainer (Arch): Bjoern Franke -# Contributor (Arch): flan_suse +# Maintainer (Arch): M.Reynolds +# Contributor (Arch): Bjoern Franke +# Contributor (Arch): flan_suse # Maintainer: Omar Vega Ramos -# -# This suite contains the following: -# * xfwm4 theme -# * xfwm4 compact theme -# * metacity theme -# * emerald theme -# * gtk2 theme -# * gtk3 theme -# * unity theme -# * xfce4-notify theme -# * lightdm theme -# * wallpaper (found in the shimmer-wallpapers package; optdepends) pkgname=xfce-theme-greybird -_pkgname=Greybird -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) -groups=(xfce-themes-shimmer-collection) -depends=(gtk-engine-murrine) +pkgver=3.20.1 +pkgrel=1 +pkgdesc="A grey and blue Xfce theme." +arch=('any') +url="https://github.com/shimmerproject/Greybird" +license=('CCPL:by-sa-3.0' 'GPL') +groups=('xfce-themes-shimmer-collection') +conflicts=("$pkgname-git") +depends=('gtk-engine-murrine') optdepends=('elementary-xfce-icons: matching icon set; use the dark icon 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' - '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=('eddd6b89880dbc034ee32cc17751b6ee1b18b55eef31d745c64f865b96d0fbf36fe6ab59dbe89dbdd032b3ed01395850f9597bdc1897e276b0433e93353d893f') - - - + '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' + 'lib32-gtk-engine-murrine: required for multilib') +source=("$pkgname-$pkgver.tar.gz"::"https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz") +sha256sums=('31da67ba87e90e28b37ebe5f29e0250b1c3478be96ef3f0131409c333f9d5c11') package() { - local _themedir="$pkgdir/usr/share/themes" - install -d "$_themedir/$_pkgname "{Classic,Compact,a11y} + cd "$srcdir" - 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-a11y "$_themedir/$_pkgname a11y/xfwm4" + install -dm 755 "$pkgdir/usr/share/themes/Greybird Classic" + install -dm 755 "$pkgdir/usr/share/themes/Greybird Compact" + install -dm 755 "$pkgdir/usr/share/themes/Greybird a11y" + + cp -r "Greybird-$pkgver/" "$pkgdir/usr/share/themes/Greybird/" + rm -rf "$pkgdir/usr/share/themes/Greybird/.gitignore" + + ln -s "/usr/share/themes/Greybird/xfwm4-compact" \ + "$pkgdir/usr/share/themes/Greybird Compact/xfwm4" + + ln -s "/usr/share/themes/Greybird/xfwm4-a11y" \ + "$pkgdir/usr/share/themes/Greybird a11y/xfwm4" } -- cgit v1.2.2