Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xmobar: update to 0.39
@ 2021-08-13  6:54 slotThe
  2021-08-13 17:55 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: slotThe @ 2021-08-13  6:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages xmobar-0.39
https://github.com/void-linux/void-packages/pull/32478

xmobar: update to 0.39
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From ef622bd01cd82673cea2ad5a68eb4709695f4e0f Mon Sep 17 00:00:00 2001
From: slotThe <soliditsallgood@mailbox.org>
Date: Fri, 13 Aug 2021 08:50:01 +0200
Subject: [PATCH] xmobar: update to 0.39

---
 srcpkgs/xmobar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xmobar/template b/srcpkgs/xmobar/template
index 9ff8f43e7556..a095352f2242 100644
--- a/srcpkgs/xmobar/template
+++ b/srcpkgs/xmobar/template
@@ -1,7 +1,7 @@
 # Template file for 'xmobar'
 pkgname=xmobar
-version=0.37
-revision=2
+version=0.39
+revision=1
 build_style=haskell-stack
 hostmakedepends="pkg-config"
 makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel
@@ -15,7 +15,7 @@ maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="BSD-3-Clause"
 homepage="http://xmobar.org"
 distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=e4b8b86ef9c47535a80d056a8b46d72748517f8d6dc891910eecdc388e92522e
+checksum=46f37b90dd3ba3348dbe7de716b88606c7f0f0dd22a3580176b5cd089c1b36cc
 build_options="dbus threaded utf8 xft mpd mpris inotify iwlib alsa datezone
  xpm uvmeter weather nl80211"
 build_options_default="threaded utf8 xft inotify nl80211 datezone weather xpm"

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

* Re: [PR REVIEW] xmobar: update to 0.39
  2021-08-13  6:54 [PR PATCH] xmobar: update to 0.39 slotThe
@ 2021-08-13 17:55 ` ericonr
  2021-08-14  7:26 ` [PR PATCH] [Updated] " slotThe
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-08-13 17:55 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32478#discussion_r688687767

Comment:
Please move to https

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

* Re: [PR PATCH] [Updated] xmobar: update to 0.39
  2021-08-13  6:54 [PR PATCH] xmobar: update to 0.39 slotThe
  2021-08-13 17:55 ` [PR REVIEW] " ericonr
@ 2021-08-14  7:26 ` slotThe
  2021-08-14  7:26 ` [PR REVIEW] " slotThe
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: slotThe @ 2021-08-14  7:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages xmobar-0.39
https://github.com/void-linux/void-packages/pull/32478

xmobar: update to 0.39
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 40557a019442055111eaa22e392d3a7d1f8f92c9 Mon Sep 17 00:00:00 2001
From: slotThe <soliditsallgood@mailbox.org>
Date: Fri, 13 Aug 2021 08:50:01 +0200
Subject: [PATCH] xmobar: update to 0.39

---
 srcpkgs/xmobar/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xmobar/template b/srcpkgs/xmobar/template
index 9ff8f43e7556..708899ad4e24 100644
--- a/srcpkgs/xmobar/template
+++ b/srcpkgs/xmobar/template
@@ -1,7 +1,7 @@
 # Template file for 'xmobar'
 pkgname=xmobar
-version=0.37
-revision=2
+version=0.39
+revision=1
 build_style=haskell-stack
 hostmakedepends="pkg-config"
 makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel
@@ -13,9 +13,9 @@ makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel
 short_desc="Minimalistic Text Based Status Bar"
 maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="BSD-3-Clause"
-homepage="http://xmobar.org"
+homepage="https://xmobar.org"
 distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
-checksum=e4b8b86ef9c47535a80d056a8b46d72748517f8d6dc891910eecdc388e92522e
+checksum=46f37b90dd3ba3348dbe7de716b88606c7f0f0dd22a3580176b5cd089c1b36cc
 build_options="dbus threaded utf8 xft mpd mpris inotify iwlib alsa datezone
  xpm uvmeter weather nl80211"
 build_options_default="threaded utf8 xft inotify nl80211 datezone weather xpm"

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

* Re: [PR REVIEW] xmobar: update to 0.39
  2021-08-13  6:54 [PR PATCH] xmobar: update to 0.39 slotThe
  2021-08-13 17:55 ` [PR REVIEW] " ericonr
  2021-08-14  7:26 ` [PR PATCH] [Updated] " slotThe
@ 2021-08-14  7:26 ` slotThe
  2021-08-15 20:43 ` [PR PATCH] [Merged]: " ericonr
  2021-08-15 20:43 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: slotThe @ 2021-08-14  7:26 UTC (permalink / raw)
  To: ml

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

New review comment by slotThe on void-packages repository

https://github.com/void-linux/void-packages/pull/32478#discussion_r688894888

Comment:
Sure, it's done

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

* Re: [PR PATCH] [Merged]: xmobar: update to 0.39
  2021-08-13  6:54 [PR PATCH] xmobar: update to 0.39 slotThe
                   ` (2 preceding siblings ...)
  2021-08-14  7:26 ` [PR REVIEW] " slotThe
@ 2021-08-15 20:43 ` ericonr
  2021-08-15 20:43 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-08-15 20:43 UTC (permalink / raw)
  To: ml

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

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

xmobar: update to 0.39
https://github.com/void-linux/void-packages/pull/32478

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: xmobar: update to 0.39
  2021-08-13  6:54 [PR PATCH] xmobar: update to 0.39 slotThe
                   ` (3 preceding siblings ...)
  2021-08-15 20:43 ` [PR PATCH] [Merged]: " ericonr
@ 2021-08-15 20:43 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-08-15 20:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32478#issuecomment-899107198

Comment:
Thanks!

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

end of thread, other threads:[~2021-08-15 20:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13  6:54 [PR PATCH] xmobar: update to 0.39 slotThe
2021-08-13 17:55 ` [PR REVIEW] " ericonr
2021-08-14  7:26 ` [PR PATCH] [Updated] " slotThe
2021-08-14  7:26 ` [PR REVIEW] " slotThe
2021-08-15 20:43 ` [PR PATCH] [Merged]: " ericonr
2021-08-15 20:43 ` ericonr

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