Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] lsyncd: update to 2.3.1.
Date: Mon, 14 Aug 2023 00:38:18 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45592@inbox.vuxu.org> (raw)

[-- 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
 }

             reply	other threads:[~2023-08-13 22:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13 22:38 classabbyamp [this message]
2023-08-13 23:16 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45592@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).