Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31aaa9a9d4 | ||
|
|
28dbec2e5a | ||
|
|
44c5754555 | ||
|
|
c07a90d5d4 | ||
|
|
65bd944a94 | ||
|
|
52722a1b38 | ||
|
|
13520c759f |
4 changed files with 21 additions and 23 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
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)
|
||||
11
xfce4-minicmd-plugin-0.4-multilib.patch
Normal file
11
xfce4-minicmd-plugin-0.4-multilib.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- panel-plugin/Makefile.in.orig 2007-06-09 13:25:06.000000000 +0200
|
||||
+++ panel-plugin/Makefile.in 2007-06-09 13:25:49.000000000 +0200
|
||||
@@ -245,7 +245,7 @@
|
||||
|
||||
desktop_in_in_files = minicmd.desktop.in.in
|
||||
desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
|
||||
-desktopdir = $(datadir)/xfce4/panel-plugins
|
||||
+desktopdir = $(libdir)/xfce4/panel-plugins
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
EXTRA_DIST = \
|
||||
$(desktop_in_in_files)
|
||||
|
|
@ -1,12 +1,13 @@
|
|||
Name: xfce4-minicmd-plugin
|
||||
Version: 0.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}.1
|
||||
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
|
||||
Patch0: %{name}-0.4-multilib.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
|
||||
|
|
@ -21,6 +22,7 @@ xfrun4. This history can be accessed by Up and Down keys.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -b .multilib
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
|
@ -38,9 +40,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%{_libdir}/xfce4/panel-plugins/*.so
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
%{_libdir}/xfce4/panel-plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Jun 09 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-6.1
|
||||
- Bump release due to buildsys problems.
|
||||
|
||||
* Sat Jun 09 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-6
|
||||
- Multilib fix for desktop file (#228168).
|
||||
|
||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-5
|
||||
- Rebuild for Xfce 4.4.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue