Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rot8
@ 2020-08-22 19:56 harrisonthorne
  2020-09-09 16:32 ` [PR PATCH] [Updated] " harrisonthorne
  2020-10-09 17:08 ` [PR PATCH] [Closed]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: harrisonthorne @ 2020-08-22 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/harrisonthorne/void-packages rot8
https://github.com/void-linux/void-packages/pull/24425

New package: rot8
`rot8` is a screen rotation daemon that works with Sway and X11.

[GitHub repo](https://github.com/efernau/rot8)

Sway itself [suggests using rot8](https://github.com/swaywm/sway/wiki#display-rotation) for automatic display rotation.

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

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

From e03d9a9a6542bfbb78ab41123884bf6b6f3322ae Mon Sep 17 00:00:00 2001
From: Harrison Thorne <harrisonthorne@protonmail.com>
Date: Sat, 22 Aug 2020 13:52:00 -0600
Subject: [PATCH] New package: rot8

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

diff --git a/srcpkgs/rot8/template b/srcpkgs/rot8/template
new file mode 100644
index 00000000000..302a85758bb
--- /dev/null
+++ b/srcpkgs/rot8/template
@@ -0,0 +1,15 @@
+# Template file for 'rot8'
+pkgname=rot8
+version=0.1.3
+revision=1
+build_style=cargo
+short_desc="Screen rotation daemon"
+maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
+license="MIT"
+homepage="https://github.com/efernau/rot8"
+distfiles="https://github.com/efernau/rot8/archive/v${version}.tar.gz"
+checksum=14b3e0073462de8a7a010d10485c841f81a3e6dfce90f6c8401fbbb4419f8125
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: rot8
  2020-08-22 19:56 [PR PATCH] New package: rot8 harrisonthorne
@ 2020-09-09 16:32 ` harrisonthorne
  2020-10-09 17:08 ` [PR PATCH] [Closed]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: harrisonthorne @ 2020-09-09 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/harrisonthorne/void-packages rot8
https://github.com/void-linux/void-packages/pull/24425

New package: rot8
`rot8` is a screen rotation daemon that works with Sway and X11.

[GitHub repo](https://github.com/efernau/rot8)

Sway itself [suggests using rot8](https://github.com/swaywm/sway/wiki#display-rotation) for automatic display rotation.

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

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

From 4d1be5702134e0d0207ede7af4da0f2b9b77e593 Mon Sep 17 00:00:00 2001
From: Harrison Thorne <harrisonthorne@protonmail.com>
Date: Sat, 22 Aug 2020 13:52:00 -0600
Subject: [PATCH] New package: rot8-0.1.3

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

diff --git a/srcpkgs/rot8/template b/srcpkgs/rot8/template
new file mode 100644
index 00000000000..302a85758bb
--- /dev/null
+++ b/srcpkgs/rot8/template
@@ -0,0 +1,15 @@
+# Template file for 'rot8'
+pkgname=rot8
+version=0.1.3
+revision=1
+build_style=cargo
+short_desc="Screen rotation daemon"
+maintainer="Harrison Thorne <harrisonthorne@protonmail.com>"
+license="MIT"
+homepage="https://github.com/efernau/rot8"
+distfiles="https://github.com/efernau/rot8/archive/v${version}.tar.gz"
+checksum=14b3e0073462de8a7a010d10485c841f81a3e6dfce90f6c8401fbbb4419f8125
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: rot8
  2020-08-22 19:56 [PR PATCH] New package: rot8 harrisonthorne
  2020-09-09 16:32 ` [PR PATCH] [Updated] " harrisonthorne
@ 2020-10-09 17:08 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2020-10-09 17:08 UTC (permalink / raw)
  To: ml

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

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

New package: rot8
https://github.com/void-linux/void-packages/pull/24425

Description:
`rot8` is a screen rotation daemon that works with Sway and X11.

[GitHub repo](https://github.com/efernau/rot8)

Sway itself [suggests using rot8](https://github.com/swaywm/sway/wiki#display-rotation) for automatic display rotation.

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

end of thread, other threads:[~2020-10-09 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 19:56 [PR PATCH] New package: rot8 harrisonthorne
2020-09-09 16:32 ` [PR PATCH] [Updated] " harrisonthorne
2020-10-09 17:08 ` [PR PATCH] [Closed]: " Duncaen

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