Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ncmpc: update to 0.47.
@ 2022-07-11 11:48 ologantr
  2022-07-11 16:44 ` aisamanra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ologantr @ 2022-07-11 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ologantr/void-packages ncmpc-update
https://github.com/void-linux/void-packages/pull/37997

ncmpc: update to 0.47.
@aisamanra Mind if I take maintainership of this package?

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

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

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

From 0f58531d6376dcb1f75b66526099449bca7b1cd5 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Mon, 11 Jul 2022 13:41:13 +0200
Subject: [PATCH] ncmpc: update to 0.47.

Also, take maintainership.
---
 srcpkgs/ncmpc/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ncmpc/template b/srcpkgs/ncmpc/template
index 0c9c46bf8400..62fa83dd29fa 100644
--- a/srcpkgs/ncmpc/template
+++ b/srcpkgs/ncmpc/template
@@ -1,18 +1,18 @@
 # Template file for 'ncmpc'
 pkgname=ncmpc
-version=0.46
+version=0.47
 revision=1
 build_style=meson
 configure_args="-Dlirc=disabled -Dhtml_manual=false"
 hostmakedepends="pkg-config python3-Sphinx"
 makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
 short_desc="Ncurses-based mpd client"
-maintainer="Getty Ritter <gettyritter@gmail.com>"
+maintainer="ologantr <mrphyber@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.musicpd.org/clients/ncmpc/"
 changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/master/NEWS"
 distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
-checksum=177f77cf09dd4ab914e8438be399cdd5d83c9aa992abc8d9abac006bb092934e
+checksum=61da23b1bc6c7a593fdc28611932cd7a30fcf6803830e01764c29b8abed2249c
 
 post_install() {
 	vmkdir usr/share/examples/ncmpc

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

* Re: ncmpc: update to 0.47.
  2022-07-11 11:48 [PR PATCH] ncmpc: update to 0.47 ologantr
@ 2022-07-11 16:44 ` aisamanra
  2022-07-13 11:51 ` [PR PATCH] [Updated] " ologantr
  2022-07-15  5:26 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: aisamanra @ 2022-07-11 16:44 UTC (permalink / raw)
  To: ml

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

New comment by aisamanra on void-packages repository

https://github.com/void-linux/void-packages/pull/37997#issuecomment-1180634195

Comment:
@ologantr Please do! I haven't been keeping up with newer updates in a while, so I'd love to pass ownership on to someone who is more on top of it.

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

* Re: [PR PATCH] [Updated] ncmpc: update to 0.47.
  2022-07-11 11:48 [PR PATCH] ncmpc: update to 0.47 ologantr
  2022-07-11 16:44 ` aisamanra
@ 2022-07-13 11:51 ` ologantr
  2022-07-15  5:26 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: ologantr @ 2022-07-13 11:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ologantr against master on the void-packages repository

https://github.com/ologantr/void-packages ncmpc-update
https://github.com/void-linux/void-packages/pull/37997

ncmpc: update to 0.47.
@aisamanra Mind if I take maintainership of this package?

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

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

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

From d2d76a5dc985111268c6aae5a152cac7ed0e355a Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Mon, 11 Jul 2022 13:41:13 +0200
Subject: [PATCH] ncmpc: update to 0.47.

Also:
- use gettext to generate lang files
- take maintainership
---
 srcpkgs/ncmpc/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ncmpc/template b/srcpkgs/ncmpc/template
index 0c9c46bf8400..7b54e0fa6bf7 100644
--- a/srcpkgs/ncmpc/template
+++ b/srcpkgs/ncmpc/template
@@ -1,18 +1,18 @@
 # Template file for 'ncmpc'
 pkgname=ncmpc
-version=0.46
+version=0.47
 revision=1
 build_style=meson
 configure_args="-Dlirc=disabled -Dhtml_manual=false"
-hostmakedepends="pkg-config python3-Sphinx"
+hostmakedepends="pkg-config python3-Sphinx gettext"
 makedepends="libmpdclient-devel ncurses-devel pcre2-devel"
 short_desc="Ncurses-based mpd client"
-maintainer="Getty Ritter <gettyritter@gmail.com>"
+maintainer="ologantr <mrphyber@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.musicpd.org/clients/ncmpc/"
 changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/master/NEWS"
 distfiles="https://www.musicpd.org/download/ncmpc/0/ncmpc-${version}.tar.xz"
-checksum=177f77cf09dd4ab914e8438be399cdd5d83c9aa992abc8d9abac006bb092934e
+checksum=61da23b1bc6c7a593fdc28611932cd7a30fcf6803830e01764c29b8abed2249c
 
 post_install() {
 	vmkdir usr/share/examples/ncmpc

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

* Re: [PR PATCH] [Merged]: ncmpc: update to 0.47.
  2022-07-11 11:48 [PR PATCH] ncmpc: update to 0.47 ologantr
  2022-07-11 16:44 ` aisamanra
  2022-07-13 11:51 ` [PR PATCH] [Updated] " ologantr
@ 2022-07-15  5:26 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-07-15  5:26 UTC (permalink / raw)
  To: ml

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

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

ncmpc: update to 0.47.
https://github.com/void-linux/void-packages/pull/37997

Description:
@aisamanra Mind if I take maintainership of this package?

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

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

end of thread, other threads:[~2022-07-15  5:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 11:48 [PR PATCH] ncmpc: update to 0.47 ologantr
2022-07-11 16:44 ` aisamanra
2022-07-13 11:51 ` [PR PATCH] [Updated] " ologantr
2022-07-15  5:26 ` [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).