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

Antonio Rojas arojas at archlinux.org
Wed May 4 20:20:27 UTC 2016


    Date: Wednesday, May 4, 2016 @ 22:20:26
  Author: arojas
Revision: 266884

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

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

-------------------------------+
 /PKGBUILD                     |   72 ++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD           |   37 --------------------
 extra-i686/ktorrent.install   |   13 -------
 extra-x86_64/PKGBUILD         |   37 --------------------
 extra-x86_64/ktorrent.install |   13 -------
 5 files changed, 72 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-04 20:19:56 UTC (rev 266883)
+++ extra-i686/PKGBUILD	2016-05-04 20:20:26 UTC (rev 266884)
@@ -1,37 +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=5.0.1
-pkgrel=1
-pkgdesc="A powerful BitTorrent client for KDE"
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-	cd build
-	cmake ../$pkgname-$pkgver \
-	  -DCMAKE_BUILD_TYPE=Release \
-	  -DCMAKE_INSTALL_PREFIX=/usr \
-          -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-          -DKDE_INSTALL_LIBDIR=lib
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: ktorrent/repos/extra-i686/PKGBUILD (from rev 266883, ktorrent/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-04 20:20:26 UTC (rev 266884)
@@ -0,0 +1,36 @@
+# $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=5.0.1
+pkgrel=2
+pkgdesc="A powerful BitTorrent client for KDE"
+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')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+	cd build
+	cmake ../$pkgname-$pkgver \
+	  -DCMAKE_BUILD_TYPE=Release \
+	  -DCMAKE_INSTALL_PREFIX=/usr \
+          -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+          -DKDE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ktorrent.install
===================================================================
--- extra-i686/ktorrent.install	2016-05-04 20:19:56 UTC (rev 266883)
+++ extra-i686/ktorrent.install	2016-05-04 20:20:26 UTC (rev 266884)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-04 20:19:56 UTC (rev 266883)
+++ extra-x86_64/PKGBUILD	2016-05-04 20:20:26 UTC (rev 266884)
@@ -1,37 +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=5.0.1
-pkgrel=1
-pkgdesc="A powerful BitTorrent client for KDE"
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-	cd build
-	cmake ../$pkgname-$pkgver \
-	  -DCMAKE_BUILD_TYPE=Release \
-	  -DCMAKE_INSTALL_PREFIX=/usr \
-          -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-          -DKDE_INSTALL_LIBDIR=lib
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: ktorrent/repos/extra-x86_64/PKGBUILD (from rev 266883, ktorrent/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-04 20:20:26 UTC (rev 266884)
@@ -0,0 +1,36 @@
+# $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=5.0.1
+pkgrel=2
+pkgdesc="A powerful BitTorrent client for KDE"
+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')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+	cd build
+	cmake ../$pkgname-$pkgver \
+	  -DCMAKE_BUILD_TYPE=Release \
+	  -DCMAKE_INSTALL_PREFIX=/usr \
+          -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+          -DKDE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/ktorrent.install
===================================================================
--- extra-x86_64/ktorrent.install	2016-05-04 20:19:56 UTC (rev 266883)
+++ extra-x86_64/ktorrent.install	2016-05-04 20:20:26 UTC (rev 266884)
@@ -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
-}



More information about the arch-commits mailing list