Autogenerated commit at 2023-11-27 15:07:05.184862

This commit is contained in:
ahriman
2023-11-27 15:07:05 +00:00
parent b80069d8d2
commit 5a5c055f23
2 changed files with 11 additions and 14 deletions

View File

@ -1,14 +1,12 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
pkgver=0.9.13
pkgrel=1
pkgver=0.9.17
pkgrel=2
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
arch=('x86_64')
arch=('any')
url="https://github.com/nwg-piotr/nwg-panel"
license=('MIT')
provides=('nwg-panel')
conflicts=('nwg-panel-git')
depends=('python' 'python-gobject' 'python-i3ipc' 'python-cairo' 'python-dasbus' 'python-netifaces' 'python-psutil' 'python-requests' 'bluez-utils' 'gtk3' 'gtk-layer-shell' 'light' 'playerctl' 'nwg-icon-picker')
depends=('python' 'python-gobject' 'python-i3ipc' 'python-cairo' 'python-dasbus' 'python-netifaces' 'python-psutil' 'python-requests' 'bluez-utils' 'gtk3' 'libappindicator-gtk3' 'gtk-layer-shell' 'light' 'playerctl' 'nwg-icon-picker')
makedepends=('python-setuptools' 'python-wheel')
optdepends=('wlr-randr: for non-sway Wayland WMs support'
'swaync: for Sway Notification Center support'
@ -16,7 +14,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
'upower: for multiple batteries support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
md5sums=('d16334977116f72bec89c689eeaadbe5')
md5sums=('720daaf505a6c07414d6ab352a629595')
package() {
cd "${pkgname}-${pkgver}"