Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libcaca: update to 0.99.beta20
@ 2024-08-14 11:02 xeroxslayer
  2024-08-14 11:04 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: xeroxslayer @ 2024-08-14 11:02 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1312 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] 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() {

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

end of thread, other threads:[~2024-08-15 11:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-14 11:02 [PR PATCH] libcaca: update to 0.99.beta20 xeroxslayer
2024-08-14 11:04 ` [PR REVIEW] " classabbyamp
2024-08-14 11:09 ` xeroxslayer
2024-08-14 11:11 ` [PR PATCH] [Updated] " xeroxslayer
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

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