Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] herbstluftwm: update to 0.8.1
@ 2020-04-21 23:13 Joey152
  2020-05-06  9:11 ` travankor
  2020-05-10 17:52 ` [PR PATCH] [Closed]: " Joey152
  0 siblings, 2 replies; 4+ messages in thread
From: Joey152 @ 2020-04-21 23:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Joey152/void-packages herbstluftwm
https://github.com/void-linux/void-packages/pull/21228

herbstluftwm: update to 0.8.1


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

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

From f6cb3aef42f2b033a9060fbfc8162277779e0335 Mon Sep 17 00:00:00 2001
From: Joey Chan <joeyc.152@gmail.com>
Date: Tue, 21 Apr 2020 19:07:42 -0400
Subject: [PATCH] herbstluftwm: update to 0.8.1

---
 srcpkgs/herbstluftwm/patches/frametree.patch | 11 -----------
 srcpkgs/herbstluftwm/template                |  6 ++----
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/herbstluftwm/patches/frametree.patch

diff --git a/srcpkgs/herbstluftwm/patches/frametree.patch b/srcpkgs/herbstluftwm/patches/frametree.patch
deleted file mode 100644
index 5f50a4142fe..00000000000
--- a/srcpkgs/herbstluftwm/patches/frametree.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/frametree.cpp	2020-04-15 08:33:59.781482744 -0400
-+++ src/frametree.cpp	2020-04-15 08:34:43.006495582 -0400
-@@ -505,7 +505,7 @@
-         output << "\"" << std::regex_replace(layoutString, whitespace, string(" "))
-                << "\"" << endl;
-         // and underline the token
--        int token_len = std::max(1ul, parsingResult.error_->first.second.size());
-+        int token_len = std::max((size_t)1, parsingResult.error_->first.second.size());
-         output << " " // for the \" above
-                << string(parsingResult.error_->first.first, ' ')
-                << string(token_len, '~')
diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index 819211caf02..6276fe00393 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,6 +1,6 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.8.0
+version=0.8.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config asciidoc"
@@ -12,10 +12,8 @@ license="BSD-2-Clause"
 homepage="http://herbstluftwm.org"
 changelog="https://raw.githubusercontent.com/herbstluftwm/herbstluftwm/master/NEWS"
 distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
-checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
+checksum=fe146d6b533dcabbc2588430de01b76acc0f716521d9a8157aa628f305723430
 
 post_install() {
-	vmkdir usr/share/bash-completion/completions
-	mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
 	vlicense LICENSE
 }

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

* Re: herbstluftwm: update to 0.8.1
  2020-04-21 23:13 [PR PATCH] herbstluftwm: update to 0.8.1 Joey152
@ 2020-05-06  9:11 ` travankor
  2020-05-10 17:52 ` [PR PATCH] [Closed]: " Joey152
  1 sibling, 0 replies; 4+ messages in thread
From: travankor @ 2020-05-06  9:11 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/21228#issuecomment-624532305

Comment:
0.8.2 is out

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

* Re: [PR PATCH] [Closed]: herbstluftwm: update to 0.8.1
  2020-04-21 23:13 [PR PATCH] herbstluftwm: update to 0.8.1 Joey152
  2020-05-06  9:11 ` travankor
@ 2020-05-10 17:52 ` Joey152
  1 sibling, 0 replies; 4+ messages in thread
From: Joey152 @ 2020-05-10 17:52 UTC (permalink / raw)
  To: ml

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

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

herbstluftwm: update to 0.8.1
https://github.com/void-linux/void-packages/pull/21228

Description:


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

* [PR PATCH] herbstluftwm: update to 0.8.1.
@ 2020-04-27  4:18 fnogcps
  0 siblings, 0 replies; 4+ messages in thread
From: fnogcps @ 2020-04-27  4:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fnogcps/void-packages herbstluftwm
https://github.com/void-linux/void-packages/pull/21366

herbstluftwm: update to 0.8.1.


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

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

From 22c727c3024daf27a41a581a8512f75db3c396b6 Mon Sep 17 00:00:00 2001
From: Felipe Nogueira <contato.fnog@gmail.com>
Date: Sun, 26 Apr 2020 16:42:59 -0300
Subject: [PATCH] herbstluftwm: update to 0.8.1.

---
 srcpkgs/herbstluftwm/patches/frametree.patch | 11 -----------
 srcpkgs/herbstluftwm/template                |  8 +++-----
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/herbstluftwm/patches/frametree.patch

diff --git a/srcpkgs/herbstluftwm/patches/frametree.patch b/srcpkgs/herbstluftwm/patches/frametree.patch
deleted file mode 100644
index 5f50a4142fe..00000000000
--- a/srcpkgs/herbstluftwm/patches/frametree.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/frametree.cpp	2020-04-15 08:33:59.781482744 -0400
-+++ src/frametree.cpp	2020-04-15 08:34:43.006495582 -0400
-@@ -505,7 +505,7 @@
-         output << "\"" << std::regex_replace(layoutString, whitespace, string(" "))
-                << "\"" << endl;
-         // and underline the token
--        int token_len = std::max(1ul, parsingResult.error_->first.second.size());
-+        int token_len = std::max((size_t)1, parsingResult.error_->first.second.size());
-         output << " " // for the \" above
-                << string(parsingResult.error_->first.first, ' ')
-                << string(token_len, '~')
diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index 819211caf02..c4106445489 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,21 +1,19 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.8.0
+version=0.8.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config asciidoc"
 makedepends="libXrandr-devel libXinerama-devel libglib-devel"
 conf_files="/etc/xdg/${pkgname}/autostart"
 short_desc="Manual tiling window manager for X"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://herbstluftwm.org"
 changelog="https://raw.githubusercontent.com/herbstluftwm/herbstluftwm/master/NEWS"
 distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
-checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
+checksum=fe146d6b533dcabbc2588430de01b76acc0f716521d9a8157aa628f305723430
 
 post_install() {
-	vmkdir usr/share/bash-completion/completions
-	mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
 	vlicense LICENSE
 }

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

end of thread, other threads:[~2020-05-10 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 23:13 [PR PATCH] herbstluftwm: update to 0.8.1 Joey152
2020-05-06  9:11 ` travankor
2020-05-10 17:52 ` [PR PATCH] [Closed]: " Joey152
2020-04-27  4:18 [PR PATCH] " fnogcps

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