remove toto
This commit is contained in:
parent
c87c8f46b5
commit
b6e9a80709
6
.SRCINFO
6
.SRCINFO
@ -1,11 +1,13 @@
|
|||||||
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 = r540.9286532
|
pkgver = r552.0fce7eb
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/pop-os/shell
|
url = https://github.com/pop-os/shell
|
||||||
|
install = pop-shell.install
|
||||||
arch = any
|
arch = any
|
||||||
license = GPLv3
|
license = GPLv3
|
||||||
makedepends = typescript
|
makedepends = typescript
|
||||||
|
makedepends = git
|
||||||
depends = gnome-shell
|
depends = gnome-shell
|
||||||
depends = pop-shell-shortcuts-git
|
depends = pop-shell-shortcuts-git
|
||||||
conflicts = gnome-shell-extension-pop-shell
|
conflicts = gnome-shell-extension-pop-shell
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.pkg.tar.xz
|
*.pkg.tar.zst
|
||||||
pkg/
|
pkg/
|
||||||
src/
|
src/
|
||||||
shell/
|
shell/
|
||||||
|
4
pop-shell.install
Normal file → Executable file
4
pop-shell.install
Normal file → Executable file
@ -1,9 +1,7 @@
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
echo "POP-shell configuration"
|
echo "POP-shell configuration"
|
||||||
cd /usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts
|
cd /usr/share/gnome-shell/extensions/pop-shell@system76.com/scripts
|
||||||
./configure.sh
|
./configure.sh
|
||||||
touch toto
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_upgrade() {
|
post_upgrade() {
|
||||||
@ -29,4 +27,4 @@ post_remove() {
|
|||||||
dconf reset ${KEYS_GNOME_WM}/toggle-maximized
|
dconf reset ${KEYS_GNOME_WM}/toggle-maximized
|
||||||
dconf reset ${KEYS_MEDIA}/{screensaver,home,email,www,rotate-video-lock-static}
|
dconf reset ${KEYS_MEDIA}/{screensaver,home,email,www,rotate-video-lock-static}
|
||||||
dconf reset ${KEYS_GNOME_WM}/close
|
dconf reset ${KEYS_GNOME_WM}/close
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user