From d246e79b4b057dfd52551d83585100bbca64118d Mon Sep 17 00:00:00 2001 From: David Korth Date: Sat, 24 Dec 2022 14:19:02 -0500 Subject: [PATCH] [debian] Move rom-properties.thumbnailer from gtk3 to utils. gtk3 depends on utils, so this shouldn't be a big problem. This is needed to prepare for the gtk4 package, which will also use the rom-properties.thumbnailer file. (cherry picked from commit d2f3476ab5bb08a6d3cd2c61b4db4d57ee44a72b) --- debian/rom-properties-gtk3.install | 1 - debian/rom-properties-utils.install | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rom-properties-gtk3.install b/debian/rom-properties-gtk3.install index acf8265a8..44317a93b 100644 --- a/debian/rom-properties-gtk3.install +++ b/debian/rom-properties-gtk3.install @@ -2,4 +2,3 @@ usr/lib/nautilus/extensions-3.0/rom-properties-gtk3.so usr/lib/*/caja/extensions-2.0/rom-properties-gtk3.so usr/lib/*/nemo/extensions-3.0/rom-properties-gtk3.so usr/lib/*/thunarx-3/rom-properties-gtk3.so -usr/share/thumbnailers/rom-properties.thumbnailer diff --git a/debian/rom-properties-utils.install b/debian/rom-properties-utils.install index b4d41d7b8..b02604db3 100644 --- a/debian/rom-properties-utils.install +++ b/debian/rom-properties-utils.install @@ -3,3 +3,4 @@ usr/bin/rp-stub usr/bin/rp-config usr/lib/*/libexec/rp-download usr/lib/*/libexec/rp-thumbnail +usr/share/thumbnailers/rom-properties.thumbnailer