source: projects/specs/trunk/x/xfce4-timer-plugin/xfce4-timer-plugin-vl.spec @ 8966

Revision 8966, 2.1 KB checked in by inagaki, 10 years ago (diff)

2014-09-23 Ryoichi INAGAKI <ryo1@…>

  • freerdp, xfce4-timer-plugin, xfce4-xkb-plugin: update
  • xfce4-power-manager, xfce4-weather-plugin: rebuild


Line 
1Name:           xfce4-timer-plugin
2Summary:        Timer plugin for the Xfce4 panel
3Summary(ja):    Xfce パネル用 タイマープラグイン
4Version:        1.6.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}/0.6/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  glib2-devel >= 2.4.0
15BuildRequires:  gtk2-devel >= 2.4.0
16BuildRequires:  libxfce4util-devel >= 4.3.0
17BuildRequires:  libxfce4ui-devel >= 4.8.0
18BuildRequires:  xfce4-panel-devel >= 4.8.0
19Requires:       xfce4-panel >= 4.8.0
20
21Vendor:         Project Vine
22Distribution:   Vine Linux
23Packager:       Takemikaduchi, inagaki
24
25
26%description
27This is a simple plugin that lets the user run an alarm at a specified time or at the end of a specified countdown period.
28
29%description -l ja
30ユーザーが指定した時刻または指定された指定したカウントダウン時間の終わりにアラームを鳴らすためのシンプルなプラグインです。
31
32%prep
33%setup -q
34
35%build
36%configure --disable-static
37make %{?_smp_mflags}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41make install DESTDIR=$RPM_BUILD_ROOT
42
43find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
44
45%find_lang %{name}
46
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51
52%post
53touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
54gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
55
56%postun
57if [ $1 -eq 0 ]; then
58    touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
59    gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
60fi
61
62
63%files -f %{name}.lang
64%defattr(-,root,root)
65%doc AUTHORS COPYING ChangeLog NEWS README
66%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
67%{_datadir}/icons/hicolor/*/apps/*
68%{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
69
70%changelog
71* Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.0-1
72- updated to 1.6.0
73
74* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-2
75- rebuild with VineSeed environment
76
77* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4-1
78- initial build for Vine Linux
79
Note: See TracBrowser for help on using the repository browser.