summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f09c424ed05c4c7e37afde17422c6f37f7925658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Matthieu Borde <dev at starmatt dot net>

pkgname=gnome-shell-extension-windowisready_remover
_pkgname=WindowIsReady_Remover
pkgver=18
pkgrel=1
pkgdesc='GNOME shell extension that removes the annoying "Windows is Ready" notification.'
arch=(any)
url='https://github.com/nunofarruca/WindowIsReady_Remover'
license=('Apache-2.0')
depends=('gnome-shell')
source=("https://extensions.gnome.org/extension-data/windowIsReady_Removernunofarrucagmail.com.v$pkgver.shell-extension.zip")
sha256sums=('9fecce36b6b600cae1a4d237a0c564b3c4ef4680168d173da63146998575cf33')

package() {
    _uuid="windowIsReady_Remover@nunofarruca@gmail.com"
    _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid"

    install --directory "$_destdir/schemas"
    install --target-directory "$_destdir" --mode 644 metadata.json *.js
    install --target-directory "$_destdir/schemas" --mode 644 schemas/*
}