forked from pool/tiled
* Allow adding maps to image collection tilesets (#3447) * Auto-detect JSON file format when importing custom types (#3472) * Added file system actions to the tile context menu (#3448) * Fixed possible crash in Custom Types Editor (#3465) * Fixed display of overridden values from a nested class * Fixed ability to reset nested string and file properties (#3409) * Fixed changing nested property values for multiple objects (#3344) * Fixed resolving of class properties on export to affect all data types (#3470) * Fixed possible duplication of Automapping Rules Tileset (#3462) * Fixed case where object labels could become visible for hidden layer (#3442) * Fixed updating of custom property colors when changing style * Scripting: Added Tileset.findTile * AutoMapping: Fixed applying of rule probability (#3425) * Defold plugin: Assign incrementing z values and allow specifying tile_set (#3214) * Updates to German translation - Update to 1.9.1: * Fixed properties-related crash when having no project loaded * Fixed loading of custom tile image rectangles (#3405) * Fixed loading of member values for nested classes (#3414) * Fixed visibility of "Move Object to Layer" sub-menu (#3417) * Fixed shadow offset for other maps in a world (#3429) * Fixed class dropdown to update immediately when changing custom types (#3398) * Fixed deleting an overridden property to not make it disappear (#3409) * Scripting: Added TilesetsView.currentTilesetChanged * JSON plugin: Fixed loading image layer "repeatx/y" properties #3428) * snap: Fixed startup error due to missing libQt5Concurrent.so.5 (#3408) * AppImage: Use custom AppRun that can call all binaries (#3415) * AppImage: Updated to Sentry 0.5.0 OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=79
133 lines
3.7 KiB
RPMSpec
133 lines
3.7 KiB
RPMSpec
#
|
|
# spec file for package tiled
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: tiled
|
|
Version: 1.9.2
|
|
Release: 0
|
|
Summary: A tilemap editor
|
|
License: GPL-2.0-or-later
|
|
URL: https://www.mapeditor.org
|
|
Source: https://github.com/mapeditor/tiled/archive/refs/tags/v%{version}.tar.gz
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: libQt5OpenGL-devel
|
|
BuildRequires: libqt5-linguist
|
|
BuildRequires: libqt5-qtbase-devel
|
|
BuildRequires: libqt5-qtdeclarative-devel
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel
|
|
BuildRequires: qbs
|
|
BuildRequires: qt6-quickcontrols2-devel
|
|
BuildRequires: shared-mime-info
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: cmake(Qt5Qml) >= 5.12
|
|
Recommends: tmxtools
|
|
Provides: tiled-qt
|
|
|
|
%description
|
|
Tiled is a general purpose tile map editor. It is built to work with
|
|
varying game engines, whether your game is an RPG, platformer or
|
|
Breakout clone. Tiled is written in C++, using the Qt application
|
|
framework.
|
|
|
|
%package -n tmxtools
|
|
Summary: Commandline Tools for Tiled MapEditor
|
|
License: BSD-2-Clause
|
|
|
|
%description -n tmxtools
|
|
This package contains tmxviewer, a simple application to view Tiled maps
|
|
and tmxrasterizer which is also a command line tool.
|
|
|
|
%package -n libtiled1
|
|
Summary: Library for Tiled MapEditor
|
|
License: BSD-2-Clause
|
|
|
|
%description -n libtiled1
|
|
This package contains libtiled a library for the Tiled map editor.
|
|
|
|
%prep
|
|
%setup -q
|
|
# Remove copy of zlib
|
|
rm -rf src/zlib
|
|
|
|
%build
|
|
qbs setup-toolchains --detect
|
|
qbs qbs.installPrefix:"/usr" projects.Tiled.useRPaths:false
|
|
|
|
%install
|
|
qbs install --install-root=%{buildroot}
|
|
|
|
# Clean build artefacts
|
|
find -name ".uic" -or -name ".moc" -or -name ".rcc" | xargs rm -rf
|
|
|
|
# locale files
|
|
%find_lang %{name} --with-qt
|
|
|
|
# Removed development file (this version does not install headers anyway)
|
|
rm %{buildroot}%{_libdir}/lib%{name}.so
|
|
|
|
# Remove duplicates
|
|
%fdupes %{buildroot}%{_datadir}
|
|
|
|
%post -n libtiled1 -p /sbin/ldconfig
|
|
%postun -n libtiled1 -p /sbin/ldconfig
|
|
|
|
%if 0%{?suse_version} > 1130
|
|
%post
|
|
%desktop_database_post
|
|
%icon_theme_cache_post
|
|
%mime_database_post
|
|
|
|
%postun
|
|
%desktop_database_postun
|
|
%icon_theme_cache_postun
|
|
%mime_database_postun
|
|
%endif
|
|
|
|
%files -f %{name}.lang
|
|
%license COPYING LICENSE.GPL LICENSE.BSD
|
|
%doc AUTHORS NEWS.md README.md
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/terraingenerator
|
|
%{_datadir}/applications/org.mapeditor.Tiled.desktop
|
|
%{_datadir}/metainfo/org.mapeditor.Tiled.appdata.xml
|
|
%{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
%{_datadir}/mime/packages/org.mapeditor.Tiled.xml
|
|
%dir %{_datadir}/%{name}/
|
|
%dir %{_datadir}/%{name}/translations
|
|
%{_libdir}/%{name}
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
|
|
%files -n libtiled1
|
|
%license LICENSE.BSD
|
|
%{_libdir}/lib%{name}.so.*
|
|
|
|
%files -n tmxtools
|
|
%license LICENSE.BSD
|
|
%{_bindir}/tmxrasterizer
|
|
%{_bindir}/tmxviewer
|
|
%{_mandir}/man1/tmxviewer.1%{?ext_man}
|
|
%{_mandir}/man1/tmxrasterizer.1%{?ext_man}
|
|
%dir %{_datadir}/thumbnailers/
|
|
%{_datadir}/thumbnailers/tiled.thumbnailer
|
|
%dir %{_datadir}/metainfo/
|
|
|
|
%changelog
|