Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bsp-layout-0.0.9
@ 2020-12-17 19:48 FollieHiyuki
  2020-12-17 19:54 ` FollieHiyuki
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: FollieHiyuki @ 2020-12-17 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages bsp-layout
https://github.com/void-linux/void-packages/pull/27238

New package: bsp-layout-0.0.9


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

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

From c1d68c2af2ff3db8cb908e63c4e677ad03fdb6ff Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 17 Dec 2020 22:44:05 +0300
Subject: [PATCH] New package: bsp-layout-0.0.9

---
 srcpkgs/bsp-layout/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/bsp-layout/template

diff --git a/srcpkgs/bsp-layout/template b/srcpkgs/bsp-layout/template
new file mode 100644
index 00000000000..65549e75942
--- /dev/null
+++ b/srcpkgs/bsp-layout/template
@@ -0,0 +1,16 @@
+# Template file for 'bsp-layout'
+pkgname=bsp-layout
+version=0.0.9
+revision=1
+build_style=gnu-makefile
+depends="bspwm bash bc"
+short_desc="Manage layouts in bspwm"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/phenax/bsp-layout"
+distfiles="https://github.com/phenax/bsp-layout/archive/${version}.tar.gz"
+checksum=6ae9d562b622b511f1a4baf04ac1eba9d029d8e70fb7638a0c8fcabc377dc3b2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: bsp-layout-0.0.9
  2020-12-17 19:48 [PR PATCH] New package: bsp-layout-0.0.9 FollieHiyuki
@ 2020-12-17 19:54 ` FollieHiyuki
  2020-12-17 23:30 ` [PR PATCH] [Updated] " FollieHiyuki
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2020-12-17 19:54 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27238#issuecomment-747665122

Comment:
The binary symlink is wrong. I don't know how to fix it. Help is appreciated,

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

* Re: [PR PATCH] [Updated] New package: bsp-layout-0.0.9
  2020-12-17 19:48 [PR PATCH] New package: bsp-layout-0.0.9 FollieHiyuki
  2020-12-17 19:54 ` FollieHiyuki
@ 2020-12-17 23:30 ` FollieHiyuki
  2020-12-17 23:32 ` FollieHiyuki
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2020-12-17 23:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/FollieHiyuki/void-packages bsp-layout
https://github.com/void-linux/void-packages/pull/27238

New package: bsp-layout-0.0.9


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

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

From 9b02484dcf85959609449cbe19d3a9b11df1d5cb Mon Sep 17 00:00:00 2001
From: FollieHiyuki <folliekazetani@protonmail.com>
Date: Thu, 17 Dec 2020 22:44:05 +0300
Subject: [PATCH] New package: bsp-layout-0.0.9

---
 srcpkgs/bsp-layout/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/bsp-layout/template

diff --git a/srcpkgs/bsp-layout/template b/srcpkgs/bsp-layout/template
new file mode 100644
index 00000000000..b7b7f81a69b
--- /dev/null
+++ b/srcpkgs/bsp-layout/template
@@ -0,0 +1,20 @@
+# Template file for 'bsp-layout'
+pkgname=bsp-layout
+version=0.0.9
+revision=1
+build_style=gnu-makefile
+depends="bspwm bash bc"
+short_desc="Manage layouts in bspwm"
+maintainer="FollieHiyuki <folliekazetani@protonmail.com>"
+license="MIT"
+homepage="https://github.com/phenax/bsp-layout"
+distfiles="https://github.com/phenax/bsp-layout/archive/${version}.tar.gz"
+checksum=6ae9d562b622b511f1a4baf04ac1eba9d029d8e70fb7638a0c8fcabc377dc3b2
+
+pre_install() {
+	vsed -i '32s|{SRC_PATH}|{PREFIX}/lib/bsp-layout|' Makefile
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: bsp-layout-0.0.9
  2020-12-17 19:48 [PR PATCH] New package: bsp-layout-0.0.9 FollieHiyuki
  2020-12-17 19:54 ` FollieHiyuki
  2020-12-17 23:30 ` [PR PATCH] [Updated] " FollieHiyuki
@ 2020-12-17 23:32 ` FollieHiyuki
  2021-01-07 22:19 ` FollieHiyuki
  2021-01-07 22:19 ` [PR PATCH] [Closed]: " FollieHiyuki
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2020-12-17 23:32 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27238#issuecomment-747665122

Comment:
~~The binary symlink is wrong. I don't know how to fix it.~~ Help is appreciated.

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

* Re: New package: bsp-layout-0.0.9
  2020-12-17 19:48 [PR PATCH] New package: bsp-layout-0.0.9 FollieHiyuki
                   ` (2 preceding siblings ...)
  2020-12-17 23:32 ` FollieHiyuki
@ 2021-01-07 22:19 ` FollieHiyuki
  2021-01-07 22:19 ` [PR PATCH] [Closed]: " FollieHiyuki
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-01-07 22:19 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27238#issuecomment-756422164

Comment:
Close since I no longer use `bspwm` and am not gonna maintain this.

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

* Re: [PR PATCH] [Closed]: New package: bsp-layout-0.0.9
  2020-12-17 19:48 [PR PATCH] New package: bsp-layout-0.0.9 FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-01-07 22:19 ` FollieHiyuki
@ 2021-01-07 22:19 ` FollieHiyuki
  4 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-01-07 22:19 UTC (permalink / raw)
  To: ml

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

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

New package: bsp-layout-0.0.9
https://github.com/void-linux/void-packages/pull/27238

Description:


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

end of thread, other threads:[~2021-01-07 22:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 19:48 [PR PATCH] New package: bsp-layout-0.0.9 FollieHiyuki
2020-12-17 19:54 ` FollieHiyuki
2020-12-17 23:30 ` [PR PATCH] [Updated] " FollieHiyuki
2020-12-17 23:32 ` FollieHiyuki
2021-01-07 22:19 ` FollieHiyuki
2021-01-07 22:19 ` [PR PATCH] [Closed]: " FollieHiyuki

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