This makes gnome-music see music files in ~/Music. As an optional
component, this should be sufficient for most users that want this
functionality explicitly.
---
bundles/tracker-miners | 16 ++++++++++++++++
packages.list | 3 ++-
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 bundles/tracker-miners
diff --git a/bundles/tracker-miners b/bundles/tracker-miners
new file mode 100644
index 00000000..f9547aff
--- /dev/null
+++ b/bundles/tracker-miners
@@ -0,0 +1,16 @@
+# [TITLE]: tracker-miners
+# [DESCRIPTION]: Collection of data extractors for Tracker/Nepomuk
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]:
+# [MAINTAINER]: Auke Kok <auke-jan.h.kok(a)intel.com>
+
+include(libglib)
+include(gstreamer)
+
+# start of custom additions (edits outside this area will be removed automatically)
+
+# end of custom additions
+
+# main package
+tracker-miners
diff --git a/packages.list b/packages.list
index 1727556d..ef3fbaf5 100644
--- a/packages.list
+++ b/packages.list
@@ -415,4 +415,5 @@ pcmanfm # a file manager replacement for Nautilus, Konqueror and Thunar
protobuf # Protocol Buffers - Google's data interchange format
krusader # Advanced twin panel (commander style) file manager
conda # Cross-platform, language-agnostic binary package manager
-spyder-ide # No detailed summary available
+spyder-ide # No detailed summary available
+tracker-miners # Collection of data extractors for Tracker/Nepomuk
--
2.25.0
> > I was porting to the latest LTS (4.19.94), today I'll finish it and update the
> > kernel.
>
> Thanks!
The change is integrated at linux-iot-lts2018-4.19.94-102
If you need another flag, let us known.
--
Regards,
Miguel Bernal Marin IAGS/Systems Software Products
https://clearlinux.org Intel Corporation
Various elevated privileges are available to logged in users (those
on the console with physical access) and allow that users to perform
restarts and other basic system functions.
Adding these here allows this to work for console users on systems
that do not have a desktop installed. For all current installs with
polit, systemd-extras is already part of the bundle.
Since polkit is not a default bundle, this means no change for most
server installs and no default change.
Addresses #1633
---
bundles/polkit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bundles/polkit b/bundles/polkit
index 4f7ef0d8..a99d2c11 100644
--- a/bundles/polkit
+++ b/bundles/polkit
@@ -9,7 +9,7 @@ include(libglib)
include(libstdcpp)
# start of custom additions (edits outside this area will be removed automatically)
-
+systemd-extras
# end of custom additions
# main package
--
2.24.1