Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] unibilium: update to 2.1.1
@ 2022-03-27 21:13 RunningDroid
  2022-04-13 19:38 ` RunningDroid
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: RunningDroid @ 2022-03-27 21:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_unibilium
https://github.com/void-linux/void-packages/pull/36384

unibilium: update to 2.1.1
This PR also changes upstream to https://github.com/neovim/unibilium

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36384.patch is attached

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

From 07c6b300b78466feedc3bd179a0083322a287130 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Sun, 27 Mar 2022 16:59:44 -0400
Subject: [PATCH] unibilium: update to 2.1.1

* change upstream to https://github.com/neovim/unibilium
---
 srcpkgs/unibilium/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/unibilium/template b/srcpkgs/unibilium/template
index b744e1ae6dc2..e35ec896a90a 100644
--- a/srcpkgs/unibilium/template
+++ b/srcpkgs/unibilium/template
@@ -1,15 +1,17 @@
 # Template file for 'unibilium'
 pkgname=unibilium
-version=2.0.0
-revision=2
+version=2.1.1
+revision=1
 build_style=gnu-makefile
+make_check_target="test"
 hostmakedepends="libtool perl"
 short_desc="Simple, self-contained terminfo library"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="LGPL-3.0-or-later"
-homepage="https://github.com/mauke/unibilium"
-distfiles="https://github.com/mauke/${pkgname}/archive/v${version}.tar.gz"
-checksum=78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1
+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
 
 do_build() {
 	if [ "$CROSS_BUILD" ]; then

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

* Re: unibilium: update to 2.1.1
  2022-03-27 21:13 [PR PATCH] unibilium: update to 2.1.1 RunningDroid
@ 2022-04-13 19:38 ` RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
  2022-06-30 14:55 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: RunningDroid @ 2022-04-13 19:38 UTC (permalink / raw)
  To: ml

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

New comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/36384#issuecomment-1098412799

Comment:
For the record, my primary reason for this PR is this patch : neovim/unibilium#2

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

* Re: [PR PATCH] [Updated] unibilium: update to 2.1.1
  2022-03-27 21:13 [PR PATCH] unibilium: update to 2.1.1 RunningDroid
  2022-04-13 19:38 ` RunningDroid
@ 2022-05-29  2:35 ` RunningDroid
  2022-06-30 14:55 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: RunningDroid @ 2022-05-29  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_unibilium
https://github.com/void-linux/void-packages/pull/36384

unibilium: update to 2.1.1
This PR also changes upstream to https://github.com/neovim/unibilium

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36384.patch is attached

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

From 28c51486d5277c4dd9939ad15fdc4ba32bedcd8b Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Sun, 27 Mar 2022 16:59:44 -0400
Subject: [PATCH] unibilium: update to 2.1.1

* change upstream to https://github.com/neovim/unibilium
---
 srcpkgs/unibilium/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/unibilium/template b/srcpkgs/unibilium/template
index b744e1ae6dc2..e35ec896a90a 100644
--- a/srcpkgs/unibilium/template
+++ b/srcpkgs/unibilium/template
@@ -1,15 +1,17 @@
 # Template file for 'unibilium'
 pkgname=unibilium
-version=2.0.0
-revision=2
+version=2.1.1
+revision=1
 build_style=gnu-makefile
+make_check_target="test"
 hostmakedepends="libtool perl"
 short_desc="Simple, self-contained terminfo library"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="LGPL-3.0-or-later"
-homepage="https://github.com/mauke/unibilium"
-distfiles="https://github.com/mauke/${pkgname}/archive/v${version}.tar.gz"
-checksum=78997d38d4c8177c60d3d0c1aa8c53fd0806eb21825b7b335b1768d7116bc1c1
+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
 
 do_build() {
 	if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Merged]: unibilium: update to 2.1.1
  2022-03-27 21:13 [PR PATCH] unibilium: update to 2.1.1 RunningDroid
  2022-04-13 19:38 ` RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
@ 2022-06-30 14:55 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-06-30 14:55 UTC (permalink / raw)
  To: ml

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

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

unibilium: update to 2.1.1
https://github.com/void-linux/void-packages/pull/36384

Description:
This PR also changes upstream to https://github.com/neovim/unibilium

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 4+ messages in thread

end of thread, other threads:[~2022-06-30 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 21:13 [PR PATCH] unibilium: update to 2.1.1 RunningDroid
2022-04-13 19:38 ` RunningDroid
2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
2022-06-30 14:55 ` [PR PATCH] [Merged]: " Duncaen

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