diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /gnome-extra/gnome-directory-thumbnailer | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'gnome-extra/gnome-directory-thumbnailer')
4 files changed, 0 insertions, 77 deletions
diff --git a/gnome-extra/gnome-directory-thumbnailer/Manifest b/gnome-extra/gnome-directory-thumbnailer/Manifest deleted file mode 100644 index d841cb5b02ba..000000000000 --- a/gnome-extra/gnome-directory-thumbnailer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnome-directory-thumbnailer-0.1.11.tar.xz 278788 BLAKE2B 3e46f3daba581fc6e0e247521a3542207da61e6c8b7912b913ac3637427b8dde802876c1fdda79956b29036dbf08d7247c8452ac2edd7e0f13d6f35e9390692b SHA512 e66ec9855a2de58887425da1ab4f611471cb3f09418d43c24d1b47f4c05180688e37c6670c3c96b53478d7ed3c6a036b669fb129766870bad7fbca90cb726ff8 diff --git a/gnome-extra/gnome-directory-thumbnailer/files/0.1.11-Update-for-gnome-desktop-43-API-change.patch b/gnome-extra/gnome-directory-thumbnailer/files/0.1.11-Update-for-gnome-desktop-43-API-change.patch deleted file mode 100644 index 9094c07122d2..000000000000 --- a/gnome-extra/gnome-directory-thumbnailer/files/0.1.11-Update-for-gnome-desktop-43-API-change.patch +++ /dev/null @@ -1,37 +0,0 @@ -https://bugs.gentoo.org/882471 -https://gitlab.gnome.org/GNOME/gnome-directory-thumbnailer/-/merge_requests/2 - -From 8b39714ff8fd5de6643b5fdcf7fb01da35b82334 Mon Sep 17 00:00:00 2001 -From: Matt Turner <mattst88@gmail.com> -Date: Sun, 4 Dec 2022 14:20:23 -0500 -Subject: [PATCH] Update for gnome-desktop-43 API change - -Fixes: https://gitlab.gnome.org/GNOME/gnome-directory-thumbnailer/-/issues/8 ---- - src/main.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/main.c b/src/main.c -index 64aa7da..c5c6d34 100644 ---- a/src/main.c -+++ b/src/main.c -@@ -373,12 +373,16 @@ copy_thumbnail_from_file (GnomeDesktopThumbnailFactory *factory, const gchar *fi - g_setenv ("GNOME_DIRECTORY_THUMBNAILER_RECURSION_LIMIT", new_recursion_limit_str, TRUE); - g_free (new_recursion_limit_str); - -+#if defined(GNOME_DESKTOP_PLATFORM_VERSION) && GNOME_DESKTOP_PLATFORM_VERSION >= 43 -+ pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, file_uri, file_mime_type, NULL, error); -+#else - pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, file_uri, file_mime_type); - if (pixbuf == NULL) { - /* gnome-desktop doesn't set an error so we have to. */ - g_debug ("Error generating thumbnail."); - g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_NOENT, _("Error generating thumbnail for file ‘%s’."), file_uri); - } -+#endif - } else { - g_debug ("Didn’t generate thumbnail due to hitting the recursion limit."); - g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_NOENT, _("Error generating thumbnail for file ‘%s’: recursion limit reached."), file_uri); --- -2.37.4 - diff --git a/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11-r1.ebuild b/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11-r1.ebuild deleted file mode 100644 index 415cfeb9c570..000000000000 --- a/gnome-extra/gnome-directory-thumbnailer/gnome-directory-thumbnailer-0.1.11-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2 - -DESCRIPTION="Thumbnail generator for directories" -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeDirectoryThumbnailer" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( - "${FILESDIR}"/${PV}-Update-for-gnome-desktop-43-API-change.patch -) - -RDEPEND=" - >=dev-libs/glib-2.35:2 - >=x11-libs/gdk-pixbuf-2.36.5:2 - >=gnome-base/gnome-desktop-2.2:3= - x11-libs/gtk+:3 -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/intltool-0.40 - virtual/pkgconfig -" diff --git a/gnome-extra/gnome-directory-thumbnailer/metadata.xml b/gnome-extra/gnome-directory-thumbnailer/metadata.xml deleted file mode 100644 index 76cf47d1cc2d..000000000000 --- a/gnome-extra/gnome-directory-thumbnailer/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <upstream> - <remote-id type="gnome-gitlab">GNOME/gnome-directory-thumbnailer</remote-id> - </upstream> -</pkgmetadata> |
