Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: flare-0.8.2
@ 2023-07-06 16:09 Bnyro
  2023-07-06 16:10 ` [PR PATCH] [Updated] " Bnyro
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: Bnyro @ 2023-07-06 16:09 UTC (permalink / raw)
  To: ml

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

There is a new 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.8.2
<!-- 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: 1307 bytes --]

From d10acb0839e3bbcaa195fee6301b89259cf013d9 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 6 Jul 2023 18:09:04 +0200
Subject: [PATCH] New package: flare-0.8.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 000000000000..6bc944794fb2
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,26 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="libadwaita-devel rust-std"
+depends="libsecret protobuf libadwaita"
+short_desc="Unofficial Signal GTK client"
+maintainer="Bnyro <bnyro@tutatnoa.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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
@ 2023-07-06 16:10 ` Bnyro
  2023-07-07  5:53 ` Bnyro
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-07-06 16:10 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1307 bytes --]

From 916a7d25dbe4c85d54cfd35164423928512a8dbc Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 6 Jul 2023 18:11:13 +0200
Subject: [PATCH] New package: flare-0.8.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 000000000000..442391b946f0
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,26 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="libadwaita-devel rust-std"
+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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  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
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-07-07  5:53 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1480 bytes --]

From a3c0d7471ff924b0387f6f4e6dac651694eab8ce Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 7 Jul 2023 07:53:36 +0200
Subject: [PATCH] New package: flare-0.8.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 000000000000..9c0a390325a9
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="libadwaita-devel rust-std protobuf-devel protobuf-c-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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  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
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-07-07  5:54 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1486 bytes --]

From fdbd5cf4de0898ade759e225953b0c2819969b9e Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 7 Jul 2023 07:55:28 +0200
Subject: [PATCH] New package: flare-0.8.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 000000000000..574682602286
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="libadwaita-devel rust-std protobuf-devel protobuf-c-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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (2 preceding siblings ...)
  2023-07-07  5:54 ` Bnyro
@ 2023-07-07  6:03 ` Bnyro
  2023-08-10  8:54 ` Bnyro
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-07-07  6:03 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1487 bytes --]

From adeadc8153c505458bc14eb69967642b6cd46106 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.8.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 000000000000..fbb563c9134b
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache"
+makedepends="libadwaita-devel rust-std protobuf-devel protobuf-c-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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (3 preceding siblings ...)
  2023-07-07  6:03 ` Bnyro
@ 2023-08-10  8:54 ` Bnyro
  2023-08-10  9:02 ` Bnyro
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10  8:54 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1498 bytes --]

From 93f2f2d3846ba3dc735b8631c140525d7840f0bf 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.9.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..e6b863f81e311
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache protobuf"
+makedepends="libadwaita-devel rust-std protobuf-devel protobuf-c-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=4dd962e3383ffca1e36ff02487180da64d40df4b90ef7b0da4dd6a4ca8012e23
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (4 preceding siblings ...)
  2023-08-10  8:54 ` Bnyro
@ 2023-08-10  9:02 ` Bnyro
  2023-08-10  9:02 ` Bnyro
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10  9:02 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1498 bytes --]

From 47a5dfb2ba0ff694ab443c0a65982d9fcdc6d960 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.9.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..42e75fe478d96
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache protobuf"
+makedepends="libadwaita-devel rust-std protobuf-devel protobuf-c-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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (5 preceding siblings ...)
  2023-08-10  9:02 ` Bnyro
@ 2023-08-10  9:02 ` Bnyro
  2023-08-10  9:26 ` Bnyro
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10  9:02 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 1498 bytes --]

From a0ba4dfd1769e26e894569a67c2627cfad2d5c21 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.8.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..42e75fe478d96
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.8.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="pkg-config cargo cmake gettext desktop-file-utils glib-devel gtk-update-icon-cache protobuf"
+makedepends="libadwaita-devel rust-std protobuf-devel protobuf-c-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=460d052a009d11df8cb6dfa326881fff679002024da5c2bd9259d640d5683a34
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.8.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (6 preceding siblings ...)
  2023-08-10  9:02 ` Bnyro
@ 2023-08-10  9:26 ` Bnyro
  2023-08-10  9:26 ` New package: flare-0.9.2 Bnyro
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10  9:26 UTC (permalink / raw)
  To: ml

[-- 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.8.2
<!-- 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: 2713 bytes --]

From e207b74d7cd83a6e5ecb36f9e45530a967a46ce8 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blueprint-compiler/template b/srcpkgs/blueprint-compiler/template
index c62f96a04bed0..61f6c90db3244 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,4 @@ 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

From 2136e396f11c84b2ee9a125972a3376f0c24c81c 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.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..e90463797c4e2
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.2
+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 protobuf-devel protobuf-c-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=4dd962e3383ffca1e36ff02487180da64d40df4b90ef7b0da4dd6a4ca8012e23
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: New package: flare-0.9.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (7 preceding siblings ...)
  2023-08-10  9:26 ` Bnyro
@ 2023-08-10  9:26 ` Bnyro
  2023-08-10 10:03 ` [PR PATCH] [Updated] " Bnyro
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10  9:26 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44878#issuecomment-1672873863

Comment:
cc @jcgruenhage for `blueprint-compiler` bump.

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (8 preceding siblings ...)
  2023-08-10  9:26 ` New package: flare-0.9.2 Bnyro
@ 2023-08-10 10:03 ` Bnyro
  2023-08-10 10:25 ` Bnyro
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10 10:03 UTC (permalink / raw)
  To: ml

[-- 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.2
<!-- 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: 2804 bytes --]

From 6c87842c7685bd8f38800a6bf9edaa426856f99b 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..e1ddb7b409b4d 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
\ No newline at end of file

From ca78dbe91d43ab34994a51b338d1657ec73c5f05 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.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..e90463797c4e2
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.2
+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 protobuf-devel protobuf-c-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=4dd962e3383ffca1e36ff02487180da64d40df4b90ef7b0da4dd6a4ca8012e23
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (9 preceding siblings ...)
  2023-08-10 10:03 ` [PR PATCH] [Updated] " Bnyro
@ 2023-08-10 10:25 ` Bnyro
  2023-08-10 10:56 ` Bnyro
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10 10:25 UTC (permalink / raw)
  To: ml

[-- 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.2
<!-- 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: 2776 bytes --]

From 173320aacc7545750b3a92cd4b872e0b3acf3bea 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 0ae32ec3c99b2980c3b7d2e2deacc9927de14279 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.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..e90463797c4e2
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.2
+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 protobuf-devel protobuf-c-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=4dd962e3383ffca1e36ff02487180da64d40df4b90ef7b0da4dd6a4ca8012e23
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (10 preceding siblings ...)
  2023-08-10 10:25 ` Bnyro
@ 2023-08-10 10:56 ` Bnyro
  2023-08-10 11:08 ` Bnyro
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10 10:56 UTC (permalink / raw)
  To: ml

[-- 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.2
<!-- 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: 2744 bytes --]

From 173320aacc7545750b3a92cd4b872e0b3acf3bea 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 6987b0185a0b449012d41cd453c11f31ff7cf862 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.2

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

diff --git a/srcpkgs/flare/template b/srcpkgs/flare/template
new file mode 100644
index 0000000000000..7f123879eff6d
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,28 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.2
+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"
+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=4dd962e3383ffca1e36ff02487180da64d40df4b90ef7b0da4dd6a4ca8012e23
+
+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
+}
+
+post_install() {
+	vlicense LICENSE
+	mv ${DESTDIR}/usr/bin/flare{,-desktop}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (11 preceding siblings ...)
  2023-08-10 10:56 ` Bnyro
@ 2023-08-10 11:08 ` Bnyro
  2023-08-24 21:26 ` Bnyro
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-10 11:08 UTC (permalink / raw)
  To: ml

[-- 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.2
<!-- 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: 2877 bytes --]

From 173320aacc7545750b3a92cd4b872e0b3acf3bea 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 d0ce2d3284ad87a4a5b486c2540cb1ca77e5f869 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.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..259275d20a32d
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,34 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.9.2
+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"
+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=4dd962e3383ffca1e36ff02487180da64d40df4b90ef7b0da4dd6a4ca8012e23
+
+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}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (12 preceding siblings ...)
  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
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-24 21:26 UTC (permalink / raw)
  To: ml

[-- 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.2
<!-- 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: 2892 bytes --]

From 173320aacc7545750b3a92cd4b872e0b3acf3bea 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 2f411043b362493e11152de8ffdaf1b756df1975 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..bdded25cc3697
--- /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"
+depends="libsecret protobuf libadwaita gtksourceview5"
+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}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.3
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (13 preceding siblings ...)
  2023-08-24 21:26 ` Bnyro
@ 2023-08-25  7:56 ` Bnyro
  2023-08-25  7:59 ` Bnyro
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-25  7:56 UTC (permalink / raw)
  To: ml

[-- 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: 2892 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 060df4e2d306a73a6ccdab5d9502c0b7482cc7e3 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..4d1c0f5662d5a
--- /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 gtksourceview5"
+makedepends="libadwaita-devel rust-std"
+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}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.3
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (14 preceding siblings ...)
  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
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-08-25  7:59 UTC (permalink / raw)
  To: ml

[-- 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}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.3
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (15 preceding siblings ...)
  2023-08-25  7:59 ` Bnyro
@ 2023-10-05 19:06 ` Bnyro
  2023-10-05 19:09 ` Bnyro
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-10-05 19:06 UTC (permalink / raw)
  To: ml

[-- 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: 1639 bytes --]

From c94bd966a5db3623afe499ea2045d55a119290be 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.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}
+}

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

* Re: New package: flare-0.9.3
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (16 preceding siblings ...)
  2023-10-05 19:06 ` Bnyro
@ 2023-10-05 19:09 ` Bnyro
  2023-10-05 19:09 ` Bnyro
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-10-05 19:09 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44878#issuecomment-1672873863

Comment:
cc @jcgruenhage for `blueprint-compiler` bump.

(no longer part of this PR)

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

* Re: New package: flare-0.9.3
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (17 preceding siblings ...)
  2023-10-05 19:09 ` Bnyro
@ 2023-10-05 19:09 ` Bnyro
  2023-10-05 19:11 ` [PR PATCH] [Updated] " Bnyro
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-10-05 19:09 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44878#issuecomment-1672873863

Comment:
cc @jcgruenhage for `blueprint-compiler` bump.

(EDIT: no longer part of this PR/relevant)

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

* Re: [PR PATCH] [Updated] New package: flare-0.9.3
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (18 preceding siblings ...)
  2023-10-05 19:09 ` Bnyro
@ 2023-10-05 19:11 ` Bnyro
  2024-01-04  1:46 ` New package: flare-0.10.0 github-actions
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2023-10-05 19:11 UTC (permalink / raw)
  To: ml

[-- 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: 1641 bytes --]

From d9d09db08b0f114985e7667006f28e00002890f4 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.10.0

---
 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}
+}

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

* Re: New package: flare-0.10.0
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (19 preceding siblings ...)
  2023-10-05 19:11 ` [PR PATCH] [Updated] " Bnyro
@ 2024-01-04  1:46 ` github-actions
  2024-01-17 18:39 ` [PR PATCH] [Updated] " Bnyro
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: github-actions @ 2024-01-04  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44878#issuecomment-1876198067

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: flare-0.10.0
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (20 preceding siblings ...)
  2024-01-04  1:46 ` New package: flare-0.10.0 github-actions
@ 2024-01-17 18:39 ` Bnyro
  2024-01-17 18:40 ` [PR PATCH] [Updated] New package: flare-0.11.2 Bnyro
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2024-01-17 18:39 UTC (permalink / raw)
  To: ml

[-- 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}
+}

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

* Re: [PR PATCH] [Updated] New package: flare-0.11.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (21 preceding siblings ...)
  2024-01-17 18:39 ` [PR PATCH] [Updated] " Bnyro
@ 2024-01-17 18:40 ` Bnyro
  2024-01-17 18:46 ` Bnyro
  2024-02-12  9:43 ` [PR PATCH] [Closed]: " Bnyro
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2024-01-17 18:40 UTC (permalink / raw)
  To: ml

[-- 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.11.2
<!-- 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 b6109999195d63b6dbbe188f6f04035d84f6b1cd 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..564e8b2718cec
--- /dev/null
+++ b/srcpkgs/flare/template
@@ -0,0 +1,34 @@
+# Template file for 'flare'
+pkgname=flare
+version=0.11.2
+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=44022fb2735113f0f944c35191cb15ff78ccbf7f100ff16b090d70c3d0efbc86
+
+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}
+}

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

* Re: New package: flare-0.11.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (22 preceding siblings ...)
  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
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2024-01-17 18:46 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44878#issuecomment-1896434518

Comment:
bump

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

* Re: [PR PATCH] [Closed]: New package: flare-0.11.2
  2023-07-06 16:09 [PR PATCH] New package: flare-0.8.2 Bnyro
                   ` (23 preceding siblings ...)
  2024-01-17 18:46 ` Bnyro
@ 2024-02-12  9:43 ` Bnyro
  24 siblings, 0 replies; 26+ messages in thread
From: Bnyro @ 2024-02-12  9:43 UTC (permalink / raw)
  To: ml

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

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

New package: flare-0.11.2
https://github.com/void-linux/void-packages/pull/44878

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)



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

end of thread, other threads:[~2024-02-12  9:43 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

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