Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libglvnd: remove excess devel deps, grep license #22008

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/libglvnd/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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="libX11-devel ${sourcepkg}-${version}_${revision}"
conflicts="MesaLib-devel<19.2.5_2"
short_desc+=" - development files"
pkg_install() {
Expand Down