source: projects/specs/trunk/x/xfce4-battery-plugin/xfce4-battery-plugin-vl.spec @ 9407

Revision 9407, 2.8 KB checked in by inagaki, 9 years ago (diff)

2015-03-03 Ryoichi INAGAKI <ryo1@…>

  • Xfce panel plugins: rebuilt with libxfce4util 4.12.1

added whiskermenu-plugin


RevLine 
[521]1Name: xfce4-battery-plugin
[3935]2Summary: Battery monitor for the Xfce panel
[9173]3Summary(ja): Xfce パネル用 バッテリー監視プラグイン
4Version: 1.0.5
[9407]5Release: 2%{?_dist_release}
[3935]6
[521]7Group: User Interface/Desktops
[9173]8License: GPLv2+ and LGPLv2+
[3935]9URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
10
11Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.0/%{name}-%{version}.tar.bz2
12
[521]13BuildRoot: %{_tmppath}/%{name}-%{version}-root
[9173]14BuildRequires: glib2-devel >= 2.24.0
[6284]15BuildRequires: gtk2-devel >= 2.20.0
16BuildRequires: libxfce4ui-devel >= 4.8.0
17BuildRequires: libxfce4util-devel >= 4.8.0
18BuildRequires: xfce4-panel-devel >= 4.8.0
[3935]19BuildRequires: gettext
20BuildRequires: perl-XML-Parser
[6284]21Requires: xfce4-panel >= 4.8.0
[3935]22Requires(posttrans): gtk2
23Requires(postun): gtk2
[521]24
[8073]25Vendor: Project Vine
26Distribution: Vine Linux
27
[521]28%description
29A battery monitor panel plugin for Xfce4, written by Nick Penwarden and
30Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
31
32%description -l ja
[9173]33Nick Penwarden と Edscott Wilson Garcia が書いた Xfce4 用のバッテリー監視パネルプラグインです。Linux と *BSD の APM と ACPI で動作します。
[521]34
[3935]35%prep
[521]36%setup -q
37
38%build
[3935]39%configure --disable-static
[521]40make
41
42%install
[3935]43rm -rf $RPM_BUILD_ROOT
44make install DESTDIR=$RPM_BUILD_ROOT
[521]45
[6284]46find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[9173]47chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
[6284]48
[3935]49%find_lang %{name}
50
51%post
52touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
53
54%posttrans
55gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
56
57%postun
58if [ $1 -eq 0 ] ; then
59    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
60    gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
61fi
62
[521]63%clean
[3935]64rm -rf $RPM_BUILD_ROOT
[521]65
[3935]66%files -f %{name}.lang
[521]67%defattr(-,root,root)
[9173]68%doc AUTHORS COPYING COPYING.LIB ChangeLog README
[6284]69%{_libdir}/xfce4/panel/plugins/libbattery.so
[3935]70%{_datadir}/icons/hicolor/*/*/*
[6284]71%{_datadir}/xfce4/panel/plugins/battery.desktop
[521]72
73%changelog
[9407]74* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
75- rebuilt with libxfce4util 4.12.1
76
[9173]77* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-1
78- new upstream release
79
[8073]80* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
81- rebuild with VineSeed environment
82
[6284]83* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
84- new upstream release
85- remove BuildRequires: libxfcegui4-devel
86- add BuildRequires: libxfce4ui-devel
87
[3935]88* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.0-1
89- updated to 1.0.0
90
[521]91* Mon Jan 24 2005 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl4
92- build against Xfce 4.2
93
94* Sat Aug 21 2004 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl2
95- build for VineSeedPlus
96
97* Sat Aug 21 2004 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl1
98- build for VinePlus 3.0
99
Note: See TracBrowser for help on using the repository browser.