wok-next diff gtk-theme-greybird/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/gtk-theme-greybird/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gtk-theme-greybird/receipt	Tue Sep 01 10:44:52 2020 +0000
     1.3 @@ -1,29 +1,26 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gtk-theme-greybird"
     1.7 -VERSION="1.6.2"
     1.8 +VERSION="3.22.9"
     1.9  CATEGORY="customization"
    1.10 -SHORT_DESC="GTK+2 and GTK+3 theme from the Shimmer Project"
    1.11 +SHORT_DESC="Desktop suite for Xfce"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2 CC-BY-SA-3"
    1.14  WEB_SITE="https://github.com/shimmerproject/Greybird"
    1.15 +HOST_ARCH="any"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/shimmerproject/Greybird/archive/v$VERSION.tar.gz"
    1.19  
    1.20 +BUILD_DEPENDS="automake ruby-sass glib libxml2-tools gdk-pixbuf librsvg-dev"
    1.21 +
    1.22 +DEPENDS_std="gtk2-engine-murrine"
    1.23 +TAGS_std="Shimmer theme GTK2 GTK3 Metacity Xfwm4 Plank Unity"
    1.24 +
    1.25  compile_rules() {
    1.26 -	T='/usr/share/themes/Greybird'
    1.27 -	mkdir -p $install/$T
    1.28 -	cp -a \
    1.29 -		$src/gtk-2.0 \
    1.30 -		$src/gtk-3.0 \
    1.31 -		$src/xfce-notify-4.0 \
    1.32 -		$src/xfce-notify-4.0_bright \
    1.33 -		$src/index.theme \
    1.34 -		$install/$T
    1.35 +	sed -i 's|sassc|scss|; s|-M||' parse-sass.sh
    1.36 +
    1.37 +	./autogen.sh &&
    1.38 +	make &&
    1.39 +	make install
    1.40  }
    1.41 -
    1.42 -genpkg_rules() {
    1.43 -	copy @std
    1.44 -	DEPENDS="gtk2-engine-murrine"
    1.45 -}