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

Revision 9435, 2.0 KB checked in by inagaki, 9 years ago (diff)

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

  • task-xfce, xfce4-plaecs-plugin: updated
  • xfce4-{netload,pulseaudio}-plugin: NEW


Line 
1Name:           xfce4-places-plugin
2Version:        1.7.0
3Release:        1%{?_dist_release}
4Summary:        GNOME's Places menu plugin for the Xfce panel
5Summary(ja):    Xfce パネル用 GNOME Places メニュープラグイン
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 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* Sun Mar 15 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.7.0-1
68- new upstream release
69
70* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-2
71- rebuilt with libxfce4util 4.12.1
72
73* Wed Sep 17 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
74- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.