Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pekwm: update to 0.2.1
@ 2021-12-05 12:52 biopsin
  2021-12-07 18:57 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: biopsin @ 2021-12-05 12:52 UTC (permalink / raw)
  To: ml

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

pekwm: update to 0.2.1
 - adopt

<!-- 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**
-->

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **OK**
  - x86_64-musl **OK**
-->


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

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

From ffa7fb7a56a6be1a07340234e6cc0a6ba841cb97 Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@teknik.io>
Date: Sun, 5 Dec 2021 13:41:03 +0100
Subject: [PATCH] pekwm: update to 0.2.1

 - adopt
---
 srcpkgs/pekwm/patches/sysconfdir.patch | 29 --------------------------
 srcpkgs/pekwm/template                 |  7 +++----
 2 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/pekwm/patches/sysconfdir.patch

diff --git a/srcpkgs/pekwm/patches/sysconfdir.patch b/srcpkgs/pekwm/patches/sysconfdir.patch
deleted file mode 100644
index b945d0bdcc52..000000000000
--- a/srcpkgs/pekwm/patches/sysconfdir.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/CMakeLists.txt	2021-03-01 07:37:20.447294425 -0500
-+++ b/CMakeLists.txt	2021-03-01 07:39:40.222030571 -0500
-@@ -10,6 +10,9 @@
- set(pekwm_VERSION_PATCH 18)
- set(pekwm_VERSION "${pekwm_VERSION_MAJOR}.${pekwm_VERSION_MINOR}.${pekwm_VERSION_PATCH}")
- 
-+set(PEKWM_CONF_DIR "${CMAKE_INSTALL_PREFIX}/etc/pekwm"
-+  CACHE STRING "Path to pekwm system configuration files")
-+
- # Check for C++11
- check_cxx_compiler_flag(-std=c++11 HAS_CXX11)
- if (HAS_CXX11)
-@@ -94,7 +97,7 @@
- add_definitions(-DVERSION="${pekwm_VERSION}"
-   -DFEATURES="${pekwm_FEATURES}"
-   -DDATADIR="${CMAKE_INSTALL_PREFIX}/share"
--  -DSYSCONFDIR="${CMAKE_INSTALL_PREFIX}/etc/pekwm")
-+  -DSYSCONFDIR="${PEKWM_CONF_DIR}")
- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH True)
- 
- # Subdirectories
---- a/data/CMakeLists.txt	2021-03-01 07:39:48.323015276 -0500
-+++ b/data/CMakeLists.txt	2021-03-01 07:40:19.475956467 -0500
-@@ -16,4 +16,4 @@
-   mouse_sloppy
-   start
-   vars
--  DESTINATION etc/pekwm/)
-+  DESTINATION "${PEKWM_CONF_DIR}")
diff --git a/srcpkgs/pekwm/template b/srcpkgs/pekwm/template
index 367691f8cb7d..5d975f3ce10f 100644
--- a/srcpkgs/pekwm/template
+++ b/srcpkgs/pekwm/template
@@ -1,17 +1,16 @@
 # Template file for 'pekwm'
 pkgname=pekwm
-version=0.1.18
+version=0.2.1
 revision=1
 wrksrc="${pkgname}-release-${version}"
 build_style=cmake
-configure_args="-DPEKWM_CONF_DIR=/etc/pekwm"
 hostmakedepends="pkg-config"
 makedepends="libjpeg-turbo-devel libpng-devel libXpm-devel
  libXft-devel fontconfig-devel libXinerama-devel libXrandr-devel"
 short_desc="Window manager based on aewm++"
-maintainer="Orphaned <orphan@voidlinux.org>"
+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=e04e14ab7b212ec7c3a36e4c24b6228383df4ca3768f9fea7ba22dcd107d5d5a
+checksum=62e858015e1a5a54bbddab202a1fb455c821bda62498e9cadfa1d00a5a2575c3
 conf_files="/etc/pekwm/*"

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

* Re: [PR PATCH] [Merged]: pekwm: update to 0.2.1
  2021-12-05 12:52 [PR PATCH] pekwm: update to 0.2.1 biopsin
@ 2021-12-07 18:57 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-12-07 18:57 UTC (permalink / raw)
  To: ml

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

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

pekwm: update to 0.2.1
https://github.com/void-linux/void-packages/pull/34393

Description:
 - adopt

<!-- 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**
-->

<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **OK**
  - x86_64-musl **OK**
-->


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

end of thread, other threads:[~2021-12-07 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-05 12:52 [PR PATCH] pekwm: update to 0.2.1 biopsin
2021-12-07 18:57 ` [PR PATCH] [Merged]: " ericonr

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