[arch-commits] Commit in kdenetwork/repos (24 files)

2013-06-15 Thread Andrea Scarpino
Date: Saturday, June 15, 2013 @ 13:11:29
  Author: andrea
Revision: 188553

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

Added:
  kdenetwork/repos/extra-i686/PKGBUILD
(from rev 188552, kdenetwork/trunk/PKGBUILD)
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
(from rev 188552, kdenetwork/trunk/kdenetwork-kget.install)
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
(from rev 188552, kdenetwork/trunk/kdenetwork-kopete.install)
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
(from rev 188552, kdenetwork/trunk/kdenetwork-kppp.install)
  kdenetwork/repos/extra-i686/kdenetwork.install
(from rev 188552, kdenetwork/trunk/kdenetwork.install)
  kdenetwork/repos/extra-i686/use-libotr3.patch
(from rev 188552, kdenetwork/trunk/use-libotr3.patch)
  kdenetwork/repos/extra-x86_64/PKGBUILD
(from rev 188552, kdenetwork/trunk/PKGBUILD)
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
(from rev 188552, kdenetwork/trunk/kdenetwork-kget.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 188552, kdenetwork/trunk/kdenetwork-kopete.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
(from rev 188552, kdenetwork/trunk/kdenetwork-kppp.install)
  kdenetwork/repos/extra-x86_64/kdenetwork.install
(from rev 188552, kdenetwork/trunk/kdenetwork.install)
  kdenetwork/repos/extra-x86_64/use-libotr3.patch
(from rev 188552, kdenetwork/trunk/use-libotr3.patch)
Deleted:
  kdenetwork/repos/extra-i686/PKGBUILD
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
  kdenetwork/repos/extra-i686/kdenetwork.install
  kdenetwork/repos/extra-i686/use-libotr3.patch
  kdenetwork/repos/extra-x86_64/PKGBUILD
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/extra-x86_64/kdenetwork.install
  kdenetwork/repos/extra-x86_64/use-libotr3.patch

+
 /PKGBUILD  |  240 +++
 /kdenetwork-kget.install   |   24 +++
 /kdenetwork-kopete.install |   24 +++
 /kdenetwork-kppp.install   |   24 +++
 /kdenetwork.install|   22 ++
 /use-libotr3.patch |  142 ++
 extra-i686/PKGBUILD|  120 ---
 extra-i686/kdenetwork-kget.install |   12 -
 extra-i686/kdenetwork-kopete.install   |   12 -
 extra-i686/kdenetwork-kppp.install |   12 -
 extra-i686/kdenetwork.install  |   11 -
 extra-i686/use-libotr3.patch   |   71 -
 extra-x86_64/PKGBUILD  |  120 ---
 extra-x86_64/kdenetwork-kget.install   |   12 -
 extra-x86_64/kdenetwork-kopete.install |   12 -
 extra-x86_64/kdenetwork-kppp.install   |   12 -
 extra-x86_64/kdenetwork.install|   11 -
 extra-x86_64/use-libotr3.patch |   71 -
 18 files changed, 476 insertions(+), 476 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-15 11:11:13 UTC (rev 188552)
+++ extra-i686/PKGBUILD 2013-06-15 11:11:29 UTC (rev 188553)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.10.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('891277c8dcbf231452947e9b4c54324bad35fd1a'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-prepare() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-}
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
-   -DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
-   -DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   pkgdesc='Konqueror properties 

[arch-commits] Commit in kdenetwork/repos (24 files)

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:45:39
  Author: andrea
Revision: 179448

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

Added:
  kdenetwork/repos/extra-i686/PKGBUILD
(from rev 179447, kdenetwork/trunk/PKGBUILD)
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
(from rev 179447, kdenetwork/trunk/kdenetwork-kget.install)
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
(from rev 179447, kdenetwork/trunk/kdenetwork-kopete.install)
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
(from rev 179447, kdenetwork/trunk/kdenetwork-kppp.install)
  kdenetwork/repos/extra-i686/kdenetwork.install
(from rev 179447, kdenetwork/trunk/kdenetwork.install)
  kdenetwork/repos/extra-i686/use-libotr3.patch
(from rev 179447, kdenetwork/trunk/use-libotr3.patch)
  kdenetwork/repos/extra-x86_64/PKGBUILD
(from rev 179447, kdenetwork/trunk/PKGBUILD)
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
(from rev 179447, kdenetwork/trunk/kdenetwork-kget.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 179447, kdenetwork/trunk/kdenetwork-kopete.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
(from rev 179447, kdenetwork/trunk/kdenetwork-kppp.install)
  kdenetwork/repos/extra-x86_64/kdenetwork.install
(from rev 179447, kdenetwork/trunk/kdenetwork.install)
  kdenetwork/repos/extra-x86_64/use-libotr3.patch
(from rev 179447, kdenetwork/trunk/use-libotr3.patch)
Deleted:
  kdenetwork/repos/extra-i686/PKGBUILD
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
  kdenetwork/repos/extra-i686/kdenetwork.install
  kdenetwork/repos/extra-i686/use-libotr3.patch
  kdenetwork/repos/extra-x86_64/PKGBUILD
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/extra-x86_64/kdenetwork.install
  kdenetwork/repos/extra-x86_64/use-libotr3.patch

+
 extra-i686/PKGBUILD|  238 +++
 extra-i686/kdenetwork-kget.install |   24 +--
 extra-i686/kdenetwork-kopete.install   |   24 +--
 extra-i686/kdenetwork-kppp.install |   24 +--
 extra-i686/kdenetwork.install  |   22 +-
 extra-i686/use-libotr3.patch   |  142 +-
 extra-x86_64/PKGBUILD  |  238 +++
 extra-x86_64/kdenetwork-kget.install   |   24 +--
 extra-x86_64/kdenetwork-kopete.install |   24 +--
 extra-x86_64/kdenetwork-kppp.install   |   24 +--
 extra-x86_64/kdenetwork.install|   22 +-
 extra-x86_64/use-libotr3.patch |  142 +-
 12 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:45:18 UTC (rev 179447)
+++ extra-i686/PKGBUILD 2013-03-05 15:45:39 UTC (rev 179448)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.10.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('974bd9aea71a583563667e7cdc4749fe9d5bd82e'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
-   -DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
-   -DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   pkgdesc='Konqueror properties dialog plugin to share a directory with 
the local network'
-   depends=('kdelibs' 'smbclient')
-   install='kdenetwork.install'
-   cd $srcdir/build/filesharing
-   make DESTDIR=$pkgdir install
-}
-
-package_kdenetwork-kdnssd() {
-   pkgdesc='Monitors the network for 

[arch-commits] Commit in kdenetwork/repos (24 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 07:49:05
  Author: andrea
Revision: 175658

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
(from rev 175657, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
(from rev 175657, kdenetwork/kde-unstable/use-libotr3.patch)
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175657, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
(from rev 175657, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch
(from rev 175657, kdenetwork/kde-unstable/use-libotr3.patch)
Deleted:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch

---+
 kde-unstable-i686/PKGBUILD|  237 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-i686/use-libotr3.patch   |  142 +++---
 kde-unstable-x86_64/PKGBUILD  |  237 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 kde-unstable-x86_64/use-libotr3.patch |  142 +++---
 12 files changed, 474 insertions(+), 472 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 12:48:03 UTC (rev 175657)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 12:49:05 UTC (rev 175658)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('01fbf3b8403a2dda158afa27dfd086f95a792916'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   

[arch-commits] Commit in kdenetwork/repos (24 files)

2013-01-05 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 03:19:28
  Author: andrea
Revision: 174589

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
(from rev 174588, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
(from rev 174588, kdenetwork/kde-unstable/use-libotr3.patch)
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174588, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
(from rev 174588, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch
(from rev 174588, kdenetwork/kde-unstable/use-libotr3.patch)
Deleted:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch

---+
 kde-unstable-i686/PKGBUILD|  236 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-i686/use-libotr3.patch   |  142 +++---
 kde-unstable-x86_64/PKGBUILD  |  236 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 kde-unstable-x86_64/use-libotr3.patch |  142 +++---
 12 files changed, 472 insertions(+), 472 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 08:18:17 UTC (rev 174588)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 08:19:28 UTC (rev 174589)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.95
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('1568c53a949acf7c110f76e153a78ed28114bc4d'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   

[arch-commits] Commit in kdenetwork/repos (24 files)

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 04:33:14
  Author: andrea
Revision: 173627

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
(from rev 173626, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
(from rev 173626, kdenetwork/kde-unstable/use-libotr3.patch)
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173626, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
(from rev 173626, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch
(from rev 173626, kdenetwork/kde-unstable/use-libotr3.patch)
Deleted:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch

---+
 kde-unstable-i686/PKGBUILD|  236 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-i686/use-libotr3.patch   |  142 +++---
 kde-unstable-x86_64/PKGBUILD  |  236 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 kde-unstable-x86_64/use-libotr3.patch |  142 +++---
 12 files changed, 472 insertions(+), 472 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 09:32:19 UTC (rev 173626)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 09:33:14 UTC (rev 173627)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('e4cef667798ad9bd9c080b3fc84679115827d8d9'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   

[arch-commits] Commit in kdenetwork/repos (24 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 14:29:18
  Author: andrea
Revision: 172735

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
(from rev 172734, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
(from rev 172734, kdenetwork/kde-unstable/use-libotr3.patch)
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 172734, kdenetwork/kde-unstable/PKGBUILD)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork-kget.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork-kopete.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork-kppp.install)
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
(from rev 172734, kdenetwork/kde-unstable/kdenetwork.install)
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch
(from rev 172734, kdenetwork/kde-unstable/use-libotr3.patch)
Deleted:
  kdenetwork/repos/kde-unstable-i686/PKGBUILD
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-i686/kdenetwork.install
  kdenetwork/repos/kde-unstable-i686/use-libotr3.patch
  kdenetwork/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kget.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/kde-unstable-x86_64/kdenetwork.install
  kdenetwork/repos/kde-unstable-x86_64/use-libotr3.patch

---+
 kde-unstable-i686/PKGBUILD|  236 
 kde-unstable-i686/kdenetwork-kget.install |   24 +-
 kde-unstable-i686/kdenetwork-kopete.install   |   24 +-
 kde-unstable-i686/kdenetwork-kppp.install |   24 +-
 kde-unstable-i686/kdenetwork.install  |   22 +-
 kde-unstable-i686/use-libotr3.patch   |  142 +++---
 kde-unstable-x86_64/PKGBUILD  |  236 
 kde-unstable-x86_64/kdenetwork-kget.install   |   24 +-
 kde-unstable-x86_64/kdenetwork-kopete.install |   24 +-
 kde-unstable-x86_64/kdenetwork-kppp.install   |   24 +-
 kde-unstable-x86_64/kdenetwork.install|   22 +-
 kde-unstable-x86_64/use-libotr3.patch |  142 +++---
 12 files changed, 472 insertions(+), 472 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 19:28:22 UTC (rev 172734)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 19:29:18 UTC (rev 172735)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr3' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'use-libotr3.patch')
-sha1sums=('98ac23fe593001486f233c9b6f8b98ab76914a14'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384')
-
-build() {
-cd ${pkgbase}-${pkgver}
-patch -p1 -i ${srcdir}/use-libotr3.patch
-cd ../
-
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   

[arch-commits] Commit in kdenetwork/repos (24 files)

2012-11-08 Thread Eric BĂ©langer
Date: Thursday, November 8, 2012 @ 19:21:48
  Author: eric
Revision: 170573

db-move: moved kdenetwork from [testing] to [extra] (i686, x86_64)

Added:
  kdenetwork/repos/extra-i686/PKGBUILD
(from rev 170570, kdenetwork/repos/testing-i686/PKGBUILD)
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork-kget.install)
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork-kopete.install)
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork-kppp.install)
  kdenetwork/repos/extra-i686/kdenetwork.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork.install)
  kdenetwork/repos/extra-i686/use-libotr3.patch
(from rev 170570, kdenetwork/repos/testing-i686/use-libotr3.patch)
  kdenetwork/repos/extra-x86_64/PKGBUILD
(from rev 170570, kdenetwork/repos/testing-x86_64/PKGBUILD)
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork-kget.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork-kopete.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork-kppp.install)
  kdenetwork/repos/extra-x86_64/kdenetwork.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork.install)
  kdenetwork/repos/extra-x86_64/use-libotr3.patch
(from rev 170570, kdenetwork/repos/testing-x86_64/use-libotr3.patch)
Deleted:
  kdenetwork/repos/extra-i686/PKGBUILD
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
  kdenetwork/repos/extra-i686/kdenetwork.install
  kdenetwork/repos/extra-x86_64/PKGBUILD
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/extra-x86_64/kdenetwork.install
  kdenetwork/repos/testing-i686/
  kdenetwork/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  231 +++
 extra-i686/kdenetwork-kget.install |   24 +--
 extra-i686/kdenetwork-kopete.install   |   24 +--
 extra-i686/kdenetwork-kppp.install |   24 +--
 extra-i686/kdenetwork.install  |   22 +-
 extra-i686/use-libotr3.patch   |   20 ++
 extra-x86_64/PKGBUILD  |  231 +++
 extra-x86_64/kdenetwork-kget.install   |   24 +--
 extra-x86_64/kdenetwork-kopete.install |   24 +--
 extra-x86_64/kdenetwork-kppp.install   |   24 +--
 extra-x86_64/kdenetwork.install|   22 +-
 extra-x86_64/use-libotr3.patch |   20 ++
 12 files changed, 370 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-09 00:21:44 UTC (rev 170572)
+++ extra-i686/PKGBUILD 2012-11-09 00:21:48 UTC (rev 170573)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6779039e5354fae02cf7faa3442385b95befb430')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   pkgdesc='Konqueror properties dialog plugin to share a directory with 
the local network'
-   depends=('kdelibs' 'smbclient')
-   install='kdenetwork.install'
-   cd $srcdir/build/filesharing
-   make DESTDIR=$pkgdir install
-}
-
-package_kdenetwork-kdnssd() {
-   pkgdesc='Monitors the network for DNS-SD services'
-   depends=('kdelibs')
-   cd $srcdir/build/kdnssd
-