* Added support for projects (#1665[1]) * Added object reference property type (with Steve Le Roy Harris and Phlosioneer, #707[2]) * Added world editing tool for adding/removing and moving around maps in a world (with Nils Kübler, #2208[3]) * Added a quick "Open file in Project" (Ctrl+P) action * Added new Object Alignment property to Tileset (with Phlosioneer, #91[4]) * Added layer tint color (by Gnumaru, #2687[5]) * Added support for using maps as images (with Phlosioneer, #2708[6]) * Added 'Open with System Editor' action for custom file properties (#2172[7]) * Added option to render object names when exporting as image (#2216[8]) * Added 'Replace Tileset' action to Tilesets view * Added shortcut to tooltips for all registered actions * Added automatic reloading of object templates (by Phlosioneer, #2699[9]) * Added 'Clear Console' button and context menu action (#2220[10]) * Added 'Reopen Closed File' (Ctrl+Shift+T) action * Added status bar button to toggle the Console view * Added a border around the tile selection highlight * Switch current tileset tab if all selected tiles are from the same tileset (by Mitch Curtis, #2792[11]) * Made tileset dynamic wrapping toggle persistent * Properties view: Added action for adding a property to context menu (#2796[12]) * Optimized loading of CSV tile layer data (by Phlosioneer, #2701[13]) * Improved map positioning when toggling 'Clear View' * Remember the preferred format used for saving * Normalize rotation values when rotating objects (#2775[14]) * Removed the Maps view (replaced by Project view) OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=52
130 lines
3.6 KiB
RPMSpec
130 lines
3.6 KiB
RPMSpec
#
|
|
# spec file for package tiled
|
|
#
|
|
# Copyright (c) 2020 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.4.0
|
|
Release: 0
|
|
Summary: A tilemap editor
|
|
License: GPL-2.0-or-later
|
|
URL: https://www.mapeditor.org
|
|
Source: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{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: shared-mime-info
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: cmake(Qt5Qml)
|
|
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
|
|
qmake-qt5 -r PREFIX=%{_prefix} LIBDIR=%{_libdir} RPATH=no USE_FHS_PLUGIN_PATH=yes
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
make 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
|