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

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

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

  • Xfce panel plugins: rebuilt with libxfce4util 4.12.1

added whiskermenu-plugin


Line 
1Name:           xfce4-eyes-plugin
2Summary:        Eye plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 目玉表示プラグイン
4Version:        4.4.3
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.0
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* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.4.3-1
70- new upstream release
71- built with libxfce4util 4.12.1
72
73* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.4.2-1
74- new upstream release
75
76* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-2
77- rebuild with VineSeed environment
78
79* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.4.1-1
80- initial build for Vine Linux
81
Note: See TracBrowser for help on using the repository browser.