Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] [RFC] base-system: add nano to dependencies.
Date: Sat, 26 Sep 2020 20:37:49 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25120@inbox.vuxu.org> (raw)

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

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

https://github.com/ericonr/void-packages base
https://github.com/void-linux/void-packages/pull/25120

[RFC] base-system: add nano to dependencies.
`base-system` already depends on `libmagic` and `ncurses-libs`, which means this only costs the 500K of the `nano` package, which installed is 2M.

It makes for a better user experience nearly for free, since there are often times when one needs to change file contents before they can even connect to the internet and install another editor (edit `/etc/resolv.conf` manually or some weird wireless setup). `nano` is easier to use and way simpler for someone who isn't used to command line stuff, and there are also users who simply prefer it over modal editing. Adding it here instead of as one of the packages used to build live systems makes sense because someone performing a netinstall would be caught by surprise after their netinstall resulted in a system without nano.

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

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

From e40525b34e1ce6f32b5126bf30cd81322f5fc463 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 26 Sep 2020 15:32:37 -0300
Subject: [PATCH] base-system: add nano to dependencies.

---
 srcpkgs/base-system/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/base-system/template b/srcpkgs/base-system/template
index 810563c1bad..5d60d016da7 100644
--- a/srcpkgs/base-system/template
+++ b/srcpkgs/base-system/template
@@ -1,7 +1,7 @@
 # Template file for 'base-system'
 pkgname=base-system
-version=0.113
-revision=2
+version=0.114
+revision=1
 build_style=meta
 short_desc="Void Linux base system meta package"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -14,7 +14,7 @@ depends="
  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"
+ void-artwork traceroute ethtool kmod acpid eudev runit-void nano"
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) depends+=" musl";;

             reply	other threads:[~2020-09-26 18:37 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26 18:37 ericonr [this message]
2020-09-26 18:43 ` hippi777
2020-09-26 19:02 ` hippi777
2020-09-26 19:18 ` mobinmob
2020-09-26 19:21 ` mobinmob
2020-09-26 19:42 ` Anachron
2020-09-26 20:05 ` mobinmob
2020-09-26 20:24 ` ericonr
2020-09-26 20:24 ` ericonr
2020-09-26 20:30 ` hippi777
2020-09-26 22:49 ` q66
2020-09-26 22:50 ` q66
2020-10-30 22:46 ` ofiala-a51
2020-10-30 22:48 ` ofiala-a51
2020-10-30 22:48 ` ofiala-a51
2020-10-30 23:04 ` pullmoll
2020-10-31 15:41 ` ericonr
2020-12-30  7:09 ` the-maldridge
2021-02-03  4:56 ` ericonr
2021-02-03  4:56 ` [PR PATCH] [Closed]: " ericonr

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-25120@inbox.vuxu.org \
    --to=ericonr@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).