[arch-commits] Commit in ktorrent/repos (12 files)
Andrea Scarpino
andrea at archlinux.org
Wed Mar 7 14:53:25 UTC 2012
Date: Wednesday, March 7, 2012 @ 09:53:25
Author: andrea
Revision: 152453
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ktorrent/repos/extra-i686/PKGBUILD
(from rev 152452, ktorrent/trunk/PKGBUILD)
ktorrent/repos/extra-i686/httpserver.patch
(from rev 152452, ktorrent/trunk/httpserver.patch)
ktorrent/repos/extra-i686/ktorrent.install
(from rev 152452, ktorrent/trunk/ktorrent.install)
ktorrent/repos/extra-x86_64/PKGBUILD
(from rev 152452, ktorrent/trunk/PKGBUILD)
ktorrent/repos/extra-x86_64/httpserver.patch
(from rev 152452, ktorrent/trunk/httpserver.patch)
ktorrent/repos/extra-x86_64/ktorrent.install
(from rev 152452, 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 | 79 +++++++++++++++++++---------------------
extra-i686/httpserver.patch | 20 +++++-----
extra-i686/ktorrent.install | 26 ++++++-------
extra-x86_64/PKGBUILD | 79 +++++++++++++++++++---------------------
extra-x86_64/httpserver.patch | 20 +++++-----
extra-x86_64/ktorrent.install | 26 ++++++-------
6 files changed, 124 insertions(+), 126 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-03-07 14:52:08 UTC (rev 152452)
+++ extra-i686/PKGBUILD 2012-03-07 14:53:25 UTC (rev 152453)
@@ -1,40 +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.1.3
-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=('4cdd6597a11a465d91e17ac86320883e'
- '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 \
- -DENABLE_MEDIAPLAYER_PLUGIN=true
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: ktorrent/repos/extra-i686/PKGBUILD (from rev 152452, ktorrent/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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.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
+}
Deleted: extra-i686/httpserver.patch
===================================================================
--- extra-i686/httpserver.patch 2012-03-07 14:52:08 UTC (rev 152452)
+++ extra-i686/httpserver.patch 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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 152452, ktorrent/trunk/httpserver.patch)
===================================================================
--- extra-i686/httpserver.patch (rev 0)
+++ extra-i686/httpserver.patch 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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-03-07 14:52:08 UTC (rev 152452)
+++ extra-i686/ktorrent.install 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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 152452, ktorrent/trunk/ktorrent.install)
===================================================================
--- extra-i686/ktorrent.install (rev 0)
+++ extra-i686/ktorrent.install 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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-03-07 14:52:08 UTC (rev 152452)
+++ extra-x86_64/PKGBUILD 2012-03-07 14:53:25 UTC (rev 152453)
@@ -1,40 +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.1.3
-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=('4cdd6597a11a465d91e17ac86320883e'
- '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 \
- -DENABLE_MEDIAPLAYER_PLUGIN=true
- make
-}
-
-package() {
- cd "${srcdir}/build"
- make DESTDIR="${pkgdir}" install
-}
Copied: ktorrent/repos/extra-x86_64/PKGBUILD (from rev 152452, ktorrent/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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.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
+}
Deleted: extra-x86_64/httpserver.patch
===================================================================
--- extra-x86_64/httpserver.patch 2012-03-07 14:52:08 UTC (rev 152452)
+++ extra-x86_64/httpserver.patch 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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 152452, ktorrent/trunk/httpserver.patch)
===================================================================
--- extra-x86_64/httpserver.patch (rev 0)
+++ extra-x86_64/httpserver.patch 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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-03-07 14:52:08 UTC (rev 152452)
+++ extra-x86_64/ktorrent.install 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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 152452, ktorrent/trunk/ktorrent.install)
===================================================================
--- extra-x86_64/ktorrent.install (rev 0)
+++ extra-x86_64/ktorrent.install 2012-03-07 14:53:25 UTC (rev 152453)
@@ -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