Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] herbstluftwm: update to 0.8.0
@ 2020-04-13 21:37 Nairou
  2020-04-13 22:05 ` [PR PATCH] [Updated] " Nairou
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Nairou @ 2020-04-13 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nairou/void-packages patch-1
https://github.com/void-linux/void-packages/pull/20961

herbstluftwm: update to 0.8.0


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

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

From 49908b74ab45fc910ff639c83e4cb5d039bc8e11 Mon Sep 17 00:00:00 2001
From: Caleb Gingles <nairou@gmail.com>
Date: Mon, 13 Apr 2020 17:36:41 -0400
Subject: [PATCH] herbstluftwm: update to 0.8.0

---
 srcpkgs/herbstluftwm/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index 007ae71aafc..65842ffdaa7 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,24 +1,28 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.7.2
+version=0.8.0
 revision=1
-hostmakedepends="pkg-config"
-makedepends="libXinerama-devel libglib-devel"
+hostmakedepends="pkg-config cmake asciidoc"
+makedepends="libXrandr-devel libXinerama-devel libglib-devel"
 conf_files="/etc/xdg/${pkgname}/autostart"
-short_desc="A manual tiling window manager for X"
+short_desc="Manual tiling window manager for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=dff613fc6d7883ea2011318ef8a7b15b92f7864eaf63229df9ce0e99a44281cd
+checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
 
 do_build() {
+	mkdir -p build && cd build
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 	make COLOR=0 CXX="$CXX" CC="$CC" LD="$CC" LDXX="$CXX" \
 		CFLAGS="$CFLAGS -std=c99" LDFLAGS="$LDFLAGS" LDXXFLAGS="$LDFLAGS"
 }
 do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} COLOR=0 install
+	cd build
+	make DESTDIR=${DESTDIR} COLOR=0 install
+	cd ..
 	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] 14+ messages in thread

* Re: [PR PATCH] [Updated] herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
@ 2020-04-13 22:05 ` Nairou
  2020-04-13 22:16 ` Nairou
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-13 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nairou/void-packages patch-1
https://github.com/void-linux/void-packages/pull/20961

herbstluftwm: update to 0.8.0


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

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

From 65c1008a2104a4f8dccc1d6f0751fa5f48d5d984 Mon Sep 17 00:00:00 2001
From: Caleb Gingles <nairou@gmail.com>
Date: Mon, 13 Apr 2020 17:36:41 -0400
Subject: [PATCH] herbstluftwm: update to 0.8.0

---
 srcpkgs/herbstluftwm/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index 007ae71aafc..c700dda84a3 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,24 +1,28 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.7.2
+version=0.8.0
 revision=1
-hostmakedepends="pkg-config"
-makedepends="libXinerama-devel libglib-devel"
+hostmakedepends="pkg-config cmake asciidoc"
+makedepends="libXrandr-devel libXinerama-devel libglib-devel libX11-devel"
 conf_files="/etc/xdg/${pkgname}/autostart"
-short_desc="A manual tiling window manager for X"
+short_desc="Manual tiling window manager for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=dff613fc6d7883ea2011318ef8a7b15b92f7864eaf63229df9ce0e99a44281cd
+checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
 
 do_build() {
+	mkdir -p build && cd build
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 	make COLOR=0 CXX="$CXX" CC="$CC" LD="$CC" LDXX="$CXX" \
 		CFLAGS="$CFLAGS -std=c99" LDFLAGS="$LDFLAGS" LDXXFLAGS="$LDFLAGS"
 }
 do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} COLOR=0 install
+	cd build
+	make DESTDIR=${DESTDIR} COLOR=0 install
+	cd ..
 	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] 14+ messages in thread

* Re: [PR PATCH] [Updated] herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
  2020-04-13 22:05 ` [PR PATCH] [Updated] " Nairou
@ 2020-04-13 22:16 ` Nairou
  2020-04-13 22:35 ` Nairou
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-13 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nairou/void-packages patch-1
https://github.com/void-linux/void-packages/pull/20961

herbstluftwm: update to 0.8.0


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

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

From 5032be22bf65f1544634a9ebda452783be36d7fa Mon Sep 17 00:00:00 2001
From: Caleb Gingles <nairou@gmail.com>
Date: Mon, 13 Apr 2020 17:36:41 -0400
Subject: [PATCH] herbstluftwm: update to 0.8.0

---
 srcpkgs/herbstluftwm/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index 007ae71aafc..65842ffdaa7 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,24 +1,28 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.7.2
+version=0.8.0
 revision=1
-hostmakedepends="pkg-config"
-makedepends="libXinerama-devel libglib-devel"
+hostmakedepends="pkg-config cmake asciidoc"
+makedepends="libXrandr-devel libXinerama-devel libglib-devel"
 conf_files="/etc/xdg/${pkgname}/autostart"
-short_desc="A manual tiling window manager for X"
+short_desc="Manual tiling window manager for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=dff613fc6d7883ea2011318ef8a7b15b92f7864eaf63229df9ce0e99a44281cd
+checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
 
 do_build() {
+	mkdir -p build && cd build
+	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
 	make COLOR=0 CXX="$CXX" CC="$CC" LD="$CC" LDXX="$CXX" \
 		CFLAGS="$CFLAGS -std=c99" LDFLAGS="$LDFLAGS" LDXXFLAGS="$LDFLAGS"
 }
 do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} COLOR=0 install
+	cd build
+	make DESTDIR=${DESTDIR} COLOR=0 install
+	cd ..
 	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] 14+ messages in thread

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
  2020-04-13 22:05 ` [PR PATCH] [Updated] " Nairou
  2020-04-13 22:16 ` Nairou
@ 2020-04-13 22:35 ` Nairou
  2020-04-14 14:34 ` natrys
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-13 22:35 UTC (permalink / raw)
  To: ml

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

New comment by Nairou on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613130374

Comment:
Works on x64. Not sure why CI complains about X11 for other platforms. I tried adding a libX11-devel dependency, but it didn't help.

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

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (2 preceding siblings ...)
  2020-04-13 22:35 ` Nairou
@ 2020-04-14 14:34 ` natrys
  2020-04-14 14:46 ` Nairou
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: natrys @ 2020-04-14 14:34 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613479633

Comment:
Any reason you don't just use `build_style=cmake`? It will take care of cross-building. That way you can also get rid of `do_build` and `do_install` blocks. Move license and completions stuffs to `post_install`. You can test locally for other archs (like e.g. `./xbps-src -a aarch64 pkg herbstluftwm`).

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

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (3 preceding siblings ...)
  2020-04-14 14:34 ` natrys
@ 2020-04-14 14:46 ` Nairou
  2020-04-14 19:10 ` mustaqimM
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-14 14:46 UTC (permalink / raw)
  To: ml

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

New comment by Nairou on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613486342

Comment:
> Any reason you don't just use `build_style=cmake`? It will take care of cross-building. That way you can also get rid of `do_build` and `do_install` blocks. Move license and completions stuffs to `post_install`. You can test locally for other archs (like e.g. `./xbps-src -a aarch64 pkg herbstluftwm`).

Testing other archs locally sounds great. Where can I see how to use build_style? These are new changes, the previous version didn't use cmake.

I'm just an end-user trying to get an orphaned package updated for the first time. :smile:

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

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (4 preceding siblings ...)
  2020-04-14 14:46 ` Nairou
@ 2020-04-14 19:10 ` mustaqimM
  2020-04-15  8:39 ` travankor
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: mustaqimM @ 2020-04-14 19:10 UTC (permalink / raw)
  To: ml

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

New comment by mustaqimM on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613628897

Comment:
You can read it here:
https://github.com/void-linux/void-packages/blob/master/Manual.md#build-style-scripts

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

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (5 preceding siblings ...)
  2020-04-14 19:10 ` mustaqimM
@ 2020-04-15  8:39 ` travankor
  2020-04-15  8:43 ` travankor
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2020-04-15  8:39 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613902504

Comment:
Basically, get rid of `do_build` and `do_install` sections and add `build_style=cmake`. Once you get it working run xlint to fix errors up.

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

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (6 preceding siblings ...)
  2020-04-15  8:39 ` travankor
@ 2020-04-15  8:43 ` travankor
  2020-04-15  8:45 ` travankor
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2020-04-15  8:43 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613902504

Comment:
Basically, get rid of `do_build()` and `do_install()` sections and add `build_style=cmake` below `revision`. Everything should just work, but you might need to make a few adjustments. Once you get it working run xlint to fix errors up.

You cant test cross-compiling like so:

`./xbps-src pkg -a aarch64-musl <package name>`

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

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (7 preceding siblings ...)
  2020-04-15  8:43 ` travankor
@ 2020-04-15  8:45 ` travankor
  2020-04-15 13:11 ` [PR PATCH] [Updated] " Nairou
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: travankor @ 2020-04-15  8:45 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-613902504

Comment:
Basically, get rid of `do_build()` and `do_install()` sections and add `build_style=cmake` below `revision`. Everything should just work, but you might need to make a few adjustments. Once you get it working run xlint to fix errors up.

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

* Re: [PR PATCH] [Updated] herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (8 preceding siblings ...)
  2020-04-15  8:45 ` travankor
@ 2020-04-15 13:11 ` Nairou
  2020-04-15 13:19 ` Nairou
  2020-04-15 14:38 ` [PR PATCH] [Merged]: " Hoshpak
  11 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-15 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nairou/void-packages patch-1
https://github.com/void-linux/void-packages/pull/20961

herbstluftwm: update to 0.8.0


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

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

From 75b03c95c6e6c5be1e4464e516b96d2d12843cba Mon Sep 17 00:00:00 2001
From: Caleb Gingles <nairou@gmail.com>
Date: Mon, 13 Apr 2020 17:36:41 -0400
Subject: [PATCH] herbstluftwm: update to 0.8.0

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

diff --git a/srcpkgs/herbstluftwm/patches/frametree.patch b/srcpkgs/herbstluftwm/patches/frametree.patch
new file mode 100644
index 00000000000..5f50a4142fe
--- /dev/null
+++ b/srcpkgs/herbstluftwm/patches/frametree.patch
@@ -0,0 +1,11 @@
+--- 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 007ae71aafc..819211caf02 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,24 +1,20 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.7.2
+version=0.8.0
 revision=1
-hostmakedepends="pkg-config"
-makedepends="libXinerama-devel libglib-devel"
+build_style=cmake
+hostmakedepends="pkg-config asciidoc"
+makedepends="libXrandr-devel libXinerama-devel libglib-devel"
 conf_files="/etc/xdg/${pkgname}/autostart"
-short_desc="A manual tiling window manager for X"
+short_desc="Manual tiling window manager for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=dff613fc6d7883ea2011318ef8a7b15b92f7864eaf63229df9ce0e99a44281cd
+checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
 
-do_build() {
-	make COLOR=0 CXX="$CXX" CC="$CC" LD="$CC" LDXX="$CXX" \
-		CFLAGS="$CFLAGS -std=c99" LDFLAGS="$LDFLAGS" LDXXFLAGS="$LDFLAGS"
-}
-do_install() {
-	make PREFIX=/usr DESTDIR=${DESTDIR} COLOR=0 install
+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] 14+ messages in thread

* Re: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (9 preceding siblings ...)
  2020-04-15 13:11 ` [PR PATCH] [Updated] " Nairou
@ 2020-04-15 13:19 ` Nairou
  2020-04-15 14:38 ` [PR PATCH] [Merged]: " Hoshpak
  11 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-15 13:19 UTC (permalink / raw)
  To: ml

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

New comment by Nairou on void-packages repository

https://github.com/void-linux/void-packages/pull/20961#issuecomment-614035723

Comment:
@natrys @mustaqimM @travankor Thank you for your help! I think I'm getting the hang of this. :smile:

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

* Re: [PR PATCH] [Merged]: herbstluftwm: update to 0.8.0
  2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
                   ` (10 preceding siblings ...)
  2020-04-15 13:19 ` Nairou
@ 2020-04-15 14:38 ` Hoshpak
  11 siblings, 0 replies; 14+ messages in thread
From: Hoshpak @ 2020-04-15 14:38 UTC (permalink / raw)
  To: ml

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

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

herbstluftwm: update to 0.8.0
https://github.com/void-linux/void-packages/pull/20961

Description:


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

* Re: [PR PATCH] [Updated] herbstluftwm: update to 0.8.0
  2020-04-13 16:31 [PR PATCH] Update version " Nairou
@ 2020-04-13 16:42 ` Nairou
  0 siblings, 0 replies; 14+ messages in thread
From: Nairou @ 2020-04-13 16:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nairou/void-packages patch-1
https://github.com/void-linux/void-packages/pull/20955

herbstluftwm: update to 0.8.0


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

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

From 1e26a21c2932d24e7b9d709fa2f82e2534ef0f8a Mon Sep 17 00:00:00 2001
From: Caleb Gingles <nairou@gmail.com>
Date: Mon, 13 Apr 2020 12:31:09 -0400
Subject: [PATCH 1/2] Update version to 0.8.0

---
 srcpkgs/herbstluftwm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index 007ae71aafc..a9ab11bf268 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -1,6 +1,6 @@
 # Template file for 'herbstluftwm'
 pkgname=herbstluftwm
-version=0.7.2
+version=0.8.0
 revision=1
 hostmakedepends="pkg-config"
 makedepends="libXinerama-devel libglib-devel"

From b5a8daf1243e87bce06b0604756f13d763cc436b Mon Sep 17 00:00:00 2001
From: Caleb Gingles <nairou@gmail.com>
Date: Mon, 13 Apr 2020 12:42:12 -0400
Subject: [PATCH 2/2] Fix checksum and short_desc

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

diff --git a/srcpkgs/herbstluftwm/template b/srcpkgs/herbstluftwm/template
index a9ab11bf268..10cb414ac31 100644
--- a/srcpkgs/herbstluftwm/template
+++ b/srcpkgs/herbstluftwm/template
@@ -5,13 +5,13 @@ revision=1
 hostmakedepends="pkg-config"
 makedepends="libXinerama-devel libglib-devel"
 conf_files="/etc/xdg/${pkgname}/autostart"
-short_desc="A manual tiling window manager for X"
+short_desc="Manual tiling window manager for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 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=dff613fc6d7883ea2011318ef8a7b15b92f7864eaf63229df9ce0e99a44281cd
+checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
 
 do_build() {
 	make COLOR=0 CXX="$CXX" CC="$CC" LD="$CC" LDXX="$CXX" \

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

end of thread, other threads:[~2020-04-15 14:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 21:37 [PR PATCH] herbstluftwm: update to 0.8.0 Nairou
2020-04-13 22:05 ` [PR PATCH] [Updated] " Nairou
2020-04-13 22:16 ` Nairou
2020-04-13 22:35 ` Nairou
2020-04-14 14:34 ` natrys
2020-04-14 14:46 ` Nairou
2020-04-14 19:10 ` mustaqimM
2020-04-15  8:39 ` travankor
2020-04-15  8:43 ` travankor
2020-04-15  8:45 ` travankor
2020-04-15 13:11 ` [PR PATCH] [Updated] " Nairou
2020-04-15 13:19 ` Nairou
2020-04-15 14:38 ` [PR PATCH] [Merged]: " Hoshpak
  -- strict thread matches above, loose matches on Subject: below --
2020-04-13 16:31 [PR PATCH] Update version " Nairou
2020-04-13 16:42 ` [PR PATCH] [Updated] herbstluftwm: update " Nairou

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