Github messages for voidlinux
 help / color / mirror / Atom feed
From: amak79 <amak79@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] snapcast: fix man page and conf file installation
Date: Fri, 18 Sep 2020 04:50:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24961@inbox.vuxu.org> (raw)

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

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

https://github.com/amak79/void-packages snapcast
https://github.com/void-linux/void-packages/pull/24961

snapcast: fix man page and conf file installation


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

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

From b4bb3f3df944dda8bc1926ec2da404872310eb47 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Fri, 18 Sep 2020 12:10:57 +1000
Subject: [PATCH] snapcast: fix man page and conf file installation

---
 srcpkgs/snapcast/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/snapcast/template b/srcpkgs/snapcast/template
index 0167f05ad3d..4c6c27fe939 100644
--- a/srcpkgs/snapcast/template
+++ b/srcpkgs/snapcast/template
@@ -1,9 +1,10 @@
 # Template file for 'snapcast'
 pkgname=snapcast
 version=0.21.0
-revision=1
+revision=2
 build_style=cmake
-configure_args="-DBUILD_WITH_TREMOR=OFF -DBUILD_WITH_AVAHI=$(vopt_if avahi ON OFF)"
+configure_args="-DBUILD_WITH_TREMOR=OFF -DBUILD_WITH_AVAHI=$(vopt_if avahi ON OFF)
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc"
 hostmakedepends="pkg-config"
 makedepends="alsa-lib-devel boost-devel expat-devel libflac-devel libsoxr-devel
  libvorbis-devel opus-devel $(vopt_if avahi avahi-libs-devel)"
@@ -34,8 +35,8 @@ snapclient_package() {
 	make_dirs="/var/lib/snapclient 0750 _snapclient _snapclient"
 
 	pkg_install() {
-		vmove /usr/bin/snapclient
-		vman client/snapclient.1
+		vmove usr/bin/snapclient
+		vmove usr/share/man/man1/snapclient.1
 		vsv snapclient
 	}
 }
@@ -50,9 +51,10 @@ snapserver_package() {
 	conf_files="/etc/snapserver.conf"
 
 	pkg_install() {
-		vmove /usr/bin/snapserver
-		vman server/snapserver.1
-		vconf server/etc/snapserver.conf
+		vmove usr/bin/snapserver
+		vmove usr/share/man/man1/snapserver.1
+		vmove usr/share/snapserver/snapweb
+		vmove etc/snapserver.conf
 		vsv snapserver
 	}
 }

             reply	other threads:[~2020-09-18  2:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-18  2:50 amak79 [this message]
2020-09-26  8:16 ` [PR PATCH] [Merged]: " Johnnynator

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-24961@inbox.vuxu.org \
    --to=amak79@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).