wok annotate gtk-clearlooks/receipt @ rev 25065
grub4dos: binutils 2.37 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 09 15:38:57 2022 +0000 (2022-06-09) |
parents | 4976349ba35b |
children |
rev | line source |
---|---|
psychomaniak@17099 | 1 # SliTaz package receipt. |
psychomaniak@17099 | 2 |
psychomaniak@17099 | 3 PACKAGE="gtk-clearlooks" |
psychomaniak@17099 | 4 VERSION="2.20.2" |
psychomaniak@17099 | 5 CATEGORY="x-window" |
psychomaniak@17902 | 6 SHORT_DESC="Updated default GTKengine, with ajustable colors." |
psychomaniak@17099 | 7 MAINTAINER="psychomaniak@xakep.ru" |
psychomaniak@17099 | 8 LICENSE="GPL2" |
pascal@24746 | 9 WEB_SITE="https://linuxfromscratch.org/blfs/view/svn/x/gtk-engines.html" |
psychomaniak@17099 | 10 WANTED="gtk-engines" |
psychomaniak@17099 | 11 |
psychomaniak@17099 | 12 DEPENDS="gtk+" |
psychomaniak@17099 | 13 |
psychomaniak@17099 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
psychomaniak@17099 | 15 genpkg_rules() |
psychomaniak@17099 | 16 { |
psychomaniak@17099 | 17 THEME="usr/share/themes/Clearlooks/gtk-2.0" |
psychomaniak@17099 | 18 ENGINE="usr/lib/gtk-2.0/2.10.0/engines" |
psychomaniak@17099 | 19 XML="usr/share/gtk-engines" |
psychomaniak@17099 | 20 |
psychomaniak@17099 | 21 cd $fs && mkdir -p $THEME $ENGINE $XML |
psychomaniak@17099 | 22 cp -a $install/$ENGINE/libclearlooks.so $fs/$ENGINE |
psychomaniak@17099 | 23 cp -a $install/$THEME/gtkrc $fs/$THEME |
psychomaniak@17099 | 24 cp -a $install/$XML/clearlooks.xml $fs/$XML |
psychomaniak@17099 | 25 |
psychomaniak@17099 | 26 sed -i '/lang/d' $fs/$XML/* |
psychomaniak@17099 | 27 } |
psychomaniak@17902 | 28 |