Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: stumpwm-22.11; New package: common-lisp-clx
@ 2023-04-21 10:57 funk443
  2023-04-21 10:58 ` [PR PATCH] [Updated] " funk443
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: funk443 @ 2023-04-21 10:57 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2536 bytes --]

From 371baa5f38d161b509cde5634d22e14a8b0d83ea Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Thu, 20 Apr 2023 23:46:01 +0800
Subject: [PATCH 1/2] New package: common-lisp-clx

---
 srcpkgs/common-lisp-clx/template | 23 +++++++++++++++++++++++
 1 file changed, 23 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..2b26bf6d57d5
--- /dev/null
+++ b/srcpkgs/common-lisp-clx/template
@@ -0,0 +1,23 @@
+# Template file for 'common-lisp-clx'
+pkgname=common-lisp-clx
+version=0.7.5
+revision=1
+build_style=fetch
+hostmakedepends="tar coreutils"
+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() {
+	tar -xzvf ${version}.tar.gz
+	cd clx-${version}
+	head -n 16 clx.lisp | tail -n 13 | cut -d ';' -f4- > COPYING
+	vlicense COPYING
+	vmkdir $_LIBRARY_DIR
+	vcopy * $_LIBRARY_DIR
+}

From b93ef95544cd8a3d3f44de8a9cee1adb6aed427d Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Fri, 21 Apr 2023 00:11:27 +0800
Subject: [PATCH 2/2] 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..0e3b993febcf
--- /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"
+}

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

end of thread, other threads:[~2023-07-05  6:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 10:57 [PR PATCH] New package: stumpwm-22.11; New package: common-lisp-clx 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 ` [PR PATCH] [Updated] " funk443
2023-04-21 15:01 ` [PR REVIEW] " 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

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