Github messages for voidlinux
 help / color / mirror / Atom feed
From: RhinoCodes <RhinoCodes@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Add base-system-lts
Date: Wed, 30 Sep 2020 00:12:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25197@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-09-29 22:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 22:12 RhinoCodes [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25197@inbox.vuxu.org \
    --to=rhinocodes@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).