- Update to 1.3.1
This commit is contained in:
parent
40f546bb60
commit
6d9a40687b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518097
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tiled
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.3.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= graphics editors games
|
||||
|
||||
@ -15,7 +15,7 @@ LICENSE_COMB= multi
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bjorn
|
||||
|
||||
USES= compiler:c++11-lib desktop-file-utils gl qmake qt:5 \
|
||||
USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 \
|
||||
shared-mime-info xorg
|
||||
USE_QT= core gui widgets opengl network declarative \
|
||||
buildtools_build linguisttools_build
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1573678484
|
||||
SHA256 (bjorn-tiled-v1.3.0_GH0.tar.gz) = 6b909fe995fa7c6148b50eaf628491347b49780cb27d220429eaa63a1791a3a1
|
||||
SIZE (bjorn-tiled-v1.3.0_GH0.tar.gz) = 15727978
|
||||
TIMESTAMP = 1574330416
|
||||
SHA256 (bjorn-tiled-v1.3.1_GH0.tar.gz) = b37321e35bddb7bc96f9068edc06268b3f0eb8632fe6206aee296c8d6c3ba722
|
||||
SIZE (bjorn-tiled-v1.3.1_GH0.tar.gz) = 15728903
|
||||
|
@ -1,13 +0,0 @@
|
||||
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
|
||||
}
|
@ -19,8 +19,6 @@ lib/tiled/plugins/liblua.so
|
||||
lib/tiled/plugins/libreplicaisland.so
|
||||
lib/tiled/plugins/libtbin.so
|
||||
lib/tiled/plugins/libtengine.so
|
||||
%%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
|
||||
|
Loading…
Reference in New Issue
Block a user