commit:     d356f91eba77d093825ddf5a6f56996a7dd421f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 15:16:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 15:21:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d356f91e

media-gfx/mypaint-brushes: add 1.3.1 (restore 1.x)

This partly reverts commit 2a7217dafee396a1a76ef5f6d4d025c11a8c99dd.

Restore 1.3.0 for GIMP to use, as GIMP doesn't really support 2.x even
though we currently hack it into (semi-)working.

I've used the same keywords as 2.x so we can fix GIMP immediately.

Bug: https://bugs.gentoo.org/747487
Bug: https://bugs.gentoo.org/955838
Bug: https://bugs.gentoo.org/955839
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/mypaint-brushes/Manifest                    |  1 +
 .../mypaint-brushes/mypaint-brushes-1.3.1.ebuild      | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/media-gfx/mypaint-brushes/Manifest 
b/media-gfx/mypaint-brushes/Manifest
index 2dbebfe48f5f..17ee28c04c95 100644
--- a/media-gfx/mypaint-brushes/Manifest
+++ b/media-gfx/mypaint-brushes/Manifest
@@ -1 +1,2 @@
+DIST mypaint-brushes-1.3.1.tar.xz 1360028 BLAKE2B 
620d2f0fcd5168a8fdf3a8dd50b91bb67807fab6d2ca6847ab55f73ed531f9c7fba037b33c954871302a94373fa88baafa1bbaf62a597a5b926b3bd52c103dcd
 SHA512 
22ff99c40a2fff71efd5c25a462cefb9948f0d258aee12e3eb924bac53733a2573e100454e2f3e4631d59eac013c2aaa7f32ff566843d23df971bf2aaa1181bd
 DIST mypaint-brushes-2.0.2.tar.xz 1522216 BLAKE2B 
ba274d9abcac51bba3b8e7d4489893eef62e2b35ee8d0607d476d022150d92944693cae6d1ddb9f4f9b01f229f050f4ccf7416a0ef0fe27e9e0f5e84a4e2c56f
 SHA512 
bae870e930381b818165e5e39d38b25782d5744c9a507a71dab37ae7ca2d4502896057f919a16eb9305d803a01db3a948a735d5c5b850893997a9afd6403144b

diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild 
b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild
new file mode 100644
index 000000000000..eb24226d67e6
--- /dev/null
+++ b/media-gfx/mypaint-brushes/mypaint-brushes-1.3.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Default MyPaint brushes"
+HOMEPAGE="https://github.com/mypaint/mypaint-brushes";
+SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P}.tar.xz";
+
+LICENSE="CC0-1.0"
+SLOT="1.0"  # due to pkgconfig name "mypaint-brushes-1.0"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86"
+
+src_prepare() {
+       default
+       eautoreconf
+}

Reply via email to