Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-shell
Commits:
ff4e1604 by Robin Candau at 2024-08-20T23:50:46+02:00
upgpkg: 0.5.38-8: Improve wording in opt-depends and post_install msg
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- nwg-shell.install
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = Installer & meta-package for the nwg-shell project
pkgver = 0.5.38
- pkgrel = 7
+ pkgrel = 8
url = https://nwg-piotr.github.io/nwg-shell/
install = nwg-shell.install
arch = any
@@ -55,7 +55,7 @@ pkgbase = nwg-shell
depends = xdg-user-dirs
optdepends = hyprland: Supported alternative Wayland compositor
optdepends = nwg-dock-hyprland: nwg-dock for Hyprland
- optdepends = wlr-randr: Needed for Hyprland users
+ optdepends = wlr-randr: Needed for output management under Hyprland
optdepends = chromium: Suggested web browser
optdepends = mousepad: Suggested text editor
optdepends = thunar: Suggested file manager
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-shell
pkgver=0.5.38
-pkgrel=7
+pkgrel=8
pkgdesc="Installer & meta-package for the nwg-shell project"
url="https://nwg-piotr.github.io/nwg-shell/"
arch=('any')
@@ -19,7 +19,7 @@ depends=('foot' 'gnome-themes-extra' 'grim' 'imagemagick' 'jq'
'gtklock-powerbar-module' 'gtklock-playerctl-module' 'xdg-user-dirs')
optdepends=('hyprland: Supported alternative Wayland compositor'
'nwg-dock-hyprland: nwg-dock for Hyprland'
- 'wlr-randr: Needed for Hyprland users'
+ 'wlr-randr: Needed for output management under Hyprland'
'chromium: Suggested web browser'
'mousepad: Suggested text editor'
'thunar: Suggested file manager')
=====================================
nwg-shell.install
=====================================
@@ -8,7 +8,7 @@ post_install() {
echo
echo "WARNING: The nwg-shell-installer script expects a web browser, a
file manager and a text editor to be installed before being run in order to
setup keybindings properly. The suggested ones are chromium, thunar and
mousepad but other ones can be installed instead."
echo
- echo "You can also enable greetd.service so greetd with the nwg-hello
greeter will be started at boot."
+ echo "You can also enable the greetd.service (so greetd will be started
at boot) and set up the nwg-hello greeter."
echo
echo "Check the nwg-shell Arch wiki page for more details:
https://wiki.archlinux.org/title/Nwg-shell"
echo "---"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/ff4e1604447846bf4a85b132dee96e95ec811bc1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/ff4e1604447846bf4a85b132dee96e95ec811bc1
You're receiving this email because of your account on gitlab.archlinux.org.