mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
plocate: update to 1.1.9.
This commit is contained in:
parent
f054ff0ae4
commit
79d5424e5e
2 changed files with 13 additions and 2 deletions
10
srcpkgs/plocate/patches/include.patch
Normal file
10
srcpkgs/plocate/patches/include.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/plocate.cpp.orig
|
||||||
|
+++ b/plocate.cpp
|
||||||
|
@@ -31,6 +31,7 @@
|
||||||
|
#include <string.h>
|
||||||
|
#include <string>
|
||||||
|
#include <string_view>
|
||||||
|
+#include <sys/stat.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
#include <thread>
|
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'plocate'
|
# Template file for 'plocate'
|
||||||
pkgname=plocate
|
pkgname=plocate
|
||||||
version=1.1.8
|
version=1.1.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="
|
configure_args="
|
||||||
|
-Dinstall_systemd=false
|
||||||
-Dupdatedb_progname=pupdatedb
|
-Dupdatedb_progname=pupdatedb
|
||||||
-Dlocategroup=_plocate"
|
-Dlocategroup=_plocate"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -14,7 +15,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://plocate.sesse.net/"
|
homepage="https://plocate.sesse.net/"
|
||||||
changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD"
|
changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD"
|
||||||
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
|
distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz"
|
||||||
checksum=13002f065c28a93623a03d44c911a44f1659e8b1841aad80fd8a566a1200f43c
|
checksum=0df2bee9921ca74dd2587222d1d9a3b61d561252c9316d3667d2bd0b697798c8
|
||||||
|
|
||||||
system_accounts="_plocate"
|
system_accounts="_plocate"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue