Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pekwm: update to 0.3.0.
@ 2023-01-25  7:46 biopsin
  2023-03-04  8:46 ` [PR PATCH] [Updated] " biopsin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: biopsin @ 2023-01-25  7:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-4
https://github.com/void-linux/void-packages/pull/41860

pekwm: update to 0.3.0.
News https://github.com/pekwm/pekwm/releases/tag/release-0.3.0

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-musl
  - armv7l-musl




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

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

From ca29eb1eaeef7b86b228290393a8a8414d4f1ec9 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Wed, 25 Jan 2023 08:43:06 +0100
Subject: [PATCH] pekwm: update to 0.3.0.

News https://github.com/pekwm/pekwm/releases/tag/release-0.3.0
---
 srcpkgs/pekwm/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pekwm/template b/srcpkgs/pekwm/template
index faec854e9b57..cabec339e4ea 100644
--- a/srcpkgs/pekwm/template
+++ b/srcpkgs/pekwm/template
@@ -1,15 +1,16 @@
 # Template file for 'pekwm'
 pkgname=pekwm
-version=0.2.1
+version=0.3.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="libjpeg-turbo-devel libpng-devel libXpm-devel
- libXft-devel fontconfig-devel libXinerama-devel libXrandr-devel"
+ libXft-devel fontconfig-devel libXinerama-devel libXrandr-devel
+ pango-devel"
 short_desc="Window manager based on aewm++"
 maintainer="biopsin <biopsin@teknik.io>"
 license="GPL-2.0-or-later"
 homepage="https://www.pekwm.se/"
 distfiles="https://github.com/pekdon/pekwm/archive/release-${version}.tar.gz"
-checksum=62e858015e1a5a54bbddab202a1fb455c821bda62498e9cadfa1d00a5a2575c3
+checksum=8c501dba954395b558afb6776cbda7732da023d75ca18f4b04c22cf49a2e7507
 conf_files="/etc/pekwm/*"

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

* Re: [PR PATCH] [Updated] pekwm: update to 0.3.0.
  2023-01-25  7:46 [PR PATCH] pekwm: update to 0.3.0 biopsin
@ 2023-03-04  8:46 ` biopsin
  2023-06-03  2:01 ` github-actions
  2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: biopsin @ 2023-03-04  8:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-4
https://github.com/void-linux/void-packages/pull/41860

pekwm: update to 0.3.0.
News https://github.com/pekwm/pekwm/releases/tag/release-0.3.0

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-musl
  - armv7l-musl




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

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

From ac90ea879ec2a8edf1b25bc066be972e67efe3a8 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Sat, 4 Mar 2023 09:44:57 +0100
Subject: [PATCH] pekwm: update to 0.3.0

---
 srcpkgs/pekwm/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pekwm/template b/srcpkgs/pekwm/template
index faec854e9b57..cabec339e4ea 100644
--- a/srcpkgs/pekwm/template
+++ b/srcpkgs/pekwm/template
@@ -1,15 +1,16 @@
 # Template file for 'pekwm'
 pkgname=pekwm
-version=0.2.1
+version=0.3.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="libjpeg-turbo-devel libpng-devel libXpm-devel
- libXft-devel fontconfig-devel libXinerama-devel libXrandr-devel"
+ libXft-devel fontconfig-devel libXinerama-devel libXrandr-devel
+ pango-devel"
 short_desc="Window manager based on aewm++"
 maintainer="biopsin <biopsin@teknik.io>"
 license="GPL-2.0-or-later"
 homepage="https://www.pekwm.se/"
 distfiles="https://github.com/pekdon/pekwm/archive/release-${version}.tar.gz"
-checksum=62e858015e1a5a54bbddab202a1fb455c821bda62498e9cadfa1d00a5a2575c3
+checksum=8c501dba954395b558afb6776cbda7732da023d75ca18f4b04c22cf49a2e7507
 conf_files="/etc/pekwm/*"

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

* Re: pekwm: update to 0.3.0.
  2023-01-25  7:46 [PR PATCH] pekwm: update to 0.3.0 biopsin
  2023-03-04  8:46 ` [PR PATCH] [Updated] " biopsin
@ 2023-06-03  2:01 ` github-actions
  2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-06-03  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41860#issuecomment-1574557096

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: pekwm: update to 0.3.0.
  2023-01-25  7:46 [PR PATCH] pekwm: update to 0.3.0 biopsin
  2023-03-04  8:46 ` [PR PATCH] [Updated] " biopsin
  2023-06-03  2:01 ` github-actions
@ 2023-06-18  2:07 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-06-18  2:07 UTC (permalink / raw)
  To: ml

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

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

pekwm: update to 0.3.0.
https://github.com/void-linux/void-packages/pull/41860

Description:
News https://github.com/pekwm/pekwm/releases/tag/release-0.3.0

<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-musl
  - armv7l-musl




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

end of thread, other threads:[~2023-06-18  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25  7:46 [PR PATCH] pekwm: update to 0.3.0 biopsin
2023-03-04  8:46 ` [PR PATCH] [Updated] " biopsin
2023-06-03  2:01 ` github-actions
2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions

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