Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions pkgs/by-name/lo/localsearch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
bzip2,
dbus,
exempi,
ffmpeg,
giflib,
glib,
gobject-introspection,
gnome,
gst_all_1,
icu,
json-glib,
libcue,
Expand All @@ -39,7 +39,6 @@
libtiff,
libuuid,
libxml2,
networkmanager,
poppler,
systemd,
taglib,
Expand All @@ -50,11 +49,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "localsearch";
version = "3.8.2";
version = "3.9.0";

src = fetchurl {
url = "mirror://gnome/sources/localsearch/${lib.versions.majorMinor finalAttrs.version}/localsearch-${finalAttrs.version}.tar.xz";
hash = "sha256-zaaRlfaEU1eo2RwCNnDv6SI49NE4oe96FAH0WiqEA84=";
hash = "sha256-1C9AjcP7KP5U9amrv18d7PWBjbnC6exRwJRkvf0MFLk=";
};

patches = [
Expand Down Expand Up @@ -87,16 +86,11 @@ stdenv.mkDerivation (finalAttrs: {
bzip2
dbus
exempi
ffmpeg
giflib
gexiv2
totem-pl-parser
tinysparql
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-bad
gst_all_1.gst-plugins-ugly
gst_all_1.gstreamer
gst_all_1.gst-libav
icu
json-glib
libcue
Expand All @@ -116,7 +110,6 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals stdenv.hostPlatform.isLinux [
libseccomp
networkmanager
systemd
upower
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/libtracker-miners-common/tracker-landlock.c b/src/libtracker-miners-common/tracker-landlock.c
index 6d4510be1..1de5d5a90 100644
--- a/src/libtracker-miners-common/tracker-landlock.c
+++ b/src/libtracker-miners-common/tracker-landlock.c
@@ -184,6 +184,10 @@ gboolean
diff --git i/src/common/tracker-landlock.c w/src/common/tracker-landlock.c
index 55dd7a44e..48dc0f65d 100644
--- i/src/common/tracker-landlock.c
+++ w/src/common/tracker-landlock.c
@@ -185,6 +185,10 @@ gboolean
tracker_landlock_init (const gchar * const *indexed_folders)
{
TrackerLandlockRule stock_rules[] = {
Expand All @@ -11,5 +11,5 @@ index 6d4510be1..1de5d5a90 100644
+ LANDLOCK_ACCESS_FS_READ_FILE |
+ LANDLOCK_ACCESS_FS_READ_DIR) },
/* Allow access to the executable itself */
{ LIBEXECDIR "/tracker-extract-3",
LANDLOCK_ACCESS_FS_READ_FILE |
{ LIBEXECDIR "/localsearch-extractor-3",
LANDLOCK_ACCESS_FS_READ_FILE |