12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- Summary: Battery monitor panel plugin for XFce4.
- Summary(ja): XFce4用バッテリー監視プラグイン
- Name: xfce4-battery-plugin
- Version: 0.2.0
- Release: 0vl4
- License: BSD
- Group: User Interface/Desktops
- URL: http://xfce-goodies.berlios.de/
- Source0: http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
- Patch: read_acad_status.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Requires: xfce4-panel
- Requires: XOrg-libs atk glib2 glibc gtk2 libxfce4util libxfcegui4 libxml2 pango zlib
- BuildRequires: xfce4-panel
- BuildRequires: XOrg-devel atk-devel glib2-devel glibc-devel gtk2-devel libxfce4util-devel libxfcegui4-devel libxml2-devel pango-devel zlib-devel
- %description
- A battery monitor panel plugin for Xfce4, written by Nick Penwarden and
- Edscott Wilson Garcia, compatible with APM and ACPI, for Linux and *BSD.
- %description -l ja
- Nick Penwarden と Edscott Wilson Garcia が書いた XFce4 用のバッテリー監視パ
- ネルプラグインです。Linux と *BSD の APM と ACPI で動作します。
- %prep
- rm -rf %{buildroot}
- %setup -q
- %patch -b .orig
- %build
- %configure
- make
- %install
- %makeinstall plugindir=%{buildroot}%{_libdir}/xfce4/panel-plugins
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root)
- %doc AUTHORS COPYING ChangeLog README
- %{_libdir}/xfce4/panel-plugins/*
- %changelog
- * Mon Jan 24 2005 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl4
- - build against Xfce 4.2
- * Sat Aug 21 2004 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl2
- - build for VineSeedPlus
- * Sat Aug 21 2004 UECHI Yasumasa <uechi@potaway.net> 0.2.0-0vl1
- - build for VinePlus 3.0
|