Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Move lua-doc alternatives to devel
@ 2020-10-30  1:04 sgn
  2020-10-30 15:41 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2020-10-30  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages lua-doc-alternatives
https://github.com/void-linux/void-packages/pull/25976

Move lua-doc alternatives to devel
Since the target are installed in devel anyway.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lua-doc-alternatives-25976.patch --]
[-- Type: text/x-diff, Size: 4863 bytes --]

From c63c794f43d275bf3aaeadce7ed20b19328f9288 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 30 Oct 2020 07:59:18 +0700
Subject: [PATCH 1/4] lua51: move lua-doc alternative to devel

---
 srcpkgs/lua51/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lua51/template b/srcpkgs/lua51/template
index c7107cee8e4..12da0983a61 100644
--- a/srcpkgs/lua51/template
+++ b/srcpkgs/lua51/template
@@ -1,7 +1,7 @@
 # Template file for 'lua51'
 pkgname=lua51
 version=5.1.5
-revision=11
+revision=12
 wrksrc="lua-${version}"
 makedepends="ncurses-devel readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.1.x)"
@@ -16,7 +16,6 @@ alternatives="
  lua:luac:/usr/bin/luac5.1
  lua:lua.1:/usr/share/man/man1/lua5.1.1
  lua:luac.1:/usr/share/man/man1/luac5.1.1
- lua:lua:/usr/share/doc/lua5.1
 "
 
 do_build() {
@@ -56,6 +55,7 @@ lua51-devel_package() {
 	depends="${makedepends} lua51>=${version}_${revision}"
 	short_desc+=" - development files"
 	alternatives="
+	 lua-devel:lua:/usr/share/doc/lua5.1
 	 lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.1.pc
 	"
 	pkg_install() {

From c061703f95e9b4ed9ce8c7a6b6d6fbb491ed5dd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 30 Oct 2020 07:58:12 +0700
Subject: [PATCH 2/4] lua52: move lua-doc alternatives to devel

---
 srcpkgs/lua52/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lua52/template b/srcpkgs/lua52/template
index de5120ac60c..b26e54aba8c 100644
--- a/srcpkgs/lua52/template
+++ b/srcpkgs/lua52/template
@@ -1,7 +1,7 @@
 # Template file for 'lua52'
 pkgname=lua52
 version=5.2.4
-revision=10
+revision=11
 wrksrc=lua-${version}
 makedepends="ncurses-devel readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.2.x)"
@@ -16,7 +16,6 @@ alternatives="
  lua:luac:/usr/bin/luac5.2
  lua:lua.1:/usr/share/man/man1/lua5.2.1
  lua:luac.1:/usr/share/man/man1/luac5.2.1
- lua:lua:/usr/share/doc/lua5.2
 "
 
 do_build() {
@@ -56,6 +55,7 @@ lua52-devel_package() {
 	depends="${makedepends} lua52>=${version}_${revision}"
 	short_desc+=" - development files"
 	alternatives="
+	 lua-devel:lua:/usr/share/doc/lua5.2
 	 lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.2.pc
 	"
 	pkg_install() {

From 78c9081686b941565609280bedf8949fa32f0dda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 30 Oct 2020 08:01:03 +0700
Subject: [PATCH 3/4] lua53: move lua-doc alternative to devel

---
 srcpkgs/lua53/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lua53/template b/srcpkgs/lua53/template
index a32b7969c11..098d700bac8 100644
--- a/srcpkgs/lua53/template
+++ b/srcpkgs/lua53/template
@@ -1,7 +1,7 @@
 # Template file for 'lua53'
 pkgname=lua53
 version=5.3.5
-revision=5
+revision=6
 wrksrc=lua-${version}
 makedepends="ncurses-devel readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.3.x)"
@@ -16,7 +16,6 @@ alternatives="
  lua:luac:/usr/bin/luac5.3
  lua:lua.1:/usr/share/man/man1/lua5.3.1
  lua:luac.1:/usr/share/man/man1/luac5.3.1
- lua:lua:/usr/share/doc/lua5.3
 "
 
 pre_build() {
@@ -62,6 +61,7 @@ lua53-devel_package() {
 	depends="${makedepends} lua53>=${version}_${revision}"
 	short_desc+=" - development files"
 	alternatives="
+	 lua-devel:lua:/usr/share/doc/lua5.3
 	 lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.3.pc
 	"
 	pkg_install() {

From 9df8700287c1d23a09fe117c15df34643fcb7b9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Fri, 30 Oct 2020 08:01:47 +0700
Subject: [PATCH 4/4] lua54: move lua-doc alternative to devel

---
 srcpkgs/lua54/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lua54/template b/srcpkgs/lua54/template
index 529d89e9799..c5c9c2b0240 100644
--- a/srcpkgs/lua54/template
+++ b/srcpkgs/lua54/template
@@ -1,7 +1,7 @@
 # Template file for 'lua54'
 pkgname=lua54
 version=5.4.1
-revision=1
+revision=2
 wrksrc=lua-${version}
 makedepends="ncurses-devel readline-devel"
 short_desc="Powerful, fast, lightweight, embeddable scripting language (5.4.x)"
@@ -16,7 +16,6 @@ alternatives="
  lua:luac:/usr/bin/luac5.4
  lua:lua.1:/usr/share/man/man1/lua5.4.1
  lua:luac.1:/usr/share/man/man1/luac5.4.1
- lua:lua:/usr/share/doc/lua5.4
 "
 
 do_build() {
@@ -57,6 +56,7 @@ lua54-devel_package() {
 	depends="${makedepends} lua54>=${version}_${revision}"
 	short_desc+=" - development files"
 	alternatives="
+	 lua-devel:lua:/usr/share/doc/lua5.4
 	 lua-devel:lua.pc:/usr/lib/pkgconfig/lua5.4.pc
 	"
 	pkg_install() {

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

* Re: [PR PATCH] [Merged]: Move lua-doc alternatives to devel
  2020-10-30  1:04 [PR PATCH] Move lua-doc alternatives to devel sgn
@ 2020-10-30 15:41 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-10-30 15:41 UTC (permalink / raw)
  To: ml

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

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

Move lua-doc alternatives to devel
https://github.com/void-linux/void-packages/pull/25976

Description:
Since the target are installed in devel anyway.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30  1:04 [PR PATCH] Move lua-doc alternatives to devel sgn
2020-10-30 15:41 ` [PR PATCH] [Merged]: " sgn

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