From 0393fab3ddf70173c34a2f21e90c7fad1a84d22d Mon Sep 17 00:00:00 2001 From: David Korth Date: Sat, 30 Mar 2024 11:02:40 -0400 Subject: [PATCH] [debian] rom-properties-tracker: Add a Debian package for the Tracker extractor module. NOTE: The XFCE and GTK3 packages have the Tracker package listed as Recommends, not Depends. --- debian/control | 17 ++++++++++++++--- debian/rom-properties-tracker.docs | 5 +++++ debian/rom-properties-tracker.install | 10 ++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 debian/rom-properties-tracker.docs create mode 100644 debian/rom-properties-tracker.install diff --git a/debian/control b/debian/control index 30e3e8eef..3669cf7e8 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Vcs-Browser: https://github.com/GerbilSoft/rom-properties Package: rom-properties-all Architecture: any -Depends: ${misc:Depends}, libromdata5, rom-properties-kde4, rom-properties-kf5, rom-properties-xfce, rom-properties-gtk3, rom-properties-cli, rom-properties-utils, rom-properties-lang, rom-properties-thumbnailer-dbus +Depends: ${misc:Depends}, libromdata5, rom-properties-kde4, rom-properties-kf5, rom-properties-xfce, rom-properties-gtk3, rom-properties-cli, rom-properties-tracker, rom-properties-utils, rom-properties-lang, rom-properties-thumbnailer-dbus Description: ROM Properties Page shell extension This shell extension provides thumbnailing and property page functionality for ROM images, disc images, and save files for various game consoles, @@ -100,7 +100,7 @@ Description: ROM Properties Page shell extension Package: rom-properties-xfce Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata5, rom-properties-utils, rom-properties-xdg, rom-properties-thumbnailer-dbus -Recommends: rom-properties-lang +Recommends: rom-properties-lang, rom-properties-tracker Description: ROM Properties Page shell extension This shell extension provides thumbnailing and property page functionality for ROM images, disc images, and save files for various game consoles, @@ -114,7 +114,7 @@ Description: ROM Properties Page shell extension Package: rom-properties-gtk3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata5, rom-properties-utils, rom-properties-xdg, rom-properties-thumbnailer-dbus -Recommends: rom-properties-lang +Recommends: rom-properties-lang, rom-properties-tracker Conflicts: rom-properties-gnome, rom-properties-mate, rom-properties-cinnamon, rom-properties-gtk3-common Replaces: rom-properties-gnome, rom-properties-mate, rom-properties-cinnamon, rom-properties-gtk3-common Description: ROM Properties Page shell extension @@ -141,6 +141,17 @@ Description: ROM Properties Page shell extension . This package contains the command line version. +Package: rom-properties-tracker +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata5 +Description: ROM Properties Page shell extension + This shell extension provides thumbnailing and property page functionality + for ROM images, disc images, and save files for various game consoles, + including Nintendo GameCube and Wii. + . + This package contains the Tracker metadata extractor module for + GNOME desktops. + Package: rom-properties-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/rom-properties-tracker.docs b/debian/rom-properties-tracker.docs new file mode 100644 index 000000000..b580fff62 --- /dev/null +++ b/debian/rom-properties-tracker.docs @@ -0,0 +1,5 @@ +README.md +NETWORK.md +NEWS.md +doc/keys.conf.example +doc/rom-properties.conf.example diff --git a/debian/rom-properties-tracker.install b/debian/rom-properties-tracker.install new file mode 100644 index 000000000..c9cca9ee5 --- /dev/null +++ b/debian/rom-properties-tracker.install @@ -0,0 +1,10 @@ +usr/lib/*/tracker-1.0/extract-modules/libextract-rom-properties.so +usr/share/tracker/extract-rules/14-rp-application-packages.rule +usr/share/tracker/extract-rules/14-rp-audio.rule +usr/share/tracker/extract-rules/14-rp-banners.rule +usr/share/tracker/extract-rules/14-rp-cd-images.rule +usr/share/tracker/extract-rules/14-rp-disk-images.rule +usr/share/tracker/extract-rules/14-rp-executables.rule +usr/share/tracker/extract-rules/14-rp-rom-images.rule +usr/share/tracker/extract-rules/14-rp-save-files.rule +usr/share/tracker/extract-rules/14-rp-textures.rule