summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskrewball2022-05-20 16:05:36 -0300
committerskrewball2022-05-20 16:05:36 -0300
commit442ba28ad7222fa404e3b4e46be541e34b27640f (patch)
treed25defe88b410855715aec7727fdfb1c02157c04
parent36c7809a57a473e36e83a1d1dbfab6369af460fe (diff)
downloadaur-442ba28ad7222fa404e3b4e46be541e34b27640f.tar.gz
updpkg: gnome:blur-my-shell: add missing dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029a1b829bc8..057463411461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-blur-my-shell
pkgdesc = Extension that adds a blur look to different parts of the GNOME Shell
pkgver = 37
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aunetx/blur-my-shell
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c2c6fb461bc0..d4b5b188e9dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-blur-my-shell
_pkgbase=blur-my-shell
pkgver=37
-pkgrel=1
+pkgrel=2
pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell"
arch=('any')
url="https://github.com/aunetx/blur-my-shell"
@@ -29,6 +29,7 @@ package() {
install -Dm644 -t "${_destdir}" metadata.json *.js *.css
install -Dm644 -t "${_destdir}/components" components/*.js
install -Dm644 -t "${_destdir}/conveniences" conveniences/*.js
+ install -Dm644 -t "${_destdir}/effects" effects/*.{js,glsl}
install -Dm644 -t "${_destdir}/preferences" preferences/*.js
install -Dm644 -t "${_destdir}/ui" ui/*.ui
cp -r --no-preserve=ownership,mode icons "${_destdir}"