Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sandbar-0.1
@ 2023-07-12 15:39 dkwo
  2023-07-12 15:44 ` [PR PATCH] [Updated] " dkwo
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: dkwo @ 2023-07-12 15:39 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1076 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] 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
+}

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

end of thread, other threads:[~2023-08-09 21:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-12 15:39 [PR PATCH] New package: sandbar-0.1 dkwo
2023-07-12 15:44 ` [PR PATCH] [Updated] " dkwo
2023-07-12 15:49 ` 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

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