Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: sandbar-0.1
Date: Wed, 12 Jul 2023 17:44:03 +0200	[thread overview]
Message-ID: <20230712154403.hPw_3bG4T2ozKwipLAeGGN082EUfS7ck4c5GXNvhY3s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44997@inbox.vuxu.org>

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

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

https://github.com/dkwo/void-packages sandbar
https://github.com/void-linux/void-packages/pull/44997

New package: sandbar-0.1
- I tested the changes in this PR: yes, been using it for several weeks

```
#!/bin/bash
FIFO="$XDG_RUNTIME_DIR/sandbar-0"
[ -e "$FIFO" ] && rm -f "$FIFO"
mkfifo "$FIFO"
while cat "$FIFO"; do :; done | sandbar -font Terminus:size=32

while true
do
echo "all status $(print_bat) $(print_date)" > $XDG_RUNTIME_DIR/sandbar-0
sleep 1
done
```

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
- I built this PR locally for my native architecture, x86_64

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

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

From 874dcd43d5ab0e118bb8b28afa58de7e71d3e8fb Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Tue, 30 May 2023 18:48:24 -0400
Subject: [PATCH 1/2] New package: sandbar-0.1

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

diff --git a/srcpkgs/sandbar/template b/srcpkgs/sandbar/template
new file mode 100644
index 000000000000..aedda8ab4350
--- /dev/null
+++ b/srcpkgs/sandbar/template
@@ -0,0 +1,17 @@
+# Template file for 'sandbar'
+pkgname=sandbar
+version=0.1
+revision=1
+hostmakedepends="pkg-config"
+makedepends="wayland-protocols pixman-devel fcft-devel wayland-devel"
+short_desc="Bar (similar to dwm) for the river wayland compositor"
+maintainer="dkwo <npiazza@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/kolunmi/sandbar"
+distfiles="https://github.com/kolunmi/sandbar/archive/refs/tags/v${version}.tar.gz"
+checksum=5e875d6aca54c195d1842c124e48a7385eaada67a7160adbc279c6d6fa0d2b48
+
+do_install() {
+	make install
+	vbin sandbar
+}

From 6596806f59c2b880f8fd8d53b76de9cb93186fca Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 12 Jul 2023 11:43:51 -0400
Subject: [PATCH 2/2] sandbar: fix cross

---
 srcpkgs/sandbar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sandbar/template b/srcpkgs/sandbar/template
index aedda8ab4350..e6c2062fc57c 100644
--- a/srcpkgs/sandbar/template
+++ b/srcpkgs/sandbar/template
@@ -2,8 +2,8 @@
 pkgname=sandbar
 version=0.1
 revision=1
-hostmakedepends="pkg-config"
-makedepends="wayland-protocols pixman-devel fcft-devel wayland-devel"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols pixman-devel fcft-devel"
 short_desc="Bar (similar to dwm) for the river wayland compositor"
 maintainer="dkwo <npiazza@disroot.org>"
 license="GPL-3.0-or-later"

  reply	other threads:[~2023-07-12 15:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-12 15:39 [PR PATCH] " dkwo
2023-07-12 15:44 ` dkwo [this message]
2023-07-12 15:49 ` [PR PATCH] [Updated] " dkwo
2023-07-12 16:05 ` dkwo
2023-07-12 16:09 ` dkwo
2023-07-12 17:19 ` icp1994
2023-07-12 18:02 ` [PR PATCH] [Updated] " dkwo
2023-07-12 18:05 ` dkwo
2023-07-13 12:52 ` [PR PATCH] [Updated] " dkwo
2023-07-13 13:00 ` dkwo
2023-07-13 13:03 ` dkwo
2023-08-09 21:00 ` [PR PATCH] [Merged]: " Duncaen

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=20230712154403.hPw_3bG4T2ozKwipLAeGGN082EUfS7ck4c5GXNvhY3s@z \
    --to=dkwo@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).