wok rev 25762
created recipes for xfprint-lang and xfwm4-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 01 15:32:54 2024 +0100 (3 months ago) |
parents | 593e1380f0d1 |
children | 87d42064e808 |
files | xfprint-lang/receipt xfwm4-lang/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfprint-lang/receipt Sun Sep 01 15:32:54 2024 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfprint-lang" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="Xfce Printer manager - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://www.xfce.org" 1.13 + 1.14 +WANTED="xfprint" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + cook_copy_folders locale 1.20 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xfwm4-lang/receipt Sun Sep 01 15:32:54 2024 +0100 2.3 @@ -0,0 +1,17 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xfwm4-lang" 2.7 +VERSION="4.12.0" 2.8 +CATEGORY="localization" 2.9 +SHORT_DESC="Xfce Window Manager - localised messages." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="GPL2" 2.12 +WEB_SITE="https://www.xfce.org/" 2.13 + 2.14 +WANTED="xfwm4" 2.15 + 2.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.17 +genpkg_rules() 2.18 +{ 2.19 + cook_copy_folders locale 2.20 +}