raphgro pushed to kdocker (epel7). "Retire kdocker."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 20:44:57 UTC 2015


>From 63dd4ab92408d78747f479199f418b3dac1c3dbc Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting at redhat.com>
Date: Mon, 25 Jul 2011 17:52:58 -0400
Subject: Retire kdocker.


diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..6c90bdc
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS).
diff --git a/kdocker-4.3-qmake_saner_defaults.patch b/kdocker-4.3-qmake_saner_defaults.patch
deleted file mode 100644
index 863fca2..0000000
--- a/kdocker-4.3-qmake_saner_defaults.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -up kdocker-4.3/kdocker.pro.qmake kdocker-4.3/kdocker.pro
---- kdocker-4.3/kdocker.pro.qmake	2009-11-10 16:10:08.000000000 -0600
-+++ kdocker-4.3/kdocker.pro	2010-01-20 13:08:40.910649567 -0600
-@@ -9,7 +9,8 @@ INCLUDEPATH += . src  /usr/include/X11
- LIBPATH += /usr/X11/lib
- LIBS = -lX11 -lXpm -lXmu
- 
--INSTALL_PATH = /usr/local/share/kdocker
-+INSTALL_PREFIX = /usr
-+INSTALL_PATH = $$INSTALL_PREFIX/share/kdocker
- 
- TRANSLATIONS += i18n/kdocker_it_IT.ts
- 
-@@ -39,7 +40,7 @@ desktop.files = helpers/kdocker.desktop
- completion.path = /etc/bash_completion.d
- completion.files = helpers/kdocker
- 
--target.path = /usr/local/bin
-+target.path = $$INSTALL_PREFIX/bin
- 
- INSTALLS += target icons desktop completion translations
- 
diff --git a/kdocker.spec b/kdocker.spec
deleted file mode 100644
index 1517a11..0000000
--- a/kdocker.spec
+++ /dev/null
@@ -1,123 +0,0 @@
-
-Name:	 kdocker
-Summary: Dock any application in the system tray
-Version: 4.3 
-Release: 3%{?dist}
-
-Group:   User Interface/Desktops
-License: GPLv2+
-URL:	 https://launchpad.net/kdocker 
-Source0: http://launchpad.net/kdocker/trunk/%{version}/+download/kdocker-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-## upstreamable patches
-# use an adjustable install prefix, default to /usr (vs /usr/local)
-Patch50: kdocker-4.3-qmake_saner_defaults.patch
-
-BuildRequires: qt4-devel, libXpm-devel, libXmu-devel, desktop-file-utils
-
-%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 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.
-
-
-%prep
-%setup -q 
-
-%patch50 -p1 -b .qmake_saner_defaults
-
-
-%build
-%{_qt4_qmake}
-
-make  %{?_smp_mflags}
-
-
-%install
-rm -rf %{buildroot} 
-
-make install INSTALL_ROOT=%{buildroot}
-
-desktop-file-install \
-  --dir=%{buildroot}%{_datadir}/applications \
-  --vendor="" \
-  --add-category="Qt" \
-  helpers/kdocker.desktop 
-
-
-%clean
-rm -rf %{buildroot}
-
-
-%files 
-%defattr(-,root,root,-)
-%doc AUTHORS BUGS COPYING CREDITS ChangeLog README TODO VERSION
-%{_bindir}/kdocker
-%{_datadir}/kdocker/
-%{_datadir}/applications/kdocker.desktop
-# wary of owning this dir, but seems like what most other packages do
-%{_sysconfdir}/bash_completion.d/
-
-
-%changelog
-* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Mon Jan 25 2010 Thomas Janssen <thomasj at fedoraproject.org> 4.3-2
-- added BRs
-
-* Wed Jan 20 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.3-1
-- kdocker-4.3
-
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-13
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-12
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Wed Apr 02 2008 Rex Dieter <rdieter at fedoraproject.org> 1.3-11
-- BR: qt3-devel
-
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3-10
-- Autorebuild for GCC 4.3
-
-* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.3-9
-- License: GPLv2+
-- respin (BuildID)
-
-* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-8
-- fc6 respin
-
-* Wed May 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-7
-- rework -paths patch
-
-* Fri Apr 14 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-6
-- --vendor=""
-
-* Fri Mar 10 2006 Rex Dieter <rexdieer[AT]users.sf.net> 1.3-5
-- build failure, useless -debuginfo (#180103)
-
-* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 
-- fc5: gcc/glibc respin
-
-* Sat Jan 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-4
-- .desktop: fix path to app-icon (#178531)
-
-* Tue Nov 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-3
-- remove dup'd docs
-- %%lang'ify i18n bits
-
-* 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
deleted file mode 100644
index 63bf5af..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-51bd0a29e58edc6c93fe19f9c5acaaea  kdocker-4.3.tar.gz
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list