Github messages for voidlinux
 help / color / mirror / Atom feed
From: funk443 <funk443@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: stumpwm-22.11; New package: common-lisp-clx
Date: Fri, 21 Apr 2023 17:01:26 +0200	[thread overview]
Message-ID: <20230421150126.sZz6n4W98tq76zF-bz7QO3dd6J8Pm3NZli7IBMzWatc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43563@inbox.vuxu.org>

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

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

https://github.com/funk443/void-packages stumpwm3-branch
https://github.com/void-linux/void-packages/pull/43563

New package: stumpwm-22.11; New package: common-lisp-clx
<!-- 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**


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

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

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

From c882c7ad17b980297221d935ed123f26de926afa Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Fri, 21 Apr 2023 23:00:39 +0800
Subject: [PATCH 1/4] New package: common-lisp-clx-0.7.5

---
 srcpkgs/common-lisp-clx/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/common-lisp-clx/template

diff --git a/srcpkgs/common-lisp-clx/template b/srcpkgs/common-lisp-clx/template
new file mode 100644
index 000000000000..91e4efd49de8
--- /dev/null
+++ b/srcpkgs/common-lisp-clx/template
@@ -0,0 +1,19 @@
+# Template file for 'common-lisp-clx'
+pkgname=common-lisp-clx
+version=0.7.5
+revision=1
+short_desc="X11 client for Common Lisp"
+maintainer="ctoid <funk443@yandex.com>"
+license="MIT"
+homepage="https://github.com/sharplispers/clx"
+distfiles="https://github.com/sharplispers/clx/archive/refs/tags/${version}.tar.gz"
+checksum="94114bc91e3f24054f0aa96f0c98bb500aa505f84fdaeb66ed41baaa39f9e053"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/clx
+
+do_install() {
+	head -n 16 clx.lisp | tail -n 13 | cut -d ';' -f4- > COPYING
+	vlicense COPYING
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

From ae724c027e42ca5693046449863b7d11c644ccfd Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Fri, 21 Apr 2023 23:00:55 +0800
Subject: [PATCH 2/4] New package: common-lisp-alexandria-1.4

---
 srcpkgs/common-lisp-alexandria/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/common-lisp-alexandria/template

diff --git a/srcpkgs/common-lisp-alexandria/template b/srcpkgs/common-lisp-alexandria/template
new file mode 100644
index 000000000000..169d824d269f
--- /dev/null
+++ b/srcpkgs/common-lisp-alexandria/template
@@ -0,0 +1,17 @@
+# Template file for 'common-lisp-alexandria'
+pkgname=common-lisp-alexandria
+version=1.4
+revision=1
+short_desc="Common Lisp utility library"
+maintainer="ctoid <funk443@yandex.com>"
+license="Public Domain"
+homepage="https://alexandria.common-lisp.dev/"
+distfiles="https://gitlab.common-lisp.net/alexandria/alexandria/-/archive/v${version}/alexandria-v${version}.tar.gz"
+checksum="0512aec38d054a20daa66e9983cf8a98151582d7e2307e49e8c1b4a61bbb779a"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/alexandria
+
+do_install() {
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

From c44b1380c4136818e67dd301c23fee6d5a896ae3 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Fri, 21 Apr 2023 23:01:10 +0800
Subject: [PATCH 3/4] New package: common-lisp-ppcre-2.1.1

---
 srcpkgs/common-lisp-ppcre/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/common-lisp-ppcre/template

diff --git a/srcpkgs/common-lisp-ppcre/template b/srcpkgs/common-lisp-ppcre/template
new file mode 100644
index 000000000000..b7b0d8068fab
--- /dev/null
+++ b/srcpkgs/common-lisp-ppcre/template
@@ -0,0 +1,20 @@
+# Template file for 'common-lisp-ppcre'
+pkgname=common-lisp-ppcre
+version=2.1.1
+revision=1
+hostmakedepends="curl"
+short_desc="Common Lisp regular expression library"
+maintainer="ctoid <funk443@yandex.com>"
+license="BSD-2-Clause"
+homepage="https://edicl.github.io/cl-ppcre/"
+distfiles="https://github.com/edicl/cl-ppcre/archive/refs/tags/v${version}.tar.gz"
+checksum="89631179b71648d9e6c565a928f6896a9d5742aa2083b9c1b705fe0b45d85def"
+
+_LIBRARY_DIR=/usr/share/common-lisp/source/cl-ppcre
+
+do_install() {
+	curl -O "https://raw.githubusercontent.com/edicl/cl-ppcre/master/LICENSE"
+	vlicense LICENSE
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

From 097f49e3d903fc1a480b6012006f35a7b3a5f44a Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Fri, 21 Apr 2023 23:01:23 +0800
Subject: [PATCH 4/4] New package: stumpwm-22.11

---
 srcpkgs/stumpwm/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/stumpwm/template

diff --git a/srcpkgs/stumpwm/template b/srcpkgs/stumpwm/template
new file mode 100644
index 000000000000..fa6aeb84ae4b
--- /dev/null
+++ b/srcpkgs/stumpwm/template
@@ -0,0 +1,26 @@
+# Template file for 'stumpwm'
+pkgname=stumpwm
+version=22.11
+revision=1
+build_style=gnu-configure
+hostmakedepends="sbcl base-devel"
+makedepends="common-lisp-ppcre common-lisp-alexandria common-lisp-clx"
+depends="xorg common-lisp-ppcre common-lisp-alexandria common-lisp-clx"
+short_desc="Stump Window Manager"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/stumpwm/stumpwm"
+distfiles="https://github.com/stumpwm/stumpwm/archive/refs/tags/${version}.tar.gz"
+checksum="36940f3b2c1ba54219a8d3a784103cfa83f84c652d1dbd7d3b7360c55e5ef026"
+nopie=yes
+nostrip=yes
+
+pre_configure() {
+	export SBCL_HOME=/usr/lib/sbcl
+	autoupdate
+	./autogen.sh
+}
+
+pre_install() {
+	make_install_args="destdir=$DESTDIR"
+}

  parent reply	other threads:[~2023-04-21 15:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-21 10:57 [PR PATCH] " funk443
2023-04-21 10:58 ` [PR PATCH] [Updated] " funk443
2023-04-21 14:47 ` [PR REVIEW] " Chocimier
2023-04-21 14:47 ` Chocimier
2023-04-21 14:47 ` Chocimier
2023-04-21 15:01 ` funk443 [this message]
2023-04-21 15:01 ` paper42
2023-04-21 15:02 ` [PR PATCH] [Updated] " funk443
2023-04-21 15:46 ` [PR PATCH] [Updated] New package: stumpwm-22.11; New package: common-lisp-clx; New package: common-lisp-alexandria; New package: common-lisp-ppcre funk443
2023-04-21 15:49 ` [PR PATCH] [Updated] New package: stumpwm-22.11 funk443
2023-04-26 20:54 ` [PR REVIEW] " Chocimier
2023-04-26 20:54 ` Chocimier
2023-04-26 20:54 ` Chocimier
2023-04-27  1:52 ` funk443
2023-04-27  1:57 ` funk443
2023-07-05  6:17 ` [PR PATCH] [Closed]: " funk443

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=20230421150126.sZz6n4W98tq76zF-bz7QO3dd6J8Pm3NZli7IBMzWatc@z \
    --to=funk443@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).