diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 0090bd036f..53622c9b6c 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -155,16 +155,20 @@ if [ IsOptionalHaikuImagePackageAdded Welcome ] { haiku_userguide_en.hpkg haiku_userguide_es.hpkg haiku_userguide_fi.hpkg + haiku_userguide_fur.hpkg haiku_userguide_fr.hpkg haiku_userguide_hu.hpkg + haiku_userguide_id.hpkg haiku_userguide_it.hpkg haiku_userguide_jp.hpkg haiku_userguide_pl.hpkg haiku_userguide_pt_BR.hpkg haiku_userguide_pt_PT.hpkg + haiku_userguide_ro.hpkg haiku_userguide_ru.hpkg haiku_userguide_sk.hpkg haiku_userguide_sv_SE.hpkg + haiku_userguide_tr.hpkg haiku_userguide_uk.hpkg haiku_userguide_zh_CN.hpkg haiku_welcome.hpkg diff --git a/build/jam/packages/HaikuUserguide b/build/jam/packages/HaikuUserguide index 7dc0ef51d8..114c1a6e2d 100644 --- a/build/jam/packages/HaikuUserguide +++ b/build/jam/packages/HaikuUserguide @@ -88,6 +88,21 @@ AddFilesToPackage bin : userguide ; BuildHaikuPackage $(haikuUserGuidePackageFR) : haiku_userguide_fr ; +# FUR +local haikuUserGuidePackageFUR = haiku_userguide_fur.hpkg ; +HaikuPackage $(haikuUserGuidePackageFUR) ; + +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide fur ] + : fur ; +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide images ] + : images ; +AddFilesToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide Haiku-doc.css ] + : Haiku-doc.css ; +SEARCH on userguide = [ FDirName $(HAIKU_TOP) data bin ] ; +AddFilesToPackage bin : userguide ; + +BuildHaikuPackage $(haikuUserGuidePackageFUR) : haiku_userguide_fur ; + # HU local haikuUserGuidePackageHU = haiku_userguide_hu.hpkg ; HaikuPackage $(haikuUserGuidePackageHU) ; @@ -103,6 +118,21 @@ AddFilesToPackage bin : userguide ; BuildHaikuPackage $(haikuUserGuidePackageHU) : haiku_userguide_hu ; +# ID +local haikuUserGuidePackageID = haiku_userguide_id.hpkg ; +HaikuPackage $(haikuUserGuidePackageID) ; + +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide id ] + : id ; +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide images ] + : images ; +AddFilesToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide Haiku-doc.css ] + : Haiku-doc.css ; +SEARCH on userguide = [ FDirName $(HAIKU_TOP) data bin ] ; +AddFilesToPackage bin : userguide ; + +BuildHaikuPackage $(haikuUserGuidePackageID) : haiku_userguide_id ; + # IT local haikuUserGuidePackageIT = haiku_userguide_it.hpkg ; HaikuPackage $(haikuUserGuidePackageIT) ; @@ -178,6 +208,21 @@ AddFilesToPackage bin : userguide ; BuildHaikuPackage $(haikuUserGuidePackagePT_PT) : haiku_userguide_pt_PT ; +# RO +local haikuUserGuidePackageRO = haiku_userguide_ro.hpkg ; +HaikuPackage $(haikuUserGuidePackageRO) ; + +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide ro ] + : ro ; +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide images ] + : images ; +AddFilesToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide Haiku-doc.css ] + : Haiku-doc.css ; +SEARCH on userguide = [ FDirName $(HAIKU_TOP) data bin ] ; +AddFilesToPackage bin : userguide ; + +BuildHaikuPackage $(haikuUserGuidePackageRO) : haiku_userguide_ro ; + # RU local haikuUserGuidePackageRU = haiku_userguide_ru.hpkg ; HaikuPackage $(haikuUserGuidePackageRU) ; @@ -223,6 +268,21 @@ AddFilesToPackage bin : userguide ; BuildHaikuPackage $(haikuUserGuidePackageSV_SE) : haiku_userguide_sv_SE ; +# TR +local haikuUserGuidePackageTR = haiku_userguide_tr.hpkg ; +HaikuPackage $(haikuUserGuidePackageTR) ; + +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide tr ] + : tr ; +CopyDirectoryToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide images ] + : images ; +AddFilesToPackage documentation userguide : [ FDirName $(HAIKU_TOP) docs userguide Haiku-doc.css ] + : Haiku-doc.css ; +SEARCH on userguide = [ FDirName $(HAIKU_TOP) data bin ] ; +AddFilesToPackage bin : userguide ; + +BuildHaikuPackage $(haikuUserGuidePackageTR) : haiku_userguide_tr ; + # UK local haikuUserGuidePackageUK = haiku_userguide_uk.hpkg ; HaikuPackage $(haikuUserGuidePackageUK) ; diff --git a/build/jam/repositories/Haiku b/build/jam/repositories/Haiku index 18bb13abc3..52d6eb47e0 100644 --- a/build/jam/repositories/Haiku +++ b/build/jam/repositories/Haiku @@ -27,15 +27,19 @@ if $(HAIKU_IS_BOOTSTRAP) != 1 && $(HAIKU_BUILD_TYPE) != minimum { haiku_userguide_es haiku_userguide_fi haiku_userguide_fr + haiku_userguide_fur haiku_userguide_hu + haiku_userguide_id haiku_userguide_it haiku_userguide_jp haiku_userguide_pl haiku_userguide_pt_BR haiku_userguide_pt_PT + haiku_userguide_ro haiku_userguide_ru haiku_userguide_sk haiku_userguide_sv_SE + haiku_userguide_tr haiku_userguide_uk haiku_userguide_zh_CN haiku_welcome diff --git a/src/data/package_infos/any/haiku_userguide_fur b/src/data/package_infos/any/haiku_userguide_fur new file mode 100644 index 0000000000..3a9cd4aefe --- /dev/null +++ b/src/data/package_infos/any/haiku_userguide_fur @@ -0,0 +1,28 @@ +name haiku_userguide_fur +version %HAIKU_VERSION% +architecture any +summary "The Haiku user documentation (Friulian translation)" +description "The user guide describes the Haiku operating system from a \ +user's perspective. +It's recommended reading for people that are new to the system as well as the \ +seasoned Haiku or former BeOS user. It describes the fundamentals of the \ +graphical user interface as well as the special features that are unique to \ +the BeOS/Haiku system. All included applications and preferences are \ +described in detail and tips and little workshops help to work most \ +efficiently under Haiku. + +This is the Friulian translation of the user guide. Thanks to everyone who \ +contributed!" + +packager "The Haiku build system" +vendor "Haiku Project" + +copyrights "2001-2020 Haiku, Inc. et al" +licenses MIT + +provides { + haiku_userguide_fur=%HAIKU_VERSION% +} + +requires { +} diff --git a/src/data/package_infos/any/haiku_userguide_id b/src/data/package_infos/any/haiku_userguide_id new file mode 100644 index 0000000000..4c0f177a92 --- /dev/null +++ b/src/data/package_infos/any/haiku_userguide_id @@ -0,0 +1,28 @@ +name haiku_userguide_id +version %HAIKU_VERSION% +architecture any +summary "The Haiku user documentation (Indonesian translation)" +description "The user guide describes the Haiku operating system from a \ +user's perspective. +It's recommended reading for people that are new to the system as well as the \ +seasoned Haiku or former BeOS user. It describes the fundamentals of the \ +graphical user interface as well as the special features that are unique to \ +the BeOS/Haiku system. All included applications and preferences are \ +described in detail and tips and little workshops help to work most \ +efficiently under Haiku. + +This is the Indonesian translation of the user guide. Thanks to everyone who \ +contributed!" + +packager "The Haiku build system" +vendor "Haiku Project" + +copyrights "2001-2020 Haiku, Inc. et al" +licenses MIT + +provides { + haiku_userguide_id=%HAIKU_VERSION% +} + +requires { +} diff --git a/src/data/package_infos/any/haiku_userguide_ro b/src/data/package_infos/any/haiku_userguide_ro new file mode 100644 index 0000000000..7b41a72a7d --- /dev/null +++ b/src/data/package_infos/any/haiku_userguide_ro @@ -0,0 +1,28 @@ +name haiku_userguide_ro +version %HAIKU_VERSION% +architecture any +summary "The Haiku user documentation (Romanian translation)" +description "The user guide describes the Haiku operating system from a \ +user's perspective. +It's recommended reading for people that are new to the system as well as the \ +seasoned Haiku or former BeOS user. It describes the fundamentals of the \ +graphical user interface as well as the special features that are unique to \ +the BeOS/Haiku system. All included applications and preferences are \ +described in detail and tips and little workshops help to work most \ +efficiently under Haiku. + +This is the Romanian translation of the user guide. Thanks to everyone who \ +contributed!" + +packager "The Haiku build system" +vendor "Haiku Project" + +copyrights "2001-2020 Haiku, Inc. et al" +licenses MIT + +provides { + haiku_userguide_ro=%HAIKU_VERSION% +} + +requires { +} diff --git a/src/data/package_infos/any/haiku_userguide_tr b/src/data/package_infos/any/haiku_userguide_tr new file mode 100644 index 0000000000..cdbf7ef2c5 --- /dev/null +++ b/src/data/package_infos/any/haiku_userguide_tr @@ -0,0 +1,28 @@ +name haiku_userguide_tr +version %HAIKU_VERSION% +architecture any +summary "The Haiku user documentation (Turkish translation)" +description "The user guide describes the Haiku operating system from a \ +user's perspective. +It's recommended reading for people that are new to the system as well as the \ +seasoned Haiku or former BeOS user. It describes the fundamentals of the \ +graphical user interface as well as the special features that are unique to \ +the BeOS/Haiku system. All included applications and preferences are \ +described in detail and tips and little workshops help to work most \ +efficiently under Haiku. + +This is the Turkish translation of the user guide. Thanks to everyone who \ +contributed!" + +packager "The Haiku build system" +vendor "Haiku Project" + +copyrights "2001-2020 Haiku, Inc. et al" +licenses MIT + +provides { + haiku_userguide_tr=%HAIKU_VERSION% +} + +requires { +}