From 1789d0bd6d2bea29df36c0f695525a2b19f170c7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 24 Aug 2021 15:34:57 +0200 Subject: [PATCH] plocate: update to 1.1.10. --- srcpkgs/plocate/patches/include.patch | 10 ---------- srcpkgs/plocate/patches/musl.patch | 21 --------------------- srcpkgs/plocate/template | 4 ++-- 3 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/plocate/patches/include.patch delete mode 100644 srcpkgs/plocate/patches/musl.patch diff --git a/srcpkgs/plocate/patches/include.patch b/srcpkgs/plocate/patches/include.patch deleted file mode 100644 index 2ba06abf287..00000000000 --- a/srcpkgs/plocate/patches/include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/plocate.cpp.orig -+++ b/plocate.cpp -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/srcpkgs/plocate/patches/musl.patch b/srcpkgs/plocate/patches/musl.patch deleted file mode 100644 index a75e18b4ce1..00000000000 --- a/srcpkgs/plocate/patches/musl.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/conf.cpp -+++ b/conf.cpp -@@ -479,7 +479,7 @@ - if (conf_scan_root != NULL) - error(EXIT_FAILURE, 0, _("--%s specified twice"), - "database-root"); -- conf_scan_root = canonicalize_file_name(optarg); -+ conf_scan_root = realpath(optarg, NULL); - if (conf_scan_root == NULL) - error(EXIT_FAILURE, errno, _("invalid value `%s' of --%s"), optarg, - "database-root"); ---- a/database-builder.h -+++ b/database-builder.h -@@ -3,6 +3,7 @@ - - #include "db.h" - -+#include - #include - #include - #include diff --git a/srcpkgs/plocate/template b/srcpkgs/plocate/template index 9fe873cba5a..cdb6d5f10f1 100644 --- a/srcpkgs/plocate/template +++ b/srcpkgs/plocate/template @@ -1,6 +1,6 @@ # Template file for 'plocate' pkgname=plocate -version=1.1.9 +version=1.1.10 revision=1 build_style=meson configure_args=" @@ -15,7 +15,7 @@ license="GPL-2.0-or-later" homepage="https://plocate.sesse.net/" changelog="https://git.sesse.net/?p=plocate;a=blob_plain;f=NEWS;hb=HEAD" distfiles="https://plocate.sesse.net/download/plocate-${version}.tar.gz" -checksum=0df2bee9921ca74dd2587222d1d9a3b61d561252c9316d3667d2bd0b697798c8 +checksum=812b1128f8f12e2645ca6f647bb67b07408ee065bff1cd58b53341fb15bf4dd4 system_accounts="_plocate"