Package Details: gnome-shell-extension-tophat 14-2

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-tophat.git (read-only, click to copy)
Package Base: gnome-shell-extension-tophat
Description: View CPU, memory, disk, and network activity in the GNOME top bar (v45 fork).
Upstream URL: https://github.com/fflewddur/tophat
Licenses: GPL3
Conflicts: gnome-shell-extension-tophat
Provides: gnome-shell-extension-tophat
Submitter: getzze
Maintainer: getzze
Last Packager: getzze
Votes: 1
Popularity: 0.41
First Submitted: 2023-11-09 14:50 (UTC)
Last Updated: 2024-09-21 22:45 (UTC)

Latest Comments

asaka commented on 2024-09-10 13:56 (UTC)

Hi, the upstream repo have added the gnome 45 support, I test it on my machine and it works perfectly. Can you please apply this patch to this AUR? thanks very much!

diff --git a/PKGBUILD b/PKGBUILD
index 998e73c..63a3bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
 pkgname=gnome-shell-extension-tophat
 _pkgbase=tophat
 pkgver=14
-pkgrel=1
-pkgdesc="View CPU, memory, disk, and network activity in the GNOME top bar (v45 fork)."
+pkgrel=2
+pkgdesc="View CPU, memory, disk, and network activity in the GNOME top bar."
 arch=(any)
 url="https://github.com/fflewddur/tophat"
 license=(GPL3)
-depends=('dconf' 'gnome-shell>=45' 'libgtop')
+depends=('clutter' 'dconf' 'gnome-shell>=45' 'libgtop')
 makedepends=('git' 'unzip' 'gettext')
 provides=(gnome-shell-extension-tophat)
 conflicts=(gnome-shell-extension-tophat)
-source=($_pkgbase::git+https://github.com/enecciari/tophat.git#branch=45)
-sha256sums=('SKIP')
+source=($_pkgbase::git+https://github.com/fflewddur/tophat.git#tag=v14)
+sha256sums=('9552921d37ee41f9de779ed6aeb6c18b8b733a442af6a2fa07266769e6088185')

 #pkgver() {
   #cd "$_pkgbase"