Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jwm: update to 2.4.1.
@ 2022-03-02 22:42 tibequadorian
  2022-03-02 22:45 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-02 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages jwm
https://github.com/void-linux/void-packages/pull/35934

jwm: update to 2.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d86715d6df7c5f21243bd02aafa42b62290382bd Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 23:38:58 +0100
Subject: [PATCH] jwm: update to 2.4.1.

---
 srcpkgs/jwm/patches/fix_dvorak.patch | 19 ++++++++++++++-----
 srcpkgs/jwm/template                 |  8 ++++----
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/jwm/patches/fix_dvorak.patch b/srcpkgs/jwm/patches/fix_dvorak.patch
index 6bef1082369b..a8c1a02a9c5b 100644
--- a/srcpkgs/jwm/patches/fix_dvorak.patch
+++ b/srcpkgs/jwm/patches/fix_dvorak.patch
@@ -1,7 +1,16 @@
-diff --git src/key.c src/key.c
-index 4b00d26..caefe42 100644
---- a/src/key.c
-+++ b/src/key.c
+From 1aa74e96e32b4012ee0e13ada22b64811b519bab Mon Sep 17 00:00:00 2001
+From: Olga Ustuzhanina <me@laserbat.pw>
+Date: Thu, 24 Jan 2019 15:07:31 +0700
+Subject: [PATCH] fix desktop switching on dvorak layouts
+
+---
+ src/binding.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/binding.c b/src/binding.c
+index dc23b640..8c238717 100644
+--- a/src/binding.c
++++ b/src/binding.c
 @@ -18,6 +18,8 @@
  #include "root.h"
  #include "tray.h"
@@ -11,7 +20,7 @@ index 4b00d26..caefe42 100644
  #define MASK_NONE    0
  #define MASK_SHIFT   (1 << ShiftMapIndex)
  #define MASK_LOCK    (1 << LockMapIndex)
-@@ -396,7 +398,7 @@ void InsertBinding(KeyType key, const char *modifiers,
+@@ -418,7 +420,7 @@ void InsertBinding(ActionType action, const char *modifiers,
  
              for(temp[offset] = '1'; temp[offset] <= '9'; temp[offset]++) {
  
diff --git a/srcpkgs/jwm/template b/srcpkgs/jwm/template
index 96efe18d60cc..7c7a2e304038 100644
--- a/srcpkgs/jwm/template
+++ b/srcpkgs/jwm/template
@@ -1,7 +1,7 @@
 # Template file for 'jwm'
 pkgname=jwm
-version=2.3.7
-revision=2
+version=2.4.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config which"
 makedepends="
@@ -9,12 +9,12 @@ makedepends="
  libXrender-devel libXmu-devel libXft-devel libXinerama-devel
  libXpm-devel fribidi-devel"
 short_desc="A light-weight window manager for the X11 Window System"
-maintainer="rGabiru <rui.flora@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 conf_files="/etc/system.jwmrc"
 homepage="http://joewing.net/projects/jwm"
 distfiles="http://joewing.net/projects/jwm/releases/jwm-$version.tar.xz"
-checksum=745d2f5df3a4ce9ecc8e75445edb3fbe31dd46c0c26d129cc14de7ad8b665326
+checksum=f3cc6452d8851d1abd374823ada9bbaa6999cbeadeb6dfedd5f9a116659aa233
 
 post_install() {
 	vinstall ${FILESDIR}/jwm.desktop 644 usr/share/xsessions

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

* Re: [PR PATCH] [Updated] jwm: update to 2.4.1.
  2022-03-02 22:42 [PR PATCH] jwm: update to 2.4.1 tibequadorian
@ 2022-03-02 22:45 ` tibequadorian
  2022-03-02 22:47 ` tibequadorian
  2022-03-02 23:10 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-02 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages jwm
https://github.com/void-linux/void-packages/pull/35934

jwm: update to 2.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b2d6fd58e323eee2b7ee512aeb44c8d508d3b8a4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 23:38:58 +0100
Subject: [PATCH] jwm: update to 2.4.1.

---
 srcpkgs/jwm/patches/fix_dvorak.patch | 19 ++++++++++++++-----
 srcpkgs/jwm/template                 | 10 +++++-----
 2 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/jwm/patches/fix_dvorak.patch b/srcpkgs/jwm/patches/fix_dvorak.patch
index 6bef1082369b..a8c1a02a9c5b 100644
--- a/srcpkgs/jwm/patches/fix_dvorak.patch
+++ b/srcpkgs/jwm/patches/fix_dvorak.patch
@@ -1,7 +1,16 @@
-diff --git src/key.c src/key.c
-index 4b00d26..caefe42 100644
---- a/src/key.c
-+++ b/src/key.c
+From 1aa74e96e32b4012ee0e13ada22b64811b519bab Mon Sep 17 00:00:00 2001
+From: Olga Ustuzhanina <me@laserbat.pw>
+Date: Thu, 24 Jan 2019 15:07:31 +0700
+Subject: [PATCH] fix desktop switching on dvorak layouts
+
+---
+ src/binding.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/binding.c b/src/binding.c
+index dc23b640..8c238717 100644
+--- a/src/binding.c
++++ b/src/binding.c
 @@ -18,6 +18,8 @@
  #include "root.h"
  #include "tray.h"
@@ -11,7 +20,7 @@ index 4b00d26..caefe42 100644
  #define MASK_NONE    0
  #define MASK_SHIFT   (1 << ShiftMapIndex)
  #define MASK_LOCK    (1 << LockMapIndex)
-@@ -396,7 +398,7 @@ void InsertBinding(KeyType key, const char *modifiers,
+@@ -418,7 +420,7 @@ void InsertBinding(ActionType action, const char *modifiers,
  
              for(temp[offset] = '1'; temp[offset] <= '9'; temp[offset]++) {
  
diff --git a/srcpkgs/jwm/template b/srcpkgs/jwm/template
index 96efe18d60cc..923db1630750 100644
--- a/srcpkgs/jwm/template
+++ b/srcpkgs/jwm/template
@@ -1,20 +1,20 @@
 # Template file for 'jwm'
 pkgname=jwm
-version=2.3.7
-revision=2
+version=2.4.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config which"
 makedepends="
  librsvg-devel libjpeg-turbo-devel libpng-devel libXext-devel
  libXrender-devel libXmu-devel libXft-devel libXinerama-devel
  libXpm-devel fribidi-devel"
-short_desc="A light-weight window manager for the X11 Window System"
-maintainer="rGabiru <rui.flora@gmail.com>"
+short_desc="Light-weight window manager for the X11 Window System"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 conf_files="/etc/system.jwmrc"
 homepage="http://joewing.net/projects/jwm"
 distfiles="http://joewing.net/projects/jwm/releases/jwm-$version.tar.xz"
-checksum=745d2f5df3a4ce9ecc8e75445edb3fbe31dd46c0c26d129cc14de7ad8b665326
+checksum=f3cc6452d8851d1abd374823ada9bbaa6999cbeadeb6dfedd5f9a116659aa233
 
 post_install() {
 	vinstall ${FILESDIR}/jwm.desktop 644 usr/share/xsessions

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

* Re: [PR PATCH] [Updated] jwm: update to 2.4.1.
  2022-03-02 22:42 [PR PATCH] jwm: update to 2.4.1 tibequadorian
  2022-03-02 22:45 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-02 22:47 ` tibequadorian
  2022-03-02 23:10 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-02 22:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages jwm
https://github.com/void-linux/void-packages/pull/35934

jwm: update to 2.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From df267acd912f0539642f6579d4e41a067d592ed7 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 23:38:58 +0100
Subject: [PATCH] jwm: update to 2.4.1.

---
 srcpkgs/jwm/patches/fix_dvorak.patch | 19 ++++++++++++++-----
 srcpkgs/jwm/template                 |  8 ++++----
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/jwm/patches/fix_dvorak.patch b/srcpkgs/jwm/patches/fix_dvorak.patch
index 6bef1082369b..a8c1a02a9c5b 100644
--- a/srcpkgs/jwm/patches/fix_dvorak.patch
+++ b/srcpkgs/jwm/patches/fix_dvorak.patch
@@ -1,7 +1,16 @@
-diff --git src/key.c src/key.c
-index 4b00d26..caefe42 100644
---- a/src/key.c
-+++ b/src/key.c
+From 1aa74e96e32b4012ee0e13ada22b64811b519bab Mon Sep 17 00:00:00 2001
+From: Olga Ustuzhanina <me@laserbat.pw>
+Date: Thu, 24 Jan 2019 15:07:31 +0700
+Subject: [PATCH] fix desktop switching on dvorak layouts
+
+---
+ src/binding.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/binding.c b/src/binding.c
+index dc23b640..8c238717 100644
+--- a/src/binding.c
++++ b/src/binding.c
 @@ -18,6 +18,8 @@
  #include "root.h"
  #include "tray.h"
@@ -11,7 +20,7 @@ index 4b00d26..caefe42 100644
  #define MASK_NONE    0
  #define MASK_SHIFT   (1 << ShiftMapIndex)
  #define MASK_LOCK    (1 << LockMapIndex)
-@@ -396,7 +398,7 @@ void InsertBinding(KeyType key, const char *modifiers,
+@@ -418,7 +420,7 @@ void InsertBinding(ActionType action, const char *modifiers,
  
              for(temp[offset] = '1'; temp[offset] <= '9'; temp[offset]++) {
  
diff --git a/srcpkgs/jwm/template b/srcpkgs/jwm/template
index 96efe18d60cc..e8b370cdf8cc 100644
--- a/srcpkgs/jwm/template
+++ b/srcpkgs/jwm/template
@@ -1,20 +1,20 @@
 # Template file for 'jwm'
 pkgname=jwm
-version=2.3.7
-revision=2
+version=2.4.1
+revision=1
 build_style=gnu-configure
 hostmakedepends="gettext pkg-config which"
 makedepends="
  librsvg-devel libjpeg-turbo-devel libpng-devel libXext-devel
  libXrender-devel libXmu-devel libXft-devel libXinerama-devel
  libXpm-devel fribidi-devel"
-short_desc="A light-weight window manager for the X11 Window System"
+short_desc="Light-weight window manager for the X11 Window System"
 maintainer="rGabiru <rui.flora@gmail.com>"
 license="MIT"
 conf_files="/etc/system.jwmrc"
 homepage="http://joewing.net/projects/jwm"
 distfiles="http://joewing.net/projects/jwm/releases/jwm-$version.tar.xz"
-checksum=745d2f5df3a4ce9ecc8e75445edb3fbe31dd46c0c26d129cc14de7ad8b665326
+checksum=f3cc6452d8851d1abd374823ada9bbaa6999cbeadeb6dfedd5f9a116659aa233
 
 post_install() {
 	vinstall ${FILESDIR}/jwm.desktop 644 usr/share/xsessions

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

* Re: [PR PATCH] [Merged]: jwm: update to 2.4.1.
  2022-03-02 22:42 [PR PATCH] jwm: update to 2.4.1 tibequadorian
  2022-03-02 22:45 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-02 22:47 ` tibequadorian
@ 2022-03-02 23:10 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-02 23:10 UTC (permalink / raw)
  To: ml

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

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

jwm: update to 2.4.1.
https://github.com/void-linux/void-packages/pull/35934

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-03-02 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 22:42 [PR PATCH] jwm: update to 2.4.1 tibequadorian
2022-03-02 22:45 ` [PR PATCH] [Updated] " tibequadorian
2022-03-02 22:47 ` tibequadorian
2022-03-02 23:10 ` [PR PATCH] [Merged]: " paper42

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