Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: flare-0.10.0
Date: Wed, 17 Jan 2024 19:39:34 +0100	[thread overview]
Message-ID: <20240117183934.1F78B2B688@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44878@inbox.vuxu.org>

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

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

https://github.com/Bnyro/void-packages flare
https://github.com/void-linux/void-packages/pull/44878

New package: flare-0.10.0
<!-- 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)



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

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

From 5d5cbb39227b6c1329b830963f6fa35b45f068e3 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 7 Jul 2023 08:04:15 +0200
Subject: [PATCH] New package: flare-0.11.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..46c948bdc6785
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,34 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.10.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache protobuf blueprint-compiler"
+makedepends="libadwaita-devel rust-std gtksourceview5-devel"
+depends="libsecret protobuf libadwaita"
+short_desc="Unofficial Signal GTK client"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="AGPL-3.0-only"
+homepage="https://gitlab.com/Schmiddiii/flare"
+distfiles="https://gitlab.com/Schmiddiii/flare/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=c34d1531bdf4a30c0a68a05f66465f26b726a392cc08b9b3267b60f73319b23e
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+	vsed -i 's,Exec=@bindir@/flare,Exec=@bindir@/flare-desktop,g' data/de.schmidhuberj.Flare.desktop.in.in
+}
+
+pre_build() {
+	if [ "$CROSS_BUILD" ]; then
+		export GI_TYPELIB_PATH="${XBPS_CROSS_BASE}/usr/lib/girepository-1.0"
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

  parent reply	other threads:[~2024-01-17 18:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
2023-07-06 16:10 ` [PR PATCH] [Updated] " Bnyro
2023-07-07  5:53 ` Bnyro
2023-07-07  5:54 ` Bnyro
2023-07-07  6:03 ` Bnyro
2023-08-10  8:54 ` Bnyro
2023-08-10  9:02 ` Bnyro
2023-08-10  9:02 ` Bnyro
2023-08-10  9:26 ` Bnyro
2023-08-10  9:26 ` New package: flare-0.9.2 Bnyro
2023-08-10 10:03 ` [PR PATCH] [Updated] " Bnyro
2023-08-10 10:25 ` Bnyro
2023-08-10 10:56 ` Bnyro
2023-08-10 11:08 ` Bnyro
2023-08-24 21:26 ` Bnyro
2023-08-25  7:56 ` [PR PATCH] [Updated] New package: flare-0.9.3 Bnyro
2023-08-25  7:59 ` Bnyro
2023-10-05 19:06 ` Bnyro
2023-10-05 19:09 ` Bnyro
2023-10-05 19:09 ` Bnyro
2023-10-05 19:11 ` [PR PATCH] [Updated] " Bnyro
2024-01-04  1:46 ` New package: flare-0.10.0 github-actions
2024-01-17 18:39 ` Bnyro [this message]
2024-01-17 18:40 ` [PR PATCH] [Updated] New package: flare-0.11.2 Bnyro
2024-01-17 18:46 ` Bnyro
2024-02-12  9:43 ` [PR PATCH] [Closed]: " Bnyro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240117183934.1F78B2B688@inbox.vuxu.org \
    --to=bnyro@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).