Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-shell
Commits:
edea303c by Robin Candau at 2024-08-22T14:15:34+02:00
upgpkg: 0.5.38-9: Update optional dependencies
- - - - -
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 = 8
+ pkgrel = 9
url = https://nwg-piotr.github.io/nwg-shell/
install = nwg-shell.install
arch = any
@@ -55,8 +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 output management under Hyprland
- optdepends = chromium: Suggested web browser
+ optdepends = firefox: Suggested web browser
optdepends = mousepad: Suggested text editor
optdepends = thunar: Suggested file manager
source =
nwg-shell-0.5.38.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.5.38.tar.gz
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-shell
pkgver=0.5.38
-pkgrel=8
+pkgrel=9
pkgdesc="Installer & meta-package for the nwg-shell project"
url="https://nwg-piotr.github.io/nwg-shell/"
arch=('any')
@@ -19,8 +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 output management under Hyprland'
- 'chromium: Suggested web browser'
+ 'firefox: Suggested web browser'
'mousepad: Suggested text editor'
'thunar: Suggested file manager')
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
=====================================
nwg-shell.install
=====================================
@@ -6,7 +6,7 @@ post_install() {
echo "nwg-shell-installer -w (for Sway)"
echo "nwg-shell-installer -w -hypr (for Hyprland)"
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 "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 firefox, thunar and mousepad
but other ones can be installed instead."
echo
echo "You can also enable the greetd.service (so greetd will be started
at boot) and set up the nwg-hello greeter."
echo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/edea303cc3b8156bcbc07c853f83822ac748e6f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/edea303cc3b8156bcbc07c853f83822ac748e6f5
You're receiving this email because of your account on gitlab.archlinux.org.