Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] icewm: update to 1.9.1
@ 2020-11-09 18:12 glaulher
  2020-11-09 19:17 ` [PR PATCH] [Updated] " glaulher
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: glaulher @ 2020-11-09 18:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages master
https://github.com/void-linux/void-packages/pull/26251

icewm: update to 1.9.1

Hello, follow icewm 1.9.1 update

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

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

From e9909c387bd9410ccee51467037ba001091802d8 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Mon, 9 Nov 2020 14:59:31 -0300
Subject: [PATCH] icewm: update to 1.9.1

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index ee331f65ff7..9ab23ea7c0e 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=1.9.0
+version=1.9.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
@@ -12,11 +12,11 @@ makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel
  libXcomposite-devel libXdamage-devel fribidi-devel"
 depends="shared-mime-info"
 short_desc="Window Manager designed for speed, usability, and consistency"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Glaulher <glaulher.developer@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=50eaba8773930be822e17c264ef0eb639d704bf3dd592698343a2148d0f7754a
+checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
 
 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
 CXXFLAGS="-Wno-odr -fno-strict-aliasing"

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

* Re: [PR PATCH] [Updated] icewm: update to 1.9.1
  2020-11-09 18:12 [PR PATCH] icewm: update to 1.9.1 glaulher
@ 2020-11-09 19:17 ` glaulher
  2020-11-13 19:48 ` [PR PATCH] [Closed]: " ahesford
  2020-11-13 19:49 ` ahesford
  2 siblings, 0 replies; 5+ messages in thread
From: glaulher @ 2020-11-09 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages master
https://github.com/void-linux/void-packages/pull/26251

icewm: update to 1.9.1

Hello, follow icewm 1.9.1 update

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

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

From e9909c387bd9410ccee51467037ba001091802d8 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Mon, 9 Nov 2020 14:59:31 -0300
Subject: [PATCH 1/2] icewm: update to 1.9.1

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index ee331f65ff70..9ab23ea7c0e4 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=1.9.0
+version=1.9.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
@@ -12,11 +12,11 @@ makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel
  libXcomposite-devel libXdamage-devel fribidi-devel"
 depends="shared-mime-info"
 short_desc="Window Manager designed for speed, usability, and consistency"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Glaulher <glaulher.developer@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=50eaba8773930be822e17c264ef0eb639d704bf3dd592698343a2148d0f7754a
+checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
 
 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
 CXXFLAGS="-Wno-odr -fno-strict-aliasing"

From 3cd406704dec66da0f3b14b04fb15733593f4216 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Mon, 9 Nov 2020 16:15:56 -0300
Subject: [PATCH 2/2] i3lock: update to 2.13

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

diff --git a/srcpkgs/i3lock/template b/srcpkgs/i3lock/template
index 69c66065bdaa..385e00edabbc 100644
--- a/srcpkgs/i3lock/template
+++ b/srcpkgs/i3lock/template
@@ -1,6 +1,6 @@
 # Template file for 'i3lock'
 pkgname=i3lock
-version=2.12
+version=2.13
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -12,7 +12,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="MIT"
 homepage="https://i3wm.org/i3lock/"
 distfiles="https://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
-checksum=d0b2a1a96ce80649958b27b8d54a6069b3aec9e7ffe07d378f9c51763b56bc09
+checksum=637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Closed]: icewm: update to 1.9.1
  2020-11-09 18:12 [PR PATCH] icewm: update to 1.9.1 glaulher
  2020-11-09 19:17 ` [PR PATCH] [Updated] " glaulher
@ 2020-11-13 19:48 ` ahesford
  2020-11-13 19:49 ` ahesford
  2 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-13 19:48 UTC (permalink / raw)
  To: ml

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

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

icewm: update to 1.9.1
https://github.com/void-linux/void-packages/pull/26251

Description:

Hello, follow icewm 1.9.1 update

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

* Re: icewm: update to 1.9.1
  2020-11-09 18:12 [PR PATCH] icewm: update to 1.9.1 glaulher
  2020-11-09 19:17 ` [PR PATCH] [Updated] " glaulher
  2020-11-13 19:48 ` [PR PATCH] [Closed]: " ahesford
@ 2020-11-13 19:49 ` ahesford
  2 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-11-13 19:49 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26251#issuecomment-726998222

Comment:
I cherry-picked the `i3lock` commit from this PR, since I merged your separate `icewm` PR.

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

* [PR PATCH] icewm: update to 1.9.1
@ 2020-11-10 13:06 glaulher
  0 siblings, 0 replies; 5+ messages in thread
From: glaulher @ 2020-11-10 13:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages master
https://github.com/void-linux/void-packages/pull/26273

icewm: update to 1.9.1


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

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

From b931ae1ab097b6a11c0f52ff0c6d731f3ac6dfca Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 10 Nov 2020 10:04:40 -0300
Subject: [PATCH] icewm: update to 1.9.1

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

diff --git a/srcpkgs/icewm/template b/srcpkgs/icewm/template
index ee331f65ff7..9ab23ea7c0e 100644
--- a/srcpkgs/icewm/template
+++ b/srcpkgs/icewm/template
@@ -1,6 +1,6 @@
 # Template file for 'icewm'
 pkgname=icewm
-version=1.9.0
+version=1.9.1
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
@@ -12,11 +12,11 @@ makedepends="libSM-devel libXft-devel libXinerama-devel libXpm-devel
  libXcomposite-devel libXdamage-devel fribidi-devel"
 depends="shared-mime-info"
 short_desc="Window Manager designed for speed, usability, and consistency"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Glaulher <glaulher.developer@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://ice-wm.org/"
 distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
-checksum=50eaba8773930be822e17c264ef0eb639d704bf3dd592698343a2148d0f7754a
+checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
 
 # No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
 CXXFLAGS="-Wno-odr -fno-strict-aliasing"

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

end of thread, other threads:[~2020-11-13 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 18:12 [PR PATCH] icewm: update to 1.9.1 glaulher
2020-11-09 19:17 ` [PR PATCH] [Updated] " glaulher
2020-11-13 19:48 ` [PR PATCH] [Closed]: " ahesford
2020-11-13 19:49 ` ahesford
2020-11-10 13:06 [PR PATCH] " glaulher

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