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

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