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

Revision 9407, 2.1 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-cpugraph-plugin
2Summary:        CPU Graph plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 CPU グラフプラグイン
4Version:        1.0.5
5Release:        2%{?_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
14BuildRequires:  gtk2-devel >= 2.12.0
15BuildRequires:  libxfce4ui-devel >= 4.8.0
16BuildRequires:  libxfce4util-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 displays an graph from your latest system load.
26
27%description -l ja
28このプラグインはシステム負荷率をグラフ表示します。
29
30%prep
31%setup -q
32
33%build
34%configure --disable-static
35make %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make install DESTDIR=$RPM_BUILD_ROOT
40
41find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
42chmod +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.so
43
44%find_lang %{name}
45
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50
51%post
52touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
53gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
54
55%postun
56if [ $1 -eq 0 ]; then
57    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
58    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
59fi
60
61
62%files -f %{name}.lang
63%defattr(-,root,root)
64%doc AUTHORS COPYING ChangeLog NEWS README
65%{_libdir}/xfce4/panel/plugins/libcpugraph.so
66%{_datadir}/icons/hicolor/*/apps/%{name}.*
67%{_datadir}/xfce4/panel/plugins/cpugraph.desktop
68
69%changelog
70* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-2
71- rebuilt with libxfce4util 4.12.1
72
73* Sun Dec 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.5-1
74- new upstream release
75
76* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
77- rebuild with VineSeed environment
78
79* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-1
80- initial build for Vine Linux
81
Note: See TracBrowser for help on using the repository browser.