public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/
Date: Sun, 19 May 2024 17:02:39 +0000 (UTC)	[thread overview]
Message-ID: <1716138097.90f3e3da8d161d45c9cdb1e532c4c3121f5d063f.sam@gentoo> (raw)

commit:     90f3e3da8d161d45c9cdb1e532c4c3121f5d063f
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Sun May 19 14:01:48 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 19 17:01:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f3e3da

media-gfx/tuxpaint: remove USE=svg from graphicsmagick

Closes: https://github.com/gentoo/gentoo/pull/36742
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/tuxpaint/tuxpaint-0.9.31-r1.ebuild | 65 ++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.31-r1.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.31-r1.ebuild
new file mode 100644
index 000000000000..33f527fd82ac
--- /dev/null
+++ b/media-gfx/tuxpaint/tuxpaint-0.9.31-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop optfeature toolchain-funcs xdg
+
+DESCRIPTION="Drawing program designed for young children"
+HOMEPAGE="https://www.tuxpaint.org/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
+S="${WORKDIR}"/${P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	app-text/libpaper:=
+	dev-libs/fribidi
+	gnome-base/librsvg:2
+	media-gfx/libimagequant
+	>=media-libs/freetype-2:2
+	>=media-libs/libpng-1.2:0=
+	media-libs/libsdl2[X,joystick]
+	media-libs/sdl2-gfx
+	media-libs/sdl2-image[png]
+	media-libs/sdl2-mixer
+	media-libs/sdl2-pango
+	media-libs/sdl2-ttf
+	sys-libs/zlib
+	x11-libs/cairo
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/gperf
+	media-gfx/graphicsmagick[jpeg,png]
+	sys-devel/gettext
+"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-Makefile.patch
+)
+
+src_compile() {
+	emake CC="$(tc-getCC)" GENTOO_LIBDIR="$(get_libdir)"
+}
+
+src_install() {
+	emake DESTDIR="${D}" GENTOO_LIBDIR="$(get_libdir)" install
+	local file size
+	for file in data/images/icon[0-9]*x[0-9]*.png; do
+		size=${file##*/icon}
+		size=${size%%x*}
+		newicon -s "${size}" "${file}" tux4kids-tuxpaint.png
+	done
+	newmenu src/tuxpaint.desktop tux4kids-tuxpaint.desktop
+	docinto /usr/share/doc/${PF}
+	dodoc docs/*.txt
+	dodoc docs/en/*.txt
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	optfeature "additional graphic stamps" media-gfx/tuxpaint-stamps
+}


             reply	other threads:[~2024-05-19 17:02 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-19 17:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15 16:28 [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/ Sam James
2024-06-25  0:11 Sam James
2024-05-19 17:09 Sam James
2024-03-22 13:14 Arthur Zamarin
2024-03-13  6:26 Arthur Zamarin
2024-03-13  0:54 Sam James
2023-11-02 18:16 Arthur Zamarin
2023-08-02  6:53 Joonas Niilola
2023-07-27  6:40 Joonas Niilola
2023-06-02 15:35 Joonas Niilola
2023-03-14  8:05 Joonas Niilola
2023-01-20 13:50 Joonas Niilola
2023-01-20 13:50 Joonas Niilola
2023-01-20  1:23 Sam James
2023-01-20  1:23 Sam James
2022-09-15 13:20 Sam James
2022-07-21  8:37 Joonas Niilola
2022-06-16 16:30 Sam James
2022-03-18  8:11 Arthur Zamarin
2022-03-14 18:35 Agostino Sarubbo
2022-03-14 18:32 Agostino Sarubbo
2022-01-19  1:14 Sam James
2022-01-19  0:48 Sam James
2022-01-16  1:35 Sam James
2022-01-16  1:34 Sam James
2021-08-19  0:39 Sam James
2021-02-09 23:58 Sam James
2021-02-02 23:46 Sam James
2021-01-27  4:06 Sam James
2021-01-05  7:41 Joonas Niilola
2021-01-02 15:36 Joonas Niilola
2021-01-02 15:36 Joonas Niilola
2020-12-27  5:29 Sam James
2020-12-27  5:29 Sam James
2020-07-26 21:42 Andreas Sturmlechner
2016-09-18  9:22 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1716138097.90f3e3da8d161d45c9cdb1e532c4c3121f5d063f.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox