Github messages for voidlinux
 help / color / mirror / Atom feed
From: jbenden <jbenden@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wezterm: update to 20230712.
Date: Sat, 15 Jul 2023 14:33:13 +0200	[thread overview]
Message-ID: <20230715123313.nstolyIsCOzfyZEhMVabpnXYOx3kjVPAHV9Qp7-9t0k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45008@inbox.vuxu.org>

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

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

https://github.com/jbenden/void-packages wezterm-20230712
https://github.com/void-linux/void-packages/pull/45008

wezterm: update to 20230712.
#### Testing the changes
- I tested the changes in this PR: **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/45008.patch is attached

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

From 1325b96c19d495b978ec29af3c58feb95e0ebf1e Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Wed, 12 Jul 2023 20:17:47 -0700
Subject: [PATCH] wezterm: update to 20230712.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/wezterm/patches/remove-libgit.patch | 59 ---------------------
 srcpkgs/wezterm/template                    | 10 ++--
 2 files changed, 5 insertions(+), 64 deletions(-)
 delete mode 100644 srcpkgs/wezterm/patches/remove-libgit.patch

diff --git a/srcpkgs/wezterm/patches/remove-libgit.patch b/srcpkgs/wezterm/patches/remove-libgit.patch
deleted file mode 100644
index fea47b760013..000000000000
--- a/srcpkgs/wezterm/patches/remove-libgit.patch
+++ /dev/null
@@ -1,59 +0,0 @@
---- a/config/build.rs	2022-09-05 10:28:02.000000000 -0700
-+++ b/config/build.rs	2022-11-16 11:25:28.938783238 -0700
-@@ -13,44 +13,6 @@
-         }
-     } else {
-         // Otherwise we'll derive it from the git information
--
--        if let Ok(repo) = git2::Repository::discover(".") {
--            if let Ok(ref_head) = repo.find_reference("HEAD") {
--                let repo_path = repo.path().to_path_buf();
--
--                if let Ok(resolved) = ref_head.resolve() {
--                    if let Some(name) = resolved.name() {
--                        let path = repo_path.join(name);
--                        if path.exists() {
--                            println!(
--                                "cargo:rerun-if-changed={}",
--                                path.canonicalize().unwrap().display()
--                            );
--                        }
--                    }
--                }
--            }
--        }
--
--        let head = Path::new("../.git/HEAD");
--        if head.exists() {
--            let head = head.canonicalize().unwrap();
--            println!("cargo:rerun-if-changed={}", head.display());
--            if let Ok(output) = std::process::Command::new("git")
--                .args(&[
--                    "-c",
--                    "core.abbrev=8",
--                    "show",
--                    "-s",
--                    "--format=%cd-%h",
--                    "--date=format:%Y%m%d-%H%M%S",
--                ])
--                .output()
--            {
--                let info = String::from_utf8_lossy(&output.stdout);
--                ci_tag = info.trim().to_string();
--            }
--        }
-     }
- 
-     let target = std::env::var("TARGET").unwrap_or_else(|_| "unknown".to_string());
---- a/config/Cargo.toml	2022-09-05 10:28:02.000000000 -0700
-+++ b/config/Cargo.toml	2022-11-16 11:26:47.258458105 -0700
-@@ -10,9 +10,6 @@
- [dev-dependencies]
- env_logger = "0.9"
- 
--[build-dependencies]
--git2 = { version = "0.16", default-features = false }
--
- [features]
- distro-defaults = []
- 
diff --git a/srcpkgs/wezterm/template b/srcpkgs/wezterm/template
index c3041986e395..d16879e19c2b 100644
--- a/srcpkgs/wezterm/template
+++ b/srcpkgs/wezterm/template
@@ -1,15 +1,15 @@
 # Template file for 'wezterm'
 pkgname=wezterm
-version=20230408
-revision=2
-_srcver=${version}-112425-69ae8472
+version=20230712
+revision=1
+_srcver=${version}-072601-f4abf8fd
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
 configure_args="--no-default-features --features wezterm-gui/distro-defaults,wezterm-gui/wayland"
 hostmakedepends="pkg-config"
 makedepends="fontconfig-devel freetype-devel harfbuzz-devel openssl-devel
  libssh2-devel libX11-devel libxkbcommon-devel wayland-devel xcb-util-devel
- xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel"
+ xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel zlib-devel"
 depends="noto-fonts-emoji fonts-roboto-ttf wezterm-terminfo-${version}_${revision}"
 short_desc="GPU-accelerated cross-platform terminal emulator and multiplexer"
 maintainer="Joseph Benden <joe@benden.us>"
@@ -17,7 +17,7 @@ license="MIT"
 homepage="https://wezfurlong.org/wezterm/"
 changelog="https://wezfurlong.org/wezterm/changelog.html"
 distfiles="https://github.com/wez/wezterm/releases/download/${_srcver}/wezterm-${_srcver}-src.tar.gz"
-checksum=8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800
+checksum=cecb56697f912826abea548e948950e7556ff7c706192fa304992811fe0245a8
 
 post_patch() {
 	cargo update

  parent reply	other threads:[~2023-07-15 12:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  3:22 [PR PATCH] " jbenden
2023-07-15  5:52 ` classabbyamp
2023-07-15 12:33 ` jbenden [this message]
2023-07-16  5:49 ` [PR REVIEW] " tranzystorek-io
2023-07-16  5:53 ` tranzystorek-io
2023-07-27 13:36 ` [PR PATCH] [Updated] " jbenden
2023-07-27 13:38 ` jbenden
2023-07-28 10:51 ` tranzystorek-io
2023-07-28 11:14 ` [PR PATCH] [Updated] " jbenden
2023-08-01 11:36 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230715123313.nstolyIsCOzfyZEhMVabpnXYOx3kjVPAHV9Qp7-9t0k@z \
    --to=jbenden@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).