Github messages for voidlinux
 help / color / mirror / Atom feed
From: JohnGebbie <JohnGebbie@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: tiles-0.2
Date: Wed, 08 Feb 2023 15:54:35 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42144@inbox.vuxu.org> (raw)

[-- 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"
+}

             reply	other threads:[~2023-02-08 14:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08 14:54 JohnGebbie [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42144@inbox.vuxu.org \
    --to=johngebbie@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).