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

* Re: [PR REVIEW] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
@ 2022-05-01 20:55 ` Duncaen
  2022-05-01 20:57 ` Duncaen
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-01 20:55 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#discussion_r862520446

Comment:
We generally don't ship the `conf` files for services and use `OPTS` as a generic variable name for passing arguments to services.

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

* Re: [PR REVIEW] New package: consolation-0.0.8
  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
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-01 20:57 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#discussion_r862520636

Comment:
`depends` can be removed, it links libinput and xbps-src automatically adds the dependency.

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

* Re: [PR REVIEW] New package: consolation-0.0.8
  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
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-01 20:58 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#discussion_r862520698

Comment:
`libinput-devel` belongs in `makedepends`. Also remove the version patterns, there is always just one version for build time dependencies and the version has to match the version of the template so its not required.

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

* Re: [PR REVIEW] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (2 preceding siblings ...)
  2022-05-01 20:58 ` Duncaen
@ 2022-05-01 20:58 ` Duncaen
  2022-05-02  7:06 ` [PR PATCH] [Updated] " nadevko
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-01 20:58 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#discussion_r862520718

Comment:
Can you please change and remove quotes to match other templates in style.

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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (3 preceding siblings ...)
  2022-05-01 20:58 ` Duncaen
@ 2022-05-02  7:06 ` nadevko
  2022-05-02  7:11 ` nadevko
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-02  7:06 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1487 bytes --]

From 8ce4302db018a27b2735b03e664dac0f2ca7d147 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/run |  3 +++
 srcpkgs/consolation/template              | 16 ++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..1ab123694c35
--- /dev/null
+++ b/srcpkgs/consolation/template
@@ -0,0 +1,16 @@
+# Template file for 'consolation'
+pkgname=consolation
+version=0.0.8
+revision=1
+build_style=gnu-configure
+makedepends=libinput-devel
+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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (4 preceding siblings ...)
  2022-05-02  7:06 ` [PR PATCH] [Updated] " nadevko
@ 2022-05-02  7:11 ` nadevko
  2022-05-02  7:12 ` nadevko
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-02  7:11 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1490 bytes --]

From f8aaa56b9456058744e4739bd47b4b76d735bbeb 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/run |  3 +++
 srcpkgs/consolation/template              | 16 ++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..a4acca2563e7
--- /dev/null
+++ b/srcpkgs/consolation/template
@@ -0,0 +1,16 @@
+# Template file for 'consolation'
+pkgname=consolation
+version=0.0.8
+revision=1
+build_style=gnu-configure
+makedepends=libinput-devel
+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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (5 preceding siblings ...)
  2022-05-02  7:11 ` nadevko
@ 2022-05-02  7:12 ` nadevko
  2022-05-02  7:21 ` nadevko
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-02  7:12 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1491 bytes --]

From aad9377e2b226d91aa337ad0856831cf17a5f6ca 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/run |  3 +++
 srcpkgs/consolation/template              | 16 ++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..51b39df24ac7
--- /dev/null
+++ b/srcpkgs/consolation/template
@@ -0,0 +1,16 @@
+# Template file for 'consolation'
+pkgname=consolation
+version=0.0.8
+revision=1
+build_style=gnu-configure
+makedepends=libinput-devel
+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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (6 preceding siblings ...)
  2022-05-02  7:12 ` nadevko
@ 2022-05-02  7:21 ` nadevko
  2022-05-02 16:37 ` nadevko
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-02  7:21 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1504 bytes --]

From 15994113b17b93d8bb0d48bcc843b6aab5ed5f31 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/run |  3 +++
 srcpkgs/consolation/template              | 16 ++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..ef54628e6125
--- /dev/null
+++ b/srcpkgs/consolation/template
@@ -0,0 +1,16 @@
+# Template file for 'consolation'
+pkgname=consolation
+version=0.0.8
+revision=1
+build_style=gnu-configure
+makedepends='pkg-config libinput-devel'
+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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (7 preceding siblings ...)
  2022-05-02  7:21 ` nadevko
@ 2022-05-02 16:37 ` nadevko
  2022-05-02 17:02 ` [PR REVIEW] " Duncaen
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-02 16:37 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1556 bytes --]

From 2735c6c8e76a38cc89e6b6eb931858343bcfb163 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/run |  3 +++
 srcpkgs/consolation/template              | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..a5f603045080
--- /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
+makedepends='pkg-config libinput-devel'
+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
+nocross='Require cross compilation of pkg-config'
+
+pre_install() {
+	vsv consolation
+}

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

* Re: [PR REVIEW] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (8 preceding siblings ...)
  2022-05-02 16:37 ` nadevko
@ 2022-05-02 17:02 ` Duncaen
  2022-05-02 17:03 ` Duncaen
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-02 17:02 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#discussion_r863018563

Comment:
`pkg-config` belongs into `hostmakedepends`.

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

* Re: [PR REVIEW] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (9 preceding siblings ...)
  2022-05-02 17:02 ` [PR REVIEW] " Duncaen
@ 2022-05-02 17:03 ` Duncaen
  2022-05-02 17:04 ` Duncaen
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-02 17:03 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#discussion_r863019532

Comment:
This shouldn't be `nocross`, changing `pkg-config` to `hostmakedepends` should fix it.

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

* Re: New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (10 preceding siblings ...)
  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
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2022-05-02 17:04 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36944#issuecomment-1115127673

Comment:
Please change to double quotes instead of single quotes for style consistency with other templates.

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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (11 preceding siblings ...)
  2022-05-02 17:04 ` Duncaen
@ 2022-05-02 17:39 ` nadevko
  2022-05-08 12:19 ` nadevko
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-02 17:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1520 bytes --]

From 9ac0ca8df574769ff6ab3c0b3194fe82089554d0 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/run |  3 +++
 srcpkgs/consolation/template              | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..147ccb7a12ff
--- /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
+makedepends=libinput-devel
+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

* Re: [PR PATCH] [Updated] New package: consolation-0.0.8
  2022-05-01 20:02 [PR PATCH] New package: consolation-0.0.8 nadevko
                   ` (12 preceding siblings ...)
  2022-05-02 17:39 ` [PR PATCH] [Updated] " nadevko
@ 2022-05-08 12:19 ` nadevko
  13 siblings, 0 replies; 15+ messages in thread
From: nadevko @ 2022-05-08 12:19 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1520 bytes --]

From 8826f182e6b58151fa672748e867b2c5da10357b 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/run |  3 +++
 srcpkgs/consolation/template              | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/consolation/files/consolation/run
 create mode 100644 srcpkgs/consolation/template

diff --git a/srcpkgs/consolation/files/consolation/run b/srcpkgs/consolation/files/consolation/run
new file mode 100644
index 000000000000..06efc5e920b6
--- /dev/null
+++ b/srcpkgs/consolation/files/consolation/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec consolation $OPTS --no-daemon
diff --git a/srcpkgs/consolation/template b/srcpkgs/consolation/template
new file mode 100644
index 000000000000..147ccb7a12ff
--- /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
+makedepends=libinput-devel
+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).