Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5030b3ec4a8b086f4e26b84a794085fc569b85e5

commit 5030b3ec4a8b086f4e26b84a794085fc569b85e5
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Jun 1 12:22:49 2009 +0200

knx-0.1-2-i686

- bin, will be replaced by freenx-client in a bit

diff --git a/source/kde-extra/knx/FrugalBuild b/source/kde-extra/knx/FrugalBuild
deleted file mode 100644
index af75652..0000000
--- a/source/kde-extra/knx/FrugalBuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Compiling Time: 0.71 SBU
-# Maintainer: Miklos Vajna <vmik...@frugalware.org>
-
-pkgname=knx
-pkgver=0.1
-pkgrel=2
-pkgdesc="A client for NX servers."
-url="http://www.kde.org";
-depends=('kdelibs' 'freenx')
-groups=('kde-extra')
-archs=('i686')
-up2date="$pkgver"
-# available from svn co svn://anonsvn.kde.org/home/kde/trunk/kdenonbeta/knx
-# tarball from the Frugalware mirrors
-options=('scriptlet')
-source=($pkgname-$pkgver{.tar.bz2,-{suse,resume}.diff})
-sha1sums=('d382edb5fb5cab9fb122bbe3aebbf4626153def9' \
-         'cd0f18cac5c41406ef368d43f92efff600f83c6b' \
-         '127559c5b676395f064b26669e1935d7d019e203')
-
-build()
-{
-       Fpatchall
-       rm knx/configure.in*
-       touch knx/src/include/config.h
-       make -f admin/Makefile.common cvs
-       Fmake --disable-debug
-       Fmakeinstall
-}
-
-# optimization OK
diff --git a/source/kde-extra/knx/knx-0.1-resume.diff 
b/source/kde-extra/knx/knx-0.1-resume.diff
deleted file mode 100644
index c08dee2..0000000
--- a/source/kde-extra/knx/knx-0.1-resume.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur knx-0.1.orig/knx/src/knxconnection.cpp 
knx-0.1/knx/src/knxconnection.cpp
---- knx-0.1.orig/knx/src/knxconnection.cpp     2004-09-24 12:52:17.000000000 
+0200
-+++ knx-0.1/knx/src/knxconnection.cpp  2006-06-23 23:41:39.000000000 +0200
-@@ -135,7 +135,7 @@
-                                       if (findLineStartingWith("HELLO 
NXSERVER")) {
-                                               if (waitsForInput()) {
-                                                       if (m_connecting) 
m_connecting->setActivity(i18n("Setting initial connection parameters"));
--                                                      sendString("hello 
NXCLIENT - Version 1.4.0\n");
-+                                                      sendString("hello 
NXCLIENT - Version 1.3.2\n");
-                                                       m_state=PREAMBLE_SHELL;
-                                                       
m_connectionTimeout->changeInterval(5000);
-                                               }
diff --git a/source/kde-extra/knx/knx-0.1-suse.diff 
b/source/kde-extra/knx/knx-0.1-suse.diff
deleted file mode 100644
index 7203a10..0000000
--- a/source/kde-extra/knx/knx-0.1-suse.diff
+++ /dev/null
@@ -1,56 +0,0 @@
-The svn co as-is not yet usable, so we use SuSE's patch to get things done.
---- knx-0.1.orig/knx/src/knxconnection.cpp
-+++ knx-0.1/knx/src/knxconnection.cpp
-@@ -44,7 +44,7 @@
- KProcess *KNXConnection::SSHData::newProcess(QObject *parent) {
-       if (host.isEmpty() || user.isEmpty() || port.isEmpty()) return 0;
-               KProcess *proc=new KProcess(parent);
--              (*proc)<<"ssh" << "-i" <<"/usr/NX/share/client.id_dsa.key" << 
(user+"@"+host)<<"-p"<<port;
-+              (*proc)<<"ssh" << "-i" <<"/usr/share/knx/client.id_dsa.key" << 
(user+"@"+host)<<"-p"<<port;
-               return proc;
-       }
-
-@@ -99,7 +99,7 @@
-       kdDebug()<<"Trying to start ssh"<<endl;
-       m_sshProcess=m_sshData.newProcess(this);
-       if (!m_sshProcess) return false;
--      //(*m_sshProcess)<<"ssh" << "-i" <<"/usr/NX/share/client.id_dsa.key" << 
m_sshData.connectionString());
-+      //(*m_sshProcess)<<"ssh" << "-i" <<"/usr/share/knx/client.id_dsa.key" 
<< m_sshData.connectionString());
-       connect(m_sshProcess,SIGNAL(receivedStdout(KProcess *, char *, int)),
-               this,SLOT(receivedFromSSH(KProcess*, char*,int)));
-       connect(m_sshProcess,SIGNAL(wroteStdin(KProcess 
*)),this,SLOT(dataHasBeenWrittenToSSH()));
---- knx-0.1.orig/Makefile.am.in
-+++ knx-0.1/Makefile.am.in
-@@ -2,31 +2,6 @@
- ## (C) 1997 Stephan Kulow
-
- AUTOMAKE_OPTIONS = foreign
--DISTCLEANFILES = inst-apps
-
--
--install-data-local:
--      @echo ""
--      @echo ""
--      @echo "*************** Important *************************"
--      @echo ""
--      @echo "This module contains unreleased software."
--      @echo ""
--      @echo "The software may compile and work, but it may just"
--      @echo "as well neither compile nor work."
--      @echo ""
--      @echo "****************************************************"
--      @echo ""
--
--$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in 
$(top_srcdir)/admin/libtool.m4.in
--      @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > 
acinclude.m4
--
--$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f 
$(top_srcdir)/configure.files && cat $(top_srcdir)/configure.files)
--      cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
--$(top_srcdir)/subdirs:
--      cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
--$(top_srcdir)/configure.files:
--      cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
--
--MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS 
configure.files
-+include admin/deps.am
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to