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

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