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

Revision 9173, 1.9 KB checked in by inagaki, 9 years ago (diff)

2014-12-21 Ryoichi INAGAKI <ryo1@…>

  • xfce4 plugins: updated
  • xfce4-panel, xfce4-power-manager, xfdesktop: updated


Line 
1Name:           xfce4-eyes-plugin
2Summary:        Eye plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 目表示プラグイン
4Version:        4.4.2
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
14BuildRequires:  glib2-devel >= 2.20.0
15BuildRequires:  gtk2-devel >= 2.14.0
16BuildRequires:  libxfce4ui-devel >= 4.8.0
17BuildRequires:  libxfce4util-devel >= 4.8.9
18BuildRequires:  xfce4-panel-devel >= 4.8.0
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%{_libdir}/xfce4/panel/plugins/libeyes.so
64%{_datadir}/icons/hicolor/*/apps/xfce4-eyes.png
65%{_datadir}/xfce4/eyes
66%{_datadir}/xfce4/panel/plugins/eyes.desktop
67
68%changelog
69* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.4.2-1
70- new upstream release
71
72* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-2
73- rebuild with VineSeed environment
74
75* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-1
76- initial build for Vine Linux
77
Note: See TracBrowser for help on using the repository browser.