remove dbus-x11 dependencie

This commit is contained in:
vincent 2020-10-21 18:26:59 +02:00
parent 76a6934991
commit 07f6f7d267
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-pop-shell-git
pkgdesc = Pop Shell - Tiling window management in Gnome (WIP)
pkgver = r576.fd2380c
pkgver = r578.a11d3c3
pkgrel = 1
url = https://github.com/pop-os/shell
install = pop-shell.install
@ -10,7 +10,6 @@ pkgbase = gnome-shell-extension-pop-shell-git
makedepends = git
depends = gnome-shell
depends = pop-shell-shortcuts-git
depends = dbus
optdepends = gnome-shell-extensions: native-window extension for improved window placement
conflicts = gnome-shell-extension-pop-shell
source = shell::git+https://github.com/pop-os/shell.git#branch=master_focal

View File

@ -1,7 +1,7 @@
# Maintainer: Vincent.Ducamps <aur@ducamps.win>
pkgname=gnome-shell-extension-pop-shell-git
pkgdesc="Pop Shell - Tiling window management in Gnome (WIP)"
pkgver=r576.fd2380c
pkgver=r578.a11d3c3
pkgrel=1
_gitorg=pop-os
_gitname=shell
@ -20,11 +20,6 @@ _dir="${_gitname}"
source=("${_dir}::git+https://github.com/${_gitorg}/${_gitname}.git#branch=${_gitbranch}")
sha256sums=("SKIP")
if [[ $(echo $XDG_SESSION_TYPE) = x11 ]]; then
depends+=('dbus-x11')
elif [[ $(echo $XDG_SESSION_TYPE) = wayland ]]; then
depends+=('dbus')
fi
pkgver() {
cd "${srcdir}/${_dir}"