Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zlib: fix license
@ 2021-03-28 11:15 UsernameRandomlyGenerated
  2021-03-28 11:19 ` sgn
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-28 11:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages zliblicense
https://github.com/void-linux/void-packages/pull/29805

zlib: fix license
<!-- 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
- [ ] 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/29805.patch is attached

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

From bf639dd63aafd63dff69ed32e8ded5890b511fcd Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Sun, 28 Mar 2021 13:12:35 +0200
Subject: [PATCH] zlib: fix license

---
 srcpkgs/zlib/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/zlib/template b/srcpkgs/zlib/template
index ec437ea6df4a..72d0d6677e7f 100644
--- a/srcpkgs/zlib/template
+++ b/srcpkgs/zlib/template
@@ -1,12 +1,12 @@
-# Template build file for 'zlib'
+# Template file for 'zlib'
 pkgname=zlib
 version=1.2.11
 revision=3
 bootstrap=yes
 build_style=configure
-short_desc="A compression/decompression Library"
+short_desc="Compression/decompression Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="zlib"
+license="custom:zlib"
 homepage="http://www.zlib.net"
 distfiles="$homepage/$pkgname-$version.tar.gz"
 checksum=c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
@@ -15,6 +15,11 @@ do_configure() {
 	LDFLAGS= LDSHAREDLIBC= ./configure --prefix=/usr --shared
 }
 
+post_install() {
+	sed -n '4,23p' zlib.h > LICENSE
+	vlicense LICENSE
+}
+
 zlib-devel_package() {
 	depends="zlib>=${version}_${revision}"
 	short_desc+=" - development files"

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

end of thread, other threads:[~2021-04-04 23:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-28 11:15 [PR PATCH] zlib: fix license UsernameRandomlyGenerated
2021-03-28 11:19 ` sgn
2021-03-28 11:19 ` sgn
2021-03-28 11:19 ` sgn
2021-03-28 11:20 ` sgn
2021-03-28 11:26 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-03-28 11:40 ` UsernameRandomlyGenerated
2021-03-28 11:49 ` UsernameRandomlyGenerated
2021-03-28 11:49 ` UsernameRandomlyGenerated
2021-03-28 11:52 ` UsernameRandomlyGenerated
2021-03-28 11:54 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-03-28 11:54 ` UsernameRandomlyGenerated
2021-03-28 13:50 ` sgn
2021-03-28 13:50 ` sgn
2021-03-28 14:38 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-04-04 23:18 ` [PR PATCH] [Closed]: " 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).