wok annotate lxqt-themes/receipt @ rev 22843

Add whdd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 14 15:54:18 2020 +0100 (2020-02-14)
parents bdcd8803b305
children
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="lxqt-themes"
psychomaniak@17239 4 VERSION="0.8.0"
al@16833 5 CATEGORY="misc"
al@16833 6 SHORT_DESC="Themes for LXQt"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/lxqt-common"
al@16833 10 WANTED="lxqt-common"
al@16833 11 DEPENDS="lxqt-common"
al@16833 12 TAGS="LXQt"
al@16833 13
al@16833 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 15 genpkg_rules()
al@16833 16 {
al@16833 17 mkdir -p $fs/usr/share/lxqt
al@16833 18 cp -a $install/usr/share/lxqt/themes $fs/usr/share/lxqt
al@16833 19 rm -rf $fs/usr/share/lxqt/themes/flat
psychomaniak@17243 20
psychomaniak@17243 21 # Commit after dropping Qt4:
psychomaniak@17243 22 cd $fs/usr/share/lxqt && patch -p1 < $stuff/taskbar.patch
psychomaniak@17243 23
psychomaniak@17243 24 # find $fs -name *wow* -delete
al@16833 25 }