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

Revision 9407, 6.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-xkb-plugin
2Summary:        XKB layout switcher for the Xfce panel
3Summary(ja):    Xfce パネル用 XKB レイアウト変更器
4Version:        0.7.1
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* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.1-1
61- updated to 0.7.1
62- built with libxfce4util 4.12.1
63
64* Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.7.0-1
65- updated to 0.7.0
66- updated URL
67
68* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4.3-2
69- rebuild with VineSeed environment
70
71* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4.3-1
72- new upstream release
73- remove BuildRequires: libxfcegui4-devel, libxml2-devel
74- add BuildRequires: libxfce4ui-devel
75- remove old patches
76
77* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.3.3-7
78- initial build for Vine Linux
79
80* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3.3-6
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82
83* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 0.5.3.3-5
84- Rebuild for Xfce 4.8
85
86* Thu Nov 25 2010 François Cami <fcami@fedoraproject.org> - 0.5.3.3-4
87- Fix segfault when adding a second keymap. Thanks to Lionel Le Folgoc (#597207)
88
89* Fri Feb 12 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-3
90- Fix various segfaults. Thanks to Lionel Le Folgoc (#525471, #547553)
91
92* Mon Jan 25 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-2
93- Add patch for libxklavier 5.0. Thanks to Caolan McNamara (#558083)
94
95* Sun Aug 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.3.3-1
96- Update to 0.5.3.3 (#502878)
97
98* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-5
99- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
100
101* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 0.5.2-4
102- xxp-0.5.2-xklavier-api.patch: Fix for new libxklavier API.
103
104* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
105- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
106
107* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-2
108- Rebuild for Xfce 4.6 (Beta 3)
109
110* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.2-1
111- Update to 0.5.2
112
113* Thu Oct 02 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.5.1-1
114- Update to 0.5.1
115
116* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.3-5
117- fix conditional comparison
118
119* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.3-4
120- Autorebuild for GCC 4.3
121
122* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-3
123- Rebuild for BuildID feature
124
125* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-2
126- Rebuild for Xfce 4.4.1
127
128* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
129- Update to 0.4.3 on Xfce 4.4.
130
131* Sat Dec 09 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
132- Update to 0.4.2.
133
134* Fri Dec 01 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-1
135- Update to 0.4.1 on Xfce 4.3.99.2.
136
137* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.2.20060923svn
138- Bump release for devel checkin.
139
140* Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-0.1.20060923svn
141- Update to svn snapshot of Sep 23rd 2006 on Xfce 4.3.99.1.
142
143* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.5-3
144- Mass rebuild for Fedora Core 6.
145
146* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-2
147- Require xfce4-panel.
148
149* Fri Mar 31 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.5-1
150- Update to 0.3.5.
151
152* Fri Mar 17 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.4-1
153- Update to 0.3.4.
154
155* Fri Mar 10 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.3-1
156- Update to 0.3.3.
157
158* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-6
159- Rebuild for Fedora Extras 5.
160
161* Fri Dec 30 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-5
162- Changes for modular X: Add libXext-devel and libXpm-devel BuildReqs.
163
164* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-4
165- Add libxfcegui4-devel BuildReqs.
166- Fix %%defattr.
167
168* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-3
169- Initial Fedora Extras version.
170- Rebuild for XFCE 4.2.3.
171- disable-static instead of removing .a files.
172
173* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-2.fc4.cw
174- Add libxml2 BuildReqs.
175
176* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc4.cw
177- Rebuild for Core 4.
178
179* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.2-1.fc3.cw
180- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.