Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update version to 0.8.0
@ 2020-04-13 16:31 Nairou
  2020-04-13 16:42 ` [PR PATCH] [Updated] herbstluftwm: update " Nairou
  2020-04-13 16:51 ` [PR PATCH] [Closed]: " Nairou
  0 siblings, 2 replies; 3+ messages in thread
From: Nairou @ 2020-04-13 16:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 306 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/20955

Update version 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: 658 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] 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"

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

* Re: [PR PATCH] [Updated] herbstluftwm: update to 0.8.0
  2020-04-13 16:31 [PR PATCH] Update version to 0.8.0 Nairou
@ 2020-04-13 16:42 ` Nairou
  2020-04-13 16:51 ` [PR PATCH] [Closed]: " Nairou
  1 sibling, 0 replies; 3+ 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] 3+ messages in thread

* Re: [PR PATCH] [Closed]: herbstluftwm: update to 0.8.0
  2020-04-13 16:31 [PR PATCH] Update version to 0.8.0 Nairou
  2020-04-13 16:42 ` [PR PATCH] [Updated] herbstluftwm: update " Nairou
@ 2020-04-13 16:51 ` Nairou
  1 sibling, 0 replies; 3+ messages in thread
From: Nairou @ 2020-04-13 16:51 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.0
https://github.com/void-linux/void-packages/pull/20955

Description:


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

end of thread, other threads:[~2020-04-13 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 16:31 [PR PATCH] Update version to 0.8.0 Nairou
2020-04-13 16:42 ` [PR PATCH] [Updated] herbstluftwm: update " Nairou
2020-04-13 16:51 ` [PR PATCH] [Closed]: " 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).