Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: leftwm-0.2.7
@ 2021-06-25 21:56 ReneganRonin
  2021-06-25 22:33 ` [PR PATCH] [Updated] " ReneganRonin
                   ` (72 more replies)
  0 siblings, 73 replies; 74+ messages in thread
From: ReneganRonin @ 2021-06-25 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ReneganRonin/void-packages leftwm
https://github.com/void-linux/void-packages/pull/31657

New package: leftwm-0.2.7
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

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

From 5eb3f2d2de58d0ce576f034b2fa13e4ab2a29041 Mon Sep 17 00:00:00 2001
From: "Soc Virnyl S. Estela" <66054069+ReneganRonin@users.noreply.github.com>
Date: Fri, 25 Jun 2021 18:31:43 +0800
Subject: [PATCH] New package: leftwm-0.2.7

---
 srcpkgs/leftwm/INSTALL.msg |  9 +++++++++
 srcpkgs/leftwm/template    | 24 ++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/leftwm/INSTALL.msg
 create mode 100644 srcpkgs/leftwm/template

diff --git a/srcpkgs/leftwm/INSTALL.msg b/srcpkgs/leftwm/INSTALL.msg
new file mode 100644
index 000000000000..34f4ad5d94c0
--- /dev/null
+++ b/srcpkgs/leftwm/INSTALL.msg
@@ -0,0 +1,9 @@
+Configuring
+
+The settings file to change key bindings and the default mod key can be found at
+
+```bash
+~/.config/leftwm/config.toml
+```
+
+the file is automatically generated when leftwm or leftwm-check is run for the first time. 
diff --git a/srcpkgs/leftwm/template b/srcpkgs/leftwm/template
new file mode 100644
index 000000000000..70de0544a637
--- /dev/null
+++ b/srcpkgs/leftwm/template
@@ -0,0 +1,24 @@
+# Template file for 'leftwm'
+pkgname=leftwm
+version=0.2.7
+revision=1
+archs="i686 x86_64"
+build_style=cargo
+short_desc="A tiling window manager for Adventurers"
+maintainer="Soc Virnyl S. Estela <renegan.ronin@gmail.com>"
+license="MIT"
+homepage="https://github.com/leftwm/leftwm"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=34056ce7574edacc03459614cf01b59f505305095af710e80b322759cefcde96
+
+do_install() {
+	local binaries="leftwm leftwm-worker leftwm-state leftwm-check leftwm-command"
+	for bin in $_binaries; do
+		vbin ./target/release/$bin
+	done
+	vdoc README.md
+	vlicense LICENSE.md
+	# Example themes to use as references
+	vmkdir usr/share/examples/leftwm/
+	vcopy themes usr/share/examples/leftwm/
+}

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

end of thread, other threads:[~2022-04-26 11:11 UTC | newest]

Thread overview: 74+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 21:56 [PR PATCH] New package: leftwm-0.2.7 ReneganRonin
2021-06-25 22:33 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-25 22:55 ` ReneganRonin
2021-06-25 22:57 ` ReneganRonin
2021-06-25 23:15 ` ReneganRonin
2021-06-26  1:42 ` ReneganRonin
2021-06-26 11:49 ` [PR REVIEW] " Johnnynator
2021-06-26 11:52 ` Johnnynator
2021-06-26 12:29 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-26 12:31 ` ReneganRonin
2021-06-26 12:33 ` [PR REVIEW] " ReneganRonin
2021-06-26 12:33 ` ReneganRonin
2021-06-26 13:22 ` ericonr
2021-06-26 13:22 ` ericonr
2021-06-26 13:30 ` ReneganRonin
2021-06-26 13:31 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-26 13:54 ` Johnnynator
2021-06-26 14:00 ` ReneganRonin
2021-06-26 14:13 ` Johnnynator
2021-06-26 14:29 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-26 14:31 ` ReneganRonin
2021-06-26 14:31 ` ReneganRonin
2021-06-26 21:50 ` ericonr
2021-06-26 22:59 ` ReneganRonin
2021-06-26 23:05 ` ReneganRonin
2021-06-27  1:23 ` ReneganRonin
2021-06-27  1:23 ` ReneganRonin
2021-06-27  1:26 ` ReneganRonin
2021-06-27  6:39 ` ReneganRonin
2021-06-27 22:38 ` [PR PATCH] [Updated] " ReneganRonin
2021-06-27 22:49 ` ReneganRonin
2021-06-27 22:54 ` ReneganRonin
2021-06-28  2:00 ` ericonr
2021-06-28 14:21 ` ReneganRonin
2021-06-28 14:22 ` ReneganRonin
2021-06-29  2:02 ` [PR PATCH] [Updated] " ReneganRonin
2021-07-07 14:05 ` [PR PATCH] [Updated] New package: leftwm-0.2.8 ReneganRonin
2021-07-07 14:06 ` ReneganRonin
2021-07-07 22:25 ` ReneganRonin
2021-07-08  0:19 ` ReneganRonin
2021-07-08  2:14 ` ReneganRonin
2021-07-09  9:58 ` ReneganRonin
2021-11-20 18:25 ` VuiMuich
2021-11-21  4:16 ` [PR REVIEW] " ericonr
2021-11-21  4:41 ` [PR PATCH] [Updated] " uncomfyhalomacro
2021-11-21  5:11 ` uncomfyhalomacro
2021-11-22 10:13 ` uncomfyhalomacro
2021-12-03  5:46 ` 0323pin
2021-12-04  5:49 ` uncomfyhalomacro
2021-12-04  6:13 ` 0323pin
2021-12-04  6:14 ` 0323pin
2021-12-04  6:22 ` VuiMuich
2021-12-04  6:23 ` VuiMuich
2021-12-04  6:24 ` VuiMuich
2022-01-11  5:05 ` [PR PATCH] [Updated] " uncomfyhalomacro
2022-01-11  5:14 ` New package: leftwm-0.2.11 uncomfyhalomacro
2022-01-12 14:02 ` [PR PATCH] [Updated] " uncomfyhalomacro
2022-01-12 16:31 ` uncomfyhalomacro
2022-01-12 16:33 ` uncomfyhalomacro
2022-01-12 16:54 ` uncomfyhalomacro
2022-01-13 11:35 ` [PR REVIEW] " Johnnynator
2022-01-13 11:35 ` Johnnynator
2022-01-13 14:35 ` [PR PATCH] [Updated] " uncomfyhalomacro
2022-01-13 14:55 ` uncomfyhalomacro
2022-01-13 15:07 ` uncomfyhalomacro
2022-01-13 15:10 ` [PR PATCH] [Updated] " uncomfyhalomacro
2022-01-14  0:17 ` uncomfyhalomacro
2022-01-14  0:31 ` uncomfyhalomacro
2022-01-14 14:11 ` 0323pin
2022-01-15 14:26 ` [PR PATCH] [Updated] " Johnnynator
2022-01-15 14:28 ` Johnnynator
2022-01-15 14:28 ` [PR PATCH] [Merged]: " Johnnynator
2022-04-26  5:31 ` 0323pin
2022-04-26 11:11 ` uncomfyhalomacro

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