Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: newm-0.3alpha
@ 2022-12-19 16:35 Zoh-j02r
  2022-12-19 16:36 ` paper42
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Zoh-j02r @ 2022-12-19 16:35 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Zoh-j02r against master on the void-packages repository

https://github.com/Zoh-j02r/void-packages newm-testing
https://github.com/void-linux/void-packages/pull/41185

New package: newm-0.3alpha
#### 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**


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

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

From 5905a7e3f53070380afd05275910de90a4dcfdba Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Mon, 19 Dec 2022 13:32:02 -0300
Subject: [PATCH] New package: newm-0.3alpha

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

diff --git a/srcpkgs/newm/template b/srcpkgs/newm/template
new file mode 100644
index 000000000000..cd8f5f3c0e47
--- /dev/null
+++ b/srcpkgs/newm/template
@@ -0,0 +1,46 @@
+# Template file for 'newm'
+pkgname=newm
+version=0.3alpha
+revision=1
+create_wrksrc=yes
+hostmakedepends="python3-devel wayland-protocols  pkg-config meson ninja git"
+makedepends="pango-devel cairo-devel pixman-devel wayland-devel libevdev-devel libinput-devel glslang-devel wlroots-devel Vulkan-Headers vulkan-loader libseat-devel libxkbcommon-devel libxcb-devel xorg-server-xwayland"
+depends="xorg-server-xwayland python3-evdev  python3-imageio python3-cairo python3-psutil python3-pam python3-pyfiglet python3-thefuzz python3-cairo"
+short_desc="Wayland compositor written with laptops and touchpads in mind"
+maintainer=" Zoh-j02r <saulobruno@usp.br>"
+license="MIT"
+homepage="https://github.com/jbuchermn/newm"
+
+_wlroots_commit=e279266f714c7122e9ad97d56d047313f78cfdbe
+
+distfiles=" ${homepage}/archive/refs/tags/v${version}.tar.gz
+ https://github.com/jbuchermn/pywm/archive/refs/tags/v${version}.zip
+ https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${_wlroots_commit}.tar.gz"
+
+checksum=" 989f7c02cc4ecc3f9f390caef97a2d2713af3b6a391a895ca7e1253076102645
+ 2297c3bb32f716a95f0846d0fd351a3e39a00a0fa0f078d48427605a484e28e1
+ e09dd1bcd08bed22b1bc61b6992511be0dc1d31f019b93e118a97882c30d65cd"
+
+post_extract() {
+	cd $wrksrc/pywm-${version}
+	rmdir subprojects/wlroots
+	mv -v $wrksrc/wlroots-${_wlroots_commit} subprojects/wlroots
+}
+
+do_build() {
+	cd $wrksrc/pywm-${version}
+	python3 setup.py build
+	cd $wrksrc/newm-${version}
+	python3 setup.py build
+}
+
+do_install() {
+	cd $wrksrc/pywm-${version}
+	python3 setup.py install --root="${DESTDIR}"
+	cd $wrksrc/newm-${version}
+	python3 setup.py install --root="${DESTDIR}"
+}
+
+post_install() {
+	vlicense $wrksrc/newm-${version}/LICENSE
+}

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

end of thread, other threads:[~2023-01-04  2:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19 16:35 [PR PATCH] New package: newm-0.3alpha Zoh-j02r
2022-12-19 16:36 ` paper42
2022-12-19 17:06 ` Zoh-j02r
2022-12-19 17:16 ` paper42
2022-12-20 12:05 ` [PR PATCH] [Updated] " Zoh-j02r
2022-12-20 12:25 ` Zoh-j02r
2022-12-20 15:26 ` [PR REVIEW] " paper42
2022-12-20 15:26 ` paper42
2022-12-20 15:26 ` paper42
2022-12-20 15:26 ` paper42
2022-12-20 15:26 ` paper42
2022-12-20 16:48 ` Zoh-j02r
2022-12-20 16:51 ` Zoh-j02r
2022-12-22 16:32 ` paper42
2022-12-22 16:32 ` paper42
2023-01-03 18:19 ` [PR PATCH] [Closed]: " Zoh-j02r
2023-01-03 18:19 ` Zoh-j02r
2023-01-04  2:21 ` [PR REVIEW] " eli-schwartz

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