summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2024-03-26 18:34:19 -0700
committerLlewelyn Trahaearn2024-03-26 18:34:19 -0700
commitdbcf3f2b1112bc8d247c5ffd15d704bf8c937d07 (patch)
tree72475e1f8522ab985b178adc6dfd1f999211622b
parent6473c214882d965854962b5f1c1f9f21c4df7390 (diff)
downloadaur-gnome-shell-extension-vitals-git.tar.gz
Update icons and associated dependencies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c49e1b1461..7f686fd1e1bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-vitals-git
pkgdesc = Displays system vitals in a GNOME Shell top bar pop-down.
- pkgver = 52.0.15.r0.gba10c2a
+ pkgver = 66.0.0.r0.gc2348f1
pkgrel = 1
url = https://github.com/corecoding/Vitals
arch = any
@@ -8,8 +8,6 @@ pkgbase = gnome-shell-extension-vitals-git
makedepends = gettext
makedepends = git
depends = dconf
- depends = gnome-icon-theme
- depends = gnome-icon-theme-symbolic
depends = gnome-shell
depends = libgtop
depends = lm_sensors
@@ -19,4 +17,3 @@ pkgbase = gnome-shell-extension-vitals-git
sha512sums = SKIP
pkgname = gnome-shell-extension-vitals-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f391c7ff7ab1..0ad3056c17c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Llewelyn Trahaearn <WoefulDerelict at GMail dot com>
pkgname=gnome-shell-extension-vitals-git
-pkgver=52.0.15.r0.gba10c2a
+pkgver=66.0.0.r0.gc2348f1
pkgrel=1
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')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
@@ -37,9 +37,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