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

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

Xfce-4.10.0 + thunderbird-13.0

Line 
1Name:           xfce4-xkb-plugin
2Summary:        XKB layout switcher for the Xfce panel
3Summary(ja):    Xfce パネル用 XKB レイアウト変更器
4Version:        0.5.4.3
5Release:        1%{?_dist_release}
6
7Group:          User Interface/Desktops
8License:        BSD
9URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
10
11Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14BuildRequires:  librsvg2-devel >= 2.18
15BuildRequires:  libwnck-devel >= 2.12
16BuildRequires:  libxfce4util-devel >= 4.8.0
17BuildRequires:  libxfce4ui-devel >= 4.8.0
18BuildRequires:  libxklavier-devel >= 5.0
19BuildRequires:  xfce4-panel-devel >= 4.8.0
20BuildRequires:  gettext, intltool
21Requires:       xfce4-panel >= 4.4.0
22
23%description
24Xfce XKB layout switch plugin for the Xfce panel. It displays the current
25keyboard layout, and refreshes when layout changes. The layout can be
26switched by simply clicking on the plugin. For now the keyboard layouts
27cannot be configured from the plugin itself, they should be set in the
28XF86Config file or some other way (e.g. setxkbmap).
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 INSTALL="install -p"
40%find_lang %{name}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files -f %{name}.lang
46%defattr(-,root,root,-)
47%doc AUTHORS COPYING ChangeLog README
48%{_libexecdir}/xfce4/panel-plugins/%{name}
49%{_datadir}/xfce4/panel-plugins/*.desktop
50%dir %{_datadir}/xfce4/xkb/
51%dir %{_datadir}/xfce4/xkb/flags
52%{_datadir}/xfce4/xkb/flags/*.svg
53
54%changelog
55* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4.3-1
56- new upstream release
57- remove BuildRequires: libxfcegui4-devel, libxml2-devel
58- add BuildRequires: libxfce4ui-devel
59- remove old patches
60
61* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.3.3-7
62- initial build for Vine Linux
63
64* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3.3-6
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
66
67* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.5.3.3-5
68- Rebuild for Xfce 4.8
69
70* Fri Nov 25 2010 François Cami <fcami@fedoraproject.org> - 0.5.3.3-4
71- Fix segfault when adding a second keymap. Thanks to Lionel Le Folgoc (#597207)
72
73* Fri Feb 12 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-3
74- Fix various segfaults. Thanks to Lionel Le Folgoc (#525471, #547553)
75
76* Mon Jan 25 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-2
77- Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558083)
78
79* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-1
80- Update to 0.5.3.3 (#502878)
81
82* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-5
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
84
85* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.5.2-4
86- xxp-0.5.2-xklavier-api.patch: Fix for new libxklavier API.
87
88* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
90
91* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-2
92- Rebuild for Xfce 4.6 (Beta 3)
93
94* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-1
95- Update to 0.5.2
96
97* Thu Oct 02 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-1
98- Update to 0.5.1
99
100* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-5
101- fix conditional comparison
102
103* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-4
104- Autorebuild for GCC 4.3
105
106* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-3
107- Rebuild for BuildID feature
108
109* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-2
110- Rebuild for Xfce 4.4.1
111
112* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
113- Update to 0.4.3 on Xfce 4.4.
114
115* Sat Dec 09 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
116- Update to 0.4.2.
117
118* Fri Dec 01 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-1
119- Update to 0.4.1 on Xfce 4.3.99.2.
120
121* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.2.20060923svn
122- Bump release for devel checkin.
123
124* Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.1.20060923svn
125- Update to svn snapshot of Sep 23rd 2006 on Xfce 4.3.99.1.
126
127* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-3
128- Mass rebuild for Fedora Core 6.
129
130* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-2
131- Require xfce4-panel.
132
133* Fri Mar 31 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-1
134- Update to 0.3.5.
135
136* Fri Mar 17 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.4-1
137- Update to 0.3.4.
138
139* Fri Mar 10 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.3-1
140- Update to 0.3.3.
141
142* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-6
143- Rebuild for Fedora Extras 5.
144
145* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-5
146- Changes for modular X: Add libXext-devel and libXpm-devel BuildReqs.
147
148* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-4
149- Add libxfcegui4-devel BuildReqs.
150- Fix %%defattr.
151
152* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-3
153- Initial Fedora Extras version.
154- Rebuild for XFCE 4.2.3.
155- disable-static instead of removing .a files.
156
157* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-2.fc4.cw
158- Add libxml2 BuildReqs.
159
160* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc4.cw
161- Rebuild for Core 4.
162
163* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc3.cw
164- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.