* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/files/
@ 2021-11-01 17:55 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-11-01 17:55 UTC (permalink / raw
To: gentoo-commits
commit: ce1ebfa3338080f69f49e20ae8481a27a4d2e709
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 1 16:23:53 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 17:55:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1ebfa3
dev-perl/Gtk3: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/22783
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../Gtk3/files/Gtk3-0.34.0-gdk-pixbuf-test.patch | 63 ----------------------
1 file changed, 63 deletions(-)
diff --git a/dev-perl/Gtk3/files/Gtk3-0.34.0-gdk-pixbuf-test.patch b/dev-perl/Gtk3/files/Gtk3-0.34.0-gdk-pixbuf-test.patch
deleted file mode 100644
index 48a725f1437..00000000000
--- a/dev-perl/Gtk3/files/Gtk3-0.34.0-gdk-pixbuf-test.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From 88bc49e7a21da0131b10546aa07ebdf98d18a37e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= <kaffeetisch@gmx.de>
-Date: Sun, 6 Jan 2019 15:18:02 +0100
-Subject: [PATCH] Load GdkPixdata introspection data if gdk-pixbuf >= 2.38.0
-
-In gdk-pixbuf 2.38.0, the GdkPixdata introspection data was split out into its
-own file.
-
-Based on a patch by gregor herrmann <gregoa@debian.org>.
-
-https://rt.cpan.org/Ticket/Display.html?id=127071
----
- lib/Gtk3.pm | 14 ++++++++++++++
- perl-Gtk3.doap => perl-gtk3.doap | 0
- 2 files changed, 14 insertions(+)
- rename perl-Gtk3.doap => perl-gtk3.doap (100%)
-
-diff --git a/lib/Gtk3.pm b/lib/Gtk3.pm
-index 6a65487..f90af7e 100644
---- a/lib/Gtk3.pm
-+++ b/lib/Gtk3.pm
-@@ -60,6 +60,7 @@ and Perl packages:
- Gtk-3.0 | Gtk3
- Gdk-3.0 | Gtk3::Gdk
- GdkPixbuf-2.0 | Gtk3::Gdk
-+ GdkPixdata-2.0| Gtk3::Gdk
- Pango-1.0 | Pango
-
- =cut
-@@ -84,6 +85,10 @@ my $_GDK_PIXBUF_BASENAME = 'GdkPixbuf';
- my $_GDK_PIXBUF_VERSION = '2.0';
- my $_GDK_PIXBUF_PACKAGE = 'Gtk3::Gdk';
-
-+my $_GDK_PIXDATA_BASENAME = 'GdkPixdata';
-+my $_GDK_PIXDATA_VERSION = '2.0';
-+my $_GDK_PIXDATA_PACKAGE = 'Gtk3::Gdk';
-+
- my $_PANGO_BASENAME = 'Pango';
- my $_PANGO_VERSION = '1.0';
- my $_PANGO_PACKAGE = 'Pango';
-@@ -471,6 +476,15 @@ sub import {
- package => $_GDK_PIXBUF_PACKAGE,
- flatten_array_ref_return_for => \@_GDK_PIXBUF_FLATTEN_ARRAY_REF_RETURN_FOR);
-
-+ # In gdk-pixbuf 2.38.0, the GdkPixdata introspection information was split
-+ # out into its own file.
-+ if (Gtk3::Gdk::Pixbuf::CHECK_VERSION (2, 38, 0)) {
-+ Glib::Object::Introspection->setup (
-+ basename => $_GDK_PIXDATA_BASENAME,
-+ version => $_GDK_PIXDATA_VERSION,
-+ package => $_GDK_PIXDATA_PACKAGE);
-+ }
-+
- Glib::Object::Introspection->setup (
- basename => $_PANGO_BASENAME,
- version => $_PANGO_VERSION,
-diff --git a/perl-Gtk3.doap b/perl-gtk3.doap
-similarity index 100%
-rename from perl-Gtk3.doap
-rename to perl-gtk3.doap
---
-2.18.1
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-01 17:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 17:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/files/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox