1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- Name: xfce4-places-plugin
- Summary: GNOME's Places menu plugin for the Xfce panel
- Summary(ja): Xfce パネル用 GNOME Places メニュープラグイン
- Version: 1.6.0
- Release: 1%{?_dist_release}
- Group: User Interface/Desktops
- License: GPLv2+
- URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
- Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.6/%{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: gettext
- BuildRequires: glib2-devel >= 2.22.0
- BuildRequires: gtk2-devel >= 2.14.0
- BuildRequires: intltool
- BuildRequires: libexo-devel >= 0.5.0
- BuildRequires: libICE-devel
- BuildRequires: libnotify-devel >= 0.4.0
- BuildRequires: libxfce4util-devel >= 4.8.0
- BuildRequires: libxfce4ui-devel >= 4.8.0
- BuildRequires: libX11-devel
- BuildRequires: xfce4-panel-devel >= 4.8.0
- BuildRequires: xfconf-devel >= 4.6.0
- Requires: xfce4-panel >= 4.8.0
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: inagaki
- %description
- This plugin is a menu with quick access to folders, documents, and removable media. The places plugin brings much of the functionality of GNOME's Places menu to Xfce.
- %description -l ja
- このプラグインはフォルダ、ドキュメント、リムーバブルメディアへ迅速にアクセスするためのメニューを提供します. GNOME の Places メニュー機能の多くを Xfce に追加します.
- %prep
- %setup -q
- %build
- %configure --enable-silent-rules --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
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc AUTHORS COPYING ChangeLog NEWS README
- %{_bindir}/xfce4-popup-places
- %{_libdir}/xfce4/panel/plugins/libplaces.so
- %{_datadir}/xfce4/panel/plugins/places.desktop
- %changelog
- * Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
- - initial build for Vine Linux
|