Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rnote-0.6.0
@ 2023-06-03 21:46 chrysos349
  2023-06-03 22:32 ` chrysos349
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: chrysos349 @ 2023-06-03 21:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.6.0
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From d8a91dab579a934561bcc0dabec46be992032ca7 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.6.0

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 000000000000..41dd9d92ceff
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,22 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.6.0
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=a8ae6838cc54384f6d325543af93e771bf19431fee0c88e16dc7fbf5cf6e13bd
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / rust_target_folder /%"
+	fi
+}

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

* Re: New package: rnote-0.6.0
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
@ 2023-06-03 22:32 ` chrysos349
  2023-06-04 17:58 ` 0x5c
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2023-06-03 22:32 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1575234403

Comment:
Build check for i686 failed due to the `LLVM ERROR: out of memory`. Any ideas on how to fix the error?

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

* Re: New package: rnote-0.6.0
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
  2023-06-03 22:32 ` chrysos349
@ 2023-06-04 17:58 ` 0x5c
  2023-07-04 21:17 ` [PR PATCH] [Updated] " chrysos349
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: 0x5c @ 2023-06-04 17:58 UTC (permalink / raw)
  To: ml

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

New comment by 0x5c on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1575657349

Comment:
I have already started work on packaging rnote, and I can say that this PR is not mergeable as is.
Rnote's build system dodges many of the rust/cargo settings that xbps-src sets, and completely breaks [`cargo-auditable`](https://github.com/void-linux/void-packages/pull/40272).

I'm also very doubtful that rnote truly is out of pre-release, and I'm not sure the file format is even stable yet.

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

* Re: [PR PATCH] [Updated] New package: rnote-0.6.0
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
  2023-06-03 22:32 ` chrysos349
  2023-06-04 17:58 ` 0x5c
@ 2023-07-04 21:17 ` chrysos349
  2023-07-04 22:40 ` [PR PATCH] [Updated] New package: rnote-0.7.1 chrysos349
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2023-07-04 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.6.0
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From f81b0769f04ffbe1b3abf612f818c25d30504ca1 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.7.1

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 000000000000..d61ac5af0e82
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,22 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.7.1
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=beb04d1e76dd62b934a89490174b24cbbcae44ec686cd8458209ef7b8ec823db
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / rust_target_folder /%"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: rnote-0.7.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (2 preceding siblings ...)
  2023-07-04 21:17 ` [PR PATCH] [Updated] " chrysos349
@ 2023-07-04 22:40 ` chrysos349
  2023-07-05  9:43 ` chrysos349
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2023-07-04 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.7.1
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From 931d10af48804ddb11c252020a18c105b38af5c2 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.7.1

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 000000000000..51d12bec71e9
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,26 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.7.1
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=beb04d1e76dd62b934a89490174b24cbbcae44ec686cd8458209ef7b8ec823db
+
+case "$XBPS_TARGET_MACHINE" in
+	i686) nodebug=yes;; # build runs out of memory
+esac
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / rust_target_folder /%"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: rnote-0.7.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (3 preceding siblings ...)
  2023-07-04 22:40 ` [PR PATCH] [Updated] New package: rnote-0.7.1 chrysos349
@ 2023-07-05  9:43 ` chrysos349
  2023-10-04  1:45 ` github-actions
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2023-07-05  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.7.1
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From 40c5da2377c16d14545200793056a23601bc4550 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.7.1

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 000000000000..d61ac5af0e82
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,22 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.7.1
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=beb04d1e76dd62b934a89490174b24cbbcae44ec686cd8458209ef7b8ec823db
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / rust_target_folder /%"
+	fi
+}

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

* Re: New package: rnote-0.7.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (4 preceding siblings ...)
  2023-07-05  9:43 ` chrysos349
@ 2023-10-04  1:45 ` github-actions
  2023-10-04 11:01 ` chrysos349
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-10-04  1:45 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/44247#issuecomment-1746001046

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] 17+ messages in thread

* Re: New package: rnote-0.7.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (5 preceding siblings ...)
  2023-10-04  1:45 ` github-actions
@ 2023-10-04 11:01 ` chrysos349
  2024-01-03  1:46 ` github-actions
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2023-10-04 11:01 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1746641379

Comment:
`rnote-0.8.1` and later requires `cairo>=1.17`

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

* Re: New package: rnote-0.7.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (6 preceding siblings ...)
  2023-10-04 11:01 ` chrysos349
@ 2024-01-03  1:46 ` github-actions
  2024-01-04  1:53 ` [PR PATCH] [Updated] " chrysos349
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2024-01-03  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/44247#issuecomment-1874758240

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] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: rnote-0.7.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (7 preceding siblings ...)
  2024-01-03  1:46 ` github-actions
@ 2024-01-04  1:53 ` chrysos349
  2024-01-04  2:43 ` New package: rnote-0.9.4 chrysos349
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-01-04  1:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.7.1
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From 0283e02bd80e3d6742491fb5de370047d8d38d2b Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.9.4

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 0000000000000..d3f5a8d655b57
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,32 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.9.4
+revision=1
+build_style=meson
+build_helper=rust
+configure_args="-Dcli=true"
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+checkdepends="appstream-glib"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=188bacfbf364e37657a5341034c3695e770db5215622d568f206ef9c3cb2bd04
+
+case "$XBPS_TARGET_MACHINE" in
+	i686*) export CARGO_PROFILE_RELEASE_LTO=thin ;;
+esac
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / rust_target_folder /%"
+	fi
+}

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

* Re: New package: rnote-0.9.4
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (8 preceding siblings ...)
  2024-01-04  1:53 ` [PR PATCH] [Updated] " chrysos349
@ 2024-01-04  2:43 ` chrysos349
  2024-01-04  2:44 ` chrysos349
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-01-04  2:43 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1876233992

Comment:
Updated to `0.9.4`

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

* Re: New package: rnote-0.9.4
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (9 preceding siblings ...)
  2024-01-04  2:43 ` New package: rnote-0.9.4 chrysos349
@ 2024-01-04  2:44 ` chrysos349
  2024-01-04  2:45 ` chrysos349
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-01-04  2:44 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1876234758

Comment:
Bump

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

* Re: New package: rnote-0.9.4
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (10 preceding siblings ...)
  2024-01-04  2:44 ` chrysos349
@ 2024-01-04  2:45 ` chrysos349
  2024-03-02  9:37 ` [PR PATCH] [Updated] " chrysos349
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-01-04  2:45 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1876234758

Comment:
Bump

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

* Re: [PR PATCH] [Updated] New package: rnote-0.9.4
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (11 preceding siblings ...)
  2024-01-04  2:45 ` chrysos349
@ 2024-03-02  9:37 ` chrysos349
  2024-03-02  9:37 ` New package: rnote-0.10.0 chrysos349
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-02  9:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.9.4
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From 7a486f138e3ad43dba7da16bebaa5a0bbd54d41f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.10.0

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 00000000000000..80fcc157de9dab
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,33 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.10.0
+revision=1
+build_style=meson
+build_helper=rust
+configure_args="-Dcli=true"
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+checkdepends="appstream-glib"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+changelog="https://github.com/flxzt/rnote/releases"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=e5f1d28f0c50d4dbfa148765a266cbd9bdc80a5b6b0531460341d662733d0e49
+
+case "$XBPS_TARGET_MACHINE" in
+	i686*) export CARGO_PROFILE_RELEASE_LTO=thin ;;
+esac
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / &%"
+	fi
+}

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

* Re: New package: rnote-0.10.0
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (12 preceding siblings ...)
  2024-03-02  9:37 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-02  9:37 ` chrysos349
  2024-03-12 21:17 ` [PR PATCH] [Updated] " chrysos349
  2024-03-12 21:18 ` New package: rnote-0.10.1 chrysos349
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-02  9:37 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1974747134

Comment:
updated to `0.10.0`

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

* Re: [PR PATCH] [Updated] New package: rnote-0.10.0
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (13 preceding siblings ...)
  2024-03-02  9:37 ` New package: rnote-0.10.0 chrysos349
@ 2024-03-12 21:17 ` chrysos349
  2024-03-12 21:18 ` New package: rnote-0.10.1 chrysos349
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-12 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages rnote
https://github.com/void-linux/void-packages/pull/44247

New package: rnote-0.10.0
#### 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-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv6l-musl
  - i686

Closes #44229

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

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

From 68b592210146d4adee1fc925f432e958ba5b606c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 4 Jun 2023 00:43:12 +0300
Subject: [PATCH] New package: rnote-0.10.1

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

diff --git a/srcpkgs/rnote/template b/srcpkgs/rnote/template
new file mode 100644
index 00000000000000..e4636d6bd26890
--- /dev/null
+++ b/srcpkgs/rnote/template
@@ -0,0 +1,31 @@
+# Template file for 'rnote'
+pkgname=rnote
+version=0.10.1
+revision=1
+build_style=meson
+build_helper=rust
+configure_args="-Dcli=true"
+hostmakedepends="cargo clang cmake desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config shared-mime-info"
+makedepends="alsa-lib-devel libadwaita-devel poppler-glib-devel rust-std"
+checkdepends="appstream-glib"
+short_desc="Sketch and take handwritten notes"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/flxzt/rnote"
+changelog="https://github.com/flxzt/rnote/releases"
+distfiles="https://github.com/flxzt/rnote/archive/v${version}.tar.gz"
+checksum=fe9f05797a2bf9745c5fc064dc56db95795430890671876c73c77ef0f9485945
+
+export CARGO_PROFILE_RELEASE_LTO=thin
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	XBPS_CROSS_RUSTFLAGS+=" -latomic"
+fi
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i meson.build \
+			-e "s%rust_target_folder /%'${RUST_TARGET}' / &%"
+	fi
+}

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

* Re: New package: rnote-0.10.1
  2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
                   ` (14 preceding siblings ...)
  2024-03-12 21:17 ` [PR PATCH] [Updated] " chrysos349
@ 2024-03-12 21:18 ` chrysos349
  15 siblings, 0 replies; 17+ messages in thread
From: chrysos349 @ 2024-03-12 21:18 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/44247#issuecomment-1992604491

Comment:
updated to `0.10.1`

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

end of thread, other threads:[~2024-03-12 21:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-03 21:46 [PR PATCH] New package: rnote-0.6.0 chrysos349
2023-06-03 22:32 ` chrysos349
2023-06-04 17:58 ` 0x5c
2023-07-04 21:17 ` [PR PATCH] [Updated] " chrysos349
2023-07-04 22:40 ` [PR PATCH] [Updated] New package: rnote-0.7.1 chrysos349
2023-07-05  9:43 ` chrysos349
2023-10-04  1:45 ` github-actions
2023-10-04 11:01 ` chrysos349
2024-01-03  1:46 ` github-actions
2024-01-04  1:53 ` [PR PATCH] [Updated] " chrysos349
2024-01-04  2:43 ` New package: rnote-0.9.4 chrysos349
2024-01-04  2:44 ` chrysos349
2024-01-04  2:45 ` chrysos349
2024-03-02  9:37 ` [PR PATCH] [Updated] " chrysos349
2024-03-02  9:37 ` New package: rnote-0.10.0 chrysos349
2024-03-12 21:17 ` [PR PATCH] [Updated] " chrysos349
2024-03-12 21:18 ` New package: rnote-0.10.1 chrysos349

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