| Message ID | 20241120-update-doc-deps-v1-2-50e267ae4123@bootlin.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | Update the dependencies in poky.yaml.in | expand |
Hi Antonin, On 11/20/24 4:10 PM, Antonin Godard via lists.yoctoproject.org wrote: > inkscape used to be a requirement to convert SVG images to PNGs/PDFs, > but we replaced it recently by rsvg-convert. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/poky.yaml.in | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in > index b840320a89bfadb259d5d9d0e11f951c55e13389..d0c8973db27340838f78f560c01d44fb67771b25 100644 > --- a/documentation/poky.yaml.in > +++ b/documentation/poky.yaml.in > @@ -62,7 +62,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >- > > UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- > git > - inkscape > + librsvg2-bin > make > python3-saneyaml > python3-sphinx-rtd-theme > @@ -120,7 +120,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >- > FEDORA_HOST_PACKAGES_DOC: >- > git > make > - inkscape > + librsvg2-tools > texlive-latex-extra > sphinx > python3-saneyaml > @@ -165,7 +165,7 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython > > OPENSUSE_HOST_PACKAGES_DOC: >- > git > - inkscape > + rsvg-convert thought: maybe keep the packages alphabetically ordered? Otherwise pkgs.org agrees with this change, so Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
Hi Quentin, On Mon Nov 25, 2024 at 6:58 PM CET, Quentin Schulz wrote: > Hi Antonin, > > On 11/20/24 4:10 PM, Antonin Godard via lists.yoctoproject.org wrote: >> inkscape used to be a requirement to convert SVG images to PNGs/PDFs, >> but we replaced it recently by rsvg-convert. >> >> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> >> --- >> documentation/poky.yaml.in | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in >> index b840320a89bfadb259d5d9d0e11f951c55e13389..d0c8973db27340838f78f560c01d44fb67771b25 100644 >> --- a/documentation/poky.yaml.in >> +++ b/documentation/poky.yaml.in >> @@ -62,7 +62,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >- >> >> UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- >> git >> - inkscape >> + librsvg2-bin >> make >> python3-saneyaml >> python3-sphinx-rtd-theme >> @@ -120,7 +120,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >- >> FEDORA_HOST_PACKAGES_DOC: >- >> git >> make >> - inkscape >> + librsvg2-tools >> texlive-latex-extra >> sphinx >> python3-saneyaml >> @@ -165,7 +165,7 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython >> >> OPENSUSE_HOST_PACKAGES_DOC: >- >> git >> - inkscape >> + rsvg-convert > > thought: maybe keep the packages alphabetically ordered? Ha yes, that was my initial plan, missed that :) > Otherwise pkgs.org agrees with this change, so > > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thank you! Antonin
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index b840320a89bfadb259d5d9d0e11f951c55e13389..d0c8973db27340838f78f560c01d44fb67771b25 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in @@ -62,7 +62,7 @@ UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL: >- UBUNTU_DEBIAN_HOST_PACKAGES_DOC: >- git - inkscape + librsvg2-bin make python3-saneyaml python3-sphinx-rtd-theme @@ -120,7 +120,7 @@ FEDORA_HOST_PACKAGES_ESSENTIAL: >- FEDORA_HOST_PACKAGES_DOC: >- git make - inkscape + librsvg2-tools texlive-latex-extra sphinx python3-saneyaml @@ -165,7 +165,7 @@ OPENSUSE_PIP3_HOST_PACKAGES_ESSENTIAL: GitPython OPENSUSE_HOST_PACKAGES_DOC: >- git - inkscape + rsvg-convert make python3-pip texlive-fncychap @@ -219,7 +219,7 @@ ALMALINUX_HOST_PACKAGES_ESSENTIAL_CMDS: |- ALMALINUX_HOST_PACKAGES_DOC: >- git - inkscape + librsvg2-tools make python3-pip texlive-fncychap
inkscape used to be a requirement to convert SVG images to PNGs/PDFs, but we replaced it recently by rsvg-convert. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/poky.yaml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)