Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lsyncd: update to 2.3.1.
@ 2023-08-13 22:38 classabbyamp
  2023-08-13 23:16 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2023-08-13 22:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages lsyncd
https://github.com/void-linux/void-packages/pull/45592

lsyncd: update to 2.3.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lsyncd-45592.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From ec5fab0d624d034fd9c1b8d4bef87fdbb6476145 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 13 Aug 2023 18:37:32 -0400
Subject: [PATCH] lsyncd: update to 2.3.1.

---
 srcpkgs/lsyncd/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lsyncd/template b/srcpkgs/lsyncd/template
index 714247b08a920..6d11c59385c2a 100644
--- a/srcpkgs/lsyncd/template
+++ b/srcpkgs/lsyncd/template
@@ -1,7 +1,7 @@
 # Template file for 'lsyncd'
 pkgname=lsyncd
-version=2.2.3
-revision=3
+version=2.3.1
+revision=1
 build_style=cmake
 hostmakedepends="asciidoc lua53"
 makedepends="lua53-devel"
@@ -11,12 +11,13 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/axkibe/lsyncd"
 distfiles="https://github.com/axkibe/lsyncd/archive/release-${version}.tar.gz"
-checksum=7bcd0f4ae126040bb078c482ff856c87e61c22472c23fa3071798dcb1dc388dd
+checksum=fc19a77b2258dc6dbb16a74f023de7cd62451c26984cedbec63e20ff22bcbdd8
 
 post_install() {
-	vman doc/manpage/lsyncd.1
-	# Manpages are installed on the wrong path
-	rm -rf "${DESTDIR}"/usr/man
-
+	vman docs/manpage/lsyncd.1
+	# docs are installed on the wrong path
+	rm -r "${DESTDIR}"/man1
+	vmkdir /usr/share/examples
+	mv "${DESTDIR}"/usr/doc/examples "${DESTDIR}"/usr/share/examples/lsyncd
 	vsv lsyncd
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: lsyncd: update to 2.3.1.
  2023-08-13 22:38 [PR PATCH] lsyncd: update to 2.3.1 classabbyamp
@ 2023-08-13 23:16 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-08-13 23:16 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

lsyncd: update to 2.3.1.
https://github.com/void-linux/void-packages/pull/45592

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-13 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13 22:38 [PR PATCH] lsyncd: update to 2.3.1 classabbyamp
2023-08-13 23:16 ` [PR PATCH] [Merged]: " classabbyamp

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).