Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cage-0.1.1
@ 2019-09-26 15:36 voidlinux-github
  2019-09-26 15:41 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/singul0/void-packages cage-0.1.1
https://github.com/void-linux/void-packages/pull/14740

New package: cage-0.1.1
I tested it in TTY and as sway client

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

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

From cca215d55d199f20d32dda2a4e70eb85c5499f51 Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Thu, 26 Sep 2019 18:31:07 +0300
Subject: [PATCH] New package: cage-0.1.1

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

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
new file mode 100644
index 00000000000..c5d7459f0ff
--- /dev/null
+++ b/srcpkgs/cage/template
@@ -0,0 +1,18 @@
+# Template file for 'cage'
+pkgname=cage
+version=0.1.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libxkbcommon-devel pixman-devel wayland-devel wlroots-devel"
+short_desc="Kiosk compositor for Wayland"
+maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+license="MIT"
+homepage="https://www.hjdskes.nl/projects/cage/"
+distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
+checksum=63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: New package: cage-0.1.1
  2019-09-26 15:36 [PR PATCH] New package: cage-0.1.1 voidlinux-github
@ 2019-09-26 15:41 ` voidlinux-github
  2019-09-26 15:53 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26 15:41 UTC (permalink / raw)
  To: ml

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

New comment by singul0 on void-packages repository

https://github.com/void-linux/void-packages/pull/14740#issuecomment-535563781

Comment:
A tip for a telegram-desktop users on sway: if you experiencing issues with full-screen image viewer, just put the whole thing it in the cage.

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

* Re: [PR PATCH] [Updated] New package: cage-0.1.1
  2019-09-26 15:36 [PR PATCH] New package: cage-0.1.1 voidlinux-github
  2019-09-26 15:41 ` voidlinux-github
  2019-09-26 15:53 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-26 15:53 ` voidlinux-github
  2019-09-26 16:47 ` voidlinux-github
  2019-09-30 18:57 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/singul0/void-packages cage-0.1.1
https://github.com/void-linux/void-packages/pull/14740

New package: cage-0.1.1
I tested it in TTY and as sway client

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

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

From 8efe66e8900fdfc4515f02e0509288d0a1c0df2b Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Thu, 26 Sep 2019 18:31:07 +0300
Subject: [PATCH] New package: cage-0.1.1

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

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
new file mode 100644
index 00000000000..eca84c1dacc
--- /dev/null
+++ b/srcpkgs/cage/template
@@ -0,0 +1,18 @@
+# Template file for 'cage'
+pkgname=cage
+version=0.1.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libxkbcommon-devel pixman-devel wayland-devel wlroots-devel"
+short_desc="Kiosk compositor for Wayland"
+maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+license="MIT"
+homepage="https://www.hjdskes.nl/projects/cage/"
+distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
+checksum=63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: cage-0.1.1
  2019-09-26 15:36 [PR PATCH] New package: cage-0.1.1 voidlinux-github
  2019-09-26 15:41 ` voidlinux-github
@ 2019-09-26 15:53 ` voidlinux-github
  2019-09-26 15:53 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/singul0/void-packages cage-0.1.1
https://github.com/void-linux/void-packages/pull/14740

New package: cage-0.1.1
I tested it in TTY and as sway client

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

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

From 8efe66e8900fdfc4515f02e0509288d0a1c0df2b Mon Sep 17 00:00:00 2001
From: Illia Shestakov <ishestakov@airmail.cc>
Date: Thu, 26 Sep 2019 18:31:07 +0300
Subject: [PATCH] New package: cage-0.1.1

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

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
new file mode 100644
index 00000000000..eca84c1dacc
--- /dev/null
+++ b/srcpkgs/cage/template
@@ -0,0 +1,18 @@
+# Template file for 'cage'
+pkgname=cage
+version=0.1.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libxkbcommon-devel pixman-devel wayland-devel wlroots-devel"
+short_desc="Kiosk compositor for Wayland"
+maintainer="Illia Shestakov <ishestakov@airmail.cc>"
+license="MIT"
+homepage="https://www.hjdskes.nl/projects/cage/"
+distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
+checksum=63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: New package: cage-0.1.1
  2019-09-26 15:36 [PR PATCH] New package: cage-0.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-26 15:53 ` voidlinux-github
@ 2019-09-26 16:47 ` voidlinux-github
  2019-09-30 18:57 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-26 16:47 UTC (permalink / raw)
  To: ml

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

New comment by singul0 on void-packages repository

https://github.com/void-linux/void-packages/pull/14740#issuecomment-535563781

Comment:
A tip for a telegram-desktop users on sway: if you experiencing issues with full-screen image viewer, just put the whole thing it in the cage.

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

* Re: [PR PATCH] [Merged]: New package: cage-0.1.1
  2019-09-26 15:36 [PR PATCH] New package: cage-0.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-26 16:47 ` voidlinux-github
@ 2019-09-30 18:57 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-30 18:57 UTC (permalink / raw)
  To: ml

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

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

New package: cage-0.1.1
https://github.com/void-linux/void-packages/pull/14740

Description:
I tested it in TTY and as sway client

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

end of thread, other threads:[~2019-09-30 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 15:36 [PR PATCH] New package: cage-0.1.1 voidlinux-github
2019-09-26 15:41 ` voidlinux-github
2019-09-26 15:53 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-26 15:53 ` voidlinux-github
2019-09-26 16:47 ` voidlinux-github
2019-09-30 18:57 ` [PR PATCH] [Merged]: " voidlinux-github

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