diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-11-18 17:30:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-11-18 17:30:14 +0000 |
commit | 1a9a443120a355fa0b35cd16506fec37af9de0c2 (patch) | |
tree | dba9aaff521668ef598ec5180da38372efd4a834 /graphics/tiled | |
parent | ff95caab494ceb3d7931321befb7bf220cf05c98 (diff) |
Notes
Diffstat (limited to 'graphics/tiled')
-rw-r--r-- | graphics/tiled/Makefile | 4 | ||||
-rw-r--r-- | graphics/tiled/distinfo | 6 | ||||
-rw-r--r-- | graphics/tiled/files/patch-src_src.pro | 13 | ||||
-rw-r--r-- | graphics/tiled/pkg-plist | 12 |
4 files changed, 23 insertions, 12 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 125b3d42391e..9edd84d25eb9 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 1.2.5 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games @@ -17,7 +17,7 @@ GH_ACCOUNT= bjorn USES= compiler:c++11-lib desktop-file-utils gl qmake qt:5 \ shared-mime-info xorg -USE_QT= core gui widgets opengl network \ +USE_QT= core gui widgets opengl network declarative \ buildtools_build linguisttools_build USE_GL= gl USE_LDCONFIG= yes diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo index d918d309a64c..ed8fb433978f 100644 --- a/graphics/tiled/distinfo +++ b/graphics/tiled/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1570810565 -SHA256 (bjorn-tiled-v1.2.5_GH0.tar.gz) = 5240eb3ba95eb36c210da63a8d5a445daf7265ad34151e3c34e70dab5c8bdbfd -SIZE (bjorn-tiled-v1.2.5_GH0.tar.gz) = 16878267 +TIMESTAMP = 1573678484 +SHA256 (bjorn-tiled-v1.3.0_GH0.tar.gz) = 6b909fe995fa7c6148b50eaf628491347b49780cb27d220429eaa63a1791a3a1 +SIZE (bjorn-tiled-v1.3.0_GH0.tar.gz) = 15727978 diff --git a/graphics/tiled/files/patch-src_src.pro b/graphics/tiled/files/patch-src_src.pro new file mode 100644 index 000000000000..ee0c5f5ccd9f --- /dev/null +++ b/graphics/tiled/files/patch-src_src.pro @@ -0,0 +1,13 @@ +Disable not yet functional Qt quick based map viewer + +See https://github.com/bjorn/tiled/issues/2673 +--- src/src.pro.orig 2019-11-13 09:21:48 UTC ++++ src/src.pro +@@ -13,6 +13,5 @@ SUBDIRS = \ + + minQtVersion(5, 4, 0) { + SUBDIRS += \ +- tiledquickplugin \ +- tiledquick ++ tiledquickplugin + } diff --git a/graphics/tiled/pkg-plist b/graphics/tiled/pkg-plist index 9459c84771af..33440747603b 100644 --- a/graphics/tiled/pkg-plist +++ b/graphics/tiled/pkg-plist @@ -1,4 +1,3 @@ -bin/automappingconverter bin/terraingenerator bin/tiled bin/tmxrasterizer @@ -9,6 +8,7 @@ lib/libtiled.so.1.0 lib/libtiled.so.1.0.0 lib/tiled/plugins/libcsv.so lib/tiled/plugins/libdefold.so +lib/tiled/plugins/libdefoldcollection.so lib/tiled/plugins/libdroidcraft.so lib/tiled/plugins/libflare.so lib/tiled/plugins/libgmx.so @@ -19,15 +19,12 @@ lib/tiled/plugins/liblua.so lib/tiled/plugins/libreplicaisland.so lib/tiled/plugins/libtbin.so lib/tiled/plugins/libtengine.so -man/man1/automappingconverter.1.gz +%%QT_QMLDIR%%/org/mapeditor/Tiled/libtiledquickplugin.so +%%QT_QMLDIR%%/org/mapeditor/Tiled/qmldir man/man1/tiled.1.gz man/man1/tmxrasterizer.1.gz man/man1/tmxviewer.1.gz 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/org.mapeditor.Tiled.appdata.xml @@ -45,6 +42,7 @@ share/thumbnailers/tiled.thumbnailer %%DATADIR%%/translations/tiled_hu.qm %%DATADIR%%/translations/tiled_it.qm %%DATADIR%%/translations/tiled_ja.qm +%%DATADIR%%/translations/tiled_ko.qm %%DATADIR%%/translations/tiled_nb.qm %%DATADIR%%/translations/tiled_nl.qm %%DATADIR%%/translations/tiled_pl.qm @@ -54,5 +52,5 @@ share/thumbnailers/tiled.thumbnailer %%DATADIR%%/translations/tiled_sv.qm %%DATADIR%%/translations/tiled_tr.qm %%DATADIR%%/translations/tiled_uk.qm -%%DATADIR%%/translations/tiled_zh.qm +%%DATADIR%%/translations/tiled_zh_CN.qm %%DATADIR%%/translations/tiled_zh_TW.qm |