inkscape.
This commit is contained in:
@@ -10,22 +10,24 @@ from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
j = ''.join([
|
||||
'-DWITH_DBUS=ON ',
|
||||
'-DBUILD_TESTING=OFF -L ',
|
||||
'-DWITH_GSPELL=OFF ',
|
||||
'-DBUILD_SHARED_LIBS=ON ',
|
||||
'-DWITH_IMAGE_MAGICK=OFF ',
|
||||
'-DBUILD_STATIC_LIBS=OFF ',
|
||||
'-DCMAKE_INSTALL_LIBDIR=lib ',
|
||||
'-DCYTHON_EXECUTABLE=/usr/bin/cython3 ',
|
||||
'-DCMAKE_BUILD_TYPE=Release ',
|
||||
'-DCMAKE_INSTALL_PREFIX=/usr '
|
||||
' -DWITH_DBUS=ON',
|
||||
' -DBUILD_TESTING=OFF',
|
||||
' -DWITH_GSPELL=OFF',
|
||||
' -DBUILD_SHARED_LIBS=ON',
|
||||
' -DWITH_IMAGE_MAGICK=OFF',
|
||||
' -DBUILD_STATIC_LIBS=OFF',
|
||||
' -DCMAKE_INSTALL_LIBDIR=lib',
|
||||
' -DCYTHON_EXECUTABLE=/usr/bin/cython3',
|
||||
' -D2GEOM_BOOST_PYTHON=ON',
|
||||
' -D2GEOM_CYTHON_BINDINGS=ON',
|
||||
' -DCMAKE_BUILD_TYPE=Release',
|
||||
' -DCMAKE_INSTALL_PREFIX=/usr -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
# fix shebang
|
||||
#fix shebang
|
||||
# shelltools.system("find share/extensions -iname '*.py' -exec sed -i 's|env\ python$|env python3|g' {} \;")
|
||||
# if with imagemagick build.
|
||||
#if with imagemagick build.
|
||||
# shelltools.export("PKG_CONFIG_PATH", "${PKG_CONFIG_PATH}:/usr/lib/imagemagick6/pkgconfig")
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
@@ -39,4 +41,4 @@ def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("../COPYING", "../README.md")
|
||||
pisitools.dodoc("../AUTHORS", "../NEWS.md", "../README.md")
|
||||
|
||||
@@ -14,8 +14,9 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>SVG vector graphics application.</Summary>
|
||||
<Description>Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files.</Description>
|
||||
<Archive sha1sum="e61dc54dd15c79eeabc9cc04cc8ecaf15ead42b2" type="tarxz">
|
||||
https://media.inkscape.org/dl/resources/file/inkscape-1.1.tar.xz</Archive>
|
||||
<Archive sha1sum="203960527f27e9fedf3e662847f759a6b4781178" type="tarxz">
|
||||
https://inkscape.org/gallery/item/29255/inkscape-1.1.1_2021-09-20_3bf5ae0d25.tar.xz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ragel</Dependency>
|
||||
@@ -30,6 +31,8 @@
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libXv-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>libXaw-devel</Dependency>
|
||||
<Dependency>libXmu-devel</Dependency>
|
||||
<Dependency>libXpm-devel</Dependency>
|
||||
<Dependency>libXres-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
@@ -53,6 +56,7 @@
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>boost-python3</Dependency>
|
||||
<Dependency>poppler-devel</Dependency>
|
||||
<Dependency>poppler-utils</Dependency>
|
||||
<Dependency>libyaml-devel</Dependency>
|
||||
@@ -122,9 +126,11 @@
|
||||
<Dependency>python3-lxml</Dependency>
|
||||
<Dependency>python3-numpy</Dependency>
|
||||
<Dependency>python3-scour</Dependency>
|
||||
<Dependency>boost-python3</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>GraphicsMagick</Dependency>
|
||||
<!-- <Dependency>double-conversion</Dependency> -->
|
||||
<Dependency>python3-pygobject3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -167,6 +173,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2021-10-16</Date>
|
||||
<Version>1.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2021-06-05</Date>
|
||||
<Version>1.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user