dev-games/tiled: add 1.12.0, drop 1.11.2_p20260205

Signed-off-by: Andrei Sabalenka <mechakotik@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45929
Closes: https://github.com/gentoo/gentoo/pull/45929
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Andrei Sabalenka
2026-03-13 22:52:09 +03:00
committed by Sam James
parent 713330a208
commit a50a3da649
2 changed files with 2 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
DIST tiled-1.11.2_p20250614.tar.gz 17510746 BLAKE2B 2ad9c94e4d361a65a144753727b8b20adc496f4b92aa022b1721f011575fdaff315fc76e662ec90c35bce00bad713d5c9644493ce96e025761c88058b10550d1 SHA512 d2a603ed75e164d8c8745440e034f06c5375f0e1408adb4a87330060932fa7b0f6e5605f85343f6eb869cf60cbfbdad561cd86e72b860ed219484d8133780b9c
DIST tiled-1.11.2_p20260205.tar.gz 17834230 BLAKE2B af4cb8968cc09f860b6fa8bb1b15f60a683e71dec305e9b8929d4efcd171e91c599338bfe49f58b104580be1ed5bd955f9fcd7b0add9b3a08c60ecac24af423f SHA512 418f1c12edd063fb10fd3974c8396ac7c71229b1d1085acef58a804ae2cd076f5da1305877dfa3c6809ce8b0466421b4e5ff1507b3b97d4a26f97a707b4a67a1
DIST tiled-1.12.0.tar.gz 17861589 BLAKE2B 183580460e3a4adf852a7726290d04fd0271568f7898389c27896e0a7786944a74e5d2821ad8234be70867a100726f3be86729c4090b6a48e0009702c1e17d41 SHA512 13cfc2502e978fa91d98495cfb7c30fc5f08c2ae52f42f5555f38d9f4dfa27a5b1aba9ad380de43bed30e0fcfee660cc0e5e5aae26765bc5d7f076efd91c3210

View File

@@ -3,14 +3,12 @@
EAPI=8
COMMIT=400e62395319ab1b0bd9dc260854e95eeb7710a5
PYTHON_COMPAT=(python3_{11..14})
inherit edo flag-o-matic multiprocessing python-single-r1 toolchain-funcs xdg
DESCRIPTION="A general purpose tile map editor"
HOMEPAGE="https://www.mapeditor.org/ https://github.com/mapeditor/tiled"
SRC_URI="https://codeload.github.com/mapeditor/tiled/tar.gz/${COMMIT} -> ${P}.tar.gz"
S="${WORKDIR}/tiled-${COMMIT}"
SRC_URI="https://github.com/mapeditor/tiled/archive/v${PV}/${P}.tar.gz"
LICENSE="BSD BSD-2 GPL-2+"
SLOT="0"