wok diff lxqt-themes/receipt @ rev 17170

fusecloop: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 23 12:07:01 2014 +0200 (2014-09-23)
parents
children bdcd8803b305
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxqt-themes/receipt	Tue Sep 23 12:07:01 2014 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lxqt-themes"
     1.7 +VERSION="0.7.0"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Themes for LXQt"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://github.com/lxde/lxqt-common"
    1.13 +WANTED="lxqt-common"
    1.14 +DEPENDS="lxqt-common"
    1.15 +TAGS="LXQt"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share/lxqt
    1.21 +	cp -a $install/usr/share/lxqt/themes $fs/usr/share/lxqt
    1.22 +	rm -rf $fs/usr/share/lxqt/themes/flat
    1.23 +}