* update inkscape to 1.4-6

This commit is contained in:
Alexander Baldeck 2025-02-18 20:48:47 +01:00
parent 5fbb51fd45
commit 739e10ade8
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = inkscape
pkgdesc = Professional vector graphics editor
pkgver = 1.4
pkgrel = 3
pkgrel = 6
url = https://inkscape.org/
arch = x86_64
arch = powerpc64le
@ -86,6 +86,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

View File

@ -5,7 +5,7 @@
pkgname=inkscape
pkgver=1.4
pkgrel=3
pkgrel=6
pkgdesc='Professional vector graphics editor'
url='https://inkscape.org/'
license=('GPL' 'LGPL')
@ -89,6 +89,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")