Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: japokwm-0.4.2
@ 2023-01-29 23:03 lz-coder
  2023-01-29 23:16 ` [PR PATCH] [Updated] " lz-coder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lz-coder @ 2023-01-29 23:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages japokwm
https://github.com/void-linux/void-packages/pull/41947

New package: japokwm-0.4.2
#### 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)


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

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

From ec534073a14c3a3a2b62309a9be710359d98ed23 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sun, 29 Jan 2023 14:16:10 -0300
Subject: [PATCH] New package: japokwm-0.4.2

---
 srcpkgs/japokwm/patches/mesonbuild.patch |  9 ++++++++
 srcpkgs/japokwm/template                 | 27 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/japokwm/patches/mesonbuild.patch
 create mode 100644 srcpkgs/japokwm/template

diff --git a/srcpkgs/japokwm/patches/mesonbuild.patch b/srcpkgs/japokwm/patches/mesonbuild.patch
new file mode 100644
index 000000000000..725037734662
--- /dev/null
+++ b/srcpkgs/japokwm/patches/mesonbuild.patch
@@ -0,0 +1,9 @@
+--- a/src/meson.build
++++ b/src/mseon.build
+@@ -1,5 +1,4 @@
+-add_project_arguments('-rdynamic', '-DWLR_USE_UNSTABLE', '-Werror',
+-'-Wno-unused-function', '-Wno-uninitialized', '-Wno-sizeof-pointer-div', language: 'c')
++add_project_arguments('-rdynamic', '-DWLR_USE_UNSTABLE', '-Wno-sizeof-pointer-div', language: 'c')
+ 
+ foreach name : ['lua', 'lua5.3', 'lua-5.3', 'lua53']
+     luaDep = dependency(name, version: '>=5.3', required: false)
diff --git a/srcpkgs/japokwm/template b/srcpkgs/japokwm/template
new file mode 100644
index 000000000000..e63139fefd63
--- /dev/null
+++ b/srcpkgs/japokwm/template
@@ -0,0 +1,27 @@
+# Template file for 'japokwm'
+pkgname=japokwm
+version=0.4.2
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=meson
+configure_args="-Dxwayland=true -Dzsh-completions=true -Dbash-completions=true
+ -Dfish-completions=true"
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-protocols scdoc pkg-config git fish-shell bash-completion cmake"
+makedepends="wlroots-devel wayland-devel libnotify-devel libuv-devel json-c-devel mpfr-devel lua54-devel"
+short_desc="Dynamic Wayland tiling compositor based around creating layouts"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="BSD-2-Clause"
+homepage="https://github.com/werererer/japokwm"
+#changelog=""
+distfiles="https://github.com/werererer/japokwm/archive/refs/tags/v${version}.tar.gz"
+checksum=7972fa8045855e425e37a2f4d61120cf42b24328f4a35a29feea54cd77c88a83
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: japokwm-0.4.2
  2023-01-29 23:03 [PR PATCH] New package: japokwm-0.4.2 lz-coder
@ 2023-01-29 23:16 ` lz-coder
  2023-05-01  1:54 ` github-actions
  2023-05-04 18:11 ` [PR PATCH] [Closed]: " lz-coder
  2 siblings, 0 replies; 4+ messages in thread
From: lz-coder @ 2023-01-29 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages japokwm
https://github.com/void-linux/void-packages/pull/41947

New package: japokwm-0.4.2
#### 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)


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

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

From 4d38e59e5c831390fcd53177588d0a67da57e72b Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sun, 29 Jan 2023 14:16:10 -0300
Subject: [PATCH] New package: japokwm-0.4.2

---
 srcpkgs/japokwm/patches/mesonbuild.patch |  9 ++++++++
 srcpkgs/japokwm/template                 | 27 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/japokwm/patches/mesonbuild.patch
 create mode 100644 srcpkgs/japokwm/template

diff --git a/srcpkgs/japokwm/patches/mesonbuild.patch b/srcpkgs/japokwm/patches/mesonbuild.patch
new file mode 100644
index 000000000000..725037734662
--- /dev/null
+++ b/srcpkgs/japokwm/patches/mesonbuild.patch
@@ -0,0 +1,9 @@
+--- a/src/meson.build
++++ b/src/mseon.build
+@@ -1,5 +1,4 @@
+-add_project_arguments('-rdynamic', '-DWLR_USE_UNSTABLE', '-Werror',
+-'-Wno-unused-function', '-Wno-uninitialized', '-Wno-sizeof-pointer-div', language: 'c')
++add_project_arguments('-rdynamic', '-DWLR_USE_UNSTABLE', '-Wno-sizeof-pointer-div', language: 'c')
+ 
+ foreach name : ['lua', 'lua5.3', 'lua-5.3', 'lua53']
+     luaDep = dependency(name, version: '>=5.3', required: false)
diff --git a/srcpkgs/japokwm/template b/srcpkgs/japokwm/template
new file mode 100644
index 000000000000..75d0c2f3eda6
--- /dev/null
+++ b/srcpkgs/japokwm/template
@@ -0,0 +1,27 @@
+# Template file for 'japokwm'
+pkgname=japokwm
+version=0.4.2
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=meson
+configure_args="-Dxwayland=true -Dzsh-completions=true -Dbash-completions=true
+ -Dfish-completions=true"
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-protocols scdoc pkg-config git fish-shell bash-completion cmake wayland-devel coreutils"
+makedepends="wlroots-devel libnotify-devel libuv-devel json-c-devel mpfr-devel lua54-devel"
+short_desc="Dynamic Wayland tiling compositor based around creating layouts"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="BSD-2-Clause"
+homepage="https://github.com/werererer/japokwm"
+#changelog=""
+distfiles="https://github.com/werererer/japokwm/archive/refs/tags/v${version}.tar.gz"
+checksum=7972fa8045855e425e37a2f4d61120cf42b24328f4a35a29feea54cd77c88a83
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: japokwm-0.4.2
  2023-01-29 23:03 [PR PATCH] New package: japokwm-0.4.2 lz-coder
  2023-01-29 23:16 ` [PR PATCH] [Updated] " lz-coder
@ 2023-05-01  1:54 ` github-actions
  2023-05-04 18:11 ` [PR PATCH] [Closed]: " lz-coder
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-05-01  1:54 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/41947#issuecomment-1529241684

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]: New package: japokwm-0.4.2
  2023-01-29 23:03 [PR PATCH] New package: japokwm-0.4.2 lz-coder
  2023-01-29 23:16 ` [PR PATCH] [Updated] " lz-coder
  2023-05-01  1:54 ` github-actions
@ 2023-05-04 18:11 ` lz-coder
  2 siblings, 0 replies; 4+ messages in thread
From: lz-coder @ 2023-05-04 18:11 UTC (permalink / raw)
  To: ml

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

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

New package: japokwm-0.4.2
https://github.com/void-linux/void-packages/pull/41947

Description:
#### 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)


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

end of thread, other threads:[~2023-05-04 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 23:03 [PR PATCH] New package: japokwm-0.4.2 lz-coder
2023-01-29 23:16 ` [PR PATCH] [Updated] " lz-coder
2023-05-01  1:54 ` github-actions
2023-05-04 18:11 ` [PR PATCH] [Closed]: " lz-coder

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