Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xapian-core: update to 1.4.24.
@ 2023-12-16  3:17 mhmdanas
  0 siblings, 0 replies; only message in thread
From: mhmdanas @ 2023-12-16  3:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages xapian-core-1.4.24
https://github.com/void-linux/void-packages/pull/47785

xapian-core: update to 1.4.24.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/47785.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xapian-core-1.4.24-47785.patch --]
[-- Type: text/x-diff, Size: 1788 bytes --]

From 207ad5130f281d7a61a8cd6ff78b1d59465a309b Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 16 Dec 2023 02:59:28 +0000
Subject: [PATCH] xapian-core: update to 1.4.24.

---
 srcpkgs/xapian-core/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/xapian-core/template b/srcpkgs/xapian-core/template
index f42336c1ac81e..16ef9bc8c1935 100644
--- a/srcpkgs/xapian-core/template
+++ b/srcpkgs/xapian-core/template
@@ -1,6 +1,6 @@
 # Template file for 'xapian-core'
 pkgname=xapian-core
-version=1.4.21
+version=1.4.24
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
@@ -10,8 +10,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.xapian.org/"
 changelog="https://xapian.org/docs/xapian-core-${version}/NEWS"
-distfiles="https://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz"
-checksum=80f86034d2fb55900795481dfae681bfaa10efbe818abad3622cdc0c55e06f88
+distfiles="https://oligarchy.co.uk/xapian/${version}/xapian-core-${version}.tar.xz"
+checksum=eda5ae6dcf6b0553a8676af64b1fd304e998cd20f779031ccaaf7ab9a373531a
 
 # xapian-config needs the .la
 keep_libtool_archives=yes
@@ -24,21 +24,23 @@ xapian-core-devel_package() {
 		vmove usr/share/aclocal
 		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.la
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.la"
+		vmove "usr/lib/*.so"
 		vmove usr/bin/xapian-config
 		vmove usr/share/man/man1/xapian-config.1
 	}
 }
+
 xapian-core-doc_package() {
 	short_desc+=" - documentation"
 	pkg_install() {
 		vmove usr/share/doc
 	}
 }
+
 libxapian_package() {
 	short_desc+=" - runtime library"
 	pkg_install() {
-		vmove usr/lib/*.so.*
+		vmove "usr/lib/*.so.*"
 	}
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-16  3:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-16  3:17 [PR PATCH] xapian-core: update to 1.4.24 mhmdanas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).