source: projects/specs/trunk/x/xfce4-embed-plugin/xfce4-embed-plugin-vl.spec @ 9688

Revision 9688, 2.1 KB checked in by inagaki, 9 years ago (diff)

2015-08-02 Ryoichi INAGAKI <ryo1@…>

  • self-build-broadcom-wl: added patch for kernel 3.18
  • xfce4-embed-plugin, xfce4-verve-plugin, xfdesktop: updated


RevLine 
[6284]1Name:           xfce4-embed-plugin
[8958]2Summary:        Embed plugin for the Xfce panel
[6284]3Summary(ja):    Xfce パネル用 Window 埋め込みプラグイン
[9688]4Version:        1.6.0
5Release:        1%{?_dist_release}
[6284]6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10
[8958]11Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/1.4/%{name}-%{version}.tar.bz2
[6284]12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
[8958]14BuildRequires:  gtk2-devel >= 2.20.0
[6284]15BuildRequires:  libxfce4util-devel >= 4.8.0
16BuildRequires:  libxfce4ui-devel >= 4.8.0
17BuildRequires:  xfce4-panel-devel >= 4.8.0
[8958]18Requires:       xfce4-panel
[6284]19
20Vendor:         Project Vine
21Distribution:   Vine Linux
[8958]22Packager:       Takemikaduchi, inagaki
[6284]23
24
25%description
26This plugin enables the embedding of arbitrary application windows into the Xfce
27panel. The window is resized into the panel space available, and the associated
28program can be automatically launched if it is not open.
29
30Example uses include embedding an instant messaging buddy list, a mail client's
31new mail ticker, a simple media application, or a fancy clock or timer.
32Combining with Xfce's ability to auto-hide panels can make this very convenient.
33
34
35%prep
36%setup -q
37
38%build
[8958]39%configure --enable-silent-rules --disable-static
[6284]40make %{?_smp_mflags}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44make install DESTDIR=$RPM_BUILD_ROOT
45
46find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
47
48%find_lang %{name}
49
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54
55%files -f %{name}.lang
56%defattr(-,root,root)
57%doc AUTHORS COPYING ChangeLog NEWS README
58%{_libdir}/xfce4/panel/plugins/libembed.so
59%{_datadir}/xfce4/panel/plugins/embed.desktop
60
61%changelog
[9688]62* Mon Jul 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
63- new upstream release
64
[9407]65* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.1-2
66- rebuilt with libxfce4util 4.12.1
67
[8958]68* Thu Sep 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.1-1
69- updated to 1.4.1
70
[8073]71* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
72- rebuild with VineSeed environment
73
[6284]74* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
75- initial build for Vine Linux
76
Note: See TracBrowser for help on using the repository browser.