Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fractal: update to 4.4.0.
@ 2021-05-15  6:05 Gottox
  2021-05-15  7:11 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 1 reply; 2+ messages in thread
From: Gottox @ 2021-05-15  6:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages fractal-4.4.0
https://github.com/void-linux/void-packages/pull/30894

fractal: update to 4.4.0.


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

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

From a7639e39ead7053e9155ee408e0f48623628dbbc Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 15 May 2021 08:05:51 +0200
Subject: [PATCH] fractal: update to 4.4.0.

---
 srcpkgs/fractal/patches/fix-build.patch | 28 -------------------------
 srcpkgs/fractal/template                |  6 +++---
 2 files changed, 3 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/fractal/patches/fix-build.patch

diff --git a/srcpkgs/fractal/patches/fix-build.patch b/srcpkgs/fractal/patches/fix-build.patch
deleted file mode 100644
index dabe7f9a328e..000000000000
--- a/srcpkgs/fractal/patches/fix-build.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Our LibreSSL requires newer openssl-sys.
-Also, older num-bigint appears to be broken on ARM.
-
-Some builds also fail with unused import.
-
---- fractal-gtk/src/app/backend_loop.rs
-+++ fractal-gtk/src/app/backend_loop.rs
-@@ -12,8 +12,6 @@ use std::thread;
- use crate::backend::BKResponse;
- use fractal_api::error::Error;
- 
--use std::sync::mpsc::RecvError;
--
- pub fn backend_loop(rx: Receiver<BKResponse>) {
-     thread::spawn(move || {
-         while let Ok(recv) = rx.recv() {
---- scripts/cargo.sh
-+++ scripts/cargo.sh
-@@ -5,6 +5,9 @@ export CARGO_TARGET_DIR="$3"/target
- export CARGO_HOME="$CARGO_TARGET_DIR"/cargo-home
- export FRACTAL_PROFILE="$4"
- 
-+cargo update --manifest-path $1/Cargo.toml -p fractal-gtk --package openssl-sys --precise 0.9.58
-+cargo update --manifest-path $1/Cargo.toml -p fractal-gtk --package num-bigint --precise 0.2.3
-+
- if [ "$FRACTAL_PROFILE" = "Devel" ]
- then
-     echo "DEBUG MODE"
diff --git a/srcpkgs/fractal/template b/srcpkgs/fractal/template
index 115057b6d424..cd5ea935a87f 100644
--- a/srcpkgs/fractal/template
+++ b/srcpkgs/fractal/template
@@ -1,7 +1,7 @@
 # Template file for 'fractal'
 pkgname=fractal
-version=4.2.2
-revision=3
+version=4.4.0
+revision=1
 build_style=meson
 build_helper="rust"
 hostmakedepends="cargo pkg-config glib-devel gettext"
@@ -14,7 +14,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Fractal"
 distfiles="https://gitlab.gnome.org/World/fractal/-/archive/$version/$pkgname-$version.tar.gz"
-checksum=3f722e2fbadd6cee1ce98a92cf718c8051532dfd71180a453695365aa80d2b02
+checksum=3c3ea4e67e6d8fbc2e7b220fef188dcde5229e83c2cfeeadee42137718b34e56
 
 post_patch() {
 	[ -z "$CROSS_BUILD" ] && return 0

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

* Re: [PR PATCH] [Merged]: fractal: update to 4.4.0.
  2021-05-15  6:05 [PR PATCH] fractal: update to 4.4.0 Gottox
@ 2021-05-15  7:11 ` Gottox
  0 siblings, 0 replies; 2+ messages in thread
From: Gottox @ 2021-05-15  7:11 UTC (permalink / raw)
  To: ml

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

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

fractal: update to 4.4.0.
https://github.com/void-linux/void-packages/pull/30894

Description:


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

end of thread, other threads:[~2021-05-15  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15  6:05 [PR PATCH] fractal: update to 4.4.0 Gottox
2021-05-15  7:11 ` [PR PATCH] [Merged]: " Gottox

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