mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
localsearch: update to 3.9.0.
This commit is contained in:
parent
d83b57e19c
commit
7d1d1dedd5
3 changed files with 11 additions and 13 deletions
|
@ -1,8 +1,8 @@
|
|||
Change ioctl(..., F2FS_IOC_GET_FEATURES, ...) from an assertion to an errno.
|
||||
This is necessary for sqlite SQLITE_ENABLE_BATCH_ATOMIC_WRITE.
|
||||
|
||||
--- a/src/libtracker-miners-common/tracker-seccomp.c
|
||||
+++ b/src/libtracker-miners-common/tracker-seccomp.c
|
||||
--- a/src/common/tracker-seccomp.c
|
||||
+++ b/src/common/tracker-seccomp.c
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/syscall.h>
|
||||
|
|
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'localsearch'
|
||||
pkgname=localsearch
|
||||
version=3.8.2
|
||||
version=3.9.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=qemu
|
||||
# missing libgrss for miner_rss
|
||||
configure_args="-Dextract=true -Dcue=enabled -Dexif=enabled
|
||||
configure_args="-Dextract=true -Dcue=enabled -Dexif=enabled -Dlibav=enabled
|
||||
-Dgif=enabled -Dgsf=enabled -Diptc=enabled -Diso=enabled -Djpeg=enabled
|
||||
-Dpdf=enabled -Dplaylist=enabled -Dpng=enabled -Draw=enabled
|
||||
-Dtiff=enabled -Dxml=enabled -Dxmp=enabled -Dxps=enabled
|
||||
-Dminer_rss=false -Dbattery_detection=upower -Dcharset_detection=icu
|
||||
-Dgeneric_media_extractor=gstreamer -Dgstreamer_backend=discoverer
|
||||
-Dsystemd_user_services=false -Dnetwork_manager=enabled
|
||||
$(vopt_feature landlock)"
|
||||
-Dbattery_detection=upower -Dcharset_detection=icu
|
||||
-Dsystemd_user_services=false $(vopt_feature landlock)"
|
||||
hostmakedepends="pkg-config glib-devel intltool asciidoc"
|
||||
makedepends="tinysparql-devel ffmpeg6-devel dbus-devel exempi-devel
|
||||
libglib-devel libgexiv2-devel gstreamer1-devel icu-devel libcue-devel
|
||||
|
@ -20,16 +17,16 @@ makedepends="tinysparql-devel ffmpeg6-devel dbus-devel exempi-devel
|
|||
libosinfo-devel libpng-devel libseccomp-devel tiff-devel libxml2-devel
|
||||
poppler-glib-devel totem-pl-parser-devel libgirepository-devel
|
||||
upower-devel zlib-devel gst-plugins-base1-devel giflib-devel
|
||||
NetworkManager-devel libharfbuzz"
|
||||
libharfbuzz"
|
||||
checkdepends="python3-gobject localsearch tinysparql dbus gst-plugins-good1 gst-plugins-bad1"
|
||||
short_desc="File search framework of the GNOME desktop"
|
||||
maintainer="oreo639 <oreo6391@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://tracker.gnome.org/"
|
||||
#changelog="https://gitlab.gnome.org/GNOME/localsearch/-/raw/master/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/localsearch/-/raw/localsearch-3.8/NEWS"
|
||||
changelog="https://gitlab.gnome.org/GNOME/localsearch/-/raw/main/NEWS"
|
||||
#changelog="https://gitlab.gnome.org/GNOME/localsearch/-/raw/localsearch-3.9/NEWS"
|
||||
distfiles="${GNOME_SITE}/localsearch/${version%.*}/localsearch-${version}.tar.xz"
|
||||
checksum=cda69195f6845357a8d91c023670efe92238f4d138a1ef7a1401f45a2a8403ce
|
||||
checksum=d42f408dc3fb28fe54f5a9abbf5f1decf5818db9c2e9ec51c09464bdfd0c14b9
|
||||
make_check_pre="dbus-run-session"
|
||||
make_check=ci-skip # TODO: d-bus tests timeout ci
|
||||
|
||||
|
|
1
srcpkgs/localsearch/update
Normal file
1
srcpkgs/localsearch/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='(?<=LATEST-IS-)([0-9]+)\.[0-9.]*[0-9](?=")'
|
Loading…
Add table
Reference in a new issue