Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: spectrwm: update to 3.4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
  2020-08-10 12:33 ` spectrwm: update to 3.4.0 Piraty
@ 2020-08-10 12:52 ` ericonr
  2020-08-31 16:49 ` Piraty
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-08-10 12:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23183#issuecomment-671335256

Comment:
Adding `musl-legacy-compat` to the template should be enough. But you should probably also complain to upstream, they shouldn't have started depending on those headers :p

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

* Re: spectrwm: update to 3.4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
  2020-08-10 12:33 ` spectrwm: update to 3.4.0 Piraty
  2020-08-10 12:52 ` ericonr
@ 2020-08-31 16:49 ` Piraty
  2020-08-31 16:55 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-08-31 16:49 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23183#issuecomment-683899162

Comment:
@ailiop-git  ping

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

* Re: [PR PATCH] [Updated] spectrwm: update to 3.4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-08-31 16:49 ` Piraty
@ 2020-08-31 16:55 ` ailiop-git
  2020-08-31 17:01 ` ailiop-git
  2020-08-31 17:16 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 6+ messages in thread
From: ailiop-git @ 2020-08-31 16:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages spectrwm
https://github.com/void-linux/void-packages/pull/23183

spectrwm: update to 3.4.0.


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

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

From 818b7dc25da6f8e1932bf17d0f83f03b90ada638 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Mon, 31 Aug 2020 18:55:22 +0200
Subject: [PATCH] spectrwm: update to 3.4.1.

---
 srcpkgs/spectrwm/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/spectrwm/template b/srcpkgs/spectrwm/template
index a0d11ddf46d..aefb3bdb0b8 100644
--- a/srcpkgs/spectrwm/template
+++ b/srcpkgs/spectrwm/template
@@ -1,6 +1,6 @@
 # Template file for 'spectrwm'
 pkgname=spectrwm
-version=3.3.0
+version=3.4.1
 revision=1
 _distname=SPECTRWM_${version//./_}
 wrksrc="spectrwm-${_distname}"
@@ -15,7 +15,11 @@ maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
 license="ISC"
 homepage="http://spectrwm.org"
 distfiles="https://github.com/conformal/spectrwm/archive/${_distname}.tar.gz"
-checksum=ee4e40d7f97f0318a8f26e7551aefea7b7b2d21609615736c87e812122c8f140
+checksum=c030ef30bd11bbdfce3d4a1daf51f0c1358821ba95ebdc4cdb32d3944c8ce03c
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-legacy-compat"
+fi
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: spectrwm: update to 3.4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-08-31 16:55 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-08-31 17:01 ` ailiop-git
  2020-08-31 17:16 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 6+ messages in thread
From: ailiop-git @ 2020-08-31 17:01 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/23183#issuecomment-683906020

Comment:
updated to 3.4.1, fixed musl issues.

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

* Re: [PR PATCH] [Merged]: spectrwm: update to 3.4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-08-31 17:01 ` ailiop-git
@ 2020-08-31 17:16 ` Piraty
  5 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-08-31 17:16 UTC (permalink / raw)
  To: ml

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

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

spectrwm: update to 3.4.0.
https://github.com/void-linux/void-packages/pull/23183

Description:


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

* Re: spectrwm: update to 3.4.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
@ 2020-08-10 12:33 ` Piraty
  2020-08-10 12:52 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-08-10 12:33 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/23183#issuecomment-671327155

Comment:
x86_64-musl fails on travis

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

end of thread, other threads:[~2020-08-31 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23183@inbox.vuxu.org>
2020-08-10 12:33 ` spectrwm: update to 3.4.0 Piraty
2020-08-10 12:52 ` ericonr
2020-08-31 16:49 ` Piraty
2020-08-31 16:55 ` [PR PATCH] [Updated] " ailiop-git
2020-08-31 17:01 ` ailiop-git
2020-08-31 17:16 ` [PR PATCH] [Merged]: " Piraty

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