* [PR PATCH] New package: pika-backup-0.7.4
@ 2024-09-24 19:28 fanyx
2024-09-24 19:42 ` [PR PATCH] [Updated] " fanyx
` (17 more replies)
0 siblings, 18 replies; 19+ messages in thread
From: fanyx @ 2024-09-24 19:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
There is a new pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 1187 bytes --]
From ab9e4503c054daf213e586f2276e22e3ff8d8a70 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
srcpkgs/pika-backup/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..137982e6152767
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,16 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool git"
+makedepends="libadwaita-devel gtk4-devel"
+depends="borg"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
@ 2024-09-24 19:42 ` fanyx
2024-09-24 19:45 ` fanyx
` (16 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-24 19:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 1329 bytes --]
From b1c1cad3540d16b3578b4126ba0450d0428dc9c3 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
srcpkgs/pika-backup/template | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..f70b1ee35b3a10
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,24 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool git"
+makedepends="libadwaita-devel gtk4-devel"
+depends="borg"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
+
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
2024-09-24 19:42 ` [PR PATCH] [Updated] " fanyx
@ 2024-09-24 19:45 ` fanyx
2024-09-24 19:57 ` [PR REVIEW] " chrysos349
` (15 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-24 19:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 1326 bytes --]
From a401092bcb212286ba46a3351a9e48de659d2bc3 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
srcpkgs/pika-backup/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..f7e392f80937c1
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,23 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool git"
+makedepends="libadwaita-devel gtk4-devel"
+depends="borg"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR REVIEW] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
2024-09-24 19:42 ` [PR PATCH] [Updated] " fanyx
2024-09-24 19:45 ` fanyx
@ 2024-09-24 19:57 ` chrysos349
2024-09-24 19:58 ` fanyx
` (14 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: chrysos349 @ 2024-09-24 19:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New review comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#discussion_r1773999743
Comment:
add `rust-std`
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR REVIEW] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (2 preceding siblings ...)
2024-09-24 19:57 ` [PR REVIEW] " chrysos349
@ 2024-09-24 19:58 ` fanyx
2024-09-24 19:59 ` [PR PATCH] [Updated] " fanyx
` (13 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-24 19:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
New review comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#discussion_r1774001440
Comment:
assumed build_helper would do that already, huh
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (3 preceding siblings ...)
2024-09-24 19:58 ` fanyx
@ 2024-09-24 19:59 ` fanyx
2024-09-24 20:00 ` [PR REVIEW] " chrysos349
` (12 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-24 19:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 1335 bytes --]
From 11d9339338775baae996d7c4fa58be5ea3e159c4 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
srcpkgs/pika-backup/template | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..29f7ddea617443
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,23 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool git"
+makedepends="rust-std libadwaita-devel gtk4-devel"
+depends="borg"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR REVIEW] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (4 preceding siblings ...)
2024-09-24 19:59 ` [PR PATCH] [Updated] " fanyx
@ 2024-09-24 20:00 ` chrysos349
2024-09-24 20:48 ` [PR PATCH] [Updated] " fanyx
` (11 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: chrysos349 @ 2024-09-24 20:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New review comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#discussion_r1774003112
Comment:
`build_style` does, not `build_helper`
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (5 preceding siblings ...)
2024-09-24 20:00 ` [PR REVIEW] " chrysos349
@ 2024-09-24 20:48 ` fanyx
2024-09-25 9:31 ` fanyx
` (10 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-24 20:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 2332 bytes --]
From e76323ebfd1a8f7cc2548b70f10a77777ed69c11 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
.../patches/remove-git-describe.patch | 17 +++++++++++++
srcpkgs/pika-backup/template | 24 +++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 srcpkgs/pika-backup/patches/remove-git-describe.patch
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/patches/remove-git-describe.patch b/srcpkgs/pika-backup/patches/remove-git-describe.patch
new file mode 100644
index 00000000000000..37c0a02892144b
--- /dev/null
+++ b/srcpkgs/pika-backup/patches/remove-git-describe.patch
@@ -0,0 +1,17 @@
+diff --git a/src/meson.build b/src/meson.build
+index 8f5e24f..f7444c4 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -19,12 +19,6 @@ cargo_env = {
+ 'CARGO_HOME': meson.project_build_root() / 'cargo',
+ 'LOCALEDIR': get_option('prefix') / get_option('localedir'),
+ 'APPLICATION_ID_SUFFIX': get_option('app_id_suffix'),
+- 'GIT_DESCRIBE': run_command(
+- 'git',
+- '-C', meson.project_source_root(),
+- 'rev-parse', '--short', 'HEAD',
+- check: false
+- ).stdout().strip(),
+ }
+
+ cargo_build = custom_target(
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..6c682b875d9ce5
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,24 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool"
+makedepends="rust-std libadwaita-devel gtk4-devel"
+checkdepends="gtk4"
+depends="borg"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (6 preceding siblings ...)
2024-09-24 20:48 ` [PR PATCH] [Updated] " fanyx
@ 2024-09-25 9:31 ` fanyx
2024-09-25 13:29 ` [PR REVIEW] " chrysos349
` (9 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-25 9:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]
New comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#issuecomment-2373555625
Comment:
@chrysos349 you might be more knowledgable here...
```
failures:
---- borg::functions::create_non_existent_location stdout ----
thread 'borg::functions::create_non_existent_location' panicked at src/borg/functions.rs:288:5:
assertion failed: `Err(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }))` does not match `Err(error::Error::Failed(error::Failure::RepositoryDoesNotExist))`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- ui::utils::borg::test_exec_operation_register stdout ----
thread 'ui::utils::borg::test_exec_operation_register' panicked at src/ui/utils/borg.rs:382:17:
called `Result::unwrap()` on an `Err` value: BoolError { message: "Failed to initialize GTK", filename: "/host/cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk4-0.7.3/src/rt.rs", function: "gtk4::rt::init", line: 155 }
failures:
borg::functions::create_non_existent_location
ui::utils::borg::test_exec_operation_register
```
this just happens during `do_check`, runtime works perfectly fine
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR REVIEW] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (7 preceding siblings ...)
2024-09-25 9:31 ` fanyx
@ 2024-09-25 13:29 ` chrysos349
2024-09-25 13:31 ` fanyx
` (8 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: chrysos349 @ 2024-09-25 13:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New review comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#discussion_r1775235293
Comment:
```sh
checkdepends="borg openssh xvfb-run"
make_check_pre="xvfb-run"
```
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR REVIEW] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (8 preceding siblings ...)
2024-09-25 13:29 ` [PR REVIEW] " chrysos349
@ 2024-09-25 13:31 ` fanyx
2024-09-25 13:41 ` [PR PATCH] [Updated] " fanyx
` (7 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-25 13:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 174 bytes --]
New review comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#discussion_r1775239485
Comment:
why the openssh? just curios
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (9 preceding siblings ...)
2024-09-25 13:31 ` fanyx
@ 2024-09-25 13:41 ` fanyx
2024-09-25 13:42 ` fanyx
` (6 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-25 13:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 2376 bytes --]
From 39923bb43d2cdbcb97705fb894590a6380a1e859 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
.../patches/remove-git-describe.patch | 17 +++++++++++++
srcpkgs/pika-backup/template | 25 +++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 srcpkgs/pika-backup/patches/remove-git-describe.patch
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/patches/remove-git-describe.patch b/srcpkgs/pika-backup/patches/remove-git-describe.patch
new file mode 100644
index 00000000000000..37c0a02892144b
--- /dev/null
+++ b/srcpkgs/pika-backup/patches/remove-git-describe.patch
@@ -0,0 +1,17 @@
+diff --git a/src/meson.build b/src/meson.build
+index 8f5e24f..f7444c4 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -19,12 +19,6 @@ cargo_env = {
+ 'CARGO_HOME': meson.project_build_root() / 'cargo',
+ 'LOCALEDIR': get_option('prefix') / get_option('localedir'),
+ 'APPLICATION_ID_SUFFIX': get_option('app_id_suffix'),
+- 'GIT_DESCRIBE': run_command(
+- 'git',
+- '-C', meson.project_source_root(),
+- 'rev-parse', '--short', 'HEAD',
+- check: false
+- ).stdout().strip(),
+ }
+
+ cargo_build = custom_target(
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..a50a324cabc384
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,25 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool"
+makedepends="rust-std libadwaita-devel gtk4-devel"
+depends="borg"
+checkdepends="borg openssh xvfb-run"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+make_check_pre="xvfb-run"
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (10 preceding siblings ...)
2024-09-25 13:41 ` [PR PATCH] [Updated] " fanyx
@ 2024-09-25 13:42 ` fanyx
2024-09-25 14:02 ` [PR REVIEW] " chrysos349
` (5 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-25 13:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 2376 bytes --]
From b7b925d92f67d06b6ca0cb9906c3978da434a9fe Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 24 Sep 2024 19:57:55 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
.../patches/remove-git-describe.patch | 17 +++++++++++++
srcpkgs/pika-backup/template | 25 +++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 srcpkgs/pika-backup/patches/remove-git-describe.patch
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/patches/remove-git-describe.patch b/srcpkgs/pika-backup/patches/remove-git-describe.patch
new file mode 100644
index 00000000000000..37c0a02892144b
--- /dev/null
+++ b/srcpkgs/pika-backup/patches/remove-git-describe.patch
@@ -0,0 +1,17 @@
+diff --git a/src/meson.build b/src/meson.build
+index 8f5e24f..f7444c4 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -19,12 +19,6 @@ cargo_env = {
+ 'CARGO_HOME': meson.project_build_root() / 'cargo',
+ 'LOCALEDIR': get_option('prefix') / get_option('localedir'),
+ 'APPLICATION_ID_SUFFIX': get_option('app_id_suffix'),
+- 'GIT_DESCRIBE': run_command(
+- 'git',
+- '-C', meson.project_source_root(),
+- 'rev-parse', '--short', 'HEAD',
+- check: false
+- ).stdout().strip(),
+ }
+
+ cargo_build = custom_target(
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..a50a324cabc384
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,25 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool"
+makedepends="rust-std libadwaita-devel gtk4-devel"
+depends="borg"
+checkdepends="borg openssh xvfb-run"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+make_check_pre="xvfb-run"
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR REVIEW] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (11 preceding siblings ...)
2024-09-25 13:42 ` fanyx
@ 2024-09-25 14:02 ` chrysos349
2024-09-25 22:52 ` [PR PATCH] [Updated] " fanyx
` (4 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: chrysos349 @ 2024-09-25 14:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 199 bytes --]
New review comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#discussion_r1775296369
Comment:
run the tests without it and see for yourself.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (12 preceding siblings ...)
2024-09-25 14:02 ` [PR REVIEW] " chrysos349
@ 2024-09-25 22:52 ` fanyx
2024-12-25 1:58 ` github-actions
` (3 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-09-25 22:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 785 bytes --]
There is an updated pull request by fanyx against master on the void-packages repository
https://github.com/fanyx/void-packages pika-backup
https://github.com/void-linux/void-packages/pull/52342
New package: pika-backup-0.7.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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/52342.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pika-backup-52342.patch --]
[-- Type: text/x-diff, Size: 2376 bytes --]
From e552b9a5c42e6ef961db9d78f90f82b5ca39733a Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Thu, 26 Sep 2024 00:52:18 +0200
Subject: [PATCH] New package: pika-backup-0.7.4
---
.../patches/remove-git-describe.patch | 17 +++++++++++++
srcpkgs/pika-backup/template | 25 +++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 srcpkgs/pika-backup/patches/remove-git-describe.patch
create mode 100644 srcpkgs/pika-backup/template
diff --git a/srcpkgs/pika-backup/patches/remove-git-describe.patch b/srcpkgs/pika-backup/patches/remove-git-describe.patch
new file mode 100644
index 00000000000000..37c0a02892144b
--- /dev/null
+++ b/srcpkgs/pika-backup/patches/remove-git-describe.patch
@@ -0,0 +1,17 @@
+diff --git a/src/meson.build b/src/meson.build
+index 8f5e24f..f7444c4 100644
+--- a/src/meson.build
++++ b/src/meson.build
+@@ -19,12 +19,6 @@ cargo_env = {
+ 'CARGO_HOME': meson.project_build_root() / 'cargo',
+ 'LOCALEDIR': get_option('prefix') / get_option('localedir'),
+ 'APPLICATION_ID_SUFFIX': get_option('app_id_suffix'),
+- 'GIT_DESCRIBE': run_command(
+- 'git',
+- '-C', meson.project_source_root(),
+- 'rev-parse', '--short', 'HEAD',
+- check: false
+- ).stdout().strip(),
+ }
+
+ cargo_build = custom_target(
diff --git a/srcpkgs/pika-backup/template b/srcpkgs/pika-backup/template
new file mode 100644
index 00000000000000..a50a324cabc384
--- /dev/null
+++ b/srcpkgs/pika-backup/template
@@ -0,0 +1,25 @@
+# Template file for 'pika-backup'
+pkgname=pika-backup
+version=0.7.4
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo pkg-config gettext itstool"
+makedepends="rust-std libadwaita-devel gtk4-devel"
+depends="borg"
+checkdepends="borg openssh xvfb-run"
+short_desc="GNOME Frontend for BorgBackup"
+maintainer="fanyx <fanyx@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://apps.gnome.org/en/PikaBackup/"
+changelog="https://gitlab.gnome.org/World/pika-backup/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.gnome.org/World/pika-backup/-/archive/v${version}/pika-backup-v${version}.tar.gz"
+checksum=80952f0b297d4269ff9080919e4d08ccbc1a4f50582f41f100c1296cc1a68abf
+make_check_pre="xvfb-run"
+
+post_patch() {
+ if [ "$CROSS_BUILD" ]; then
+ vsed -i src/meson.build \
+ -e "s%rust_target /%'${RUST_TARGET}' / &%"
+ fi
+}
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (13 preceding siblings ...)
2024-09-25 22:52 ` [PR PATCH] [Updated] " fanyx
@ 2024-12-25 1:58 ` github-actions
2024-12-26 18:28 ` fanyx
` (2 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2024-12-25 1:58 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/52342#issuecomment-2561541325
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] 19+ messages in thread
* Re: New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (14 preceding siblings ...)
2024-12-25 1:58 ` github-actions
@ 2024-12-26 18:28 ` fanyx
2025-03-27 2:05 ` github-actions
2025-03-28 15:19 ` fanyx
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2024-12-26 18:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
New comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#issuecomment-2563010214
Comment:
bump
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (15 preceding siblings ...)
2024-12-26 18:28 ` fanyx
@ 2025-03-27 2:05 ` github-actions
2025-03-28 15:19 ` fanyx
17 siblings, 0 replies; 19+ messages in thread
From: github-actions @ 2025-03-27 2:05 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/52342#issuecomment-2756272778
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] 19+ messages in thread
* Re: New package: pika-backup-0.7.4
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
` (16 preceding siblings ...)
2025-03-27 2:05 ` github-actions
@ 2025-03-28 15:19 ` fanyx
17 siblings, 0 replies; 19+ messages in thread
From: fanyx @ 2025-03-28 15:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
New comment by fanyx on void-packages repository
https://github.com/void-linux/void-packages/pull/52342#issuecomment-2761674072
Comment:
still relevant
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2025-03-28 15:19 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-24 19:28 [PR PATCH] New package: pika-backup-0.7.4 fanyx
2024-09-24 19:42 ` [PR PATCH] [Updated] " fanyx
2024-09-24 19:45 ` fanyx
2024-09-24 19:57 ` [PR REVIEW] " chrysos349
2024-09-24 19:58 ` fanyx
2024-09-24 19:59 ` [PR PATCH] [Updated] " fanyx
2024-09-24 20:00 ` [PR REVIEW] " chrysos349
2024-09-24 20:48 ` [PR PATCH] [Updated] " fanyx
2024-09-25 9:31 ` fanyx
2024-09-25 13:29 ` [PR REVIEW] " chrysos349
2024-09-25 13:31 ` fanyx
2024-09-25 13:41 ` [PR PATCH] [Updated] " fanyx
2024-09-25 13:42 ` fanyx
2024-09-25 14:02 ` [PR REVIEW] " chrysos349
2024-09-25 22:52 ` [PR PATCH] [Updated] " fanyx
2024-12-25 1:58 ` github-actions
2024-12-26 18:28 ` fanyx
2025-03-27 2:05 ` github-actions
2025-03-28 15:19 ` fanyx
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).