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

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