Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ne: update to 3.3.1,
@ 2021-05-20 19:50 mobinmob
  2021-05-21  4:43 ` [PR PATCH] [Closed]: " ericonr
  2021-05-21  4:44 ` ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2021-05-20 19:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages ne
https://github.com/void-linux/void-packages/pull/31029

ne: update to 3.3.1,
add perl and texinfo to hostmakedepends,
add changelog,
remove post_extract(),
change distfiles to github.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31029.patch is attached

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

From 88269da625a033f20ee79c2404f1a714f5359384 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 20 May 2021 22:47:12 +0300
Subject: [PATCH] ne: update to 3.3.1, add perl and texinfo to hostmakedepends,
 add changelog, remove post_extract(), change distfiles to github.

---
 srcpkgs/ne/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ne/template b/srcpkgs/ne/template
index 88982f705424..a2a33a66cf40 100644
--- a/srcpkgs/ne/template
+++ b/srcpkgs/ne/template
@@ -1,19 +1,18 @@
 # Template file for 'ne'
 pkgname=ne
-version=3.3.0
+version=3.3.1
 revision=1
 build_style=gnu-makefile
+hostmakedepends="perl texinfo"
 makedepends="ncurses-devel"
 short_desc="Nice Editor"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="http://ne.di.unimi.it/"
-distfiles="http://ne.di.unimi.it/ne-${version}.tar.gz"
-checksum=74936aac85eaa59cd7f11e42c7568c903de2137dd528f75864d0c827f05be1bd
+changelog="https://raw.githubusercontent.com/vigna/ne/master/NEWS"
+distfiles="https://github.com/vigna/ne/archive/refs/tags/${version}.tar.gz"
+checksum=931f01380b48e539b06d65d80ddf313cce67aab6d7b62462a548253ab9b3e10a
 
-post_extract() {
-	sed -i 's/ne.dvi ne.pdf//' doc/makefile
-}
 do_build() {
 	make CFLAGS="$CFLAGS -std=c99 -D_GNU_SOURCE" CC=$CC ${makejobs}
 }

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

* Re: [PR PATCH] [Closed]: ne: update to 3.3.1,
  2021-05-20 19:50 [PR PATCH] ne: update to 3.3.1, mobinmob
@ 2021-05-21  4:43 ` ericonr
  2021-05-21  4:44 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-05-21  4:43 UTC (permalink / raw)
  To: ml

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

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

ne: update to 3.3.1,
https://github.com/void-linux/void-packages/pull/31029

Description:
add perl and texinfo to hostmakedepends,
add changelog,
remove post_extract(),
change distfiles to github.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 3+ messages in thread

* Re: ne: update to 3.3.1,
  2021-05-20 19:50 [PR PATCH] ne: update to 3.3.1, mobinmob
  2021-05-21  4:43 ` [PR PATCH] [Closed]: " ericonr
@ 2021-05-21  4:44 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-05-21  4:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31029#issuecomment-845648830

Comment:
Fixed commit formatting, please pay attention to that


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

end of thread, other threads:[~2021-05-21  4:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 19:50 [PR PATCH] ne: update to 3.3.1, mobinmob
2021-05-21  4:43 ` [PR PATCH] [Closed]: " ericonr
2021-05-21  4:44 ` ericonr

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