Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: consolation-0.0.8
@ 2022-05-01 20:02 nadevko
  2022-05-01 20:55 ` [PR REVIEW] " Duncaen
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: nadevko @ 2022-05-01 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages consolation
https://github.com/void-linux/void-packages/pull/36944

New package: consolation-0.0.8
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc 

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

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

From 9e0a361db5de8d7851277da3db5de4f8ed1b7506 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Sun, 1 May 2022 22:34:44 +0300
Subject: [PATCH] New package: consolation-0.0.8

---
 srcpkgs/consolation/files/consolation/conf |  1 +
 srcpkgs/consolation/files/consolation/run  |  3 +++
 srcpkgs/consolation/template               | 17 +++++++++++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/conf
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/conf b/srcpkgs/consolation/files/consolation/conf
new file mode 100644
index 000000000000..4d835aeb7369
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/conf
@@ -0,0 +1 @@
+CONSOLATION_ARGS=''
diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..18e2a5ec0bab
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $CONSOLATION_ARGS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..2b045f7b5e07
--- /dev/null
+++ b/srcpkgs/consolation/template
@@ -0,0 +1,17 @@
+# Template file for ''consolation''
+pkgname='consolation'
+version='0.0.8'
+revision='1'
+build_style='gnu-configure'
+hostmakedepends='pkg-config>=0.9 libinput-devel>=1.15'
+depends='libinput>=1.15'
+short_desc='Libinput-based console pointer interface'
+maintainer='Nadeŭka <nadevko@riseup.net>'
+license='GPL-2.0-or-later'
+homepage='https://salsa.debian.org/consolation-team/consolation'
+distfiles="$DEBIAN_SITE/main/c/consolation/consolation_$version.orig.tar.xz"
+checksum='65dce55d539bc5e8eb05bc1a097ffd64bb6901e915b059d477fa5eeec022a192'
+
+pre_install() {
+	vsv consolation
+}

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

end of thread, other threads:[~2022-05-08 12:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
2022-05-01 20:55 ` [PR REVIEW] " Duncaen
2022-05-01 20:57 ` Duncaen
2022-05-01 20:58 ` Duncaen
2022-05-01 20:58 ` Duncaen
2022-05-02  7:06 ` [PR PATCH] [Updated] " nadevko
2022-05-02  7:11 ` nadevko
2022-05-02  7:12 ` nadevko
2022-05-02  7:21 ` nadevko
2022-05-02 16:37 ` nadevko
2022-05-02 17:02 ` [PR REVIEW] " Duncaen
2022-05-02 17:03 ` Duncaen
2022-05-02 17:04 ` Duncaen
2022-05-02 17:39 ` [PR PATCH] [Updated] " nadevko
2022-05-08 12:19 ` nadevko

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