[arch-commits] Commit in ktorrent/repos (12 files)

Ronald van Haren ronald at archlinux.org
Sat Sep 8 08:54:47 UTC 2012


    Date: Saturday, September 8, 2012 @ 04:54:47
  Author: ronald
Revision: 166483

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktorrent/repos/extra-i686/PKGBUILD
    (from rev 166482, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/extra-i686/httpserver.patch
    (from rev 166482, ktorrent/trunk/httpserver.patch)
  ktorrent/repos/extra-i686/ktorrent.install
    (from rev 166482, ktorrent/trunk/ktorrent.install)
  ktorrent/repos/extra-x86_64/PKGBUILD
    (from rev 166482, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/extra-x86_64/httpserver.patch
    (from rev 166482, ktorrent/trunk/httpserver.patch)
  ktorrent/repos/extra-x86_64/ktorrent.install
    (from rev 166482, ktorrent/trunk/ktorrent.install)
Deleted:
  ktorrent/repos/extra-i686/PKGBUILD
  ktorrent/repos/extra-i686/httpserver.patch
  ktorrent/repos/extra-i686/ktorrent.install
  ktorrent/repos/extra-x86_64/PKGBUILD
  ktorrent/repos/extra-x86_64/httpserver.patch
  ktorrent/repos/extra-x86_64/ktorrent.install

-------------------------------+
 extra-i686/PKGBUILD           |   78 ++++++++++++++++++++--------------------
 extra-i686/httpserver.patch   |   20 +++++-----
 extra-i686/ktorrent.install   |   26 ++++++-------
 extra-x86_64/PKGBUILD         |   78 ++++++++++++++++++++--------------------
 extra-x86_64/httpserver.patch |   20 +++++-----
 extra-x86_64/ktorrent.install |   26 ++++++-------
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-09-08 08:54:04 UTC (rev 166482)
+++ extra-i686/PKGBUILD	2012-09-08 08:54:47 UTC (rev 166483)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca>
-# Contributor: Georg Grabler <ggrabler at gmail.com>
-
-pkgname=ktorrent
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="A powerful BitTorrent client for KDE"
-arch=('i686' 'x86_64')
-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
-sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
-          'cef22b24af540e1bfcf13da60e4846ade106c303')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	# build time patch
-	patch -p0 -i "${srcdir}/httpserver.patch"
-
-	cd "${srcdir}"
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-	  -DCMAKE_BUILD_TYPE=Release \
-	  -DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/build"
-	make DESTDIR="${pkgdir}" install
-}

Copied: ktorrent/repos/extra-i686/PKGBUILD (from rev 166482, ktorrent/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-09-08 08:54:47 UTC (rev 166483)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Georg Grabler <ggrabler at gmail.com>
+
+pkgname=ktorrent
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=('i686' 'x86_64')
+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
+sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b'
+          'cef22b24af540e1bfcf13da60e4846ade106c303')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	# build time patch
+	patch -p0 -i "${srcdir}/httpserver.patch"
+
+	cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+	  -DCMAKE_BUILD_TYPE=Release \
+	  -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/httpserver.patch
===================================================================
--- extra-i686/httpserver.patch	2012-09-08 08:54:04 UTC (rev 166482)
+++ extra-i686/httpserver.patch	2012-09-08 08:54:47 UTC (rev 166483)
@@ -1,10 +0,0 @@
---- plugins/webinterface/httpserver.cpp.old
-+++ plugins/webinterface/httpserver.cpp
-@@ -29,6 +29,7 @@
- #include <ktemporaryfile.h>
- #include <k3streamsocket.h>
- #include <k3resolver.h>
-+#include <time.h>
- 
- #include <qfileinfo.h>
- #include <qstringlist.h> 

Copied: ktorrent/repos/extra-i686/httpserver.patch (from rev 166482, ktorrent/trunk/httpserver.patch)
===================================================================
--- extra-i686/httpserver.patch	                        (rev 0)
+++ extra-i686/httpserver.patch	2012-09-08 08:54:47 UTC (rev 166483)
@@ -0,0 +1,10 @@
+--- plugins/webinterface/httpserver.cpp.old
++++ plugins/webinterface/httpserver.cpp
+@@ -29,6 +29,7 @@
+ #include <ktemporaryfile.h>
+ #include <k3streamsocket.h>
+ #include <k3resolver.h>
++#include <time.h>
+ 
+ #include <qfileinfo.h>
+ #include <qstringlist.h> 

Deleted: extra-i686/ktorrent.install
===================================================================
--- extra-i686/ktorrent.install	2012-09-08 08:54:04 UTC (rev 166482)
+++ extra-i686/ktorrent.install	2012-09-08 08:54:47 UTC (rev 166483)
@@ -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
-}

Copied: ktorrent/repos/extra-i686/ktorrent.install (from rev 166482, ktorrent/trunk/ktorrent.install)
===================================================================
--- extra-i686/ktorrent.install	                        (rev 0)
+++ extra-i686/ktorrent.install	2012-09-08 08:54:47 UTC (rev 166483)
@@ -0,0 +1,13 @@
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-09-08 08:54:04 UTC (rev 166482)
+++ extra-x86_64/PKGBUILD	2012-09-08 08:54:47 UTC (rev 166483)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca>
-# Contributor: Georg Grabler <ggrabler at gmail.com>
-
-pkgname=ktorrent
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="A powerful BitTorrent client for KDE"
-arch=('i686' 'x86_64')
-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
-sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
-          'cef22b24af540e1bfcf13da60e4846ade106c303')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	# build time patch
-	patch -p0 -i "${srcdir}/httpserver.patch"
-
-	cd "${srcdir}"
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-	  -DCMAKE_BUILD_TYPE=Release \
-	  -DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/build"
-	make DESTDIR="${pkgdir}" install
-}

Copied: ktorrent/repos/extra-x86_64/PKGBUILD (from rev 166482, ktorrent/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-09-08 08:54:47 UTC (rev 166483)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Georg Grabler <ggrabler at gmail.com>
+
+pkgname=ktorrent
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=('i686' 'x86_64')
+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
+sha1sums=('60400c6286f58934dde7ab471f56188b68d69f7b'
+          'cef22b24af540e1bfcf13da60e4846ade106c303')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	# build time patch
+	patch -p0 -i "${srcdir}/httpserver.patch"
+
+	cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+	  -DCMAKE_BUILD_TYPE=Release \
+	  -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/build"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/httpserver.patch
===================================================================
--- extra-x86_64/httpserver.patch	2012-09-08 08:54:04 UTC (rev 166482)
+++ extra-x86_64/httpserver.patch	2012-09-08 08:54:47 UTC (rev 166483)
@@ -1,10 +0,0 @@
---- plugins/webinterface/httpserver.cpp.old
-+++ plugins/webinterface/httpserver.cpp
-@@ -29,6 +29,7 @@
- #include <ktemporaryfile.h>
- #include <k3streamsocket.h>
- #include <k3resolver.h>
-+#include <time.h>
- 
- #include <qfileinfo.h>
- #include <qstringlist.h> 

Copied: ktorrent/repos/extra-x86_64/httpserver.patch (from rev 166482, ktorrent/trunk/httpserver.patch)
===================================================================
--- extra-x86_64/httpserver.patch	                        (rev 0)
+++ extra-x86_64/httpserver.patch	2012-09-08 08:54:47 UTC (rev 166483)
@@ -0,0 +1,10 @@
+--- plugins/webinterface/httpserver.cpp.old
++++ plugins/webinterface/httpserver.cpp
+@@ -29,6 +29,7 @@
+ #include <ktemporaryfile.h>
+ #include <k3streamsocket.h>
+ #include <k3resolver.h>
++#include <time.h>
+ 
+ #include <qfileinfo.h>
+ #include <qstringlist.h> 

Deleted: extra-x86_64/ktorrent.install
===================================================================
--- extra-x86_64/ktorrent.install	2012-09-08 08:54:04 UTC (rev 166482)
+++ extra-x86_64/ktorrent.install	2012-09-08 08:54:47 UTC (rev 166483)
@@ -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
-}

Copied: ktorrent/repos/extra-x86_64/ktorrent.install (from rev 166482, ktorrent/trunk/ktorrent.install)
===================================================================
--- extra-x86_64/ktorrent.install	                        (rev 0)
+++ extra-x86_64/ktorrent.install	2012-09-08 08:54:47 UTC (rev 166483)
@@ -0,0 +1,13 @@
+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
+}




More information about the arch-commits mailing list