Date: Sunday, July 25, 2010 @ 06:18:56
  Author: andrea
Revision: 86063

already fixed

Modified:
  kdenetwork/kde-unstable/PKGBUILD
Deleted:
  kdenetwork/kde-unstable/fix-libktorrent-error.patch

-----------------------------+
 PKGBUILD                    |    9 ++-------
 fix-libktorrent-error.patch |   30 ------------------------------
 2 files changed, 2 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-07-24 16:55:07 UTC (rev 86062)
+++ PKGBUILD    2010-07-25 10:18:56 UTC (rev 86063)
@@ -20,15 +20,10 @@
        'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
        'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
        'telepathy-qt4' 'docbook-xsl' 'libktorrent')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";
-       'fix-libktorrent-error.patch')
-sha1sums=('2374f6c85dabe19c4d17cb037da59f8e7f499dca'
-          'd2827387cc01adb30af875eb1f2a799c036601be')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
+sha1sums=('2374f6c85dabe19c4d17cb037da59f8e7f499dca')
 
 build() {
-       cd ${srcdir}/${pkgbase}-${pkgver}
-       patch -Np1 -i ${srcdir}/fix-libktorrent-error.patch
-
        cd ${srcdir}
        mkdir build
        cd build

Deleted: fix-libktorrent-error.patch
===================================================================
--- fix-libktorrent-error.patch 2010-07-24 16:55:07 UTC (rev 86062)
+++ fix-libktorrent-error.patch 2010-07-25 10:18:56 UTC (rev 86063)
@@ -1,30 +0,0 @@
-Index: kdenetwork/kget/transfer-plugins/bittorrent/scandlg.cpp
-===================================================================
---- kdenetwork/kget/transfer-plugins/bittorrent/scandlg.cpp    (revision 
1138806)
-+++ kdenetwork/kget/transfer-plugins/bittorrent/scandlg.cpp    (revision 
1138807)
-@@ -81,6 +81,11 @@
-               }
-       }
- 
-+      void ScanDlg::error(const QString &err)
-+      {
-+              KMessageBox::error(0,i18n("Error scanning data: %1",err));
-+      }
-+
-       void ScanDlg::execute(bt::TorrentInterface* tc,bool silently)
-       {
-               m_torrent_label->setText(i18n("Scanning data of <b>%1</b> 
:",tc->getStats().torrent_name));
-Index: kdenetwork/kget/transfer-plugins/bittorrent/scandlg.h
-===================================================================
---- kdenetwork/kget/transfer-plugins/bittorrent/scandlg.h      (revision 
1138806)
-+++ kdenetwork/kget/transfer-plugins/bittorrent/scandlg.h      (revision 
1138807)
-@@ -59,6 +59,9 @@
-               /// Handle the close event
-               virtual void closeEvent(QCloseEvent* e);
- 
-+              /// Report an error
-+              virtual void error(const QString &err);
-+
-       protected slots:
-               virtual void reject();
-               virtual void accept();

Reply via email to