Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c2705c3ea | ||
|
|
5842dbbac9 | ||
|
|
53e41a9a7f | ||
|
|
988734cee3 | ||
|
|
d3c4e02743 | ||
|
|
7044fbb8bf | ||
|
|
dcdc2f8870 |
5 changed files with 1 additions and 108 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-minicmd-plugin-0.4.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfce4-minicmd-plugin
|
||||
# $Id$
|
||||
NAME := xfce4-minicmd-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 @@
|
|||
Replaced by xfce4-verve-plugin in >= F-10
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
8739e1b25432b2866efa078551c444fc xfce4-minicmd-plugin-0.4.tar.bz2
|
||||
|
|
@ -1,85 +0,0 @@
|
|||
Name: xfce4-minicmd-plugin
|
||||
Version: 0.4
|
||||
Release: 5%{?dist}
|
||||
Summary: Mini command-line 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: perl(XML::Parser)
|
||||
Requires: xfce4-panel >= 4.4.0
|
||||
|
||||
%description
|
||||
A mini command-line plugin for the Xfce panel. You can execute programs by
|
||||
typing their names in the widget and hitting Enter or Ctrl+Enter. The latter
|
||||
runs the command in a terminal. It maintains history which is shared with
|
||||
xfrun4. This history can be accessed by Up and Down keys.
|
||||
|
||||
%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 {} ';'
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%{_libdir}/xfce4/panel-plugins/*.so
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-5
|
||||
- Rebuild for Xfce 4.4.1
|
||||
|
||||
* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-4
|
||||
- Rebuild for XFCE 4.4.
|
||||
|
||||
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-3
|
||||
- Bump release for devel checkin.
|
||||
|
||||
* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-2
|
||||
- Rebuild for XFCE 4.3.99.1.
|
||||
- BR perl(XML::Parser).
|
||||
|
||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-1
|
||||
- Update to 0.4 on XFCE 4.3.90.2.
|
||||
|
||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-7
|
||||
- Mass rebuild for Fedora Core 6.
|
||||
|
||||
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-6
|
||||
- Require xfce4-panel.
|
||||
|
||||
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-5
|
||||
- Rebuild for Fedora Extras 5.
|
||||
|
||||
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-4
|
||||
- Add libxfcegui4-devel BuildReqs.
|
||||
- Fix defattr.
|
||||
|
||||
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-3
|
||||
- Initial Fedora Extras version.
|
||||
- Rebuild for XFCE 4.2.3.
|
||||
- disable-static instead of removing .a files.
|
||||
|
||||
* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-2.fc4.cw
|
||||
- Add libxml2 BuildReqs.
|
||||
|
||||
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc4.cw
|
||||
- Rebuild for Core 4.
|
||||
|
||||
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc3.cw
|
||||
- Initial RPM release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue