Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aaa7d50f74 | ||
|
|
98e940f017 | ||
| f9f53567d2 | |||
|
|
9f39beb7ec | ||
|
|
a6a02cb671 | ||
|
|
e1c10e383c | ||
|
|
934c43fb29 | ||
|
|
cbd1cf194d | ||
|
|
daa3889c3a | ||
|
|
a5fb32ffab | ||
|
|
66f98ad942 | ||
|
|
7bac11a03a | ||
|
|
87e70d1272 | ||
|
|
7c9ed2cca1 | ||
|
|
273671627a | ||
|
|
5f0287a296 | ||
|
|
0c0e0eef7c | ||
|
|
cca4d47119 | ||
|
|
a11c961936 | ||
|
|
61a7a1d270 | ||
|
|
4cd351f509 | ||
|
|
e0814b513a | ||
|
|
25ad54b182 | ||
|
|
54ef686cb5 | ||
|
|
414b1ee5f7 | ||
|
|
062e2ad83f | ||
|
|
7e642782ca | ||
|
|
0616e1ab8e | ||
|
|
12723938f6 |
5 changed files with 1 additions and 90 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-quicklauncher-plugin-1.9.2.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfce4-quicklauncher-plugin
|
||||
# $Id$
|
||||
NAME := xfce4-quicklauncher-plugin
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
dead upstream, never ported to libxfce4ui
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
64353ee9f32f891f198297937454307b xfce4-quicklauncher-plugin-1.9.2.tar.bz2
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
Name: xfce4-quicklauncher-plugin
|
||||
Version: 1.9.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Quicklauncher plugin for the Xfce panel
|
||||
|
||||
Group: User Interface/Desktops
|
||||
License: GPL
|
||||
URL: http://goodies.xfce.org/
|
||||
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.3.99.1
|
||||
|
||||
%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
|
||||
* 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