wok-6.x annotate sandfive-theme/receipt @ rev 24529
updated exiv2 and exiv2-dev again (0.27.3 -> 0.27.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 07:34:39 2022 +0100 (2022-02-23) |
parents | 40fab26c175d |
children |
rev | line source |
---|---|
al@16782 | 1 # SliTaz package receipt. |
al@16782 | 2 |
al@16782 | 3 PACKAGE="sandfive-theme" |
al@16782 | 4 VERSION="1.0" |
al@19126 | 5 CATEGORY="customization" |
al@16782 | 6 SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox" |
al@16782 | 7 MAINTAINER="holkfoor@gmail.com" |
al@16782 | 8 LICENSE="PublicDomain" |
pascal@20693 | 9 WEB_SITE="https://github.com/SliTaz-official/hackdorte-artwork/tree/master/themes" |
al@19114 | 10 HOST_ARCH="any" |
al@16782 | 11 |
al@19112 | 12 DEPENDS="gtk2-engine-murrine openbox" |
al@16782 | 13 |
al@16782 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16782 | 15 genpkg_rules() |
al@16782 | 16 { |
al@16782 | 17 mkdir -p $fs/usr/share/themes |
al@16782 | 18 cp -a stuff/* $fs/usr/share/themes |
al@16782 | 19 } |