Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: avizo-1.2.1
@ 2023-11-13 17:29 Bnyro
  2023-11-13 19:25 ` [PR PATCH] [Updated] " Bnyro
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Bnyro @ 2023-11-13 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages avizo
https://github.com/void-linux/void-packages/pull/47209

New package: avizo-1.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (cross)


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

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

From 79d73e113c9954e6cf5ee350c4fd96f0b9bda843 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 13 Nov 2023 17:49:56 +0100
Subject: [PATCH] New package: avizo-1.2.1

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

diff --git a/srcpkgs/avizo/template b/srcpkgs/avizo/template
new file mode 100644
index 0000000000000..678786aa7cd26
--- /dev/null
+++ b/srcpkgs/avizo/template
@@ -0,0 +1,24 @@
+# Template file for 'avizo'
+pkgname=avizo
+version=1.2.1
+revision=1
+build_style=meson
+depends="bash light pamixer"
+hostmakedepends="vala pkg-config cmake gobject-introspection glib-devel gdk-pixbuf"
+makedepends="gtk+3-devel gtk-layer-shell-devel glib-devel"
+short_desc="Neat notification daemon"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/misterdanb/avizo"
+distfiles="https://github.com/misterdanb/avizo/archive/refs/tags/${version}.tar.gz"
+checksum=efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b
+
+post_patch() {
+	sed -i 's@#!/bin/sh@#!/bin/bash@g'  lightctl volumectl
+}
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
@ 2023-11-13 19:25 ` Bnyro
  2024-02-05 22:30 ` [PR REVIEW] " Piraty
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-11-13 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages avizo
https://github.com/void-linux/void-packages/pull/47209

New package: avizo-1.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (cross)


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

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

From 7ead915c1cdc2d265587fa0a4e34ea70a21e7cf2 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 13 Nov 2023 17:49:56 +0100
Subject: [PATCH] New package: avizo-1.2.1

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

diff --git a/srcpkgs/avizo/template b/srcpkgs/avizo/template
new file mode 100644
index 0000000000000..3e1faa9d9b37e
--- /dev/null
+++ b/srcpkgs/avizo/template
@@ -0,0 +1,24 @@
+# Template file for 'avizo'
+pkgname=avizo
+version=1.2.1
+revision=1
+build_style=meson
+hostmakedepends="vala pkg-config cmake gobject-introspection glib-devel gdk-pixbuf"
+makedepends="gtk+3-devel gtk-layer-shell-devel glib-devel"
+depends="bash light pamixer"
+short_desc="Neat notification daemon"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/misterdanb/avizo"
+distfiles="https://github.com/misterdanb/avizo/archive/refs/tags/${version}.tar.gz"
+checksum=efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b
+
+post_patch() {
+	sed -i 's@#!/bin/sh@#!/bin/bash@g'  lightctl volumectl
+}
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}

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

* Re: [PR REVIEW] New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
  2023-11-13 19:25 ` [PR PATCH] [Updated] " Bnyro
@ 2024-02-05 22:30 ` Piraty
  2024-02-06 13:20 ` [PR PATCH] [Updated] " Bnyro
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2024-02-05 22:30 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/47209#discussion_r1479000610

Comment:
why? in `lightctl` i see "# This script is POSIX Shell Command Language compliant."   and it looks correct,

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

* Re: [PR PATCH] [Updated] New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
  2023-11-13 19:25 ` [PR PATCH] [Updated] " Bnyro
  2024-02-05 22:30 ` [PR REVIEW] " Piraty
@ 2024-02-06 13:20 ` Bnyro
  2024-02-06 13:20 ` [PR REVIEW] " Bnyro
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2024-02-06 13:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages avizo
https://github.com/void-linux/void-packages/pull/47209

New package: avizo-1.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (cross)


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

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

From 312aaecd6c46ebb2d96a2098fe0fdee504056894 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 13 Nov 2023 17:49:56 +0100
Subject: [PATCH] New package: avizo-1.2.1

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

diff --git a/srcpkgs/avizo/template b/srcpkgs/avizo/template
new file mode 100644
index 0000000000000..1fdc5e2316421
--- /dev/null
+++ b/srcpkgs/avizo/template
@@ -0,0 +1,20 @@
+# Template file for 'avizo'
+pkgname=avizo
+version=1.2.1
+revision=1
+build_style=meson
+hostmakedepends="vala pkg-config cmake gobject-introspection glib-devel gdk-pixbuf"
+makedepends="gtk+3-devel gtk-layer-shell-devel glib-devel"
+depends="bash light pamixer"
+short_desc="Neat notification daemon"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/misterdanb/avizo"
+distfiles="https://github.com/misterdanb/avizo/archive/refs/tags/${version}.tar.gz"
+checksum=efd4763db7c802d22e8939dac909d4886f5967aefbfc3fd526735da2a814b91b
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}

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

* Re: [PR REVIEW] New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
                   ` (2 preceding siblings ...)
  2024-02-06 13:20 ` [PR PATCH] [Updated] " Bnyro
@ 2024-02-06 13:20 ` Bnyro
  2024-02-10  2:15 ` Piraty
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2024-02-06 13:20 UTC (permalink / raw)
  To: ml

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

New review comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/47209#discussion_r1479778247

Comment:
Good catch. No clue why I added that, I tested it and can confirm it works with `/bin/sh` as well.

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

* Re: [PR REVIEW] New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
                   ` (3 preceding siblings ...)
  2024-02-06 13:20 ` [PR REVIEW] " Bnyro
@ 2024-02-10  2:15 ` Piraty
  2024-02-10  2:18 ` [PR PATCH] [Closed]: " Piraty
  2024-02-10  8:34 ` Bnyro
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2024-02-10  2:15 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/47209#discussion_r1484932769

Comment:
remove `bash`

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

* Re: [PR PATCH] [Closed]: New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
                   ` (4 preceding siblings ...)
  2024-02-10  2:15 ` Piraty
@ 2024-02-10  2:18 ` Piraty
  2024-02-10  8:34 ` Bnyro
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2024-02-10  2:18 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: avizo-1.2.1
https://github.com/void-linux/void-packages/pull/47209

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl (cross)


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

* Re: New package: avizo-1.2.1
  2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
                   ` (5 preceding siblings ...)
  2024-02-10  2:18 ` [PR PATCH] [Closed]: " Piraty
@ 2024-02-10  8:34 ` Bnyro
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2024-02-10  8:34 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/47209#issuecomment-1936933376

Comment:
Thanks :+1:

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

end of thread, other threads:[~2024-02-10  8:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 17:29 [PR PATCH] New package: avizo-1.2.1 Bnyro
2023-11-13 19:25 ` [PR PATCH] [Updated] " Bnyro
2024-02-05 22:30 ` [PR REVIEW] " Piraty
2024-02-06 13:20 ` [PR PATCH] [Updated] " Bnyro
2024-02-06 13:20 ` [PR REVIEW] " Bnyro
2024-02-10  2:15 ` Piraty
2024-02-10  2:18 ` [PR PATCH] [Closed]: " Piraty
2024-02-10  8:34 ` Bnyro

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