12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- Name: xfce4-mount-plugin
- Summary: Mount/unmount plugin for the Xfce4 panel
- Summary(ja): Xfce パネル用 マウント/アンマウントプラグイン
- Version: 0.6.7
- Release: 2%{?_dist_release}
- Group: User Interface/Desktops
- License: GPLv2+
- URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
- Source0: http://archive.xfce.org/src/panel-plugins/%{name}/0.6/%{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: libxfce4util-devel >= 4.8.0
- BuildRequires: libxfce4ui-devel >= 4.8.0
- BuildRequires: xfce4-panel-devel >= 4.8.0
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- This little plugin behaves like the "kwikdisk - removable media utility" shipped with KDE.
- %description -l ja
- この小さなプラグインは KDE に同梱されている「kwikdisk - リムーバブルメディアユーティリティ」のような動作をします。
- %prep
- %setup -q
- %build
- %configure --disable-static
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
- %find_lang %{name}
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
- gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
- %postun
- if [ $1 -eq 0 ]; then
- touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
- gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
- fi
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc AUTHORS COPYING ChangeLog NEWS README
- %{_libdir}/xfce4/panel/plugins/libmount.so
- %{_datadir}/icons/hicolor/*/apps/*
- %{_datadir}/xfce4/panel/plugins/%{name}.desktop
- %changelog
- * Mon Mar 2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.7-2
- - rebuilt with libxfce4util 4.12.1
- * Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.7-1
- - new upstream release
- * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-2
- - rebuild with VineSeed environment
- * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
- - initial build for Vine Linux
|