Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [RFC] base-system: add nano to dependencies.
@ 2020-09-26 18:37 ericonr
  2020-09-26 18:43 ` hippi777
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: ericonr @ 2020-09-26 18:37 UTC (permalink / raw)
  To: ml

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

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

end of thread, other threads:[~2021-02-03  4:56 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26 18:37 [PR PATCH] [RFC] base-system: add nano to dependencies ericonr
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

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