Github messages for voidlinux
 help / color / mirror / Atom feed
From: clyhtsuriva <clyhtsuriva@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vile: update to 9.8x
Date: Sun, 15 Jan 2023 14:02:40 +0100	[thread overview]
Message-ID: <20230115130240.fsBttJ7CEnxPM6Z99Uv5t5gr5m0jdPinMkPXOT3ZK2g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41619@inbox.vuxu.org>

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

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

https://github.com/clyhtsuriva/void-packages vile-update
https://github.com/void-linux/void-packages/pull/41619

vile: update to 9.8x
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l
  - aarch64-musl

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

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

From 93a88b6cae38576e3ceadbe0c3e79644267e2379 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 13 Jan 2023 22:42:27 +0100
Subject: [PATCH 1/3] vile: update to 9.8x

---
 srcpkgs/vile/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index f3b6cbb8c83b..fbfa9a4c1ca2 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -1,6 +1,6 @@
 # Template file for 'vile'
 pkgname=vile
-version=9.8w
+version=9.8x
 revision=1
 build_style=gnu-configure
 configure_args="--disable-stripping"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
-checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
+checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
 	sed -i 's/\[\[//g' filters/sh-filt.l

From b2fc93cf12fb9d55ce09373fff2b37a77c31d71e Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sun, 15 Jan 2023 13:02:16 +0000
Subject: [PATCH 2/3] Update srcpkgs/vile/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/vile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index fbfa9a4c1ca2..0df8e6c9e10a 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -9,7 +9,7 @@ makedepends="ncurses-devel"
 short_desc="Text editor which is extremely compatible with vi like emacs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://invisible-island.net/vile/vile.html"
+homepage="https://invisible-island.net/vile/vile.html"
 distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
 checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 

From fab7a2a12929bee812d2e7f7c49eb2984abeafb1 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com>
Date: Sun, 15 Jan 2023 13:02:38 +0000
Subject: [PATCH 3/3] Update srcpkgs/vile/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/vile/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vile/template b/srcpkgs/vile/template
index 0df8e6c9e10a..b73c5a97c3e7 100644
--- a/srcpkgs/vile/template
+++ b/srcpkgs/vile/template
@@ -14,7 +14,7 @@ distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tg
 checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
 
 post_extract() {
-	sed -i 's/\[\[//g' filters/sh-filt.l
+	vsed -e 's/\[\[//g' -i filters/sh-filt.l
 }
 
 post_configure() {

  parent reply	other threads:[~2023-01-15 13:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 21:42 [PR PATCH] " clyhtsuriva
2023-01-15 11:26 ` [PR REVIEW] " paper42
2023-01-15 11:26 ` paper42
2023-01-15 11:26 ` paper42
2023-01-15 13:02 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-15 13:02 ` clyhtsuriva [this message]
2023-01-15 13:06 ` clyhtsuriva
2023-01-15 17:13 ` [PR REVIEW] " paper42
2023-01-16  7:19 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-16  7:21 ` [PR REVIEW] " clyhtsuriva
2023-01-16  8:30 ` classabbyamp
2023-01-16  8:45 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-16  8:46 ` [PR REVIEW] vile: update to 9.8y clyhtsuriva
2023-01-16  9:01 ` clyhtsuriva
2023-01-17 23:33 ` paper42
2023-01-18 20:01 ` [PR PATCH] [Updated] " clyhtsuriva
2023-01-18 20:05 ` vile: update to 9.8x clyhtsuriva
2023-01-18 20:07 ` [PR PATCH] [Merged]: " classabbyamp

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=20230115130240.fsBttJ7CEnxPM6Z99Uv5t5gr5m0jdPinMkPXOT3ZK2g@z \
    --to=clyhtsuriva@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).