Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3368bdb7fe | ||
|
|
4735f5652d | ||
|
|
4f1c8c824a | ||
|
|
341ddd1c83 | ||
|
|
5384696bcd | ||
|
|
b342cba6e6 |
4 changed files with 75 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-quicklauncher-plugin-1.9.2.tar.bz2
|
||||
|
|
@ -1 +0,0 @@
|
|||
dead upstream, never ported to libxfce4ui
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
64353ee9f32f891f198297937454307b xfce4-quicklauncher-plugin-1.9.2.tar.bz2
|
||||
73
xfce4-quicklauncher-plugin.spec
Normal file
73
xfce4-quicklauncher-plugin.spec
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
Name: xfce4-quicklauncher-plugin
|
||||
Version: 1.9.2
|
||||
Release: 3%{?dist}
|
||||
Summary: Quicklauncher plugin for the Xfce panel
|
||||
|
||||
Group: User Interface/Desktops
|
||||
License: GPL
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
|
||||
BuildRequires: gettext, perl(XML::Parser)
|
||||
Requires: xfce4-panel >= 4.4.0
|
||||
|
||||
%description
|
||||
This plugin allows you to have lots of launchers in the Xfce panel, displaying
|
||||
them on several lines.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog TODO
|
||||
%{_libdir}/xfce4/panel-plugins/*.so
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.9.2-3
|
||||
- Rebuild for Xfce 4.4.1
|
||||
|
||||
* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.9.2-2
|
||||
- Rebuild for Xfce 4.4.
|
||||
|
||||
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 1.9.2-1
|
||||
- Update to 1.9.2.
|
||||
|
||||
* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 1.9.1-2
|
||||
- Rebuild for XFCE 4.3.99.1.
|
||||
- BR perl(XML::Parser).
|
||||
|
||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 1.9.1-1
|
||||
- Update to 1.9.1 on XFCE 4.3.90.2.
|
||||
|
||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.81-5
|
||||
- Mass rebuild for Fedora Core 6.
|
||||
|
||||
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-4
|
||||
- Require xfce4-panel.
|
||||
|
||||
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.81-3
|
||||
- Rebuild for Fedora Extras 5.
|
||||
|
||||
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-2
|
||||
- Add libxfcegui4-devel BuildReqs.
|
||||
- Fix %%defattr.
|
||||
|
||||
* Fri Nov 18 2005 Christoph Wickert <fedora wickert at arcor de> - 0.81-1
|
||||
- Initial Fedora Extras release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue