1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

graphics/inkscape: update to 1.0.2 release

With hat:	desktop
Submitted by:	Sergey Golyashov via mail
Release notes:	https://inkscape.org/news/2021/01/17/102-and-11alpha/
This commit is contained in:
Dima Panov 2021-01-28 12:29:45 +00:00
parent b170496bb6
commit 94ab268ac7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563131
3 changed files with 16 additions and 10 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= inkscape
PORTVERSION= 1.0.1
PORTREVISION= 5
PORTVERSION= 1.0.2
CATEGORIES= graphics gnome
MASTER_SITES= https://media.inkscape.org/dl/resources/file/
@ -52,7 +51,7 @@ USE_GNOME= gtkmm30 libxml2 libxslt
USE_XORG= sm ice x11 xext
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}_2020-09-07_3bc2e813f5
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}_2021-01-15_e86c870879
INSTALLS_ICONS= yes
@ -114,10 +113,6 @@ post-patch:
# Third entry in the table of interpreters is basename of executable
@${REINPLACE_CMD} -e 's|"python3"|"${PYTHON_VERSION}"|g' \
${WRKSRC}/src/extension/implementation/script.cpp
@${REINPLACE_CMD} -e 's|web-set-att|web_set_att|g' \
${WRKSRC}/po/*.po
@${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \
${WRKSRC}/po/*.po
@${TOUCH} ${WRKSRC}/share/extensions/gcodetools_check_for_updates.inx.h
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1600940214
SHA256 (inkscape-1.0.1.tar.xz) = cf9295edf46a633caf3aac0562364a24aef7cd6294601365aca38aeead2d57c2
SIZE (inkscape-1.0.1.tar.xz) = 32051632
TIMESTAMP = 1610967905
SHA256 (inkscape-1.0.2.tar.xz) = da3e230511a08cbf21e86710d161458594fea87867e9157b67ed01a04ea2798a
SIZE (inkscape-1.0.2.tar.xz) = 32421620

View File

@ -66,6 +66,10 @@ share/icons/hicolor/48x48/apps/org.inkscape.Inkscape.png
%%DATADIR%%/examples/tref.svg
%%DATADIR%%/examples/turbulence_filters.svg
%%DATADIR%%/extensions/.pylintrc
%%DATADIR%%/extensions/.pytest_cache/CACHEDIR.TAG
%%DATADIR%%/extensions/.pytest_cache/README.md
%%DATADIR%%/extensions/.pytest_cache/v/cache/nodeids
%%DATADIR%%/extensions/.pytest_cache/v/cache/stepwise
%%DATADIR%%/extensions/LICENSE.txt
%%DATADIR%%/extensions/MANIFEST.in
%%DATADIR%%/extensions/Poly3DObjects/cube.obj
@ -2775,3 +2779,10 @@ share/icons/hicolor/48x48/apps/org.inkscape.Inkscape.png
%%NLS%%share/locale/zh_CN/LC_MESSAGES/inkscape.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/inkscape.mo
share/metainfo/org.inkscape.Inkscape.appdata.xml
@dir %%DATADIR%%/extensions/__pycache__
@dir %%DATADIR%%/extensions/barcode/__pycache__
@dir %%DATADIR%%/extensions/ink2canvas_lib/__pycache__
@dir %%DATADIR%%/extensions/inkex/__pycache__
@dir %%DATADIR%%/extensions/inkex/deprecated-simple/__pycache__
@dir %%DATADIR%%/extensions/inkex/elements/__pycache__
@dir %%DATADIR%%/extensions/inkex/tester/__pycache__