rpms/kdocker/devel kdocker-qmake.patch, NONE, 1.1 kdocker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Nov 1 14:14:42 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/kdocker/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13056/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kdocker-qmake.patch kdocker.spec 
Log Message:
auto-import kdocker-1.3-2 on branch devel from kdocker-1.3-2.src.rpm

kdocker-qmake.patch:

--- NEW FILE kdocker-qmake.patch ---
--- kdocker/kdocker.pro.qmake	2005-01-29 01:39:30.000000000 -0600
+++ kdocker/kdocker.pro	2005-04-26 11:21:15.000000000 -0500
@@ -1,10 +1,10 @@
 TEMPLATE = app
 DEPENDPATH += i18n src
 INCLUDEPATH += . src  /usr/include/X11 /usr/include/X11R6
-LIBPATH += /usr/X11/lib /usr/X11R6/lib
+#LIBPATH += /usr/X11/lib /usr/X11R6/lib
 LIBS = -lX11 -lXpm -lXmu
 TARGET = kdocker
-INSTALL_PATH = /usr/local/share/kdocker
+INSTALL_PATH = $$DESTDIR/usr/share/kdocker
 DOCS_PATH = $$INSTALL_PATH/docs
 
 # Defines
@@ -24,10 +24,10 @@
 docs.path = $$DOCS_PATH
 docs.files = README
 
-desktop.path = /usr/share/applications
+desktop.path = $$DESTDIR/usr/share/applications
 desktop.files = kdocker.desktop
 
-target.path = /usr/local/bin
+target.path = $$DESTDIR/usr/bin
 
 INSTALLS += target icons docs translations desktop
 


--- NEW FILE kdocker.spec ---

Name:	 kdocker
Summary: Dock any application in the system tray
Version: 1.3
Release: 2%{?dist}

Group:   User Interface/Desktops
License: GPL
URL:	 http://kdocker.sourceforge.net/
Source0: http://dl.sourceforge.net/sourceforge/kdocker/kdocker-1.3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Patch0: kdocker-qmake.patch 

BuildRequires: desktop-file-utils
BuildRequires: qt-devel >= 1:3.3

%description
KDocker will help you dock any application in the system tray. This means you
can dock openoffice, xmms, firefox, thunderbolt, eclipse, anything! Just point
and click. Works for both KDE and GNOME (In fact it should work for most modern
window managers that support NET WM Specification. I believe it works for XFCE,
for instance)

All you need to do is start KDocker and select an application using the mouse
and lo! the application gets docked into the system tray. The application can 
also be made to dissappear from the task bar.

KDocker supports the KDE System Tray Protocol and the System Tray Protocol from
freedesktop.org

Very few apps have docking capabilities (e.g. Yahoo! and XMMS don't have any). 
Even if they do, sometimes they are specific to desktops (working on KDE but 
not on GNOME, and vice versa). KDocker will help you dock any application in 
the system tray. This means you can dock OpenOffice.org, XMMS, Firefox, 
Thunderbird, etc. Just point and click. It works for KDE, GNOME, XFCE, and 
probably many more.


%prep
%setup -q -n kdocker 

%patch0 -p1 -b .qmake


%build
unset QTDIR || : ; . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include

qmake 

# Not smp safe
make 


%install
rm -rf $RPM_BUILD_ROOT

qmake DESTDIR=$RPM_BUILD_ROOT 

make install 

desktop-file-install --vendor fedora \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  --add-category Application \
  --delete-original \
  $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop


%clean
rm -rf $RPM_BUILD_ROOT 


%files
%defattr(-, root, root)
%doc AUTHORS BUGS COPYING CREDITS ChangeLog HACKING README TODO VERSION
%{_bindir}/*
%{_datadir}/kdocker
%{_datadir}/applications/*.desktop


%changelog 
* Mon Oct 31 2005 Rex Dieter 1.3-2
- use desktop-file-install 

* Mon Oct 31 2005 Rex Dieter 1.3-1
- cleanup for Extras

* Tue Feb 15 2005 Rex Dieter 1.3-0.1
- 1.3 (first try)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kdocker/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2005 14:13:55 -0000	1.1
+++ .cvsignore	1 Nov 2005 14:14:40 -0000	1.2
@@ -0,0 +1 @@
+kdocker-1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdocker/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2005 14:13:55 -0000	1.1
+++ sources	1 Nov 2005 14:14:40 -0000	1.2
@@ -0,0 +1 @@
+c6900fc87c6c48cd106457ed9c6f924f  kdocker-1.3.tar.gz




More information about the fedora-extras-commits mailing list