Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tiles-0.2
@ 2023-02-08 14:54 JohnGebbie
  2023-02-08 15:03 ` [PR PATCH] [Updated] " JohnGebbie
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: JohnGebbie @ 2023-02-08 14:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JohnGebbie/void-packages tiles
https://github.com/void-linux/void-packages/pull/42144

New package: tiles-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This a minimal desktop environment I maintain.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42144.patch is attached

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

From 191598de4374656046b66188d9eaec13a0da1d71 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Sat, 7 Jan 2023 11:56:57 +0000
Subject: [PATCH 1/2] New package: coord-1.0

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

diff --git a/srcpkgs/coord/template b/srcpkgs/coord/template
new file mode 100644
index 000000000000..ca57b859d861
--- /dev/null
+++ b/srcpkgs/coord/template
@@ -0,0 +1,15 @@
+# Template file for 'coord'
+pkgname=coord
+version=1.0
+revision=1
+depends="python3-pyqt6"
+short_desc="Screen coordinate selector"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://sr.ht/~geb/coord"
+distfiles="https://git.sr.ht/~geb/coord/archive/${version}.tar.gz"
+checksum=05468249e34d8b61adbfb4b93459719fce34f42cdd28402e19135bab0ec422b7
+
+do_install() {
+	vbin coord
+}

From 1120a4ebff861bdbf9cf42aac1439d99babdaccd Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Wed, 8 Feb 2023 12:47:12 +0000
Subject: [PATCH 2/2] New package: tiles-0.2

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

diff --git a/srcpkgs/tiles/template b/srcpkgs/tiles/template
new file mode 100644
index 000000000000..0581b996da47
--- /dev/null
+++ b/srcpkgs/tiles/template
@@ -0,0 +1,38 @@
+# Template file for 'tiles'
+pkgname=tiles
+version=0.2
+revision=1
+depends="
+ bspwm
+ sxhkd
+ dmenu
+ dunst
+ physlock
+ setroot
+ xclip
+ rxvt-unicode
+ urxvt-perls
+ font-bh-ttf
+ qutebrowser
+ zathura
+ zathura-pdf-mupdf
+ zsh
+ zsh-autosuggestions
+ clipnotify
+ picom
+ unclutter-xfixes
+ coord
+"
+short_desc="Desktop environment for voice or keyboard"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://sr.ht/~geb/tiles"
+changelog="https://git.sr.ht/~geb/tiles/blob/master/CHANGELOG.md"
+distfiles="https://git.sr.ht/~geb/tiles/archive/${version}.tar.gz"
+checksum=ff70b7d31aa547c6de6a4c23e5ebd10533b298d9e9a6b9ff15d2671a82b8a26b
+register_shell="/bin/tiles-shell /usr/bin/tiles-shell"
+
+do_install() {
+	TILES_VERSION="${version}" ./install.sh "${DESTDIR}" /usr/bin
+	rm "${DESTDIR}/etc/shells"
+}

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

* Re: [PR PATCH] [Updated] New package: tiles-0.2
  2023-02-08 14:54 [PR PATCH] New package: tiles-0.2 JohnGebbie
@ 2023-02-08 15:03 ` JohnGebbie
  2023-02-08 15:31 ` JohnGebbie
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: JohnGebbie @ 2023-02-08 15:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JohnGebbie/void-packages tiles
https://github.com/void-linux/void-packages/pull/42144

New package: tiles-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This a minimal desktop environment I maintain.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42144.patch is attached

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

From d5fe8722359697ebe4de41335f64c7351f1cb809 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Sat, 7 Jan 2023 11:56:57 +0000
Subject: [PATCH 1/2] New package: coord-1.0

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

diff --git a/srcpkgs/coord/template b/srcpkgs/coord/template
new file mode 100644
index 000000000000..6d5f82492dcb
--- /dev/null
+++ b/srcpkgs/coord/template
@@ -0,0 +1,15 @@
+# Template file for 'coord'
+pkgname=coord
+version=1.0
+revision=1
+depends="python3-pyqt6"
+short_desc="Screen coordinate selector"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://sr.ht/~geb/coord"
+distfiles="https://git.sr.ht/~geb/coord/archive/${version}.tar.gz"
+checksum=c2cad3ea35159bc2394d25216e542daf1c9ebaa9c50f66354d21f5c01a95ae32
+
+do_install() {
+	vbin coord
+}

From cc985646c6593864b31511e9611cfa58875c02dd Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Wed, 8 Feb 2023 12:47:12 +0000
Subject: [PATCH 2/2] New package: tiles-0.2

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

diff --git a/srcpkgs/tiles/template b/srcpkgs/tiles/template
new file mode 100644
index 000000000000..11e900e82171
--- /dev/null
+++ b/srcpkgs/tiles/template
@@ -0,0 +1,39 @@
+# Template file for 'tiles'
+pkgname=tiles
+version=0.2
+revision=1
+hostmakedepends="scdoc"
+depends="
+ bspwm
+ sxhkd
+ dmenu
+ dunst
+ physlock
+ setroot
+ xclip
+ rxvt-unicode
+ urxvt-perls
+ font-bh-ttf
+ qutebrowser
+ zathura
+ zathura-pdf-mupdf
+ zsh
+ zsh-autosuggestions
+ clipnotify
+ picom
+ unclutter-xfixes
+ coord
+"
+short_desc="Desktop environment for voice or keyboard"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://sr.ht/~geb/tiles"
+changelog="https://git.sr.ht/~geb/tiles/blob/master/CHANGELOG.md"
+distfiles="https://git.sr.ht/~geb/tiles/archive/${version}.tar.gz"
+checksum=ff70b7d31aa547c6de6a4c23e5ebd10533b298d9e9a6b9ff15d2671a82b8a26b
+register_shell="/bin/tiles-shell /usr/bin/tiles-shell"
+
+do_install() {
+	TILES_VERSION="${version}" ./install.sh "${DESTDIR}" /usr/bin
+	rm "${DESTDIR}/etc/shells"
+}

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

* Re: [PR PATCH] [Updated] New package: tiles-0.2
  2023-02-08 14:54 [PR PATCH] New package: tiles-0.2 JohnGebbie
  2023-02-08 15:03 ` [PR PATCH] [Updated] " JohnGebbie
@ 2023-02-08 15:31 ` JohnGebbie
  2023-05-23  1:53 ` github-actions
  2023-06-06  2:05 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: JohnGebbie @ 2023-02-08 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JohnGebbie/void-packages tiles
https://github.com/void-linux/void-packages/pull/42144

New package: tiles-0.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This a minimal desktop environment I maintain.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42144.patch is attached

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

From d5fe8722359697ebe4de41335f64c7351f1cb809 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Sat, 7 Jan 2023 11:56:57 +0000
Subject: [PATCH 1/2] New package: coord-1.0

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

diff --git a/srcpkgs/coord/template b/srcpkgs/coord/template
new file mode 100644
index 000000000000..6d5f82492dcb
--- /dev/null
+++ b/srcpkgs/coord/template
@@ -0,0 +1,15 @@
+# Template file for 'coord'
+pkgname=coord
+version=1.0
+revision=1
+depends="python3-pyqt6"
+short_desc="Screen coordinate selector"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://sr.ht/~geb/coord"
+distfiles="https://git.sr.ht/~geb/coord/archive/${version}.tar.gz"
+checksum=c2cad3ea35159bc2394d25216e542daf1c9ebaa9c50f66354d21f5c01a95ae32
+
+do_install() {
+	vbin coord
+}

From cb306a9c7054f9a3f86ff9fb9f3786556a966401 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Wed, 8 Feb 2023 12:47:12 +0000
Subject: [PATCH 2/2] New package: tiles-0.2

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

diff --git a/srcpkgs/tiles/template b/srcpkgs/tiles/template
new file mode 100644
index 000000000000..17896e04a18a
--- /dev/null
+++ b/srcpkgs/tiles/template
@@ -0,0 +1,39 @@
+# Template file for 'tiles'
+pkgname=tiles
+version=0.2
+revision=1
+hostmakedepends="scdoc"
+depends="
+ bspwm
+ sxhkd
+ dmenu
+ dunst
+ physlock
+ setroot
+ xclip
+ rxvt-unicode
+ urxvt-perls
+ font-bh-ttf
+ qutebrowser
+ zathura
+ zathura-pdf-mupdf
+ zsh
+ zsh-autosuggestions
+ clipnotify
+ picom
+ unclutter-xfixes
+ coord
+"
+short_desc="Desktop environment for voice or keyboard"
+maintainer="John Gebbie <me@johngebbie.com>"
+license="GPL-3.0-only"
+homepage="https://sr.ht/~geb/tiles"
+changelog="https://git.sr.ht/~geb/tiles/blob/master/CHANGELOG.md"
+distfiles="https://git.sr.ht/~geb/tiles/archive/${version}.tar.gz"
+checksum=b654a27fca5c6ac2a7b5a31dae87ec842de63a6cbaeb2b746585d79fcf10c247
+register_shell="/bin/tiles-shell /usr/bin/tiles-shell"
+
+do_install() {
+	TILES_VERSION="${version}" ./install.sh "${DESTDIR}" /usr/bin
+	"$CC" $CFLAGS -o "${DESTDIR}/usr/bin/tiles-shell" tiles-shell.c
+}

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

* Re: New package: tiles-0.2
  2023-02-08 14:54 [PR PATCH] New package: tiles-0.2 JohnGebbie
  2023-02-08 15:03 ` [PR PATCH] [Updated] " JohnGebbie
  2023-02-08 15:31 ` JohnGebbie
@ 2023-05-23  1:53 ` github-actions
  2023-06-06  2:05 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-05-23  1:53 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42144#issuecomment-1558377827

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: tiles-0.2
  2023-02-08 14:54 [PR PATCH] New package: tiles-0.2 JohnGebbie
                   ` (2 preceding siblings ...)
  2023-05-23  1:53 ` github-actions
@ 2023-06-06  2:05 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-06-06  2:05 UTC (permalink / raw)
  To: ml

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

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

New package: tiles-0.2
https://github.com/void-linux/void-packages/pull/42144

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This is a minimal desktop environment I maintain.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2023-06-06  2:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 14:54 [PR PATCH] New package: tiles-0.2 JohnGebbie
2023-02-08 15:03 ` [PR PATCH] [Updated] " JohnGebbie
2023-02-08 15:31 ` JohnGebbie
2023-05-23  1:53 ` github-actions
2023-06-06  2:05 ` [PR PATCH] [Closed]: " github-actions

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