Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libglvnd: remove excess devel deps, grep license
@ 2020-05-16  9:15 st3r4g
  2020-05-16 10:14 ` Chocimier
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: st3r4g @ 2020-05-16  9:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages libglvnd-remove-devel-deps
https://github.com/void-linux/void-packages/pull/22008

libglvnd: remove excess devel deps, grep license
Tested building `glu` and `mesa`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libglvnd-remove-devel-deps-22008.patch --]
[-- Type: text/x-diff, Size: 1189 bytes --]

From 727d8654bad103d2ccacd6655c579b3638336261 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Sat, 16 May 2020 10:56:27 +0200
Subject: [PATCH] libglvnd: remove excess devel deps, grep license

---
 srcpkgs/libglvnd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template
index b12cb41e6d5..08be3a8ffa7 100644
--- a/srcpkgs/libglvnd/template
+++ b/srcpkgs/libglvnd/template
@@ -1,7 +1,7 @@
 # Template file for 'libglvnd'
 pkgname=libglvnd
 version=1.3.1
-revision=1
+revision=2
 wrksrc="libglvnd-v${version}"
 build_style=meson
 hostmakedepends="pkg-config"
@@ -27,12 +27,12 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 post_install() {
-	$XBPS_FETCH_CMD "https://git.archlinux.org/svntogit/packages.git/plain/trunk/LICENSE?h=packages/libglvnd>LICENSE"
+	grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE
 	vlicense LICENSE
 }
 
 libglvnd-devel_package() {
-	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
+	depends="${sourcepkg}-${version}_${revision}"
 	conflicts="MesaLib-devel<19.2.5_2"
 	short_desc+=" - development files"
 	pkg_install() {

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

end of thread, other threads:[~2020-10-01 13:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16  9:15 [PR PATCH] libglvnd: remove excess devel deps, grep license st3r4g
2020-05-16 10:14 ` Chocimier
2020-05-16 10:33 ` st3r4g
2020-05-16 10:33 ` st3r4g
2020-05-16 10:33 ` st3r4g
2020-05-16 10:41 ` st3r4g
2020-05-16 10:41 ` st3r4g
2020-05-16 11:57 ` st3r4g
2020-05-16 12:23 ` st3r4g
2020-05-16 12:39 ` st3r4g
2020-05-16 12:42 ` [PR PATCH] [Updated] " st3r4g
2020-05-16 12:43 ` st3r4g
2020-05-16 12:46 ` st3r4g
2020-05-16 12:47 ` st3r4g
2020-10-01 13:15 ` [PR PATCH] [Closed]: " st3r4g

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