Github messages for voidlinux
 help / color / mirror / Atom feed
From: biopsin <biopsin@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pekwm: update to 0.1.18
Date: Wed, 20 Jan 2021 08:50:40 +0100	[thread overview]
Message-ID: <20210120075040.pWn_Pl560Ai6Rxtma1NHKwYDt5dyUP1CcMoaPJ6o3M8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27788@inbox.vuxu.org>

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

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

https://github.com/biopsin/void-packages patch-1
https://github.com/void-linux/void-packages/pull/27788

pekwm: update to 0.1.18
Switched to cmake (notified about depricated issue https://github.com/pekdon/pekwm/issues/28)
Switched distfiles to pekdon@github
Become maintainer
Heads up : jpeg support will be dropped in next release
Tested : armv7l, i686, x86_84/-musl


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

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

From 72374347e6d10f9db6de96b65a5d172cd4cd4986 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Sat, 9 Jan 2021 19:44:39 +0100
Subject: [PATCH] pekwm: update to 0.1.18

Switched to cmake
distfiles to pekdon@github
Become maintainer
Heads up : jpeg support will be dropped in next release
Tested : armv7l, i686, x86_84/-musl

fix conf_files
rebase
---
 srcpkgs/pekwm/template | 53 ++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 28 deletions(-)

diff --git a/srcpkgs/pekwm/template b/srcpkgs/pekwm/template
index 19fdb952d03..9888bac9ba5 100644
--- a/srcpkgs/pekwm/template
+++ b/srcpkgs/pekwm/template
@@ -1,35 +1,32 @@
 # Template file for 'pekwm'
 pkgname=pekwm
-version=0.1.17
-revision=4
-build_style=gnu-configure
-configure_args="--with-pkg-exec-prefix=/usr
- ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xft_XftFontOpen=yes
- ac_cv_lib_Xrender_XRenderCreatePicture=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
- ac_cv_lib_Xinerama_XineramaQueryScreens=yes ac_cv_lib_Xext_XShapeCombineShape=yes
- ac_cv_lib_Xrandr_XRRQueryExtension=yes ac_cv_lib_fribidi_fribidi_version_info=yes"
-hostmakedepends="pkg-config"
-makedepends="libjpeg-turbo-devel libpng-devel libXinerama-devel
- libSM-devel libXft-devel libXrender-devel fontconfig-devel libXpm-devel libXrandr-devel"
-short_desc="Window manager based on aewm++"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later"
-homepage="https://www.pekwm.org/projects/pekwm"
-distfiles="${DEBIAN_SITE}/main/p/pekwm/pekwm_${version}.orig.tar.bz2"
-checksum=8a1fd3bf9f38e8c7bb2b2864c090f986b60cec2281ecf1bba462d120fb327d00
-
+version=0.1.18
+revision=1
+build_style=cmake
 conf_files="
-	/etc/pekwm/vars
-	/etc/pekwm/mouse
-	/etc/pekwm/menu
-	/etc/pekwm/start
-	/etc/pekwm/keys
+	/etc/pekwm/autoproperties
 	/etc/pekwm/autoproperties_typerules
 	/etc/pekwm/config
-	/etc/pekwm/autoproperties
-	/etc/pekwm/mouse_system
-	/etc/pekwm/mouse_sloppy
+	/etc/pekwm/config_system
+	/etc/pekwm/keys
+	/etc/pekwm/menu
+	/etc/pekwm/config
+	/etc/pekwm/mouse
 	/etc/pekwm/mouse_click
-	/etc/pekwm/config_system"
+	/etc/pekwm/mouse_sloppy
+	/etc/pekwm/mouse_system
+	/etc/pekwm/start
+	/etc/pekwm/vars"
+makedepends="libXrender-devel libXft-devel fontconfig-devel"
+short_desc="Window manager based on aewm++"
+maintainer="biopsin <biopsin@teknik.io>"
+license="GPL-2.0-or-later"
+homepage="https://www.pekwm.org/projects/pekwm"
+distfiles="https://github.com/pekdon/pekwm/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
+checksum=7becc43b79eab0ff754572852e385435222420385107c881a93ac4dc4ae96065
+
+post_extract() {
+	vsed 's| etc| /etc|' -i data/CMakeLists.txt
+}
 
-CXXFLAGS="-Wno-narrowing"
+CXXFLAGS="-Wno-narrowing"
\ No newline at end of file

  parent reply	other threads:[~2021-01-20  7:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-09 18:57 [PR PATCH] " biopsin
2021-01-10 10:42 ` [PR PATCH] [Updated] " biopsin
2021-01-10 11:51 ` biopsin
2021-01-12  3:45 ` [PR REVIEW] " ericonr
2021-01-12  5:37 ` biopsin
2021-01-12  5:47 ` [PR PATCH] [Updated] " biopsin
2021-01-12  6:06 ` biopsin
2021-01-20  1:05 ` ericonr
2021-01-20  7:50 ` biopsin [this message]
2021-01-20  7:51 ` biopsin
2021-02-06 11:04 ` biopsin
2021-02-06 11:04 ` [PR PATCH] [Closed]: " biopsin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210120075040.pWn_Pl560Ai6Rxtma1NHKwYDt5dyUP1CcMoaPJ6o3M8@z \
    --to=biopsin@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).