Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-shell
Commits:
946a4f41 by Robin Candau at 2024-08-20T16:15:50+02:00
upgpkg: 0.5.38-3: Fix opt/hard dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = Installer & meta-package for the nwg-shell project
pkgver = 0.5.38
- pkgrel = 2
+ pkgrel = 3
url = https://nwg-piotr.github.io/nwg-shell/
arch = any
license = MIT
@@ -26,6 +26,7 @@ pkgbase = nwg-shell
depends = python-yaml
depends = slurp
depends = swappy
+ depends = sway
depends = swayidle
depends = swaylock
depends = swaybg
@@ -50,12 +51,13 @@ pkgbase = nwg-shell
depends = gtklock-userinfo-module
depends = gtklock-powerbar-module
depends = gtklock-playerctl-module
- optdepends = sway: Wayland compositor nwg-hello has been made for
- optdepends = hyprland: Wayland compositor nwg-hello has been made for
- optdepends = chromium: suggested web browser
- optdepends = mousepad: suggested text editor
- optdepends = thunar: suggested file manager
- optdepends = nwg-dock-hyprland: nwg-dock for hyprland
+ 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 = chromium: 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
sha256sums =
9e637c39a0f49d73db33f83eb7dbb7d454e8df602ced132b648496b4570a7d3c
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nwg-shell
pkgver=0.5.38
-pkgrel=2
+pkgrel=3
pkgdesc="Installer & meta-package for the nwg-shell project"
url="https://nwg-piotr.github.io/nwg-shell/"
arch=('any')
@@ -11,18 +11,18 @@ license=('MIT')
depends=('foot' 'gnome-themes-extra' 'grim' 'imagemagick' 'jq'
'libappindicator-gtk3' 'ttf-dejavu' 'network-manager-applet'
'pacman-contrib' 'papirus-icon-theme' 'playerctl' 'polkit-gnome'
- 'python' 'python-geopy' 'python-yaml' 'slurp' 'swappy' 'swayidle'
+ 'python' 'python-geopy' 'python-yaml' 'slurp' 'swappy' 'sway'
'swayidle'
'swaylock' 'swaybg' 'wl-clipboard' 'xorg-xwayland' 'wlsunset'
'azote' 'gopsuinfo' 'nwg-dock' 'nwg-drawer' 'nwg-menu' 'nwg-look'
'nwg-panel'
'nwg-shell-config' 'nwg-shell-wallpapers' 'nwg-displays' 'nwg-clipman'
'nwg-readme-browser'
'python-dasbus' 'swaync' 'gtklock' 'gtklock-userinfo-module'
- 'gtklock-powerbar-module' 'gtklock-playerctl-module')
-optdepends=('sway: Wayland compositor nwg-hello has been made for'
- 'hyprland: Wayland compositor nwg-hello has been made for'
- 'chromium: suggested web browser'
- 'mousepad: suggested text editor'
- 'thunar: suggested file manager'
- 'nwg-dock-hyprland: nwg-dock for hyprland')
+ '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'
+ 'chromium: Suggested web browser'
+ 'mousepad: Suggested text editor'
+ 'thunar: Suggested file manager')
makedepends=('python-build' 'python-installer' 'python-wheel'
'python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v${pkgver}.tar.gz")
sha256sums=('9e637c39a0f49d73db33f83eb7dbb7d454e8df602ced132b648496b4570a7d3c')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/946a4f41f05b159cf522effcaf57ba77d827388d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell/-/commit/946a4f41f05b159cf522effcaf57ba77d827388d
You're receiving this email because of your account on gitlab.archlinux.org.