Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] noise-repellent: fix install path
@ 2021-11-01 14:27 notthewave
  2021-11-01 14:41 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: notthewave @ 2021-11-01 14:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages noise-repellent
https://github.com/void-linux/void-packages/pull/33856

noise-repellent: fix install path
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 1793d7179feff054799b90875679eb41bf485616 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Mon, 1 Nov 2021 13:59:54 +0100
Subject: [PATCH] noise-repellent: fix install path

---
 srcpkgs/noise-repellent/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/noise-repellent/template b/srcpkgs/noise-repellent/template
index c064532d6540..f66bb489c123 100644
--- a/srcpkgs/noise-repellent/template
+++ b/srcpkgs/noise-repellent/template
@@ -1,7 +1,7 @@
 # Template file for 'noise-repellent'
 pkgname=noise-repellent
 version=0.1.5
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config"
 makedepends="lv2 fftw-devel"
@@ -11,3 +11,8 @@ license="LGPL-3.0-or-later"
 homepage="https://github.com/lucianodato/noise-repellent"
 distfiles="$homepage/archive/$version.tar.gz"
 checksum=5f83a1ac4ddb7f92934041f0b5576ad37932bb81e3eb767f2aea78c9f8cfcaae
+
+post_install() {
+	vmkdir /usr/lib/lv2
+	mv ${PKGDESTDIR}/usr/nrepel.lv2 ${PKGDESTDIR}/usr/lib/lv2
+}

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

* Re: [PR PATCH] [Merged]: noise-repellent: fix install path
  2021-11-01 14:27 [PR PATCH] noise-repellent: fix install path notthewave
@ 2021-11-01 14:41 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2021-11-01 14:41 UTC (permalink / raw)
  To: ml

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

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

noise-repellent: fix install path
https://github.com/void-linux/void-packages/pull/33856

Description:
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

closes: #33854 

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

end of thread, other threads:[~2021-11-01 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-01 14:27 [PR PATCH] noise-repellent: fix install path notthewave
2021-11-01 14:41 ` [PR PATCH] [Merged]: " Johnnynator

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