oneclickftp stable port information

Package: oneclickftp
Version: 0.5.1
Revision: 1
Depends: <<
fontconfig2-shlibs (>= 2.4.1-6), freetype219-shlibs (>= 2.3.8-1), glib2-shlibs (>= 2.18.4-3), libgettext3-shlibs (>= 0.14.5-2), libiconv (>= 1.12-3), libpng3-shlibs (>= 1:1.2.33-1), openssl098-shlibs (>= 0.9.8h-1), qca2-x11-shlibs (>= 2.0.1-1), qt4-base-x11-qtcore-shlibs (>= 4.5.0-4), qt4-base-x11-qtgui-shlibs (>= 4.5.0-4), x11, x11-shlibs
<<
BuildDepends: fontconfig2-dev (>= 2.4.1-6), freetype219 (>= 2.3.8-1), glib2-dev (>= 2.18.4-3), libgettext8-dev (>= 0.14.5-2), libiconv-dev (>= 1.12-3), libpng14, openssl098-dev (>= 0.9.8h-1), qca2-x11 (>= 2.0.1-1), qt4-base-x11 (>= 4.5.0-4), x11-dev
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 7f9ba71c29e3086130754a7cf4d7f08e
PatchFile: %n.patch
PatchFile-MD5: b0e93edf4578456c7a7e28810afd2365
PatchScript: <<
%{default_script}
grep -rl /usr/local * | xargs perl -pi -e "s,/usr/local,%p,g"
<<
CompileScript: %p/lib/qt4-x11/bin/qmake %n.pro && make
InstallScript: mkdir -p %i/bin && cp -p bin/oneclickftp %i/bin/
DocFiles: CHANGELOG COPYING
License: LGPL
GCC: 4.0
Homepage: http://oneclickftp.sourceforge.net
Maintainer: Jack Fink
Description: Slim ftp client, uses Qt4
DescDetail: <<
OneClickFTP is a FTP-Client written in C++/Qt4, with which you can
Upload Files with just a few Clicks (unfortunately not one, but never
more than two). To do that you have to specify Profiles with the
Server, Username, Password and the desired Files.
OneClickFTP offers a lot of features like the Im- and Export of
Profiles wich makes it easy to share them with other people. Or the
possibility of prompting for a password, when trying to transfer
files. It it also possible to check the files for "Last modified"-date or
size before transferring. OneClickFTP provides safe up- ad
downloads, by uploading a file to a temporary name and renaming it
after it has been sucessfully uploaded.
<<
DescPort: <<
Gentoo patch to get around overloaded QString in qt4.7+
http://ftp.au.debian.org/gentoo-portage/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
<<

oneclickftp stable port .patch

Index: oneclickftp-0.5.1/src/ftpwindowimpl.h
===================================================================
--- oneclickftp-0.5.1.orig/src/ftpwindowimpl.h
+++ oneclickftp-0.5.1/src/ftpwindowimpl.h
@@ -38,7 +38,7 @@ class FTPWindowImpl : public QWidget, pu
{
Q_OBJECT
public:
- FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = 0, QString ProxyPort = 0);
+ FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = QString::number(0), QString ProxyPort = QString::number(0));
bool Upload(OProfile *ProfiletoUpload, std::vector SelectedFiles);
bool Download(OProfile *ProfiletoDownload, std::vector SelectedFiles);

oneclickftp _unstable_ port .patch