Accepting request 434398 from home:Mailaender:branches:games:tools
new upstream release, please forward to Factory OBS-URL: https://build.opensuse.org/request/show/434398 OBS-URL: https://build.opensuse.org/package/show/games:tools/tiled?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c666627fc243d27fb879d85b9de841b5c82d1363f93204e5f72afd50a1373168
|
||||
size 4506022
|
3
tiled-0.17.0.tar.gz
Normal file
3
tiled-0.17.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7fce2006a04c9e6e5d45a15fb31d342a4a66f7a01e1e6bc0753035cfbf42f31
|
||||
size 4852620
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 05:04:11 UTC 2016 - mailaender@opensuse.org
|
||||
|
||||
- Add icon/desktop/mime macros
|
||||
- Install appdata for https://en.opensuse.org/openSUSE:AppStore
|
||||
- Update to version 0.17.0
|
||||
* Added a platform-independent theme, which can be dark (#786)
|
||||
* Added Paste in Place action for objects (#1257)
|
||||
* Added custom property type 'color' (#1275)
|
||||
* Added custom property type 'file' (#1278)
|
||||
* Added option for removing invisible objects in resize dialog (#1032, by Mamed Ibrahimov)
|
||||
* Added support for editing multi-line string properties (#205)
|
||||
* Added %layername and %objectid to available command variables
|
||||
* Added support for scrolling in tileset view with middle mouse button (#1050, with Will Luongo)
|
||||
* Added a rectangle erase mode to the eraser (#1297)
|
||||
* Added export to Defold .tilemap files (#1316, by Nikita Razdobreev)
|
||||
* Added simple full screen mode
|
||||
* Added "Copy File Path" and "Open Containing Folder" actions to tab context menu
|
||||
* Added warning when saving with the wrong file extension
|
||||
* Added color picker for setting transparent color of a tileset (#1173, by Ava Brumfield)
|
||||
* Various object selection tool improvements
|
||||
* Allow creating rectangle/ellipse objects in any direction (#1300)
|
||||
* Enabled nested views and grouped dragging for stacked views (#1291)
|
||||
* Fixed updating object drag cursor when exiting resize handles (#1277)
|
||||
* Fixed tile animations to stay in sync when changing them (#1288)
|
||||
* Fixed preservation of tile meta-data when tileset width is changed (#1315)
|
||||
* Updated Bulgarian, Dutch, German, Norwegian Bokmål, Russian, Spanish and Turkish translations
|
||||
* JSON plugin: Fixed loading of custom properties on terrains
|
||||
* Lua plugin: Fixed missing export of object layer drawing order
|
||||
* Fixed tile index adjustment when tileset image changes width
|
||||
* Fixed --export-map [format] option
|
||||
* Fixed shortcuts for some tools when language is set to Dutch
|
||||
* Fixed a painting related bug affecting the top edge after AutoMapping
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 13 09:00:39 UTC 2016 - rpm@fthiessen.de
|
||||
|
||||
|
20
tiled.spec
20
tiled.spec
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tiled
|
||||
Version: 0.16.1
|
||||
Version: 0.17.0
|
||||
Release: 0
|
||||
Summary: A tilemap editor
|
||||
License: GPL-2.0+
|
||||
@@ -32,6 +32,7 @@ BuildRequires: libQt5OpenGL-devel
|
||||
BuildRequires: libqt5-linguist
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: shared-mime-info
|
||||
Recommends: tmxtools
|
||||
Provides: tiled-qt
|
||||
|
||||
@@ -83,15 +84,30 @@ rm %{buildroot}%{_libdir}/lib%{name}.so
|
||||
# Remove duplicates
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
# Install software gallery metadata
|
||||
install -Dm0644 tiled.appdata.xml %{buildroot}%{_datadir}/appdata/tiled.appdata.xml
|
||||
|
||||
%post -n libtiled1 -p /sbin/ldconfig
|
||||
%postun -n libtiled1 -p /sbin/ldconfig
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
%mime_database_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
%mime_database_postun
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS NEWS README.md COPYING LICENSE.GPL
|
||||
%doc AUTHORS NEWS.md README.md COPYING LICENSE.GPL LICENSE.BSD
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/terraingenerator
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.*
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
|
Reference in New Issue
Block a user