From ecb307249c292d661af1a8c743cfcc77a96e3ee8 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 7 Sep 2021 10:59:35 +0200 Subject: [PATCH] add pop-launcher and fd dependancy --- .SRCINFO | 3 ++- PKGBUILD | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4c54c94..d574cbb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-pop-shell-git pkgdesc = Pop Shell - Tiling window management in Gnome (WIP) - pkgver = r749.3873fc5 + pkgver = r775.8be10fa pkgrel = 1 url = https://github.com/pop-os/shell install = pop-shell.install @@ -10,6 +10,7 @@ pkgbase = gnome-shell-extension-pop-shell-git makedepends = git depends = gnome-shell depends = pop-shell-shortcuts-git + depends = pop-launcher-git depends = fd optdepends = gnome-shell-extensions: native-window extension for improved window placement conflicts = gnome-shell-extension-pop-shell diff --git a/PKGBUILD b/PKGBUILD index 597e9bb..359f9f7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Vincent.Ducamps pkgname=gnome-shell-extension-pop-shell-git pkgdesc="Pop Shell - Tiling window management in Gnome (WIP)" -pkgver=r749.3873fc5 +pkgver=r775.8be10fa pkgrel=1 _gitorg=pop-os _gitname=shell @@ -13,7 +13,7 @@ install="pop-shell.install" optdepends=('gnome-shell-extensions: native-window extension for improved window placement') conflicts=("gnome-shell-extension-pop-shell") makedepends=("typescript" "git") -depends=("gnome-shell" "pop-shell-shortcuts-git" "fd") +depends=("gnome-shell" "pop-shell-shortcuts-git" "pop-launcher-git" "fd") _dir="${_gitname}" @@ -43,4 +43,3 @@ package() { "$pkgdir/usr/share/gnome-control-center/keybindings" install -Dm755 scripts/configure.sh "${pkgdir}/usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts/configure.sh" } -