source: projects/specs/trunk/x/xfce4-places-plugin/xfce4-places-plugin-vl.spec @ 8958

Revision 8958, 2.0 KB checked in by inagaki, 10 years ago (diff)

2014-09-18 Ryoichi INAGAKI <ryo1@…>

  • xfce4-{clipman, datetime, embed, systemload, weather}-plugin: updated
  • xfce4-{mailwatch, places}-plugin: NEW
  • xfce4-power-maneger: updated


Line 
1Name:           xfce4-places-plugin
2Summary:        GNOME's Places menu plugin for the Xfce panel
3Summary(ja):    Xfce パネル用 GNOME Places メニュープラグイン
4Version:        1.6.0
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
10
11Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/1.6/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  gettext
15BuildRequires:  glib2-devel >= 2.22.0
16BuildRequires:  gtk2-devel >= 2.14.0
17BuildRequires:  intltool
18BuildRequires:  libexo-devel >= 0.5.0
19BuildRequires:  libICE-devel
20BuildRequires:  libnotify-devel >= 0.4.0
21BuildRequires:  libxfce4util-devel >= 4.8.0
22BuildRequires:  libxfce4ui-devel >= 4.8.0
23BuildRequires:  libX11-devel
24BuildRequires:  xfce4-panel-devel >= 4.8.0
25BuildRequires:  xfconf-devel >= 4.6.0
26Requires:  xfce4-panel >= 4.8.0
27
28Vendor:         Project Vine
29Distribution:   Vine Linux
30Packager:       inagaki
31
32
33%description
34This 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.
35
36%description -l ja
37このプラグインはフォルダ、ドキュメント、リムーバブルメディアへ迅速にアクセスするためのメニューを提供します. GNOME の Places メニュー機能の多くを Xfce に追加します.
38
39%prep
40%setup -q
41
42%build
43%configure --enable-silent-rules --disable-static
44make %{?_smp_mflags}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
51
52%find_lang %{name}
53
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58
59%files -f %{name}.lang
60%defattr(-,root,root)
61%doc AUTHORS COPYING ChangeLog NEWS README
62%{_bindir}/xfce4-popup-places
63%{_libdir}/xfce4/panel/plugins/libplaces.so
64%{_datadir}/xfce4/panel/plugins/places.desktop
65
66%changelog
67* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
68- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.