wok-current annotate gtk-clearlooks/receipt @ rev 25738
Update get-LibreOffice for current64, add libavahi for LibreOffice draw
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Jan 29 10:54:12 2025 +0000 (29 hours ago) |
parents | cb67b4f8be05 |
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 |
shann@25728 | 14 HOST_ARCH="i486 x86_64" |
shann@25728 | 15 |
psychomaniak@17099 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
psychomaniak@17099 | 17 genpkg_rules() |
psychomaniak@17099 | 18 { |
psychomaniak@17099 | 19 THEME="usr/share/themes/Clearlooks/gtk-2.0" |
psychomaniak@17099 | 20 ENGINE="usr/lib/gtk-2.0/2.10.0/engines" |
psychomaniak@17099 | 21 XML="usr/share/gtk-engines" |
psychomaniak@17099 | 22 |
psychomaniak@17099 | 23 cd $fs && mkdir -p $THEME $ENGINE $XML |
psychomaniak@17099 | 24 cp -a $install/$ENGINE/libclearlooks.so $fs/$ENGINE |
psychomaniak@17099 | 25 cp -a $install/$THEME/gtkrc $fs/$THEME |
psychomaniak@17099 | 26 cp -a $install/$XML/clearlooks.xml $fs/$XML |
psychomaniak@17099 | 27 |
psychomaniak@17099 | 28 sed -i '/lang/d' $fs/$XML/* |
psychomaniak@17099 | 29 } |
psychomaniak@17902 | 30 |