Date: Monday, June 18, 2012 @ 03:33:57 Author: ronald Revision: 161994
archrelease: copy trunk to extra-i686, extra-x86_64 Added: ktorrent/repos/extra-i686/PKGBUILD (from rev 161993, ktorrent/trunk/PKGBUILD) ktorrent/repos/extra-i686/httpserver.patch (from rev 161993, ktorrent/trunk/httpserver.patch) ktorrent/repos/extra-i686/ktorrent.install (from rev 161993, ktorrent/trunk/ktorrent.install) ktorrent/repos/extra-x86_64/PKGBUILD (from rev 161993, ktorrent/trunk/PKGBUILD) ktorrent/repos/extra-x86_64/httpserver.patch (from rev 161993, ktorrent/trunk/httpserver.patch) ktorrent/repos/extra-x86_64/ktorrent.install (from rev 161993, 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-06-18 07:33:14 UTC (rev 161993) +++ extra-i686/PKGBUILD 2012-06-18 07:33:57 UTC (rev 161994) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Travis Willard <trav...@wmpub.ca> -# Contributor: Georg Grabler <ggrab...@gmail.com> - -pkgname=ktorrent -pkgver=4.2.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 -md5sums=('01aa25e1339ffd84776f3c9c27bd4a72' - '1f25b94615b0bbfa0457c99fb20de3e6') - -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 161993, ktorrent/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-18 07:33:57 UTC (rev 161994) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Ronald van Haren <ronald.archlinux.org> +# Contributor: Travis Willard <trav...@wmpub.ca> +# Contributor: Georg Grabler <ggrab...@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 +} Deleted: extra-i686/httpserver.patch =================================================================== --- extra-i686/httpserver.patch 2012-06-18 07:33:14 UTC (rev 161993) +++ extra-i686/httpserver.patch 2012-06-18 07:33:57 UTC (rev 161994) @@ -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 161993, ktorrent/trunk/httpserver.patch) =================================================================== --- extra-i686/httpserver.patch (rev 0) +++ extra-i686/httpserver.patch 2012-06-18 07:33:57 UTC (rev 161994) @@ -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-06-18 07:33:14 UTC (rev 161993) +++ extra-i686/ktorrent.install 2012-06-18 07:33:57 UTC (rev 161994) @@ -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 161993, ktorrent/trunk/ktorrent.install) =================================================================== --- extra-i686/ktorrent.install (rev 0) +++ extra-i686/ktorrent.install 2012-06-18 07:33:57 UTC (rev 161994) @@ -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-06-18 07:33:14 UTC (rev 161993) +++ extra-x86_64/PKGBUILD 2012-06-18 07:33:57 UTC (rev 161994) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Travis Willard <trav...@wmpub.ca> -# Contributor: Georg Grabler <ggrab...@gmail.com> - -pkgname=ktorrent -pkgver=4.2.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 -md5sums=('01aa25e1339ffd84776f3c9c27bd4a72' - '1f25b94615b0bbfa0457c99fb20de3e6') - -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 161993, ktorrent/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-06-18 07:33:57 UTC (rev 161994) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Ronald van Haren <ronald.archlinux.org> +# Contributor: Travis Willard <trav...@wmpub.ca> +# Contributor: Georg Grabler <ggrab...@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 +} Deleted: extra-x86_64/httpserver.patch =================================================================== --- extra-x86_64/httpserver.patch 2012-06-18 07:33:14 UTC (rev 161993) +++ extra-x86_64/httpserver.patch 2012-06-18 07:33:57 UTC (rev 161994) @@ -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 161993, ktorrent/trunk/httpserver.patch) =================================================================== --- extra-x86_64/httpserver.patch (rev 0) +++ extra-x86_64/httpserver.patch 2012-06-18 07:33:57 UTC (rev 161994) @@ -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-06-18 07:33:14 UTC (rev 161993) +++ extra-x86_64/ktorrent.install 2012-06-18 07:33:57 UTC (rev 161994) @@ -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 161993, ktorrent/trunk/ktorrent.install) =================================================================== --- extra-x86_64/ktorrent.install (rev 0) +++ extra-x86_64/ktorrent.install 2012-06-18 07:33:57 UTC (rev 161994) @@ -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 +}