Compare commits
93 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c1468d7a0 | ||
|
|
477bc6e693 | ||
|
|
439984d843 | ||
|
|
ead8bcdbea | ||
|
|
15257c395f | ||
|
|
a23791f95a | ||
|
|
e1d7300268 | ||
|
|
61843093ae | ||
|
|
1a2e92de6b | ||
|
|
510318b928 | ||
|
|
e121178d5e | ||
|
|
71e469b723 | ||
|
|
d6fd0ebe88 | ||
|
|
f37e91be53 | ||
|
|
839a688f89 | ||
|
|
49ac77ad8c | ||
|
|
ff0cc5fa4a | ||
|
|
238f71e3e8 | ||
|
|
bdf6d41a92 | ||
|
|
717749fef1 | ||
|
|
d23f0a3516 | ||
|
|
040ac7c618 | ||
|
|
e0f735bba0 | ||
|
|
3cfbbf3fe8 | ||
|
|
0439bd8574 | ||
| 082c6a2f38 | |||
|
|
bd7bca43fc | ||
|
|
d291727ab6 | ||
|
|
ff4708eed0 | ||
|
|
01bee0853c | ||
|
|
5e779834ca | ||
|
|
77a84bb6a0 | ||
|
|
d2a5d66c64 | ||
|
|
083a9edb6a | ||
|
|
65ad0882a5 | ||
|
|
1698292db6 | ||
| 1d873c708c | |||
| 59886c87cf | |||
|
|
b6c579715e | ||
|
|
499172ac07 | ||
|
|
72491ebc88 | ||
|
|
a80b056dc4 | ||
| c4f924bc72 | |||
|
|
408ae8ba48 | ||
|
|
0869c8fb8a | ||
|
|
b10ffb6541 | ||
|
|
4527d00543 | ||
|
|
5b20905dcd | ||
|
|
28b0aa62bf | ||
|
|
3b508b91de | ||
|
|
e7cf0580b8 | ||
|
|
ff4c5410e4 | ||
|
|
c62920a0ee | ||
|
|
12b556db21 | ||
|
|
bd9929c9a5 | ||
|
|
22a8275002 | ||
|
|
01a5c7f9aa | ||
|
|
8c62317919 | ||
|
|
a43745b21b | ||
|
|
28add61d6f | ||
|
|
a4f83ad5df | ||
|
|
c3f6e7d859 | ||
|
|
b484c3ee3e | ||
|
|
7f439dd60a | ||
|
|
3ddcab623c | ||
|
|
fbf5a26926 | ||
|
|
336b201ed7 | ||
|
|
b7e764ab37 | ||
|
|
30e94b6821 | ||
|
|
7a6a36384a | ||
|
|
aa48fc1746 | ||
|
|
d3f12f6682 | ||
|
|
495c31ada1 | ||
|
|
f0c48773f9 | ||
|
|
6707038a5a | ||
|
|
1dc1b14145 | ||
|
|
1fda71bd7d | ||
|
|
e2fcd7a1fe | ||
|
|
85eb9809ca | ||
|
|
e1308454f9 | ||
|
|
09f711eb3d | ||
|
|
7dcb8dfa21 | ||
|
|
fe4736b42b | ||
|
|
e05f71e4db | ||
|
|
46d95e9bed | ||
|
|
942a96061f | ||
|
|
8d8d222403 | ||
|
|
5cd57d437d | ||
|
|
f2f5e2bcf2 | ||
|
|
cc04dcb8de | ||
|
|
cdbe2f4909 | ||
|
|
ba7b078883 | ||
|
|
1da741d1af |
6 changed files with 294 additions and 21 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
xfce4-battery-plugin-0.5.1.tar.bz2
|
||||
/xfce4-battery-plugin-1.0.0.tar.bz2
|
||||
/xfce4-battery-plugin-1.0.1.tar.bz2
|
||||
/xfce4-battery-plugin-1.0.2.tar.bz2
|
||||
/xfce4-battery-plugin-1.0.3.tar.bz2
|
||||
/xfce4-battery-plugin-1.0.4.tar.bz2
|
||||
/xfce4-battery-plugin-1.0.5.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.0.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.1.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.2.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.3.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.4.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.5.tar.bz2
|
||||
/xfce4-battery-plugin-1.1.6.tar.bz2
|
||||
/xfce4-battery-plugin-1.2.0.tar.xz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfce4-battery-plugin
|
||||
# $Id$
|
||||
NAME := xfce4-battery-plugin
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
220
changelog
Normal file
220
changelog
Normal file
|
|
@ -0,0 +1,220 @@
|
|||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Mar 25 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.4-1
|
||||
- Update to 1.1.4
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Aug 13 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.3-1
|
||||
- Update to 1.1.3
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 14 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.2-1
|
||||
- Update to 1.1.2
|
||||
|
||||
* Sat Sep 22 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Sat Aug 11 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.0-20
|
||||
- Rebuilt (xfce 4.13)
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Feb 11 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.1.0-7
|
||||
- Spec cleanup / modernization
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat Nov 05 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.0-2
|
||||
- Drop unneeded patch
|
||||
|
||||
* Sat Nov 05 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.1.0-1
|
||||
- Update to stable release of gtk3 port - version 1.1.0
|
||||
- Minor spec file clean up
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Mar 19 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.0.5-9
|
||||
- fix build on aarch64
|
||||
|
||||
* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.0.5-8
|
||||
- Rebuild for Xfce 4.12
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Jun 30 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.5-2
|
||||
- Define the Xfce version conditionally
|
||||
|
||||
* Sat Jun 30 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.5-1
|
||||
- Update to 1.0.5
|
||||
|
||||
* Mon May 14 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.4-1
|
||||
- Update to 1.0.4
|
||||
|
||||
* Sun May 13 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.3-1
|
||||
- Update to 1.0.3
|
||||
|
||||
* Mon Apr 30 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.2-1
|
||||
- Update to 1.0.2 (Xfce 4.10 final)
|
||||
- Add VCS key
|
||||
|
||||
* Tue Apr 24 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.0.1-2
|
||||
- Fix -debuginfo.
|
||||
|
||||
* Sat Apr 21 2012 Kevin Fenzi <kevin@scrye.com> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
|
||||
* Sun Apr 15 2012 Kevin Fenzi <kevin@scrye.com> - 1.0.0-6
|
||||
- Rebuild for Xfce 4.10(pre2)
|
||||
|
||||
* Thu Apr 05 2012 Kevin Fenzi <kevin@scrye.com> - 1.0.0-5
|
||||
- Rebuild for Xfce 4.10
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.0.0-3
|
||||
- Rebuild for new libpng
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Jan 03 2011 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
- Patch for xfce4-panel >= 4.7.7
|
||||
|
||||
* Sat Dec 18 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-6
|
||||
- Rebuild for xfce4-panel 4.7
|
||||
|
||||
* Sat Dec 18 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-5
|
||||
- Use sysfs instead of procfs (bugzilla.xfce.org #3793)
|
||||
- Correctly handle case when no battery is present (bugzilla.xfce.org #3546)
|
||||
- Update translations from Xfce Transifex
|
||||
- Use parallel make
|
||||
- Fix Source0 URL
|
||||
- Update icon-cache scriptlets
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-2
|
||||
- Rebuild for Xfce 4.6 (Beta 3)
|
||||
|
||||
* Fri Sep 05 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-1
|
||||
- Update to 0.5.1
|
||||
- Remove acpi.patch (included upstream)
|
||||
- Remove lower-acpi-polling.patch (upstream use different values)
|
||||
|
||||
* Sat Apr 05 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-4
|
||||
- Fix for kernel 2.6.24 (bugzilla.xfce.org #3938)
|
||||
- Lower acpi polling. (bugzilla.xfce.org #2948)
|
||||
- Rebuild with gcc 4.3.0
|
||||
|
||||
* Tue Aug 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-3
|
||||
- Fix for x86_64 kernels >= 2.6.21. (bugzilla.xfce.org #3190)
|
||||
- Update license tag
|
||||
|
||||
* Mon Apr 23 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-2
|
||||
- Rebuild for Xfce 4.4.1
|
||||
|
||||
* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.0-1
|
||||
- Update to 0.5.0 on Xfce 4.4.
|
||||
|
||||
* Sat Nov 11 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.90.3-1
|
||||
- Update to 0.4.90.3 on XFCE 4.3.99.2.
|
||||
|
||||
* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.90.2-3
|
||||
- Bump release for devel checkin.
|
||||
|
||||
* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.90.2-2
|
||||
- Rebuild for XFCE 4.3.99.1.
|
||||
- BR perl(XML::Parser).
|
||||
|
||||
* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.90.2-1
|
||||
- Update to 0.4.90.2 on XFCE 4.3.90.2.
|
||||
|
||||
* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-7
|
||||
- Mass rebuild for Fedora Core 6.
|
||||
|
||||
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-6
|
||||
- Require xfce4-panel.
|
||||
- Change license back to LGPL (#173105).
|
||||
|
||||
* Wed Feb 15 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-5
|
||||
- Rebuild for Fedora Extras 5.
|
||||
|
||||
* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-4
|
||||
- Add libxfcegui4-devel BuildReqs.
|
||||
- Fix %%defattr.
|
||||
|
||||
* Sat Nov 19 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-3
|
||||
- Use {?_smp_mflags}.
|
||||
- Replace wrong BSD license with a copy of the GPL (#173105).
|
||||
|
||||
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-2
|
||||
- Initial Fedora Extras version.
|
||||
- Rebuild for XFCE 4.2.3.
|
||||
- disable-static instead of removing .a files.
|
||||
|
||||
* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc4.cw
|
||||
- Update to 0.3.0.
|
||||
- Add libxml2 BuildReqs.
|
||||
|
||||
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.2.0-1.fc4.cw
|
||||
- Rebuild for Core 4.
|
||||
|
||||
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.2.0-1.fc3.cw
|
||||
- Initial RPM release.
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (xfce4-battery-plugin-1.2.0.tar.xz) = 7a5a90117a885f758a8b6fe19116e1815ef7ac5c3108ffabc4a8a5466ce7e01ed9fccadfa36262abf6dd7977d6ef34e6e1b9cab50e817258203e77f318cab774
|
||||
58
xfce4-battery-plugin.spec
Normal file
58
xfce4-battery-plugin.spec
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=173105
|
||||
%global _hardened_build 1
|
||||
|
||||
%global minorversion 1.2
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfce4-battery-plugin
|
||||
Version: 1.2.0
|
||||
Release: %autorelease
|
||||
Summary: Battery monitor for the Xfce panel
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-battery-plugin
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: meson
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
|
||||
%description
|
||||
A battery monitor plugin for the Xfce panel, compatible with APM and ACPI.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
# remove la file
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# make sure debuginfo is generated properly
|
||||
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS COPYING.LIB README.md
|
||||
%{_libdir}/xfce4/panel/plugins/*.so
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/*/*
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue