wok-next diff gtk-theme-blackbird/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents d5aab818505e
children
line diff
     1.1 --- a/gtk-theme-blackbird/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gtk-theme-blackbird/receipt	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -3,21 +3,20 @@
     1.4  PACKAGE="gtk-theme-blackbird"
     1.5  VERSION="0.4"
     1.6  CATEGORY="customization"
     1.7 -SHORT_DESC="GTK+2 and GTK+3 theme from the Shimmer Project"
     1.8 +SHORT_DESC="Dark 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/Blackbird"
    1.12 +HOST_ARCH="any"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/shimmerproject/Blackbird/archive/v$VERSION.tar.gz"
    1.16  
    1.17 +DEPENDS_std="gtk2-engine-murrine"
    1.18 +TAGS_std="Shimmer theme GTK2 GTK3 Metacity Xfwm4"
    1.19 +
    1.20  compile_rules() {
    1.21  	T="$install/usr/share/themes/Blackbird"
    1.22  	mkdir -p $T
    1.23 -	cp -r gtk-2.0 gtk-3.0 metacity-1 xfce-notify-4.0 xfwm4 $T
    1.24 +	cp -r gtk-2.0/ gtk-3.0/ metacity-1/ xfce-notify-4.0/ xfwm4/ $T
    1.25  }
    1.26 -
    1.27 -genpkg_rules() {
    1.28 -	copy @std
    1.29 -	DEPENDS="gtk2-engine-murrine"
    1.30 -}