add pop-shell-shortcuts dependency
This commit is contained in:
parent
df56fbe497
commit
d66e4470bd
3
.SRCINFO
3
.SRCINFO
@ -1,5 +1,5 @@
|
|||||||
pkgbase = gnome-shell-extension-pop-shell-git
|
pkgbase = gnome-shell-extension-pop-shell-git
|
||||||
pkgdesc = Pop Shell - Tiling window management in Gnome
|
pkgdesc = Pop Shell - Tiling window management in Gnome (WIP)
|
||||||
pkgver = r192.e15786b
|
pkgver = r192.e15786b
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/pop-os/shell
|
url = https://github.com/pop-os/shell
|
||||||
@ -7,6 +7,7 @@ pkgbase = gnome-shell-extension-pop-shell-git
|
|||||||
license = GPLv3
|
license = GPLv3
|
||||||
makedepends = typescript
|
makedepends = typescript
|
||||||
depends = gnome-shell
|
depends = gnome-shell
|
||||||
|
depends = pop-shell-shortcuts-git
|
||||||
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
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -12,7 +12,7 @@ license=("GPLv3")
|
|||||||
|
|
||||||
conflicts=("gnome-shell-extension-pop-shell")
|
conflicts=("gnome-shell-extension-pop-shell")
|
||||||
makedepends=("typescript")
|
makedepends=("typescript")
|
||||||
depends=("gnome-shell")
|
depends=("gnome-shell" "pop-shell-shortcuts-git")
|
||||||
|
|
||||||
|
|
||||||
_dir="${_gitname}"
|
_dir="${_gitname}"
|
||||||
|
Loading…
Reference in New Issue
Block a user