wok rev 25760
created recipes for thunar-archive-plugin-lang and thunar-volman-lang
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 01 15:08:01 2024 +0100 (2 months ago) |
parents | 5ac68ecaa550 |
children | 593e1380f0d1 |
files | thunar-archive-plugin-lang/receipt thunar-volman-lang/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunar-archive-plugin-lang/receipt Sun Sep 01 15:08:01 2024 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="thunar-archive-plugin-lang" 1.7 +VERSION="0.3.0" 1.8 +CATEGORY="localization" 1.9 +SHORT_DESC="Thunar Archive Manager plugin - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://docs.xfce.org/xfce/thunar/archive" 1.13 + 1.14 +WANTED="thunar-archive-plugin" 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/thunar-volman-lang/receipt Sun Sep 01 15:08:01 2024 +0100 2.3 @@ -0,0 +1,17 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="thunar-volman-lang" 2.7 +VERSION="0.8.1" 2.8 +CATEGORY="localisation" 2.9 +SHORT_DESC="Thunar Volume Manager plugin - localised messages." 2.10 +MAINTAINER="maintainer@slitaz.org" 2.11 +LICENSE="GPL2" 2.12 +WEB_SITE="https://docs.xfce.org/xfce/thunar/thunar-volman" 2.13 + 2.14 +WANTED="thunar-volman" 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 +}