raphgro pushed to kdocker (epel7). "auto-import kdocker-1.3-2 on branch devel from kdocker-1.3-2.src.rpm"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 20:43:23 UTC 2015


>From 6fea0ee1e07b50156a2e85c3214468adce16ede3 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Tue, 1 Nov 2005 14:14:40 +0000
Subject: auto-import kdocker-1.3-2 on branch devel from kdocker-1.3-2.src.rpm


diff --git a/.cvsignore b/.cvsignore
index e69de29..9ca0d3d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+kdocker-1.3.tar.gz
diff --git a/kdocker-qmake.patch b/kdocker-qmake.patch
new file mode 100644
index 0000000..060eb3d
--- /dev/null
+++ b/kdocker-qmake.patch
@@ -0,0 +1,28 @@
+--- 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
+ 
diff --git a/kdocker.spec b/kdocker.spec
new file mode 100644
index 0000000..9e13bbc
--- /dev/null
+++ b/kdocker.spec
@@ -0,0 +1,91 @@
+
+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)
diff --git a/sources b/sources
index e69de29..b3cac12 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c6900fc87c6c48cd106457ed9c6f924f  kdocker-1.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdocker.git/commit/?h=epel7&id=6fea0ee1e07b50156a2e85c3214468adce16ede3


More information about the scm-commits mailing list