Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add base-system-lts
@ 2020-09-29 22:12 RhinoCodes
  2020-09-29 22:23 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: RhinoCodes @ 2020-09-29 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RhinoCodes/void-packages patch-1
https://github.com/void-linux/void-packages/pull/25197

Add base-system-lts


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

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

From 9426620cf18b35f7f4cb9e486c09d6b4aa0425a4 Mon Sep 17 00:00:00 2001
From: RhinoCodes <51250021+RhinoCodes@users.noreply.github.com>
Date: Tue, 29 Sep 2020 17:12:11 -0500
Subject: [PATCH] Add base-system-lts

---
 srcpkgs/base-system-lts/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/base-system-lts/template

diff --git a/srcpkgs/base-system-lts/template b/srcpkgs/base-system-lts/template
new file mode 100644
index 00000000000..4402ae8216c
--- /dev/null
+++ b/srcpkgs/base-system-lts/template
@@ -0,0 +1,26 @@
+# Template file for 'base-system'
+pkgname=base-system
+version=0.113
+revision=2
+build_style=meta
+short_desc="Void Linux base system meta package w/ linux-lts"
+maintainer="Enno Boland <gottox@voidlinux.org> and Will Forsberg"
+license="Public Domain"
+homepage="https://www.voidlinux.org"
+
+depends="
+ base-files>=0.77 ncurses coreutils findutils diffutils libgcc
+ dash bash grep gzip file sed gawk less util-linux which tar man-pages
+ mdocml>=1.13.3 shadow e2fsprogs btrfs-progs xfsprogs f2fs-tools dosfstools
+ procps-ng tzdata pciutils usbutils iana-etc openssh dhcpcd
+ kbd iproute2 iputils iw wpa_supplicant xbps nvi sudo wifi-firmware
+ void-artwork traceroute ethtool kmod acpid eudev runit-void"
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) depends+=" musl";;
+	*) depends+=" glibc-locales";;
+esac
+
+case "$XBPS_TARGET_MACHINE" in
+	i686*|x86_64*|ppc*) depends+=" linux-lts";;
+esac

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

* Re: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
@ 2020-09-29 22:23 ` ericonr
  2020-09-29 22:40 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-09-29 22:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25197#issuecomment-701024116

Comment:
Why? Users can just `ignorepkg=linux` and install `linux-lts` directly once, and that will be equivalent to this. Any changes to `base-system` will also need to be propagated across two templates, if they happen.

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

* Re: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
  2020-09-29 22:23 ` ericonr
@ 2020-09-29 22:40 ` ericonr
  2020-09-29 22:43 ` RhinoCodes
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-09-29 22:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25197#issuecomment-701029617

Comment:
I don't speak for everyone, though. If you want to push for this, make it a sub-package of the `base-system` package instead.

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

* Re: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
  2020-09-29 22:23 ` ericonr
  2020-09-29 22:40 ` ericonr
@ 2020-09-29 22:43 ` RhinoCodes
  2020-09-29 22:53 ` RhinoCodes
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: RhinoCodes @ 2020-09-29 22:43 UTC (permalink / raw)
  To: ml

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

New comment by RhinoCodes on void-packages repository

https://github.com/void-linux/void-packages/pull/25197#issuecomment-701030665

Comment:
i really dont know much about void packages. so where would i put ignorepkg=linux? Im making a void spin and want to make it more stable and would like lts to be autoinstalled

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

* Re: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
                   ` (2 preceding siblings ...)
  2020-09-29 22:43 ` RhinoCodes
@ 2020-09-29 22:53 ` RhinoCodes
  2020-09-29 23:08 ` shmalebx9
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: RhinoCodes @ 2020-09-29 22:53 UTC (permalink / raw)
  To: ml

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

New comment by RhinoCodes on void-packages repository

https://github.com/void-linux/void-packages/pull/25197#issuecomment-701030665

Comment:
@ericonr i really dont know much about void packages. so where would i put ignorepkg=linux? Im making a void spin and want to make it more stable and would like lts to be autoinstalled

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

* Re: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
                   ` (3 preceding siblings ...)
  2020-09-29 22:53 ` RhinoCodes
@ 2020-09-29 23:08 ` shmalebx9
  2020-09-29 23:41 ` [PR PATCH] [Closed]: " q66
  2020-09-29 23:43 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: shmalebx9 @ 2020-09-29 23:08 UTC (permalink / raw)
  To: ml

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

New comment by shmalebx9 on void-packages repository

https://github.com/void-linux/void-packages/pull/25197#issuecomment-701038467

Comment:
> @ericonr i really dont know much about void packages. so where would i put ignorepkg=linux? Im making a void spin and want to make it more stable and would like lts to be autoinstalled

Add ` ignorepkg=linux ` to /usr/share/xbps.d/xbps.conf. There are a few xbps config files, see [the handbook](https://docs.voidlinux.org/xbps/advanced-usage.html) and the [manpage](https://man.voidlinux.org/xbps.d.5).

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

* Re: [PR PATCH] [Closed]: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
                   ` (4 preceding siblings ...)
  2020-09-29 23:08 ` shmalebx9
@ 2020-09-29 23:41 ` q66
  2020-09-29 23:43 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2020-09-29 23:41 UTC (permalink / raw)
  To: ml

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

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

Add base-system-lts
https://github.com/void-linux/void-packages/pull/25197

Description:


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

* Re: Add base-system-lts
  2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
                   ` (5 preceding siblings ...)
  2020-09-29 23:41 ` [PR PATCH] [Closed]: " q66
@ 2020-09-29 23:43 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-09-29 23:43 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25197#issuecomment-701050321

Comment:
If you don't want to mess around with ignoring packages, use `base-voidstrap` or `base-minimal` and build up your desired packages from there.

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

end of thread, other threads:[~2020-09-29 23:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29 22:12 [PR PATCH] Add base-system-lts RhinoCodes
2020-09-29 22:23 ` ericonr
2020-09-29 22:40 ` ericonr
2020-09-29 22:43 ` RhinoCodes
2020-09-29 22:53 ` RhinoCodes
2020-09-29 23:08 ` shmalebx9
2020-09-29 23:41 ` [PR PATCH] [Closed]: " q66
2020-09-29 23:43 ` ahesford

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