Package Details: gnome-shell-extension-freon-git 44.r0.g457aac4-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-freon-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-freon-git
Description: Displays: CPU temperature, HDD/SSD temperature, video card temperature (nVidia/Catalyst), voltage and fan RPM in a GNOME Shell top bar pop-down.
Upstream URL: https://github.com/UshakovVasilii/gnome-shell-extension-freon
Licenses: GPL
Conflicts: gnome-shell-extension-freon, gnome-shell-extensions-git
Provides: gnome-shell-extension-freon
Submitter: Sonic-Y3k
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 88
Popularity: 0.000000
First Submitted: 2015-03-30 22:06 (UTC)
Last Updated: 2021-04-19 17:10 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

alium commented on 2013-05-30 11:31 (UTC)

Actuall PKGBUILD should by: pkgver=20130530 pkgrel=1 pkgdesc="Gnome Shell extension for displaying CPU temperature, hard disk temperature, voltage and CPU fan RPM in GNOME Shell" arch=('any') url="https://github.com/xtranophilist/gnome-shell-extension-sensors.git" license=('GPL') depends=('gnome-shell' 'lm_sensors') _gitroot="https://github.com/xtranophilist/gnome-shell-extension-sensors.git" _gitname="gnome-shell-extension-sensors" build() { cd "$srcdir" msg "Connecting to GIT server...." if [ -d $_gitname ] ; then cd $_gitname && git pull origin msg "The local files are updated." else git clone $_gitroot $_gitname fi msg "GIT checkout done or server timeout" cd "$srcdir/$pkgname" ./autogen.sh ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname" make DESTDIR="${pkgdir}" install

dundee commented on 2013-04-23 10:59 (UTC)

package renamed to gnome-shell-extension-sensors because the github repo gnome-shell-extension-cpu-temperature was also renamed

dundee commented on 2012-11-13 09:24 (UTC)

Works with Gnome 3.6 as well. sed -i -e "s|3.2|3.6|" metadata.json

alphazo commented on 2012-04-27 15:02 (UTC)

I had to insert the following line before the last "cp" in order to get it working with Gnome 3.4 sed -i -e "s|3.2|3.4|" metadata.json

<deleted-account> commented on 2011-12-10 22:23 (UTC)

Hi this extension is perfect but i've got a dual core laptop so i wanna see both of that. That's possible? Thanks