- Update to 1.2.0
This commit is contained in:
parent
382df40120
commit
030d1b1c92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480506
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tiled
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= graphics editors games
|
||||
|
||||
@ -29,12 +28,16 @@ OPTIONS_DEFAULT=PYTHON
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PYTHON_DESC= Enable python plugin
|
||||
PYTHON_USES= pkgconfig python:2.7
|
||||
PYTHON_USES= pkgconfig python:3.6+
|
||||
PYTHON_QMAKE_OFF= DISABLE_PYTHON_PLUGIN=yes
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "*.pro" -exec ${REINPLACE_CMD} -e 's|share/man|man|' {} \;
|
||||
|
||||
post-patch-PYTHON-on:
|
||||
@${REINPLACE_CMD} -e 's|python3|python-${PYTHON_VER}|' \
|
||||
${WRKSRC}/src/plugins/python/find_python.pri
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in AUTHORS README.md NEWS.md
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1531919719
|
||||
SHA256 (bjorn-tiled-v1.1.6_GH0.tar.gz) = 01e7485a44d1a4dc485804a466c9f93de4fcd078e763d6c8670d1082aad181a8
|
||||
SIZE (bjorn-tiled-v1.1.6_GH0.tar.gz) = 16050408
|
||||
TIMESTAMP = 1537474798
|
||||
SHA256 (bjorn-tiled-v1.2.0_GH0.tar.gz) = 979ab56337ba365455d3b9cf54c957b94e15dbe82884143c9c12c2fd6771b48d
|
||||
SIZE (bjorn-tiled-v1.2.0_GH0.tar.gz) = 17007687
|
||||
|
@ -22,15 +22,15 @@ man/man1/automappingconverter.1.gz
|
||||
man/man1/tiled.1.gz
|
||||
man/man1/tmxrasterizer.1.gz
|
||||
man/man1/tmxviewer.1.gz
|
||||
share/applications/tiled.desktop
|
||||
share/applications/org.mapeditor.Tiled.desktop
|
||||
share/icons/hicolor/16x16/apps/tiled.png
|
||||
share/icons/hicolor/16x16/mimetypes/application-x-tiled.png
|
||||
share/icons/hicolor/32x32/apps/tiled.png
|
||||
share/icons/hicolor/32x32/mimetypes/application-x-tiled.png
|
||||
share/icons/hicolor/scalable/apps/tiled.svg
|
||||
share/icons/hicolor/scalable/mimetypes/application-x-tiled.svg
|
||||
share/metainfo/tiled.appdata.xml
|
||||
share/mime/packages/tiled.xml
|
||||
share/metainfo/org.mapeditor.Tiled.appdata.xml
|
||||
share/mime/packages/org.mapeditor.Tiled.xml
|
||||
share/thumbnailers/tiled.thumbnailer
|
||||
%%DATADIR%%/translations/tiled_ar_DZ.qm
|
||||
%%DATADIR%%/translations/tiled_bg.qm
|
||||
|
Loading…
Reference in New Issue
Block a user