wok-current diff lxqt-themes/receipt @ rev 17097
tramys-client: copy translations to package.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 28 12:36:33 2014 +0300 (2014-08-28) |
parents | |
children | bdcd8803b305 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxqt-themes/receipt Thu Aug 28 12:36:33 2014 +0300 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 +}