Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] unibilium: update to 2.1.2
@ 2024-11-07 20:25 tranzystorekk
  2024-11-07 20:29 ` [PR PATCH] [Merged]: " tranzystorekk
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-11-07 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages unibilium
https://github.com/void-linux/void-packages/pull/52945

unibilium: update to 2.1.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9a695e741ce989c7fa4877d6230267930e21ddfa Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 7 Nov 2024 21:17:43 +0100
Subject: [PATCH] unibilium: update to 2.1.2

---
 srcpkgs/unibilium/template | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/unibilium/template b/srcpkgs/unibilium/template
index e70d3a0dc7d96e..a290410460a96b 100644
--- a/srcpkgs/unibilium/template
+++ b/srcpkgs/unibilium/template
@@ -1,25 +1,20 @@
 # Template file for 'unibilium'
 pkgname=unibilium
-version=2.1.1
+version=2.1.2
 revision=1
-build_style=gnu-makefile
+build_style=gnu-configure
 make_check_target="test"
-hostmakedepends="libtool perl"
+hostmakedepends="automake libtool perl"
 short_desc="Simple, self-contained terminfo library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/neovim/unibilium"
-changelog="https://github.com/neovim/unibilium/raw/master/Changes"
-distfiles="https://github.com/neovim/${pkgname}/archive/v${version}.tar.gz"
-checksum=6f0ee21c8605340cfbb458cbd195b4d074e6d16dd0c0e12f2627ca773f3cabf1
+changelog="https://raw.githubusercontent.com/neovim/unibilium/refs/heads/master/Changes"
+distfiles="https://github.com/neovim/unibilium/archive/v${version}.tar.gz"
+checksum=370ecb07fbbc20d91d1b350c55f1c806b06bf86797e164081ccc977fc9b3af7a
 
-do_build() {
-	if [ "$CROSS_BUILD" ]; then
-		cp /usr/bin/libtool .
-		vsed -e "s,CCLD=.*,CCLD=$CC,g;s,CC=.*,CC=$CC,g" -i libtool
-		vsed -e 's,libtool,./libtool,g' -i Makefile
-	fi
-	make ${makejobs}
+pre_configure() {
+	autoreconf -fi
 }
 
 unibilium-devel_package() {

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

* Re: [PR PATCH] [Merged]: unibilium: update to 2.1.2
  2024-11-07 20:25 [PR PATCH] unibilium: update to 2.1.2 tranzystorekk
@ 2024-11-07 20:29 ` tranzystorekk
  0 siblings, 0 replies; 2+ messages in thread
From: tranzystorekk @ 2024-11-07 20:29 UTC (permalink / raw)
  To: ml

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

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

unibilium: update to 2.1.2
https://github.com/void-linux/void-packages/pull/52945

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2024-11-07 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-07 20:25 [PR PATCH] unibilium: update to 2.1.2 tranzystorekk
2024-11-07 20:29 ` [PR PATCH] [Merged]: " tranzystorekk

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