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.9.3
Date: Fri, 25 Aug 2023 09:59:33 +0200	[thread overview]
Message-ID: <20230825075933.1m9MiPoXxLuiJFTNSZgPMmvQJEavZGUMblglIVTo0eM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44878@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 744 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.9.3
<!-- 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: 2898 bytes --]

From 5d3ce09e75b670ac96623704422baa88e78eb349 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 10 Aug 2023 11:19:08 +0200
Subject: [PATCH 1/2] blueprint-compiler: update to 0.10.0.

---
 srcpkgs/blueprint-compiler/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blueprint-compiler/template b/srcpkgs/blueprint-compiler/template
index c62f96a04bed0..a7057c3ad888e 100644
--- a/srcpkgs/blueprint-compiler/template
+++ b/srcpkgs/blueprint-compiler/template
@@ -1,6 +1,6 @@
 # Template file for 'blueprint-compiler'
 pkgname=blueprint-compiler
-version=0.6.0
+version=0.10.0
 revision=1
 build_style=meson
 depends="python3-gobject gobject-introspection"
@@ -11,4 +11,5 @@ license="LGPL-3.0-or-later"
 homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
 changelog="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/raw/main/NEWS.md"
 distfiles="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v${version}/blueprint-compiler-v${version}.tar.gz"
-checksum=c9e3652b66803c1de6a24b71f4fa4638b32260b4b04b93c2f3d958e1ce2a175e
+checksum=2bc729b36897d0959a9890fb0997c9847aa9d2fc9356520bd8a46ed0b51ff4c0
+make_check="no" # requires a running Xorg or Wayland backend

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

---
 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..e7ef5e3ab7b8f
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,34 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.3
+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=553a17dbdeac5f8da00aad6381162f286504b62aed5b22923f89e0df2eb90ac2
+
+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:[~2023-08-25  7:59 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 [this message]
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 ` [PR PATCH] [Updated] " Bnyro
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=20230825075933.1m9MiPoXxLuiJFTNSZgPMmvQJEavZGUMblglIVTo0eM@z \
    --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).