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

Revision 9407, 5.3 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 
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:        13%{?_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
41Vendor: Project Vine
42Distribution: Vine Linux
43
44%description
45This plugin allows you to have lots of launchers in the Xfce panel, displaying
46them on several lines.
47
48%prep
49%setup -q
50%patch1 -p1 -b .xfce4-panel-4.7
51%patch2 -p0 -b .multiscreen
52%patch3 -p1 -b .save-settings
53%patch4 -p1 -b .update-translations
54%patch5 -p0 -b .xfce46
55
56%build
57%configure --disable-static
58make %{?_smp_mflags}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
63find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
64
65%find_lang %{name}
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%files -f %{name}.lang
71%defattr(-,root,root,-)
72%doc AUTHORS COPYING ChangeLog TODO
73%{_libdir}/xfce4/panel/plugins/*.so
74%{_datadir}/xfce4/panel-plugins/*.desktop
75
76%changelog
77* Mon Mar  2 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.9.4-13
78- rebuilt with libxfce4util 4.12.1
79
80* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.4-12
81- rebuild with VineSeed environment
82
83* Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.4-11
84- rebuild with Xfce-4.10.0
85
86* Sun May 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.9.4-10
87- initial build for Vine Linux
88
89* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-9
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
91
92* Sun Dec 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-8
93- Patch for xfce4-panel 4.7
94- Update translations from Xfce Transifex
95
96* Wed Sep 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-7
97- Make new apps appear on the correct screen (bugzilla.xfce.org 4323)
98- Apply settings without restarting the plugin (bugzilla.xfce.org #3782)
99- Add missing english translation (bugzilla.xfce.org #3783)
100- Update default config for Xfce 4.6 (bugzilla.xfce.org #5752)
101
102* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-6
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
104
105* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-5
106- Fix path in desktop file (#509294)
107
108* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-4
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
110
111* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-3
112- Rebuild for Xfce 4.6 (Beta 3)
113
114* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9.4-2
115- Autorebuild for GCC 4.3
116
117* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.4-1
118- Update to 1.9.4
119- Update license tag
120
121* Sat Jun 09 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-4
122- Multilib fix for desktop file (#228168)
123
124* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-3
125- Rebuild for Xfce 4.4.1
126
127* Sun Jan 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-2
128- Rebuild for Xfce 4.4.
129
130* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.2-1
131- Update to 1.9.2.
132
133* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-2
134- Rebuild for XFCE 4.3.99.1.
135- BR perl(XML::Parser).
136
137* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.9.1-1
138- Update to 1.9.1 on XFCE 4.3.90.2.
139
140* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.81-5
141- Mass rebuild for Fedora Core 6.
142
143* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-4
144- Require xfce4-panel.
145
146* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-3
147- Rebuild for Fedora Extras 5.
148
149* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-2
150- Add libxfcegui4-devel BuildReqs.
151- Fix %%defattr.
152
153* Fri Nov 18 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-1
154- Initial Fedora Extras release.
Note: See TracBrowser for help on using the repository browser.