update schema and keybinding
This commit is contained in:
parent
10c7db4add
commit
de871ab81d
2
.SRCINFO
2
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = gnome-shell-extension-pop-shell-git
|
||||
pkgdesc = Pop Shell - Tiling window management in Gnome (WIP)
|
||||
pkgver = r601.e1a9db9
|
||||
pkgver = r611.b5ed270
|
||||
pkgrel = 1
|
||||
url = https://github.com/pop-os/shell
|
||||
install = pop-shell.install
|
||||
|
7
PKGBUILD
7
PKGBUILD
@ -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=r601.e1a9db9
|
||||
pkgver=r611.b5ed270
|
||||
pkgrel=1
|
||||
_gitorg=pop-os
|
||||
_gitname=shell
|
||||
@ -36,6 +36,11 @@ build() {
|
||||
package() {
|
||||
cd "${srcdir}/${_dir}"
|
||||
make DESTDIR="${pkgdir}/" install
|
||||
|
||||
install -Dm644 schemas/org.gnome.shell.extensions.pop-shell.gschema.xml -t \
|
||||
"$pkgdir/usr/share/glib-2.0/schemas"
|
||||
install -Dm644 keybindings/*.xml -t \
|
||||
"$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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user