[packages/gnome-shell-extension-freon] - new
baggins
baggins at pld-linux.org
Sun Jun 22 23:31:08 CEST 2025
commit 4d8eff5aa47a619e8aa4f97d101c412e348d6948
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Jun 23 01:30:52 2025 +0200
- new
gnome-shell-extension-freon.spec | 58 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
---
diff --git a/gnome-shell-extension-freon.spec b/gnome-shell-extension-freon.spec
new file mode 100644
index 0000000..d45117f
--- /dev/null
+++ b/gnome-shell-extension-freon.spec
@@ -0,0 +1,58 @@
+Summary: GNOME Shell extension to display system temperature, voltage, and fan speed
+Name: gnome-shell-extension-freon
+Version: 58
+Release: 1
+Epoch: 2
+License: GPL-2.0-only
+Source0: https://github.com/UshakovVasilii/gnome-shell-extension-freon/archive/EGO-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: b1b8c8724b153fed8f557ee50bcfd7c6
+URL: https://github.com/UshakovVasilii/gnome-shell-extension-freon/wiki
+BuildRequires: glib2
+Requires: gnome-shell >= 45
+Requires: lm_sensors
+Recommends: nvme-cli
+BuildArch: noarch
+
+%description
+Freon is a GNOME Shell extension for displaying the temperature of
+your CPU, hard disk, solid state, and video card (NVIDIA, Catalyst,
+and Bumblebee supported), as well as power supply voltage, and fan
+speed. You can choose which HDD/SSD or other devices to include, what
+temperature units to use, and how often to refresh the sensors
+readout, and they will appear in the GNOME Shell top bar.
+
+%prep
+%setup -n %{name}-EGO-%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/{glib-2.0/schemas,gnome-shell/extensions/freon at UshakovVasilii_Github.yahoo.com}
+
+cp -a freon at UshakovVasilii_Github.yahoo.com/* \
+ $RPM_BUILD_ROOT/%{_datadir}/gnome-shell/extensions/freon at UshakovVasilii_Github.yahoo.com
+
+%{__mv} $RPM_BUILD_ROOT/%{_datadir}/gnome-shell/extensions/freon at UshakovVasilii_Github.yahoo.com/schemas/*.gschema.xml \
+ $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/
+%{__rm} -r $RPM_BUILD_ROOT/%{_datadir}/gnome-shell/extensions/freon at UshakovVasilii_Github.yahoo.com/schemas
+
+%{__mv} $RPM_BUILD_ROOT/%{_datadir}/gnome-shell/extensions/freon at UshakovVasilii_Github.yahoo.com/locale \
+ $RPM_BUILD_ROOT%{_datadir}/
+
+%find_lang freon
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%glib_compile_schemas
+
+%postun
+%glib_compile_schemas
+
+%files -f freon.lang
+%defattr(644,root,root,755)
+%doc README.md
+%{_datadir}/gnome-shell/extensions/freon at UshakovVasilii_Github.yahoo.com
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.sensors.gschema.xml
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-shell-extension-freon.git/commitdiff/4d8eff5aa47a619e8aa4f97d101c412e348d6948
More information about the pld-cvs-commit
mailing list