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

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

Xfce-4.10.0 + thunderbird-13.0

Line 
1Name:           xfce4-eyes-plugin
2Summary:        Eye plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 目表示プラグイン
4Version:        4.4.1
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}/4.4/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  libxfce4util-devel >= 4.3.90.2
16BuildRequires:  libxfce4ui-devel >= 4.3.90.2
17BuildRequires:  libxfcegui4-devel >= 4.3.90.2
18BuildRequires:  xfce4-panel-devel >= 4.3.99.1
19
20Vendor:         Project Vine
21Distribution:   Vine Linux
22Packager:       Takemikaduchi
23
24
25%description
26Eyes is a xfce4 panel plugin that adds eyes which watch your every step.
27
28
29%prep
30%setup -q
31
32%build
33%configure --disable-static
34make %{?_smp_mflags}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39
40find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
41
42%find_lang %{name}
43
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48
49%post
50touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
51gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
52
53%postun
54if [ $1 -eq 0 ]; then
55    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
56    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
57fi
58
59
60%files -f %{name}.lang
61%defattr(-,root,root)
62%doc AUTHORS COPYING ChangeLog NEWS README
63%{_libexecdir}/xfce4/panel-plugins/xfce4-eyes-plugin
64%{_datadir}/icons/hicolor/*/apps/xfce4-eyes.png
65%{_datadir}/xfce4/eyes
66%{_datadir}/xfce4/panel-plugins/eyes.desktop
67
68%changelog
69* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-1
70- initial build for Vine Linux
71
Note: See TracBrowser for help on using the repository browser.