[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.
This commit is contained in:
David Korth 2024-03-30 11:02:40 -04:00
parent 4e5ce09a05
commit 0393fab3dd
3 changed files with 29 additions and 3 deletions

17
debian/control vendored
View File

@ -42,7 +42,7 @@ Vcs-Browser: https://github.com/GerbilSoft/rom-properties
Package: rom-properties-all Package: rom-properties-all
Architecture: any 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 Description: ROM Properties Page shell extension
This shell extension provides thumbnailing and property page functionality This shell extension provides thumbnailing and property page functionality
for ROM images, disc images, and save files for various game consoles, 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 Package: rom-properties-xfce
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata5, rom-properties-utils, rom-properties-xdg, rom-properties-thumbnailer-dbus 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 Description: ROM Properties Page shell extension
This shell extension provides thumbnailing and property page functionality This shell extension provides thumbnailing and property page functionality
for ROM images, disc images, and save files for various game consoles, 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 Package: rom-properties-gtk3
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libromdata5, rom-properties-utils, rom-properties-xdg, rom-properties-thumbnailer-dbus 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 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 Replaces: rom-properties-gnome, rom-properties-mate, rom-properties-cinnamon, rom-properties-gtk3-common
Description: ROM Properties Page shell extension Description: ROM Properties Page shell extension
@ -141,6 +141,17 @@ Description: ROM Properties Page shell extension
. .
This package contains the command line version. 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 Package: rom-properties-utils
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}

5
debian/rom-properties-tracker.docs vendored Normal file
View File

@ -0,0 +1,5 @@
README.md
NETWORK.md
NEWS.md
doc/keys.conf.example
doc/rom-properties.conf.example

10
debian/rom-properties-tracker.install vendored Normal file
View File

@ -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