[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2020-10-17 Thread Antonio Rojas via arch-commits
Date: Saturday, October 17, 2020 @ 18:30:53
  Author: arojas
Revision: 398535

Fix build (FS#68303)

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 18:17:16 UTC (rev 398534)
+++ PKGBUILD2020-10-17 18:30:53 UTC (rev 398535)
@@ -13,11 +13,17 @@
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
 'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
ktorrent-taglib-link.patch::"https://invent.kde.org/network/ktorrent/-/commit/f4c1c91d.patch;)
 sha256sums=('d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff'
-'SKIP')
+'SKIP'
+'0a894fe4b7c929451c7947d00e767560a99e3d53f5d7d0ac20e5ae8347ee69ee')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../ktorrent-taglib-link.patch # Fix linking 
to taglib
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DWITH_SYSTEM_GEOIP=ON


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2020-06-06 Thread Antonio Rojas via arch-commits
Date: Saturday, June 6, 2020 @ 19:50:10
  Author: arojas
Revision: 388386

Update to 5.2.0

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-06 19:41:26 UTC (rev 388385)
+++ PKGBUILD2020-06-06 19:50:10 UTC (rev 388386)
@@ -3,8 +3,8 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
@@ -14,22 +14,16 @@
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
 'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f'
+sha256sums=('d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
-prepare() {
-  mkdir -p build
-}
-
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DWITH_SYSTEM_GEOIP=ON
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 10:29:34
  Author: arojas
Revision: 380111

Add explicit phonon-qt5 dependency, no longer pulled by knotifyconfig

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 10:27:07 UTC (rev 380110)
+++ PKGBUILD2020-04-11 10:29:34 UTC (rev 380111)
@@ -4,12 +4,12 @@
 
 pkgname=ktorrent
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
-depends=(libktorrent kcmutils knotifyconfig kross)
+depends=(libktorrent kcmutils knotifyconfig kross phonon-qt5)
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
 'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2019-09-01 Thread Antonio Rojas via arch-commits
Date: Sunday, September 1, 2019 @ 20:42:01
  Author: arojas
Revision: 361476

Update to 5.1.2

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 20:38:26 UTC (rev 361475)
+++ PKGBUILD2019-09-01 20:42:01 UTC (rev 361476)
@@ -3,8 +3,8 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.1.1
-pkgrel=2
+pkgver=5.1.2
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
@@ -13,8 +13,8 @@
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
 'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a'
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('641427a3d6ecb18b0b28c1cc2ec3ba54612abf684df5e10e6c953cd7af058d4f'
 'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
@@ -25,8 +25,6 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
 -DWITH_SYSTEM_GEOIP=ON
   make
 }


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2019-06-09 Thread Antonio Rojas via arch-commits
Date: Sunday, June 9, 2019 @ 12:27:34
  Author: arojas
Revision: 355415

Use system geoip (FS#62851)

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 09:14:53 UTC (rev 355414)
+++ PKGBUILD2019-06-09 12:27:34 UTC (rev 355415)
@@ -4,14 +4,14 @@
 
 pkgname=ktorrent
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
 depends=(libktorrent kcmutils knotifyconfig kross)
-makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit)
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit geoip)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin' 'geoip: info widget plugin'
 'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a'
@@ -26,7 +26,8 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_SYSTEM_GEOIP=ON
   make
 }
 


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 10:30:42
  Author: arojas
Revision: 334126

kde-syndication -> syndication

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-08 10:30:17 UTC (rev 334125)
+++ PKGBUILD2018-09-08 10:30:42 UTC (rev 334126)
@@ -11,9 +11,9 @@
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
 depends=(libktorrent kcmutils knotifyconfig kross)
-makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib kde-syndication kplotting kdewebkit)
+makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib syndication kplotting kdewebkit)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
-'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
+'syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a'
 'SKIP')


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2018-08-31 Thread Antonio Rojas via arch-commits
Date: Friday, August 31, 2018 @ 08:53:05
  Author: arojas
Revision: 333158

Update to 5.1.1

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 08:36:15 UTC (rev 333157)
+++ PKGBUILD2018-08-31 08:53:05 UTC (rev 333158)
@@ -4,8 +4,8 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.1.1
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
@@ -14,24 +14,13 @@
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib kde-syndication kplotting kdewebkit)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
 'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-
ktorrent-qt5.11.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=16691987;
-
ktorrent-qt5.11b.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=c66233cd;
-
ktorrent-qt5.11c.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=672c5076;)
-sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
-'SKIP'
-'653d4665807e007ab1d64217e4ca3ec1c94eca912e09b5b7616fa0fdc76a5423'
-'ea4372920e7741d6accde2a9127761c801eb2548d3e262e0da799742e542a61e'
-'9e63246e5a975f22dfd9cc2aae41153c676a1420daffd1de0a2e6c6a39d2fb82')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a'
+'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../ktorrent-qt5.11.patch # Fix build with Qt 5.11
-  patch -p1 -i ../ktorrent-qt5.11b.patch
-  patch -p1 -i ../ktorrent-qt5.11c.patch
 }
 
 build() {


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2018-06-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 27, 2018 @ 14:35:10
  Author: arojas
Revision: 327697

Fix build with Qt 5.11 (FS#59158), rebuild without CMAKE_BUILD_TYPE

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 21 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-27 14:27:27 UTC (rev 327696)
+++ PKGBUILD2018-06-27 14:35:10 UTC (rev 327697)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
@@ -14,25 +14,35 @@
 makedepends=(extra-cmake-modules kdoctools boost plasma-workspace kdnssd 
taglib kde-syndication kplotting kdewebkit)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
 'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+
ktorrent-qt5.11.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=16691987;
+
ktorrent-qt5.11b.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=c66233cd;
+
ktorrent-qt5.11c.patch::"https://cgit.kde.org/ktorrent.git/patch/?id=672c5076;)
 sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
-'SKIP')
+'SKIP'
+'653d4665807e007ab1d64217e4ca3ec1c94eca912e09b5b7616fa0fdc76a5423'
+'ea4372920e7741d6accde2a9127761c801eb2548d3e262e0da799742e542a61e'
+'9e63246e5a975f22dfd9cc2aae41153c676a1420daffd1de0a2e6c6a39d2fb82')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../ktorrent-qt5.11.patch # Fix build with Qt 5.11
+  patch -p1 -i ../ktorrent-qt5.11b.patch
+  patch -p1 -i ../ktorrent-qt5.11c.patch
 }
 
 build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_LIBDIR=lib
-   make
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
 }
 
 package() {
-   cd build
-   make DESTDIR="$pkgdir" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2017-09-01 Thread Antonio Rojas
Date: Friday, September 1, 2017 @ 23:21:56
  Author: arojas
Revision: 304441

kdelibs4support--

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-01 20:57:32 UTC (rev 304440)
+++ PKGBUILD2017-09-01 23:21:56 UTC (rev 304441)
@@ -5,12 +5,12 @@
 
 pkgname=ktorrent
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(i686 x86_64)
 url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
-depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
+depends=(libktorrent kcmutils knotifyconfig kross)
 makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
 'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 17:24:52
  Author: arojas
Revision: 304401

Fix URL

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 17:24:36 UTC (rev 304400)
+++ PKGBUILD2017-08-31 17:24:52 UTC (rev 304401)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=(i686 x86_64)
-url='http://ktorrent.pwsp.net/'
+url='https://www.kde.org/applications/internet/ktorrent/'
 license=(GPL2)
 depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
 makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2017-08-31 Thread Antonio Rojas
Date: Thursday, August 31, 2017 @ 16:54:33
  Author: arojas
Revision: 304394

Update to 5.1.0

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-31 15:01:43 UTC (rev 304393)
+++ PKGBUILD2017-08-31 16:54:33 UTC (rev 304394)
@@ -4,17 +4,20 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://ktorrent.pwsp.net/'
-license=('GPL2')
-depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
-optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
+license=(GPL2)
+depends=(libktorrent kdelibs4support kcmutils knotifyconfig kross)
+makedepends=(extra-cmake-modules python kdoctools boost plasma-workspace 
kdnssd taglib kde-syndication kplotting kdewebkit)
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin'
+'kde-syndication: syndication plugin' 'kdewebkit: search plugin, 
syndication plugin' 'kplotting: statistics plugin')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3'
+'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 
 prepare() {
   mkdir -p build
@@ -31,5 +34,5 @@
 
 package() {
cd build
-   make DESTDIR="${pkgdir}" install
+   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in ktorrent/trunk (PKGBUILD ktorrent.install)

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:19:56
  Author: arojas
Revision: 266883

Hooks

Modified:
  ktorrent/trunk/PKGBUILD
Deleted:
  ktorrent/trunk/ktorrent.install

--+
 PKGBUILD |3 +--
 ktorrent.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:13:08 UTC (rev 266882)
+++ PKGBUILD2016-05-04 20:19:56 UTC (rev 266883)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'
@@ -13,7 +13,6 @@
 depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
-install=${pkgname}.install
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
 

Deleted: ktorrent.install
===
--- ktorrent.install2016-05-04 20:13:08 UTC (rev 266882)
+++ ktorrent.install2016-05-04 20:19:56 UTC (rev 266883)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2016-04-18 Thread Antonio Rojas
Date: Monday, April 18, 2016 @ 08:45:34
  Author: arojas
Revision: 265116

Update to 5.0.1

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-18 06:40:05 UTC (rev 265115)
+++ PKGBUILD2016-04-18 06:45:34 UTC (rev 265116)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('06c9e9a644704b72c20842ab19f794f659be9f0a')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2016-04-15 Thread Antonio Rojas
Date: Saturday, April 16, 2016 @ 00:04:43
  Author: arojas
Revision: 265026

Update to 5.0

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   30 --
 1 file changed, 12 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 20:52:08 UTC (rev 265025)
+++ PKGBUILD2016-04-15 22:04:43 UTC (rev 265026)
@@ -4,36 +4,30 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=4.3.1
-pkgrel=6
+pkgver=5.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'
 license=('GPL2')
-depends=('libktorrent' 'kdebase-runtime' 'taglib')
-makedepends=('automoc4' 'cmake' 'boost' 'kdepimlibs4')
-optdepends=('kdepimlibs4: syndication plugin')
+depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
 install=${pkgname}.install
-source=("http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'kde412.patch'
-'kdebug-315239.patch')
-sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
-  'f2c0e05913b2f21b593818e2cd3547d09f86be86'
-  'd247aecbda3eef8dcb51d3db244b1c845f85')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('06c9e9a644704b72c20842ab19f794f659be9f0a')
 
 prepare() {
-   mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/kde412.patch
-  patch -p1 -i "${srcdir}"/kdebug-315239.patch
+  mkdir -p build
 }
 
 build() {
cd build
-   cmake ../${pkgname}-${pkgver} \
+   cmake ../$pkgname-$pkgver \
  -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+  -DKDE_INSTALL_LIBDIR=lib
make
 }
 


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2015-12-11 Thread Antonio Rojas
Date: Friday, December 11, 2015 @ 23:44:48
  Author: arojas
Revision: 255803

Drop Plasma 4 support

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-11 22:31:41 UTC (rev 255802)
+++ PKGBUILD2015-12-11 22:44:48 UTC (rev 255803)
@@ -5,13 +5,14 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'
 license=('GPL2')
 depends=('libktorrent' 'kdebase-runtime' 'taglib')
-makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
+makedepends=('automoc4' 'cmake' 'boost' 'kdepimlibs4')
+optdepends=('kdepimlibs4: syndication plugin')
 install=${pkgname}.install
 
source=("http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'kde412.patch'


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:25:08
  Author: bpiotrowski
Revision: 253976

C++11 ABI rebuild

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:24:18 UTC (rev 253975)
+++ PKGBUILD2015-12-08 16:25:08 UTC (rev 253976)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2015-04-12 Thread Felix Yan
Date: Sunday, April 12, 2015 @ 16:08:36
  Author: fyan
Revision: 236292

upgpkg: ktorrent 4.3.1-4

KDE4 docs move

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-12 14:04:03 UTC (rev 236291)
+++ PKGBUILD2015-04-12 14:08:36 UTC (rev 236292)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'


[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2014-09-28 Thread Felix Yan
Date: Sunday, September 28, 2014 @ 09:41:56
  Author: fyan
Revision: 223608

upgpkg: ktorrent 4.3.1-3

kdelibs rebuild

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-28 07:36:44 UTC (rev 223607)
+++ PKGBUILD2014-09-28 07:41:56 UTC (rev 223608)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'


[arch-commits] Commit in ktorrent/trunk (PKGBUILD kdebug-315239.patch)

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 17:01:04
  Author: andrea
Revision: 205596

Fix IPFilter bug (KDEBUG#315239); kdebase-workspace is not needed at runtime 
(FS#38805)

Added:
  ktorrent/trunk/kdebug-315239.patch
Modified:
  ktorrent/trunk/PKGBUILD

-+
 PKGBUILD|   22 +++-
 kdebug-315239.patch |   65 ++
 2 files changed, 80 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 15:48:17 UTC (rev 205595)
+++ PKGBUILD2014-02-08 16:01:04 UTC (rev 205596)
@@ -5,19 +5,27 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
-url='http://ktorrent.org/'
+url='http://ktorrent.pwsp.net/'
 license=('GPL2')
-depends=('libktorrent' 'kdebase-workspace' 'taglib')
-makedepends=('automoc4' 'cmake' 'boost')
-source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+depends=('libktorrent' 'kdebase-runtime' 'taglib')
+makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
 install=${pkgname}.install
-sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e')
+source=(http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'kdebug-315239.patch')
+sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
+  'd247aecbda3eef8dcb51d3db244b1c845f85')
 
+prepare() {
+   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kdebug-315239.patch
+}
+
 build() {
-   mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
  -DCMAKE_BUILD_TYPE=Release \

Added: kdebug-315239.patch
===
--- kdebug-315239.patch (rev 0)
+++ kdebug-315239.patch 2014-02-08 16:01:04 UTC (rev 205596)
@@ -0,0 +1,65 @@
+commit 3dfcbeb9765e99f9b99951134b17268eb7a617d2
+Author: Joris Guisson joris.guis...@gmail.com
+Date:   Thu Aug 1 13:19:29 2013 +0200
+
+Backport ipfilter extraction fixes from master branch to 4.3 branch
+
+BUG: 315239
+
+diff --git a/ChangeLog b/ChangeLog
+index c5ae9da..42c48ff 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,6 @@
++Changes in 4.3.2:
++- Backport ipfilter extraction fixes from master branch (315239)
++
+ Changes in 4.3.1:
+ - Fix new custom groups not appearing in add to group submenu (307230)
+ - Fix crash when right clicking on some locations in the GroupView due to 0 
pointer (307160)
+diff --git a/plugins/ipfilter/downloadandconvertjob.cpp 
b/plugins/ipfilter/downloadandconvertjob.cpp
+index d3092ac..4080c2a 100644
+--- a/plugins/ipfilter/downloadandconvertjob.cpp
 b/plugins/ipfilter/downloadandconvertjob.cpp
+@@ -114,12 +114,13 @@ namespace kt
+   
+   //now determine if it's ZIP or TXT file
+   KMimeType::Ptr ptr = KMimeType::findByPath(temp);
++Out(SYS_IPF|LOG_NOTICE)  Mimetype:   ptr-name()  endl;
+   if (ptr-name() == application/zip)
+   {
+   active_job = KIO::file_move(temp,QString(kt::DataDir() 
+ QLatin1String(level1.zip)),-1,KIO::HideProgressInfo|KIO::Overwrite);
+   
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(extract(KJob*)));
+   }
+-  else if (ptr-name() == application/x-gzip || ptr-name() == 
application/x-bzip)
++  else if (ptr-name() == application/x-gzip || ptr-name() == 
application/x-bzip || ptr-name() == application/gzip)
+   {
+   active_job = new 
bt::DecompressFileJob(temp,QString(kt::DataDir() + level1.txt));
+   
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
+@@ -174,23 +175,10 @@ namespace kt
+   }
+   
+   QString destination = kt::DataDir() + level1.txt;
+-  if (zip-directory()-entries().contains(splist.txt))
++QStringList entries = zip-directory()-entries();
++  if (entries.count() = 1)
+   {
+-  active_job = new 
bt::ExtractFileJob(zip,splist.txt,destination);
+-  
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
+-  unzip = true;
+-  active_job-start();
+-  }
+-  else if (zip-directory()-entries().contains(level1.txt))
+-  {
+-  active_job = new 
bt::ExtractFileJob(zip,level1.txt,destination);
+-  
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
+-  unzip = true;
+-  active_job-start();
+-  }
+-  else if (zip-directory()-entries().contains(ipfilter.dat))
+-  {
+-  active_job = new 
bt::ExtractFileJob(zip,ipfilter.dat,destination);
++  

[arch-commits] Commit in ktorrent/trunk (PKGBUILD kde412.patch)

2014-02-08 Thread Andrea Scarpino
Date: Saturday, February 8, 2014 @ 17:27:38
  Author: andrea
Revision: 205597

upgpkg: ktorrent 4.3.1-2

Fix build with KDE 4.12

Added:
  ktorrent/trunk/kde412.patch
Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |3 +++
 kde412.patch |   18 ++
 2 files changed, 21 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 16:01:04 UTC (rev 205596)
+++ PKGBUILD2014-02-08 16:27:38 UTC (rev 205597)
@@ -14,8 +14,10 @@
 makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
 install=${pkgname}.install
 
source=(http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'kde412.patch'
 'kdebug-315239.patch')
 sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
+  'f2c0e05913b2f21b593818e2cd3547d09f86be86'
   'd247aecbda3eef8dcb51d3db244b1c845f85')
 
 prepare() {
@@ -22,6 +24,7 @@
mkdir build
 
   cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/kde412.patch
   patch -p1 -i ${srcdir}/kdebug-315239.patch
 }
 

Added: kde412.patch
===
--- kde412.patch(rev 0)
+++ kde412.patch2014-02-08 16:27:38 UTC (rev 205597)
@@ -0,0 +1,18 @@
+From: Christoph Feck christ...@maxiom.de
+Date: Fri, 19 Oct 2012 08:56:22 +
+Subject: SVN_SILENT link
+X-Git-Url: 
http://quickgit.kde.org/?p=ktorrent.gita=commitdiffh=3ef62c439027acc0a166101419fff4bc0c69013d
+---
+SVN_SILENT link
+---
+
+
+--- a/plugins/ipfilter/tests/CMakeLists.txt
 b/plugins/ipfilter/tests/CMakeLists.txt
+@@ -1,4 +1,4 @@
+ set(ipblocklisttest_SRCS ipblocklisttest.cpp ../ipblocklist.cpp)
+ kde4_add_unit_test(ipblocklisttest TESTNAME ipblocklisttest 
${ipblocklisttest_SRCS})
+-target_link_libraries(ipblocklisttest ${QT_QTTEST_LIBRARY} ktorrent)
++target_link_libraries(ipblocklisttest ${QT_QTCORE_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} ${LIBKTORRENT_LIBRARIES})
+ 
+



[arch-commits] Commit in ktorrent/trunk (PKGBUILD groupmiewmodel.diff)

2012-11-18 Thread Ronald van Haren
Date: Sunday, November 18, 2012 @ 05:29:07
  Author: ronald
Revision: 171522

upgpkg: ktorrent 4.3.0-2

FS#32476 fix crash in groupviewmodel when dragging torrents

Added:
  ktorrent/trunk/groupmiewmodel.diff
Modified:
  ktorrent/trunk/PKGBUILD

-+
 PKGBUILD|   11 --
 groupmiewmodel.diff |   87 ++
 2 files changed, 95 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-18 10:28:10 UTC (rev 171521)
+++ PKGBUILD2012-11-18 10:29:07 UTC (rev 171522)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url='http://ktorrent.org/'
@@ -13,16 +13,21 @@
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'httpserver.patch')
+'httpserver.patch' 'groupmiewmodel.diff')
 install=${pkgname}.install
 sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b'
-  'cef22b24af540e1bfcf13da60e4846ade106c303')
+  'cef22b24af540e1bfcf13da60e4846ade106c303'
+ '5b91b40e38afb15452bcb0644cd7ba57bc9db6eb' )
 
+options=(strip)
+
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
# build time patch
patch -p0 -i ${srcdir}/httpserver.patch
+   patch -p0 -i ${srcdir}/groupmiewmodel.diff
 
cd ${srcdir}
mkdir build

Added: groupmiewmodel.diff
===
--- groupmiewmodel.diff (rev 0)
+++ groupmiewmodel.diff 2012-11-18 10:29:07 UTC (rev 171522)
@@ -0,0 +1,87 @@
+commit 1009ba89b5d603ae7f1a95ef65a818c760c367cf
+Author: Joris Guisson joris.guis...@gmail.com
+Date:   Mon Oct 22 20:07:21 2012 +0200
+
+Backport to 4.3: Fix crash in GroupViewModel when dragging torrents over 
groups
+
+BUG: 308733
+
+diff --git a/ktorrent/groups/groupviewmodel.cpp 
b/ktorrent/groups/groupviewmodel.cpp
+index f2e99d2..b4dca7e 100644
+--- ktorrent/groups/groupviewmodel.cpp
 ktorrent/groups/groupviewmodel.cpp
+@@ -55,6 +55,9 @@ namespace kt
+   QVariant GroupViewModel::data(const QModelIndex index, int role) const
+   {
+   Item* item = (Item*)index.internalPointer();
++if(!item)
++return QVariant();
++
+   switch(role)
+   {
+   case Qt::DisplayRole:
+@@ -72,6 +75,9 @@ namespace kt
+   return false;
+   
+   Item* item = (Item*)index.internalPointer();
++if(!item)
++return false;
++
+   Group* group = item-group;
+   QString new_name = value.toString();
+   if(new_name.isEmpty() || gman-find(new_name))
+@@ -96,13 +102,16 @@ namespace kt
+   return 1;
+   
+   Item* item = (Item*)parent.internalPointer();
+-  return item-children.size();
++if(!item)
++return 0;
++else
++return item-children.size();
+   }
+ 
+   QModelIndex GroupViewModel::parent(const QModelIndex child) const
+   {
+   Item* item = (Item*)child.internalPointer();
+-  if(!item-parent)
++  if(!item || !item-parent)
+   return QModelIndex();
+   else
+   return createIndex(item-parent-row, 0, 
(void*)item-parent);
+@@ -114,7 +123,7 @@ namespace kt
+   return createIndex(row, column, (void*)root);
+   
+   Item* item = (Item*)parent.internalPointer();
+-  if(row  0 || row = item-children.count())
++  if(!item || row  0 || row = item-children.count())
+   return QModelIndex();
+   
+   return createIndex(row, column, (void*)item-children.at(row));
+@@ -157,7 +166,7 @@ namespace kt
+   Qt::ItemFlags GroupViewModel::flags(const QModelIndex index) const
+   {
+   Item* item = (Item*)index.internalPointer();
+-  if(item-group  !item-group-isStandardGroup())
++  if(item  item-group  !item-group-isStandardGroup())
+   return Qt::ItemIsEnabled | Qt::ItemIsEditable | 
Qt::ItemIsDropEnabled;
+   else
+   return Qt::ItemIsEnabled;
+@@ -218,8 +227,11 @@ namespace kt
+   
+   bool GroupViewModel::removeRows(int row, int count, const QModelIndex 
parent)
+   {
++Item* item = (Item*)parent.internalPointer();
++if(!item)
++return false;
++
+   beginRemoveRows(parent, row, row + count);
+-  Item* item = (Item*)parent.internalPointer();
+   for(int i = 0; i  count; i++)
+   

[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2012-09-08 Thread Ronald van Haren
Date: Saturday, September 8, 2012 @ 04:54:04
  Author: ronald
Revision: 166482

upgpkg: ktorrent 4.3.0-1

update to 4.3.0

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-08 08:39:46 UTC (rev 166481)
+++ PKGBUILD2012-09-08 08:54:04 UTC (rev 166482)
@@ -4,8 +4,8 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url='http://ktorrent.org/'
@@ -13,18 +13,16 @@
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'httpserver.patch' 'magnet.patch')
+'httpserver.patch')
 install=${pkgname}.install
-sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
-  'cef22b24af540e1bfcf13da60e4846ade106c303'
-  'f0156489364e5590b0b539cfe2abc929c1922ef8')
+sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b'
+  'cef22b24af540e1bfcf13da60e4846ade106c303')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
# build time patch
patch -p0 -i ${srcdir}/httpserver.patch
-   patch -p1 -i ${srcdir}/magnet.patch
 
cd ${srcdir}
mkdir build



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2012-06-18 Thread Ronald van Haren
Date: Monday, June 18, 2012 @ 03:33:14
  Author: ronald
Revision: 161993

upgpkg: ktorrent 4.2.1-1

update to 4.2.1

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-18 07:10:44 UTC (rev 161992)
+++ PKGBUILD2012-06-18 07:33:14 UTC (rev 161993)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.2.0
+pkgver=4.2.1
 pkgrel=1
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'httpserver.patch')
 install=${pkgname}.install
-md5sums=('01aa25e1339ffd84776f3c9c27bd4a72'
- '1f25b94615b0bbfa0457c99fb20de3e6')
+sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
+  'cef22b24af540e1bfcf13da60e4846ade106c303')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2012-03-06 Thread Andrea Scarpino
Date: Tuesday, March 6, 2012 @ 16:02:48
  Author: andrea
Revision: 152430

Upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-06 21:02:38 UTC (rev 152429)
+++ PKGBUILD2012-03-06 21:02:48 UTC (rev 152430)
@@ -4,18 +4,18 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.1.3
+pkgver=4.2.0
 pkgrel=1
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
-url=http://ktorrent.org;
+url='http://ktorrent.org/'
 license=('GPL2')
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'httpserver.patch')
 install=${pkgname}.install
-md5sums=('4cdd6597a11a465d91e17ac86320883e'
+md5sums=('01aa25e1339ffd84776f3c9c27bd4a72'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {
@@ -29,8 +29,7 @@
cd build
cmake ../${pkgname}-${pkgver} \
  -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_MEDIAPLAYER_PLUGIN=true
+ -DCMAKE_INSTALL_PREFIX=/usr
make
 }
 



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2011-11-23 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 14:36:27
  Author: andrea
Revision: 143236

upgpkg: ktorrent 4.1.3-1

upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-23 19:29:05 UTC (rev 143235)
+++ PKGBUILD2011-11-23 19:36:27 UTC (rev 143236)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
@@ -15,8 +15,7 @@
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'httpserver.patch')
 install=${pkgname}.install
-options=('libtool')
-md5sums=('8026d9f75257f2e52ac5ba3ce4720d55'
+md5sums=('4cdd6597a11a465d91e17ac86320883e'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD ktorrent.install)

2011-08-17 Thread Andrea Scarpino
Date: Wednesday, August 17, 2011 @ 04:07:39
  Author: andrea
Revision: 135681

upgpkg: ktorrent 4.1.2-1
upstream release

Modified:
  ktorrent/trunk/PKGBUILD
  ktorrent/trunk/ktorrent.install

--+
 PKGBUILD |6 +++---
 ktorrent.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-17 07:53:05 UTC (rev 135680)
+++ PKGBUILD2011-08-17 08:07:39 UTC (rev 135681)
@@ -4,8 +4,8 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url=http://ktorrent.org;
@@ -16,7 +16,7 @@
 'httpserver.patch')
 install=${pkgname}.install
 options=('libtool')
-md5sums=('affadf7c7198e5aa430e91ab75800296'
+md5sums=('8026d9f75257f2e52ac5ba3ce4720d55'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {

Modified: ktorrent.install
===
--- ktorrent.install2011-08-17 07:53:05 UTC (rev 135680)
+++ ktorrent.install2011-08-17 08:07:39 UTC (rev 135681)
@@ -1,6 +1,6 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-mime-database usr/share/mime  /dev/null
+update-mime-database usr/share/mime  /dev/null
update-desktop-database -q
 }
 



[arch-commits] Commit in ktorrent/trunk (PKGBUILD ktorrent.install)

2011-05-12 Thread Ronald van Haren
Date: Thursday, May 12, 2011 @ 03:33:28
  Author: ronald
Revision: 123660

upgpkg: ktorrent 4.1.1-2
enable media player; add update-desktop-database to install file

Modified:
  ktorrent/trunk/PKGBUILD
  ktorrent/trunk/ktorrent.install

--+
 PKGBUILD |4 ++--
 ktorrent.install |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-12 07:10:00 UTC (rev 123659)
+++ PKGBUILD2011-05-12 07:33:28 UTC (rev 123660)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url=http://ktorrent.org;
@@ -31,7 +31,7 @@
cmake ../${pkgname}-${pkgver} \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_MEDIAPLAYER_PLUGIN=false
+ -DENABLE_MEDIAPLAYER_PLUGIN=true
make
 }
 

Modified: ktorrent.install
===
--- ktorrent.install2011-05-12 07:10:00 UTC (rev 123659)
+++ ktorrent.install2011-05-12 07:33:28 UTC (rev 123660)
@@ -1,6 +1,7 @@
 post_install() {
xdg-icon-resource forceupdate --theme hicolor  /dev/null
 update-mime-database usr/share/mime  /dev/null
+   update-desktop-database -q
 }
 
 post_upgrade() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2011-05-02 Thread Andrea Scarpino
Date: Monday, May 2, 2011 @ 03:25:24
  Author: andrea
Revision: 122112

upgpkg: ktorrent 4.1.1-1
upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-02 07:24:53 UTC (rev 122111)
+++ PKGBUILD2011-05-02 07:25:24 UTC (rev 122112)
@@ -4,9 +4,9 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
-pkgdesc=A BitTorrent program for KDE
+pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url=http://ktorrent.org;
 license=('GPL2')
@@ -16,16 +16,16 @@
 'httpserver.patch')
 install=${pkgname}.install
 options=('libtool')
-md5sums=('3981c00810217e88b9772438df31df08'
+md5sums=('affadf7c7198e5aa430e91ab75800296'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}-${pkgver}
 
# build time patch
-   patch -Np0 -i ${srcdir}/httpserver.patch
+   patch -p0 -i ${srcdir}/httpserver.patch
 
-   cd ${srcdir}
+   cd ${srcdir}
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -36,6 +36,6 @@
 }
 
 package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2011-03-16 Thread Andrea Scarpino
Date: Wednesday, March 16, 2011 @ 15:19:11
  Author: andrea
Revision: 115087

upgpkg: ktorrent 4.1.0-1
upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-16 19:17:11 UTC (rev 115086)
+++ PKGBUILD2011-03-16 19:19:11 UTC (rev 115087)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.0.5
+pkgver=4.1.0
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-   'httpserver.patch')
+'httpserver.patch')
 install=${pkgname}.install
 options=('libtool')
-md5sums=('3a2e9a92d3a30d44b98ded0e4984ae8a'
+md5sums=('3981c00810217e88b9772438df31df08'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-12-29 Thread Andrea Scarpino
Date: Wednesday, December 29, 2010 @ 11:13:28
  Author: andrea
Revision: 104123

upgpkg: ktorrent 4.0.5-1
upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-29 16:13:02 UTC (rev 104122)
+++ PKGBUILD2010-12-29 16:13:28 UTC (rev 104123)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
'httpserver.patch')
 install=${pkgname}.install
 options=('libtool')
-md5sums=('bbd5f1419d9ec1411f4191c871c57101'
+md5sums=('3a2e9a92d3a30d44b98ded0e4984ae8a'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-10-24 Thread Ronald van Haren
Date: Sunday, October 24, 2010 @ 06:17:08
  Author: ronald
Revision: 96694

upgpkg: ktorrent 4.0.4-1
update to latest version

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-24 10:13:39 UTC (rev 96693)
+++ PKGBUILD2010-10-24 10:17:08 UTC (rev 96694)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
'httpserver.patch')
 install=${pkgname}.install
 options=('libtool')
-md5sums=('446c8df18937a0fbfb8d9eb58713f847'
+md5sums=('bbd5f1419d9ec1411f4191c871c57101'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-09-10 Thread Andrea Scarpino
Date: Friday, September 10, 2010 @ 08:33:43
  Author: andrea
Revision: 90299

cleanup

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-10 12:32:17 UTC (rev 90298)
+++ PKGBUILD2010-09-10 12:33:43 UTC (rev 90299)
@@ -16,8 +16,8 @@
'httpserver.patch')
 install=${pkgname}.install
 options=('libtool')
-md5sums=('40ee3b7b9face22d229344572f9542b4570e7411'
-  'cef22b24af540e1bfcf13da60e4846ade106c303')
+md5sums=('446c8df18937a0fbfb8d9eb58713f847'
+ '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -39,5 +39,3 @@
cd ${srcdir}/build
make DESTDIR=${pkgdir} install
 }
-md5sums=('446c8df18937a0fbfb8d9eb58713f847'
- '1f25b94615b0bbfa0457c99fb20de3e6')



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-08-05 Thread Ronald van Haren
Date: Thursday, August 5, 2010 @ 08:34:09
  Author: ronald
Revision: 86829

upgpkg: ktorrent 4.0.2-1
update to latest version; add boost as makedep

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-05 09:51:19 UTC (rev 86828)
+++ PKGBUILD2010-08-05 12:34:09 UTC (rev 86829)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('GPL2')
 depends=('libktorrent' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib' 
'hicolor-icon-theme')
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
-makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 
'kdebase-workspace')
+makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 
'kdebase-workspace' 'boost')
 # 'kdebase-workspace' is needed to enable plasmoid building
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
'httpserver.patch')
 install=ktorrent.install
 options=('libtool')
-sha1sums=('2e76d05d5b22bec18d1163ba1c9ecca71048e745'
+sha1sums=('40ee3b7b9face22d229344572f9542b4570e7411'
   'cef22b24af540e1bfcf13da60e4846ade106c303')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-06-22 Thread Andrea Scarpino
Date: Tuesday, June 22, 2010 @ 11:47:01
  Author: andrea
Revision: 83703

use pkgver (FS#19897)

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-22 14:53:17 UTC (rev 83702)
+++ PKGBUILD2010-06-22 15:47:01 UTC (rev 83703)
@@ -14,7 +14,7 @@
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
 makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 
'kdebase-workspace')
 # 'kdebase-workspace' is needed to enable plasmoid building
-source=(http://ktorrent.org/downloads/4.0.1/${pkgname}-${pkgver}.tar.bz2;
+source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
'httpserver.patch')
 install=ktorrent.install
 options=('libtool')



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-06-10 Thread Ronald van Haren
Date: Thursday, June 10, 2010 @ 06:54:46
  Author: ronald
Revision: 82333

upgpkg: ktorrent 4.0.0-1
update to latest version

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-10 10:41:06 UTC (rev 82332)
+++ PKGBUILD2010-06-10 10:54:46 UTC (rev 82333)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://ktorrent.org;
 license=('GPL2')
-depends=('kdelibs' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib' 
'hicolor-icon-theme')
+depends=('libktorrent' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib' 
'hicolor-icon-theme')
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
 makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 
'kdebase-workspace')
 # 'kdebase-workspace' is needed to enable plasmoid building



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-02-07 Thread Giovanni Scafora
Date: Sunday, February 7, 2010 @ 13:29:46
  Author: giovanni
Revision: 67511

upgpkg: ktorrent 3.3.4-1
upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-07 15:16:13 UTC (rev 67510)
+++ PKGBUILD2010-02-07 18:29:46 UTC (rev 67511)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
httpserver.patch)
 install=ktorrent.install
 options=('libtool')
-md5sums=('afbb14265895eb0d872bd23d02631fc3'
+md5sums=('7d7dba06a78d09494199bd4ef82e5527'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-02-02 Thread Giovanni Scafora
Date: Tuesday, February 2, 2010 @ 08:49:37
  Author: giovanni
Revision: 67036

upgpkg: ktorrent 3.3.3-1
upstream release

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-02 13:08:54 UTC (rev 67035)
+++ PKGBUILD2010-02-02 13:49:37 UTC (rev 67036)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
httpserver.patch)
 install=ktorrent.install
 options=('libtool')
-md5sums=('b8387bcafe176ead086da785b5bf1eca'
+md5sums=('afbb14265895eb0d872bd23d02631fc3'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2010-01-17 Thread Andrea Scarpino
Date: Sunday, January 17, 2010 @ 13:38:35
  Author: andrea
Revision: 63518

cleanup build

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 18:38:31 UTC (rev 63517)
+++ PKGBUILD2010-01-17 18:38:35 UTC (rev 63518)
@@ -27,11 +27,14 @@
# build time patch
patch -Np0 -i ${srcdir}/httpserver.patch || return 1
 
-   cmake . -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined 
-Wl,--as-needed' \
-   -DENABLE_MEDIAPLAYER_PLUGIN=false
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DENABLE_MEDIAPLAYER_PLUGIN=false
make || return 1
make DESTDIR=${pkgdir} install 
 }



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2009-11-26 Thread Ronald van Haren
Date: Thursday, November 26, 2009 @ 17:12:02
  Author: ronald
Revision: 59719

upgpkg: ktorrent 3.3.1-1
update to latest version 3.3.1

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-26 21:46:32 UTC (rev 59718)
+++ PKGBUILD2009-11-26 22:12:02 UTC (rev 59719)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
httpserver.patch)
 install=ktorrent.install
 options=('libtool')
-md5sums=('1248fae4696b6cacf3954c2cb5daedf3'
+md5sums=('6a76e0b3a7ed14966c8096f63fde6e29'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {



[arch-commits] Commit in ktorrent/trunk (PKGBUILD)

2009-11-05 Thread Ronald van Haren
Date: Thursday, November 5, 2009 @ 17:27:15
  Author: ronald
Revision: 58197

upgpkg: ktorrent 3.2.5-1
update to latest version 3.2.5

Modified:
  ktorrent/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-05 22:17:14 UTC (rev 58196)
+++ PKGBUILD2009-11-05 22:27:15 UTC (rev 58197)
@@ -4,7 +4,7 @@
 # Contributor: Georg Grabler ggrab...@gmail.com
 
 pkgname=ktorrent
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc=A BitTorrent program for KDE
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
httpserver.patch)
 install=ktorrent.install
 options=('libtool')
-md5sums=('e3c595c9ac667985764058902a1489ea'
+md5sums=('0b0c3ebd2e0125ef65dbf67a584d1295'
  '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {