2024-01-05 23:13:43 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1)
|
2024-01-05 23:13:42 +01:00
|
|
|
Name: gnome-power-manager
|
2024-01-05 23:13:43 +01:00
|
|
|
Version: 43.0
|
2024-01-05 23:13:42 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:13:42 +01:00
|
|
|
Summary: A session daemon for the GNOME desktop environment that makes it easy to manage your laptop or desktop system
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:13:43 +01:00
|
|
|
URL: https://projects.gnome.org/gnome-power-manager/
|
|
|
|
Source: https://download.gnome.org/sources/gnome-power-manager/%{majver}/gnome-power-manager-%{version}.tar.xz
|
2024-01-05 23:13:42 +01:00
|
|
|
Patch0: %{name}-2.32.0-libnotify-0.7.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 23:13:43 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
2024-01-05 23:13:42 +01:00
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 23:13:43 +01:00
|
|
|
BuildRequires: libupower-devel
|
2024-01-05 23:13:42 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 23:13:42 +01:00
|
|
|
BuildRequires: upower-devel >= 0.9.23
|
2024-01-05 23:13:42 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A session daemon for the GNOME desktop environment that makes it easy to manage your laptop or desktop system.
|
|
|
|
|
2024-01-05 23:13:43 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
#%patch0 -p0
|
|
|
|
|
|
|
|
%build
|
2024-01-05 23:13:42 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-05 23:13:42 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 23:13:42 +01:00
|
|
|
export DESTDIR=%{buildroot}
|
|
|
|
%meson_install
|
2024-01-05 23:13:42 +01:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
|
|
|
|
gconftool-2 --makefile-install-rule \
|
|
|
|
/etc/gconf/schemas/gnome-power-manager.schemas &> /dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
|
|
|
|
gconftool-2 --makefile-uninstall-rule \
|
|
|
|
/etc/gconf/schemas/gnome-power-manager.schemas &> /dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/gnome-power-statistics
|
2024-01-05 23:13:42 +01:00
|
|
|
%{_datadir}/metainfo/org.gnome.PowerStats.appdata.xml
|
2024-01-05 23:13:42 +01:00
|
|
|
%{_datadir}/applications/org.gnome.PowerStats.desktop
|
2024-01-05 23:13:42 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.power-manager.gschema.xml
|
2024-01-05 23:13:42 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.PowerStats.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.PowerStats.svg
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.PowerStats-symbolic.svg
|
2024-01-05 23:13:42 +01:00
|
|
|
%{_mandir}/man1/gnome-power-statistics.1*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:13:43 +01:00
|
|
|
* Thu Nov 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 43.0-1mamba
|
|
|
|
- update to 43.0
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Sat Aug 03 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 3.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Mon Apr 24 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Wed Nov 09 2016 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Sat Apr 09 2016 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Wed Nov 18 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Wed May 06 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements:
|
|
|
|
|
|
|
|
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Tue Oct 14 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Sun Jun 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-2mamba
|
|
|
|
- rebuilt with upower 0.9.23
|
|
|
|
|
|
|
|
* Mon May 12 2014 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 24 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 17 2014 Automatic Build System <autodist@mambasoft.it> 3.11.90-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:13:42 +01:00
|
|
|
* Tue Nov 05 2013 Automatic Build System <autodist@mambasoft.it> 3.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 05 2013 Automatic Build System <autodist@mambasoft.it> 3.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 28 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 01 2012 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
|
|
- update to 3.4.0
|
|
|
|
|
|
|
|
* Wed Oct 19 2011 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 28 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
|
|
- update to 3.2.0
|
|
|
|
|
|
|
|
* Sun Sep 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-2mamba
|
|
|
|
- install gconf schema
|
|
|
|
|
|
|
|
* Sun Sep 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-1mamba
|
|
|
|
- package created by autospec
|