Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] polybar: update to 3.5.3.
@ 2020-12-23 17:28 pbui
  2020-12-23 19:33 ` ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: pbui @ 2020-12-23 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages polybar
https://github.com/void-linux/void-packages/pull/27380

polybar: update to 3.5.3.


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

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

From 1a961528c1e0622b7270aaa296447fa5eabd7ea4 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 23 Dec 2020 12:27:35 -0500
Subject: [PATCH] polybar: update to 3.5.3.

---
 srcpkgs/polybar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 1e90820de7b..3431a72e115 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,6 +1,6 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.2
+version=3.5.3
 revision=1
 build_style=cmake
 configure_args="
@@ -25,7 +25,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
 distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
-checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110
+checksum=d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"

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

* Re: polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
@ 2020-12-23 19:33 ` ericonr
  2020-12-23 19:34 ` ericonr
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-23 19:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27380#issuecomment-750442559

Comment:
Apparently you can now build docs for polybar without having git available. Want to do that?

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

* Re: polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
  2020-12-23 19:33 ` ericonr
@ 2020-12-23 19:34 ` ericonr
  2020-12-23 20:23 ` [PR PATCH] [Updated] " pbui
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-23 19:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27380#issuecomment-750442559

Comment:
Apparently you can now build docs for polybar without having git available. Want to do that? (I don't know if it's useful)

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

* Re: [PR PATCH] [Updated] polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
  2020-12-23 19:33 ` ericonr
  2020-12-23 19:34 ` ericonr
@ 2020-12-23 20:23 ` pbui
  2020-12-23 20:24 ` pbui
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2020-12-23 20:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages polybar
https://github.com/void-linux/void-packages/pull/27380

polybar: update to 3.5.3.


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

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

From 1212f61cae2d4e9fa9fb1ae11b2abf9492c9714f Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 23 Dec 2020 12:27:35 -0500
Subject: [PATCH] polybar: update to 3.5.3.

Add python3-Sphinx to makedepends to build documentation.
---
 srcpkgs/polybar/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 1e90820de7b..980a3840dc7 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,6 +1,6 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.2
+version=3.5.3
 revision=1
 build_style=cmake
 configure_args="
@@ -14,6 +14,7 @@ configure_args="
 hostmakedepends="pkg-config xcb-proto python3"
 makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
  zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel
+ python3-Sphinx
  $(vopt_if alsa "alsa-lib-devel")
  $(vopt_if curl "libcurl-devel")
  $(vopt_if i3 "i3-devel jsoncpp-devel")
@@ -25,7 +26,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
 distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
-checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110
+checksum=d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"

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

* Re: polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
                   ` (2 preceding siblings ...)
  2020-12-23 20:23 ` [PR PATCH] [Updated] " pbui
@ 2020-12-23 20:24 ` pbui
  2020-12-23 20:36 ` [PR PATCH] [Updated] " pbui
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2020-12-23 20:24 UTC (permalink / raw)
  To: ml

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

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27380#issuecomment-750459977

Comment:
@ericonr Done.  It looks like there should be a man page for polybar now.

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

* Re: [PR PATCH] [Updated] polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
                   ` (3 preceding siblings ...)
  2020-12-23 20:24 ` pbui
@ 2020-12-23 20:36 ` pbui
  2020-12-24  4:45 ` ericonr
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2020-12-23 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages polybar
https://github.com/void-linux/void-packages/pull/27380

polybar: update to 3.5.3.


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

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

From 027f1ad0eaa991fa08bcb758fb3534dcc42003f7 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 23 Dec 2020 12:27:35 -0500
Subject: [PATCH] polybar: update to 3.5.3.

Add python3-Sphinx to hostmakedepends to build documentation.
---
 srcpkgs/polybar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 1e90820de7b..b236ee1ab85 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,6 +1,6 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.2
+version=3.5.3
 revision=1
 build_style=cmake
 configure_args="
@@ -11,7 +11,7 @@ configure_args="
  -DENABLE_NETWORK=$(vopt_if network ON OFF)
  -DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF)
  -DWITH_XCOMPOSITE=ON"
-hostmakedepends="pkg-config xcb-proto python3"
+hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx"
 makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
  zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel
  $(vopt_if alsa "alsa-lib-devel")
@@ -25,7 +25,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
 distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
-checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110
+checksum=d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"

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

* Re: polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
                   ` (4 preceding siblings ...)
  2020-12-23 20:36 ` [PR PATCH] [Updated] " pbui
@ 2020-12-24  4:45 ` ericonr
  2020-12-24 15:14 ` [PR PATCH] [Updated] " pbui
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-24  4:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27380#issuecomment-750738601

Comment:
Is

```
/usr/share/doc/polybar/.buildinfo
/usr/share/doc/polybar/_sources/dev/packaging.rst.txt
/usr/share/doc/polybar/_sources/dev/release-workflow.rst.txt
/usr/share/doc/polybar/_sources/index.rst.txt
/usr/share/doc/polybar/_sources/man/polybar.1.rst.txt
/usr/share/doc/polybar/_sources/man/polybar.5.rst.txt
/usr/share/doc/polybar/_sources/user/actions.rst.txt
/usr/share/doc/polybar/_static/alabaster.css
/usr/share/doc/polybar/_static/basic.css
/usr/share/doc/polybar/_static/custom.css
/usr/share/doc/polybar/_static/doctools.js
/usr/share/doc/polybar/_static/documentation_options.js
/usr/share/doc/polybar/_static/file.png
/usr/share/doc/polybar/_static/jquery-3.5.1.js
/usr/share/doc/polybar/_static/jquery.js
/usr/share/doc/polybar/_static/language_data.js
/usr/share/doc/polybar/_static/minus.png
/usr/share/doc/polybar/_static/plus.png
/usr/share/doc/polybar/_static/pygments.css
/usr/share/doc/polybar/_static/searchtools.js
/usr/share/doc/polybar/_static/underscore-1.3.1.js
/usr/share/doc/polybar/_static/underscore.js
/usr/share/doc/polybar/config
/usr/share/doc/polybar/dev/packaging.html
/usr/share/doc/polybar/dev/release-workflow.html
/usr/share/doc/polybar/genindex.html
/usr/share/doc/polybar/index.html
/usr/share/doc/polybar/man/polybar.1.html
/usr/share/doc/polybar/man/polybar.5.html
/usr/share/doc/polybar/objects.inv
/usr/share/doc/polybar/search.html
/usr/share/doc/polybar/searchindex.js
/usr/share/doc/polybar/user/actions.html
```

too much? I'm not sure we need to ship that part. The man pages are a good addition, though.

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

* Re: [PR PATCH] [Updated] polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
                   ` (5 preceding siblings ...)
  2020-12-24  4:45 ` ericonr
@ 2020-12-24 15:14 ` pbui
  2020-12-24 15:14 ` pbui
  2020-12-24 20:26 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2020-12-24 15:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbui/void-packages polybar
https://github.com/void-linux/void-packages/pull/27380

polybar: update to 3.5.3.


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

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

From c565c22b7946624752a6494e82a23f76d88011f6 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 23 Dec 2020 12:27:35 -0500
Subject: [PATCH] polybar: update to 3.5.3.

Add python3-Sphinx to hostmakedepends to build documentation.
---
 srcpkgs/polybar/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index 1e90820de7b..a5e685ca665 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,6 +1,6 @@
 # Template file for 'polybar'
 pkgname=polybar
-version=3.5.2
+version=3.5.3
 revision=1
 build_style=cmake
 configure_args="
@@ -11,7 +11,7 @@ configure_args="
  -DENABLE_NETWORK=$(vopt_if network ON OFF)
  -DENABLE_PULSEAUDIO=$(vopt_if pulseaudio ON OFF)
  -DWITH_XCOMPOSITE=ON"
-hostmakedepends="pkg-config xcb-proto python3"
+hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx"
 makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
  zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel
  $(vopt_if alsa "alsa-lib-devel")
@@ -25,7 +25,7 @@ maintainer="Michael Carlberg <c@rlberg.se>"
 license="MIT"
 homepage="https://github.com/jaagr/polybar"
 distfiles="https://github.com/jaagr/polybar/releases/download/${version}/polybar-${version}.tar.gz"
-checksum=e411d9c091d0d4b5e8fbb44969e45c537d8c45900ecb3e90c49a248b885fe110
+checksum=d23fbb9a7b7f1cdd334fe0ba3adc0f9602cfc94aa0827c058584059416792680
 
 build_options="alsa curl i3 mpd network pulseaudio"
 build_options_default="$build_options"
@@ -51,5 +51,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 fi
 
 post_install() {
+	rm -rf ${DESTDIR}/usr/share/doc/polybar
 	vlicense LICENSE
 }

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

* Re: polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
                   ` (6 preceding siblings ...)
  2020-12-24 15:14 ` [PR PATCH] [Updated] " pbui
@ 2020-12-24 15:14 ` pbui
  2020-12-24 20:26 ` [PR PATCH] [Merged]: " ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: pbui @ 2020-12-24 15:14 UTC (permalink / raw)
  To: ml

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

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/27380#issuecomment-750908305

Comment:
@ericonr OK, I've modified the template to remove the files under `/usr/share/doc/polybar`.

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

* Re: [PR PATCH] [Merged]: polybar: update to 3.5.3.
  2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
                   ` (7 preceding siblings ...)
  2020-12-24 15:14 ` pbui
@ 2020-12-24 20:26 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2020-12-24 20:26 UTC (permalink / raw)
  To: ml

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

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

polybar: update to 3.5.3.
https://github.com/void-linux/void-packages/pull/27380

Description:


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

end of thread, other threads:[~2020-12-24 20:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 17:28 [PR PATCH] polybar: update to 3.5.3 pbui
2020-12-23 19:33 ` ericonr
2020-12-23 19:34 ` ericonr
2020-12-23 20:23 ` [PR PATCH] [Updated] " pbui
2020-12-23 20:24 ` pbui
2020-12-23 20:36 ` [PR PATCH] [Updated] " pbui
2020-12-24  4:45 ` ericonr
2020-12-24 15:14 ` [PR PATCH] [Updated] " pbui
2020-12-24 15:14 ` pbui
2020-12-24 20:26 ` [PR PATCH] [Merged]: " 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).