Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / inkscape
Commits: 8f06a945 by Sven-Hendrik Haase at 2025-01-24T11:11:57+01:00 upgpkg: 1.4-6: Add optdept on python-tinycss2 for DXF exporting - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = inkscape pkgdesc = Professional vector graphics editor pkgver = 1.4 - pkgrel = 5 + pkgrel = 6 url = https://inkscape.org/ arch = x86_64 license = GPL @@ -82,6 +82,7 @@ pkgbase = inkscape optdepends = gvfs: import clip art optdepends = pstoedit: latex formulas optdepends = texlive-pstricks: latex formulas + optdepends = python-tinycss2: DXF export source = git+https://gitlab.com/inkscape/inkscape.git#tag=INKSCAPE_1_4 source = inkscape-extensions::git+https://gitlab.com/inkscape/extensions.git source = inkscape-lib2geom::git+https://gitlab.com/inkscape/lib2geom.git ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=inkscape pkgver=1.4 -pkgrel=5 +pkgrel=6 pkgdesc='Professional vector graphics editor' url='https://inkscape.org/' license=('GPL' 'LGPL') @@ -88,6 +88,7 @@ optdepends=( 'pstoedit: latex formulas' # this pulls in texlive-basic, so should suffice 'texlive-pstricks: latex formulas' + 'python-tinycss2: DXF export' ) #source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/commit/8f06a9452e73781f1a73ba6cfa3a00879b9f6d80 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/inkscape/-/commit/8f06a9452e73781f1a73ba6cfa3a00879b9f6d80 You're receiving this email because of your account on gitlab.archlinux.org.