source: projects/specs/trunk/x/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-vl.spec @ 6297

Revision 6297, 5.0 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild with Xfce-4.10.0

Line 
1%global minor_version 1.9
2
3Name:           xfce4-quicklauncher-plugin
4Summary:        Quicklauncher plugin for the Xfce panel
5Summary(ja):    Xfce パネル用クイックランチャープラグイン
6Version:        1.9.4
7Release:        11%{?_dist_release}
8
9Group:          User Interface/Desktops
10License:        GPLv2+
11URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
12
13Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
14# http://bugzilla.xfce.org/show_bug.cgi?id=7015
15Patch1:         %{name}-1.9.4-xfce4-panel-4.7.patch
16# make new apps appear on the correct X screen
17# http://bugzilla.xfce.org/show_bug.cgi?id=4323
18Patch2:         %{name}-1.9.4-fix-multiscreen.patch
19# apply settings without restart
20# http://bugzilla.xfce.org/show_bug.cgi?id=3782
21Patch3:         %{name}-1.9.4-save-settings.patch
22# plugin speaks french if no translations are found
23# http://bugzilla.xfce.org/show_bug.cgi?id=3783
24# contains all translations from
25# http://translations.xfce.org/projects/p/xfce4-quicklauncher-plugin/c/master/
26# as of 2010-12-19
27Patch4:         %{name}-1.9.4-update-translations.patch
28# Xfce 4.6: xfce-setting-show instead of xfce4-settings-manager
29# http://bugzilla.xfce.org/show_bug.cgi?id=5752
30Patch5:         %{name}-1.9.4-xfce4-settings-manager.patch
31
32BuildRoot:      %{_tmppath}/%{name}-%{version}-root
33
34BuildRequires:  libxfcegui4-devel >= 4.3.20
35BuildRequires:  libxml2-devel
36BuildRequires:  xfce4-panel-devel >= 4.3.20
37BuildRequires:  gettext
38BuildRequires:  perl-XML-Parser
39Requires:       xfce4-panel >= 4.4.0
40
41%description
42This plugin allows you to have lots of launchers in the Xfce panel, displaying
43them on several lines.
44
45%prep
46%setup -q
47%patch1 -p1 -b .xfce4-panel-4.7
48%patch2 -p0 -b .multiscreen
49%patch3 -p1 -b .save-settings
50%patch4 -p1 -b .update-translations
51%patch5 -p0 -b .xfce46
52
53%build
54%configure --disable-static
55make %{?_smp_mflags}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
60find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
61
62%find_lang %{name}
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files -f %{name}.lang
68%defattr(-,root,root,-)
69%doc AUTHORS COPYING ChangeLog TODO
70%{_libdir}/xfce4/panel/plugins/*.so
71%{_datadir}/xfce4/panel-plugins/*.desktop
72
73%changelog
74* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.4-11
75- rebuild with Xfce-4.10.0
76
77* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.4-10
78- initial build for Vine Linux
79
80* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-9
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82
83* Sun Dec 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-8
84- Patch for xfce4-panel 4.7
85- Update translations from Xfce Transifex
86
87* Wed Sep 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-7
88- Make new apps appear on the correct screen (bugzilla.xfce.org 4323)
89- Apply settings without restarting the plugin (bugzilla.xfce.org #3782)
90- Add missing english translation (bugzilla.xfce.org #3783)
91- Update default config for Xfce 4.6 (bugzilla.xfce.org #5752)
92
93* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-6
94- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95
96* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-5
97- Fix path in desktop file (#509294)
98
99* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-4
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
101
102* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-3
103- Rebuild for Xfce 4.6 (Beta 3)
104
105* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9.4-2
106- Autorebuild for GCC 4.3
107
108* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-1
109- Update to 1.9.4
110- Update license tag
111
112* Sat Jun 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-4
113- Multilib fix for desktop file (#228168)
114
115* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-3
116- Rebuild for Xfce 4.4.1
117
118* Sun Jan 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-2
119- Rebuild for Xfce 4.4.
120
121* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-1
122- Update to 1.9.2.
123
124* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-2
125- Rebuild for XFCE 4.3.99.1.
126- BR perl(XML::Parser).
127
128* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-1
129- Update to 1.9.1 on XFCE 4.3.90.2.
130
131* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.81-5
132- Mass rebuild for Fedora Core 6.
133
134* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-4
135- Require xfce4-panel.
136
137* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-3
138- Rebuild for Fedora Extras 5.
139
140* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-2
141- Add libxfcegui4-devel BuildReqs.
142- Fix %%defattr.
143
144* Fri Nov 18 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-1
145- Initial Fedora Extras release.
Note: See TracBrowser for help on using the repository browser.