[arch-commits] Commit in kdenetwork/kde-unstable (PKGBUILD libktorrent1.0.5.patch)

Andrea Scarpino andrea at archlinux.org
Wed Jan 5 11:49:44 UTC 2011


    Date: Wednesday, January 5, 2011 @ 06:49:43
  Author: andrea
Revision: 104877

KDE 4.5.95

Modified:
  kdenetwork/kde-unstable/PKGBUILD
Deleted:
  kdenetwork/kde-unstable/libktorrent1.0.5.patch

------------------------+
 PKGBUILD               |   14 ++++----------
 libktorrent1.0.5.patch |   19 -------------------
 2 files changed, 4 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-05 11:49:40 UTC (rev 104876)
+++ PKGBUILD	2011-01-05 11:49:43 UTC (rev 104877)
@@ -10,8 +10,8 @@
          'kdenetwork-kppp'
          'kdenetwork-krdc'
          'kdenetwork-krfb')
-pkgver=4.5.90
-pkgrel=2
+pkgver=4.5.95
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -20,16 +20,10 @@
 	'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver' 'libmsn'
 	'ppp' 'v4l-utils' 'libidn' 'rdesktop' 'qimageblitz' 'libxdamage' 'libgadu'
 	'telepathy-qt4' 'docbook-xsl' 'libktorrent' 'kwebkitpart')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
-        'libktorrent1.0.5.patch')
-sha1sums=('3b744e52b884d46c4237f27f260ad65ff4dd5973'
-        'ef4e5a9b9ceb3eb235b7dce391bbde543386f31a')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('67d7553a270f407012e5a21e5047f545cbde369d')
 
 build() {
-    # Already fixed upstream
-	cd ${srcdir}/${pkgbase}-${pkgver}
-    patch -Np0 -i ${srcdir}/libktorrent1.0.5.patch
-
     cd ${srcdir}
 	mkdir build
 	cd build

Deleted: libktorrent1.0.5.patch
===================================================================
--- libktorrent1.0.5.patch	2011-01-05 11:49:40 UTC (rev 104876)
+++ libktorrent1.0.5.patch	2011-01-05 11:49:43 UTC (rev 104877)
@@ -1,19 +0,0 @@
-Index: kget/transfer-plugins/bittorrent/bttransferfactory.cpp
-===================================================================
---- kget/transfer-plugins/bittorrent/bttransferfactory.cpp	(revision 1209130)
-+++ kget/transfer-plugins/bittorrent/bttransferfactory.cpp	(revision 1209131)
-@@ -28,12 +28,13 @@
- BTTransferFactory::BTTransferFactory(QObject *parent, const QVariantList &args)
-   : TransferFactory(parent, args)
- {
-+#if LIBKTORRENT_VERSION >= 0x010100
-     if (!bt::InitLibKTorrent())
-     {
-         kError(5001) << "Failed to initialize libktorrent";
-         KGet::showNotification(0, "error", i18n("Cannot initialize libktorrent. Torrent support might not work."));
-     }
--#if LIBKTORRENT_VERSION >= 0x010100
-+
-     bt::Job::setJobTracker(new BTJobTracker(this));
- #endif
- }




More information about the arch-commits mailing list