diff --git a/multimedia/graphics/imagemagick6/actions.py b/multimedia/graphics/imagemagick6/actions.py
index 2cb3d28e4f..9e64535efa 100644
--- a/multimedia/graphics/imagemagick6/actions.py
+++ b/multimedia/graphics/imagemagick6/actions.py
@@ -13,32 +13,32 @@ from pisi.actionsapi import perlmodules
KeepSpecial=["libtool"]
j = "--with-lqr \
- --with-wmf \
- --with-xml \
- --with-perl \
- --with-rsvg \
- --with-webp \
- --without-gvc \
- --prefix=/usr \
- --enable-hdri \
- --without-dps \
- --without-fpx \
- --with-modules \
- --with-openexr \
- --with-openjp2 \
- --without-djvu \
- --without-fftw \
- --enable-opencl \
- --without-gslib \
- --sysconfdir=/etc \
- --without-autotrace \
- PSDelegate=/usr/bin/gs \
- XPSDelegate=/usr/bin/gxps \
- PCLDelegate=/usr/bin/gpcl6 \
- --with-perl-options=INSTALLDIRS=vendor \
- --with-dejavu-font-dir=/usr/share/fonts/dejavu \
- --with-gs-font-dir=/usr/share/fonts/default/ghostscript \
- PKG_CONFIG='/usr/bin/env PKG_CONFIG_PATH=/usr/lib/imagemagick6/pkgconfig pkg-config' \
+ --with-wmf \
+ --with-xml \
+ --with-perl \
+ --with-rsvg \
+ --with-webp \
+ --without-gvc \
+ --prefix=/usr \
+ --enable-hdri \
+ --without-dps \
+ --without-fpx \
+ --with-modules \
+ --with-openexr \
+ --with-openjp2 \
+ --without-djvu \
+ --without-fftw \
+ --enable-opencl \
+ --without-gslib \
+ --sysconfdir=/etc \
+ --without-autotrace \
+ PSDelegate=/usr/bin/gs \
+ XPSDelegate=/usr/bin/gxps \
+ PCLDelegate=/usr/bin/gpcl6 \
+ --with-perl-options=INSTALLDIRS=vendor \
+ --with-dejavu-font-dir=/usr/share/fonts/dejavu \
+ --with-gs-font-dir=/usr/share/fonts/default/ghostscript \
+ PKG_CONFIG='/usr/bin/env PKG_CONFIG_PATH=/usr/lib/imagemagick6/pkgconfig pkg-config' \
"
def setup():
diff --git a/multimedia/graphics/inkscape/actions.py b/multimedia/graphics/inkscape/actions.py
index 6736b32282..046dcd47da 100644
--- a/multimedia/graphics/inkscape/actions.py
+++ b/multimedia/graphics/inkscape/actions.py
@@ -1,39 +1,41 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file https://www.gnu.org/licenses/gpl-3.0.txt
-
-from pisi.actionsapi import get
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import cmaketools
-from pisi.actionsapi import shelltools
-
-j = "-DBUILD_TESTING=OFF -L \
- -DBUILD_SHARED_LIBS=ON \
- -DWITH_IMAGE_MAGICK=OFF \
- -DBUILD_STATIC_LIBS=OFF \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- "
-
-shelltools.export("PYTHON", "/usr/bin/python3")
-
-def setup():
- # fix shebang
- shelltools.system("find share/extensions -iname '*.py' -exec sed -i 's|env\ python$|env python3|g' {} \;")
- shelltools.makedirs("build")
- shelltools.cd("build")
- cmaketools.configure(j, sourceDir = '..')
-
-def build():
- shelltools.cd("build")
- cmaketools.make()
-
-def install():
- shelltools.cd("build")
- cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- shelltools.cd("..")
- pisitools.dodoc("COPYING", "README.md")
\ No newline at end of file
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import shelltools
+
+j = "-DWITH_DBUS=ON \
+ -DBUILD_TESTING=OFF -L \
+ -DBUILD_SHARED_LIBS=ON \
+ -DWITH_IMAGE_MAGICK=OFF \
+ -DBUILD_STATIC_LIBS=OFF \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ "
+
+shelltools.export("PYTHON", "/usr/bin/python3")
+
+def setup():
+ # fix shebang
+ shelltools.system("find share/extensions -iname '*.py' -exec sed -i 's|env\ python$|env python3|g' {} \;")
+ # if with imagemagick build.
+# shelltools.export("PKG_CONFIG_PATH", "${PKG_CONFIG_PATH}:/usr/lib/imagemagick6/pkgconfig")
+ shelltools.makedirs("build")
+ shelltools.cd("build")
+ cmaketools.configure(j, sourceDir = '..')
+
+def build():
+ shelltools.cd("build")
+ cmaketools.make()
+
+def install():
+ shelltools.cd("build")
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("../COPYING", "../README.md")
diff --git a/multimedia/graphics/inkscape/pspec.xml b/multimedia/graphics/inkscape/pspec.xml
index e7be5e4529..4af80a5099 100644
--- a/multimedia/graphics/inkscape/pspec.xml
+++ b/multimedia/graphics/inkscape/pspec.xml
@@ -12,9 +12,10 @@
GPLv2
LGPLv2.1
app:gui
- SVG vector graphics application
+ SVG vector graphics application.
Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files.
- https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_1_0_1/inkscape-INKSCAPE_1_0_1.tar.bz2
+
+ https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_1_0_2/inkscape-INKSCAPE_1_0_2.tar.bz2
cmake
potrace
@@ -22,6 +23,16 @@
intltool
gsl-devel
gdl-devel
+
+ libXt-devel
+ libXv-devel
+ libSM-devel
+ libXpm-devel
+ libXres-devel
+ libXtst-devel
+ libxkbfile-devel
+
+ dbus-devel
gtk3-devel
popt-devel
lcms2-devel
@@ -56,11 +67,12 @@
inkscape
- SVG vector graphics application
+ SVG vector graphics application.
gc
gdl
gsl
+ dbus
gtk3
zlib
atkmm
@@ -85,12 +97,11 @@
libxslt
pangomm
poppler
-
freetype
harfbuzz
libvisio
libspiro
-
+ dbus-glib
gtkspell3
libsigc++
fontconfig
@@ -118,25 +129,19 @@
/usr/share/bash-completion/completions/inkscape
-
+
+ 2021-01-18
+ 1.0.2
+ Version bump.
+ fury
+ wascheme@tuta.io
+
2020-09-11
1.0.1
- ver bump, gtk3.
+ Ver bump, gtk3.
fury
wascheme@tuta.io
@@ -197,4 +202,4 @@
groni@pisilinux.org
-
\ No newline at end of file
+