wok-next diff gtk-theme-bluebird/receipt @ rev 21340

Up ipxe (1.20.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 21 08:52:35 2020 +0100 (2020-01-21)
parents d5aab818505e
children
line diff
     1.1 --- a/gtk-theme-bluebird/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gtk-theme-bluebird/receipt	Tue Jan 21 08:52:35 2020 +0100
     1.3 @@ -1,29 +1,26 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="gtk-theme-bluebird"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.3"
     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/Bluebird"
    1.15 +HOST_ARCH="any"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/shimmerproject/Bluebird/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"
    1.24 +
    1.25  compile_rules() {
    1.26 -	dos2unix $src/gtk-2.0/bars.rc
    1.27 -	dos2unix $src/gtk-2.0/gtkrc
    1.28 +	sed -i 's|sassc|scss|; s|-M||' parse-sass.sh
    1.29  
    1.30 -	T='/usr/share/themes/Bluebird'
    1.31 -	mkdir -p $install/$T
    1.32 -	cp -a \
    1.33 -		$src/gtk-2.0 \
    1.34 -		$src/gtk-3.0 \
    1.35 -		$install/$T
    1.36 +	./autogen.sh &&
    1.37 +	make &&
    1.38 +	make install
    1.39  }
    1.40 -
    1.41 -genpkg_rules() {
    1.42 -	copy @std
    1.43 -	DEPENDS="gtk2-engine-murrine"
    1.44 -}