Github messages for voidlinux
 help / color / mirror / Atom feed
From: xeroxslayer <xeroxslayer@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libcaca: update to 0.99.beta20
Date: Wed, 14 Aug 2024 13:11:40 +0200	[thread overview]
Message-ID: <20240814111140.870F82B890@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51843@inbox.vuxu.org>

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

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

https://github.com/xeroxslayer/void-packages libcaca
https://github.com/void-linux/void-packages/pull/51843

libcaca: update to 0.99.beta20
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

#### Local build testing
- I built this PR locally for my native architecture: x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
  - aarch64
  - aarch64-musl
  - i686
  - i686-musl
  - armv7
  - armv7l-musl

There is no need for the `vsed` part in `pre_configure()`, it has been corrected upstream.


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

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

From 67e48605604f487d26cce870209be21d4f5bdf75 Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Wed, 14 Aug 2024 12:59:04 +0200
Subject: [PATCH 1/2] libcaca: update to 0.99.beta20

---
 srcpkgs/libcaca/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libcaca/template b/srcpkgs/libcaca/template
index 7f85192744dd86..895eec9c9d86fc 100644
--- a/srcpkgs/libcaca/template
+++ b/srcpkgs/libcaca/template
@@ -1,7 +1,7 @@
 # Template file for 'libcaca'
 pkgname=libcaca
-version=0.99.beta19
-revision=13
+version=0.99.beta20
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable x11)"
 hostmakedepends="libtool automake pkg-config"
@@ -11,17 +11,16 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="WTFPL"
 homepage="http://caca.zoy.org/wiki/libcaca"
 distfiles="https://github.com/cacalabs/libcaca/archive/v${version}.tar.gz"
-checksum=7ed29a00cc7f017424d8b2994f001f137ed5bc4441987b711d78c6734fdf3493
+checksum="3edb8763a8f888ed4d4b85b3a056e81c840d5d27f79bdebc0b991688b23084f2"
 
 build_options="x11 opengl"
 
 pre_configure() {
-	vsed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac
 	autoreconf -fi
 }
 
 post_install() {
-	rm ${DESTDIR}/usr/lib/*.la
+	rm -f ${DESTDIR}/usr/lib/*.la
 }
 
 libcaca-devel_package() {

From 5154b83b4a7d59f2e4e31bbdff0a21d65552d06a Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Wed, 14 Aug 2024 13:11:06 +0200
Subject: [PATCH 2/2] libcaca: update to 0.99.beta20

---
 srcpkgs/libcaca/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcaca/template b/srcpkgs/libcaca/template
index 895eec9c9d86fc..c889b6a872c90b 100644
--- a/srcpkgs/libcaca/template
+++ b/srcpkgs/libcaca/template
@@ -20,7 +20,7 @@ pre_configure() {
 }
 
 post_install() {
-	rm -f ${DESTDIR}/usr/lib/*.la
+	rm ${DESTDIR}/usr/lib/*.la
 }
 
 libcaca-devel_package() {

  parent reply	other threads:[~2024-08-14 11:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-14 11:02 [PR PATCH] " xeroxslayer
2024-08-14 11:04 ` [PR REVIEW] " classabbyamp
2024-08-14 11:09 ` xeroxslayer
2024-08-14 11:11 ` xeroxslayer [this message]
2024-08-15  3:42 ` classabbyamp
2024-08-15  7:21 ` [PR PATCH] [Updated] " xeroxslayer
2024-08-15  7:22 ` xeroxslayer
2024-08-15 11:31 ` [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=20240814111140.870F82B890@inbox.vuxu.org \
    --to=xeroxslayer@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).