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

Revision 6284, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

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