summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d579c0ae1717..5fe3912e4f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = gnome-shell-extension-vitals
pkgdesc = Displays system vitals in a GNOME Shell top bar pop-down.
pkgver = 66.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/corecoding/Vitals
arch = any
license = GPL
makedepends = gettext
makedepends = git
depends = dconf
- depends = gnome-icon-theme
- depends = gnome-icon-theme-symbolic
depends = gnome-shell
depends = libgtop
depends = lm_sensors
diff --git a/PKGBUILD b/PKGBUILD
index e2daa71c4a14..9fbf71556e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gnome-shell-extension-vitals
pkgver=66.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Displays system vitals in a GNOME Shell top bar pop-down."
arch=('any')
url="https://github.com/corecoding/Vitals"
license=('GPL')
-depends=('dconf' 'gnome-icon-theme' 'gnome-icon-theme-symbolic' 'gnome-shell' 'libgtop' 'lm_sensors')
+depends=('dconf' 'gnome-shell' 'libgtop' 'lm_sensors')
makedepends=('gettext' 'git')
source=("${pkgname}::git+${url}#tag=v${pkgver}")
sha512sums=('SKIP')
@@ -28,9 +28,8 @@ package() {
_destdir="${pkgdir}/usr/share/gnome-shell/extensions/${_extname}"
# Copy extension files into place.
find -maxdepth 1 \( -iname '*.js*' -or -iname '*.css' -or -iname '*.ui' \) -exec install -Dm644 -t "${_destdir}" '{}' +
- find -maxdepth 2 \( -iname '*.svg*' \) -exec install -Dm644 -t "${_destdir}/icons" '{}' +
find -name '*.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' +
- cp -r --no-preserve=ownership,mode helpers "${_destdir}"
+ cp -r --no-preserve=ownership,mode helpers icons "${_destdir}"
cd locale
for locale in */
do