remove dbus-x11 dependencie
This commit is contained in:
parent
76a6934991
commit
07f6f7d267
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = gnome-shell-extension-pop-shell-git
|
pkgbase = gnome-shell-extension-pop-shell-git
|
||||||
pkgdesc = Pop Shell - Tiling window management in Gnome (WIP)
|
pkgdesc = Pop Shell - Tiling window management in Gnome (WIP)
|
||||||
pkgver = r576.fd2380c
|
pkgver = r578.a11d3c3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/pop-os/shell
|
url = https://github.com/pop-os/shell
|
||||||
install = pop-shell.install
|
install = pop-shell.install
|
||||||
@ -10,7 +10,6 @@ pkgbase = gnome-shell-extension-pop-shell-git
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
depends = gnome-shell
|
depends = gnome-shell
|
||||||
depends = pop-shell-shortcuts-git
|
depends = pop-shell-shortcuts-git
|
||||||
depends = dbus
|
|
||||||
optdepends = gnome-shell-extensions: native-window extension for improved window placement
|
optdepends = gnome-shell-extensions: native-window extension for improved window placement
|
||||||
conflicts = gnome-shell-extension-pop-shell
|
conflicts = gnome-shell-extension-pop-shell
|
||||||
source = shell::git+https://github.com/pop-os/shell.git#branch=master_focal
|
source = shell::git+https://github.com/pop-os/shell.git#branch=master_focal
|
||||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Vincent.Ducamps <aur@ducamps.win>
|
# Maintainer: Vincent.Ducamps <aur@ducamps.win>
|
||||||
pkgname=gnome-shell-extension-pop-shell-git
|
pkgname=gnome-shell-extension-pop-shell-git
|
||||||
pkgdesc="Pop Shell - Tiling window management in Gnome (WIP)"
|
pkgdesc="Pop Shell - Tiling window management in Gnome (WIP)"
|
||||||
pkgver=r576.fd2380c
|
pkgver=r578.a11d3c3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_gitorg=pop-os
|
_gitorg=pop-os
|
||||||
_gitname=shell
|
_gitname=shell
|
||||||
@ -20,11 +20,6 @@ _dir="${_gitname}"
|
|||||||
source=("${_dir}::git+https://github.com/${_gitorg}/${_gitname}.git#branch=${_gitbranch}")
|
source=("${_dir}::git+https://github.com/${_gitorg}/${_gitname}.git#branch=${_gitbranch}")
|
||||||
sha256sums=("SKIP")
|
sha256sums=("SKIP")
|
||||||
|
|
||||||
if [[ $(echo $XDG_SESSION_TYPE) = x11 ]]; then
|
|
||||||
depends+=('dbus-x11')
|
|
||||||
elif [[ $(echo $XDG_SESSION_TYPE) = wayland ]]; then
|
|
||||||
depends+=('dbus')
|
|
||||||
fi
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "${srcdir}/${_dir}"
|
cd "${srcdir}/${_dir}"
|
||||||
|
Loading…
Reference in New Issue
Block a user