Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: snapshot-45.2
@ 2024-02-16 12:29 chrysos349
  2024-02-24  7:16 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chrysos349 @ 2024-02-16 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages snapshot
https://github.com/void-linux/void-packages/pull/48764

New package: snapshot-45.2
**MERGE FIRST:**
- #48712

This app is a part of `gnome-45.3` #48762

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x


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

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

From 7ea2cab2cff5ad1bcf283565295280fa25d209df Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 16 Feb 2024 15:26:10 +0300
Subject: [PATCH] New package: snapshot-45.2

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

diff --git a/srcpkgs/snapshot/template b/srcpkgs/snapshot/template
new file mode 100644
index 0000000000000..3d2d31ff477ab
--- /dev/null
+++ b/srcpkgs/snapshot/template
@@ -0,0 +1,22 @@
+# Template file for 'snapshot'
+pkgname=snapshot
+version=45.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel rust-std"
+short_desc="Take pictures and videos"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/snapshot"
+distfiles="${GNOME_SITE}/snapshot/${version%.*}/snapshot-${version}.tar.xz"
+checksum=89077817fc735cc8e89db51628f52ea8ac66c194dfc6a7a42e003c4c29c4dd3e
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: snapshot-45.2
  2024-02-16 12:29 [PR PATCH] New package: snapshot-45.2 chrysos349
@ 2024-02-24  7:16 ` chrysos349
  2024-02-24 11:12 ` chrysos349
  2024-03-04 22:57 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: chrysos349 @ 2024-02-24  7:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages snapshot
https://github.com/void-linux/void-packages/pull/48764

New package: snapshot-45.2
**MERGE FIRST:**
- #48712

This app is a part of `gnome-45.3` #48762

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x


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

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

From 7afff363612a165a87ae02fd08102b8d7de30609 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 16 Feb 2024 15:26:10 +0300
Subject: [PATCH] New package: snapshot-45.2

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

diff --git a/srcpkgs/snapshot/template b/srcpkgs/snapshot/template
new file mode 100644
index 00000000000000..3d2d31ff477ab2
--- /dev/null
+++ b/srcpkgs/snapshot/template
@@ -0,0 +1,22 @@
+# Template file for 'snapshot'
+pkgname=snapshot
+version=45.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel rust-std"
+short_desc="Take pictures and videos"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/snapshot"
+distfiles="${GNOME_SITE}/snapshot/${version%.*}/snapshot-${version}.tar.xz"
+checksum=89077817fc735cc8e89db51628f52ea8ac66c194dfc6a7a42e003c4c29c4dd3e
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: snapshot-45.2
  2024-02-16 12:29 [PR PATCH] New package: snapshot-45.2 chrysos349
  2024-02-24  7:16 ` [PR PATCH] [Updated] " chrysos349
@ 2024-02-24 11:12 ` chrysos349
  2024-03-04 22:57 ` [PR PATCH] [Merged]: " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: chrysos349 @ 2024-02-24 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages snapshot
https://github.com/void-linux/void-packages/pull/48764

New package: snapshot-45.2
**MERGE FIRST:**
- #48884

This app is a part of `gnome-45.3` #48762

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x


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

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

From 1171008ca0e15d09f5af0b33bb583adb9f007abd Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 16 Feb 2024 15:26:10 +0300
Subject: [PATCH] New package: snapshot-45.2

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

diff --git a/srcpkgs/snapshot/template b/srcpkgs/snapshot/template
new file mode 100644
index 00000000000000..3d2d31ff477ab2
--- /dev/null
+++ b/srcpkgs/snapshot/template
@@ -0,0 +1,22 @@
+# Template file for 'snapshot'
+pkgname=snapshot
+version=45.2
+revision=1
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo desktop-file-utils gettext glib-devel
+ gtk-update-icon-cache pkg-config"
+makedepends="libadwaita-devel rust-std"
+short_desc="Take pictures and videos"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/snapshot"
+distfiles="${GNOME_SITE}/snapshot/${version%.*}/snapshot-${version}.tar.xz"
+checksum=89077817fc735cc8e89db51628f52ea8ac66c194dfc6a7a42e003c4c29c4dd3e
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

* Re: [PR PATCH] [Merged]: New package: snapshot-45.2
  2024-02-16 12:29 [PR PATCH] New package: snapshot-45.2 chrysos349
  2024-02-24  7:16 ` [PR PATCH] [Updated] " chrysos349
  2024-02-24 11:12 ` chrysos349
@ 2024-03-04 22:57 ` oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-03-04 22:57 UTC (permalink / raw)
  To: ml

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

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

New package: snapshot-45.2
https://github.com/void-linux/void-packages/pull/48764

Description:
**MERGE FIRST:**
- #48884

This app is a part of `gnome-45.4` #48762

#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x


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

end of thread, other threads:[~2024-03-04 22:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 12:29 [PR PATCH] New package: snapshot-45.2 chrysos349
2024-02-24  7:16 ` [PR PATCH] [Updated] " chrysos349
2024-02-24 11:12 ` chrysos349
2024-03-04 22:57 ` [PR PATCH] [Merged]: " oreo639

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