wok-next diff gtk-theme-albatross/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line diff
     1.1 --- a/gtk-theme-albatross/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gtk-theme-albatross/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -3,25 +3,20 @@
     1.4  PACKAGE="gtk-theme-albatross"
     1.5  VERSION="1.7.4"
     1.6  CATEGORY="customization"
     1.7 -SHORT_DESC="GTK+2 and GTK+3 theme from the Shimmer Project"
     1.8 +SHORT_DESC="Desktop suite for Xfce"
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="GPL2 CC-BY-SA-3"
    1.11  WEB_SITE="https://github.com/shimmerproject/Albatross"
    1.12 +HOST_ARCH="any"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/shimmerproject/Albatross/archive/v$VERSION.tar.gz"
    1.16  
    1.17 +DEPENDS_std="gtk2-engine-murrine"
    1.18 +TAGS_std="Shimmer theme GTK2 GTK3 Metacity Xfwm4 Unity"
    1.19 +
    1.20  compile_rules() {
    1.21 -	T='/usr/share/themes/Albatross'
    1.22 -	mkdir -p $install/$T
    1.23 -	cp -a \
    1.24 -		$src/gtk-2.0 \
    1.25 -		$src/gtk-3.0 \
    1.26 -		$src/index.theme \
    1.27 -		$install/$T
    1.28 +	T="$install/usr/share/themes/Albatross"
    1.29 +	mkdir -p $T
    1.30 +	cp -r gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ index.theme $T
    1.31  }
    1.32 -
    1.33 -genpkg_rules() {
    1.34 -	copy @std
    1.35 -	DEPENDS="gtk2-engine-murrine"
    1.36 -}