summaryrefslogtreecommitdiff
path: root/pcr/xfce-theme-greybird
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-12 11:11:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-12 11:11:16 -0500
commit17d540430db30ea0b212354c36168990ff87736c (patch)
treef14314bc76a27ba9a81715c29d64baada7c4148c /pcr/xfce-theme-greybird
parent8a4d899aaf5eadd38644a4369ac19a2747872f9a (diff)
xfce-theme-greybird-3.22.11-2: updating version
Diffstat (limited to 'pcr/xfce-theme-greybird')
-rw-r--r--pcr/xfce-theme-greybird/PKGBUILD44
1 files changed, 19 insertions, 25 deletions
diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD
index d77ad0a71..445fef274 100644
--- a/pcr/xfce-theme-greybird/PKGBUILD
+++ b/pcr/xfce-theme-greybird/PKGBUILD
@@ -1,40 +1,34 @@
-# Maintainer (Arch): M.Reynolds <blackboxnetworkproject@gmail.com>
-# Contributor (Arch): Bjoern Franke <bjo at nord-west.org>
-# Contributor (Arch): flan_suse
+# Maintainer (Arch): M.Reynolds <blackboxnetworkproject@gmail.com>
+# Contributor (Arch): Bjoern Franke <bjo at nord-west.org>
+# Contributor (Arch): flan_suse
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=xfce-theme-greybird
-pkgver=3.22.3
-pkgrel=1
+pkgver=3.22.11
+pkgrel=2
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')
+makedepends=('meson' 'sassc' 'librsvg')
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')
+ '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'
+ 'gtk-engine-murrine: required for gtk2 support'
+ 'lib32-gtk-engine-murrine: required for multilib')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz")
-sha256sums=('7b81451f6157c49e4a8b01c4889668c3bc7653fc0a910e536a615705fbb5aec3')
+sha256sums=('2bd51da36c445157d92c08039814571362d09986cbe19fa3917f1a08fbadbc61')
package() {
- cd "$srcdir"
- 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"
+ cd "$srcdir/Greybird-$pkgver"
+ meson --prefix="$pkgdir/usr" "build"
+
+ cd "build"
+ ninja
+ ninja install
}