Github messages for voidlinux
 help / color / mirror / Atom feed
From: Zoh-j02r <Zoh-j02r@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: newm-0.3alpha
Date: Mon, 19 Dec 2022 17:35:58 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41185@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2022-12-19 16:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 16:35 Zoh-j02r [this message]
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 ` Zoh-j02r
2023-01-03 18:19 ` [PR PATCH] [Closed]: " Zoh-j02r
2023-01-04  2:21 ` [PR REVIEW] " eli-schwartz

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41185@inbox.vuxu.org \
    --to=zoh-j02r@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).