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

2017-03-13 Thread Antonio Rojas
Date: Monday, March 13, 2017 @ 17:51:23
  Author: arojas
Revision: 290799

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 290798, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch
(from rev 290798, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 290798, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kopete-mediastreamer2.14.patch
(from rev 290798, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)

---+
 staging-i686/PKGBUILD |   49 ++
 staging-i686/kopete-mediastreamer2.14.patch   |   83 
 staging-x86_64/PKGBUILD   |   49 ++
 staging-x86_64/kopete-mediastreamer2.14.patch |   83 
 4 files changed, 264 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 290798, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-13 17:51:23 UTC (rev 290799)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.12.3
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch)
+sha256sums=('61be9e45cb08e42a00bdc0e99f5d7ad7872299ac2e104124a3c0d939422376b6'
+'SKIP'
+'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF \
+-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
+-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
+-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch 
(from rev 290798, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
===
--- staging-i686/kopete-mediastreamer2.14.patch (rev 0)
+++ staging-i686/kopete-mediastreamer2.14.patch 2017-03-13 17:51:23 UTC (rev 
290799)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+diff --git 
a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc 
b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+index bd3de2b..9379226 100644
+--- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
 b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+@@ 

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

2016-11-22 Thread Levente Polyak
Date: Tuesday, November 22, 2016 @ 16:20:32
  Author: anthraxx
Revision: 281923

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 281922, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch
(from rev 281922, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 281922, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kopete-mediastreamer2.14.patch
(from rev 281922, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/kopete-mediastreamer2.14.patch   |   83 
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/kopete-mediastreamer2.14.patch |   83 
 4 files changed, 252 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 281922, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-22 16:20:32 UTC (rev 281923)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.08.3
+pkgrel=3
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 kopete-mediastreamer2.14.patch)
+sha1sums=('5ffbfd68c91ce251bf7f22943bc8cb8284b30eaa'
+  'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch 
(from rev 281922, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
===
--- staging-i686/kopete-mediastreamer2.14.patch (rev 0)
+++ staging-i686/kopete-mediastreamer2.14.patch 2016-11-22 16:20:32 UTC (rev 
281923)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+diff --git 
a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc 
b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+index bd3de2b..9379226 100644
+--- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
 b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+@@ -151,15 +151,25 @@ 
LinphoneVoiceChannel::LinphoneVoiceChannel(LinphoneMediaEngine*eng)
+   playport2 = PORT_UNUSED;
+ 
+ #ifdef _DEBUG
++#ifdef MEDIASTREAMER_LESS_2_14
+   
ortp_set_log_level_mask(ORTP_DEBUG|ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);
+ #else
++  ortp_set_log_level_mask(NULL, 
ORTP_DEBUG|ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);

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

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 20:01:58
  Author: arojas
Revision: 281169

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 281168, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch
(from rev 281168, 
kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 281168, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kopete-mediastreamer2.14.patch
(from rev 281168, 
kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)

---+
 staging-i686/PKGBUILD |   45 +
 staging-i686/kopete-mediastreamer2.14.patch   |   83 
 staging-x86_64/PKGBUILD   |   45 +
 staging-x86_64/kopete-mediastreamer2.14.patch |   83 
 4 files changed, 256 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 281168, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 20:01:58 UTC (rev 281169)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.11.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 kopete-mediastreamer2.14.patch)
+sha1sums=('0ff77bf64b1e3fbf956a72b19ac9cc2ce5c47003'
+ 'SKIP'
+ 'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch 
(from rev 281168, kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)
===
--- staging-i686/kopete-mediastreamer2.14.patch (rev 0)
+++ staging-i686/kopete-mediastreamer2.14.patch 2016-11-18 20:01:58 UTC (rev 
281169)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+diff --git 
a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc 
b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+index bd3de2b..9379226 100644
+--- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
 b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+@@ -151,15 +151,25 @@ 
LinphoneVoiceChannel::LinphoneVoiceChannel(LinphoneMediaEngine*eng)
+   playport2 = PORT_UNUSED;
+ 
+ #ifdef _DEBUG
++#ifdef MEDIASTREAMER_LESS_2_14
+   

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

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 19:20:32
  Author: arojas
Revision: 280507

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 280506, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch
(from rev 280506, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 280506, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kopete-mediastreamer2.14.patch
(from rev 280506, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/kopete-mediastreamer2.14.patch   |   83 
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/kopete-mediastreamer2.14.patch |   83 
 4 files changed, 252 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 280506, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-10 19:20:32 UTC (rev 280507)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.08.3
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 kopete-mediastreamer2.14.patch)
+sha1sums=('5ffbfd68c91ce251bf7f22943bc8cb8284b30eaa'
+  'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch 
(from rev 280506, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
===
--- staging-i686/kopete-mediastreamer2.14.patch (rev 0)
+++ staging-i686/kopete-mediastreamer2.14.patch 2016-11-10 19:20:32 UTC (rev 
280507)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+diff --git 
a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc 
b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+index bd3de2b..9379226 100644
+--- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
 b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+@@ -151,15 +151,25 @@ 
LinphoneVoiceChannel::LinphoneVoiceChannel(LinphoneMediaEngine*eng)
+   playport2 = PORT_UNUSED;
+ 
+ #ifdef _DEBUG
++#ifdef MEDIASTREAMER_LESS_2_14
+   
ortp_set_log_level_mask(ORTP_DEBUG|ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);
+ #else
++  ortp_set_log_level_mask(NULL, 
ORTP_DEBUG|ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);

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

2016-10-06 Thread Levente Polyak
Date: Thursday, October 6, 2016 @ 13:16:44
  Author: anthraxx
Revision: 277801

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 277800, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch
(from rev 277800, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 277800, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kopete-mediastreamer2.14.patch
(from rev 277800, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/kopete-mediastreamer2.14.patch   |   83 
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/kopete-mediastreamer2.14.patch |   83 
 4 files changed, 252 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 277800, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-10-06 13:16:44 UTC (rev 277801)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.08.1
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 kopete-mediastreamer2.14.patch)
+sha1sums=('6f3fd40ab617a2b57e587e7376a246229921b845'
+  'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kopete-mediastreamer2.14.patch 
(from rev 277800, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
===
--- staging-i686/kopete-mediastreamer2.14.patch (rev 0)
+++ staging-i686/kopete-mediastreamer2.14.patch 2016-10-06 13:16:44 UTC (rev 
277801)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
++  ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.14)
++  SET(MEDIASTREAMER_LESS_2_9 FALSE)
++  SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 FALSE)
+   SET(MEDIASTREAMER_LESS_2_11 FALSE)
++  SET(MEDIASTREAMER_LESS_2_14 FALSE)
+   ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
+ ELSE (MEDIASTREAMER_FOUND)
+diff --git 
a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc 
b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+index bd3de2b..9379226 100644
+--- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
 b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
+@@ -151,15 +151,25 @@ 
LinphoneVoiceChannel::LinphoneVoiceChannel(LinphoneMediaEngine*eng)
+   playport2 = PORT_UNUSED;
+ 
+ #ifdef _DEBUG
++#ifdef MEDIASTREAMER_LESS_2_14
+   
ortp_set_log_level_mask(ORTP_DEBUG|ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);
+ #else
++  ortp_set_log_level_mask(NULL, 
ORTP_DEBUG|ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);
++#endif
++#else

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

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 18:32:29
  Author: arojas
Revision: 276020

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 276019, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kopete-mediastreamer2.14.patch
(from rev 276019, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 276019, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
(from rev 276019, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   86 ++
 extra-i686/PKGBUILD |   38 ---
 extra-i686/kopete-mediastreamer2.14.patch   |   83 +
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/kopete-mediastreamer2.14.patch |   83 +
 5 files changed, 252 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 18:32:08 UTC (rev 276019)
+++ extra-i686/PKGBUILD 2016-09-08 18:32:29 UTC (rev 276020)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.08.0
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('e722841470df3c832ed551db600d7ea9f421bfc5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 276019, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 18:32:29 UTC (rev 276020)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.08.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 kopete-mediastreamer2.14.patch)
+sha1sums=('6f3fd40ab617a2b57e587e7376a246229921b845'
+  'b284ffb226cbcc0da6540ecd978d37287aa6eddb')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/extra-i686/kopete-mediastreamer2.14.patch (from 
rev 276019, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
===
--- extra-i686/kopete-mediastreamer2.14.patch   (rev 0)
+++ extra-i686/kopete-mediastreamer2.14.patch   2016-09-08 18:32:29 UTC (rev 
276020)
@@ -0,0 +1,83 @@
+diff --git a/cmake/modules/FindMediastreamer.cmake 
b/cmake/modules/FindMediastreamer.cmake
+index 47fe5c3..31802f0 100644
+--- a/cmake/modules/FindMediastreamer.cmake
 b/cmake/modules/FindMediastreamer.cmake
+@@ -24,12 +24,19 @@ IF (MEDIASTREAMER_FOUND)
+   IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
+   SET(MEDIASTREAMER_LESS_2_9 TRUE)
+   SET(MEDIASTREAMER_LESS_2_11 TRUE)
++  SET(MEDIASTREAMER_LESS_2_14 TRUE)
+   ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 17:10:10
  Author: arojas
Revision: 269887

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 269886, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 269886, kdenetwork-kopete/trunk/PKGBUILD)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kopete-gcc6.patch
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kopete-gcc6.patch

+
 /PKGBUILD  |   76 +++
 extra-i686/PKGBUILD|   42 -
 extra-i686/kopete-gcc6.patch   |   12 --
 extra-x86_64/PKGBUILD  |   42 -
 extra-x86_64/kopete-gcc6.patch |   12 --
 5 files changed, 76 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 17:09:52 UTC (rev 269886)
+++ extra-i686/PKGBUILD 2016-06-14 17:10:10 UTC (rev 269887)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.04.1
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 kopete-gcc6.patch)
-sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e'
-  '98bf4a261f5a8097bf9ea6ab4b5ded3d895e2695')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with GCC 6 (Fedora)
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-gcc6.patch
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 269886, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 17:10:10 UTC (rev 269887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.04.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e0c2b2798719232433734a0b6872d326cc25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kopete-gcc6.patch
===
--- extra-i686/kopete-gcc6.patch2016-06-14 17:09:52 UTC (rev 269886)
+++ extra-i686/kopete-gcc6.patch2016-06-14 17:10:10 UTC (rev 269887)
@@ -1,12 +0,0 @@
-diff -up kopete-15.12.2/plugins/history2/history2logger.h.than 
kopete-15.12.2/plugins/history2/history2logger.h
 kopete-15.12.2/plugins/history2/history2logger.h.than  2016-02-16 
23:43:48.245204675 +0100
-+++ kopete-15.12.2/plugins/history2/history2logger.h   2016-02-16 
23:46:49.042349833 +0100
-@@ -94,7 +94,7 @@ public:
-* from Kopete::Contact @param c in the given @param sens
-*/
-   QList readMessages(int lines,
--  int offset=0, const 
Kopete::MetaContact *c=false, bool reverseOrder=true);
-+  int offset=0, const 
Kopete::MetaContact *c=0, bool reverseOrder=true);
- 
-   /**
-* Same as the following, but for one date. I did'nt reuse the above 
function

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 17:09:52 UTC (rev 269886)
+++ 

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

2016-05-11 Thread Antonio Rojas
Date: Wednesday, May 11, 2016 @ 09:07:16
  Author: arojas
Revision: 267781

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 267780, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kopete-gcc6.patch
(from rev 267780, kdenetwork-kopete/trunk/kopete-gcc6.patch)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 267780, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kopete-gcc6.patch
(from rev 267780, kdenetwork-kopete/trunk/kopete-gcc6.patch)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   84 +++
 extra-i686/PKGBUILD|   37 -
 extra-i686/kopete-gcc6.patch   |   12 +
 extra-x86_64/PKGBUILD  |   37 -
 extra-x86_64/kopete-gcc6.patch |   12 +
 5 files changed, 108 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-11 07:07:02 UTC (rev 267780)
+++ extra-i686/PKGBUILD 2016-05-11 07:07:16 UTC (rev 267781)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.04.1
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 267780, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-11 07:07:16 UTC (rev 267781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.04.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;
 kopete-gcc6.patch)
+sha1sums=('bbf5c00dbbdc14be87b88757d472f0651040fe7e'
+  '98bf4a261f5a8097bf9ea6ab4b5ded3d895e2695')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC 6 (Fedora)
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-gcc6.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/extra-i686/kopete-gcc6.patch (from rev 267780, 
kdenetwork-kopete/trunk/kopete-gcc6.patch)
===
--- extra-i686/kopete-gcc6.patch(rev 0)
+++ extra-i686/kopete-gcc6.patch2016-05-11 07:07:16 UTC (rev 267781)
@@ -0,0 +1,12 @@
+diff -up kopete-15.12.2/plugins/history2/history2logger.h.than 
kopete-15.12.2/plugins/history2/history2logger.h
+--- kopete-15.12.2/plugins/history2/history2logger.h.than  2016-02-16 
23:43:48.245204675 +0100
 kopete-15.12.2/plugins/history2/history2logger.h   2016-02-16 
23:46:49.042349833 +0100
+@@ -94,7 +94,7 @@ public:
+* from Kopete::Contact @param c in the given @param sens
+*/
+   QList readMessages(int lines,
+-  int offset=0, const 
Kopete::MetaContact *c=false, bool reverseOrder=true);
++  int offset=0, const 
Kopete::MetaContact *c=0, bool reverseOrder=true);
+ 
+   /**
+* Same as the following, but for one date. I did'nt reuse the above 
function

Deleted: extra-x86_64/PKGBUILD

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

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 09:59:43
  Author: fyan
Revision: 266423

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 266422, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 266422, kdenetwork-kopete/trunk/PKGBUILD)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install

+
 /PKGBUILD  |   74 +++
 extra-i686/PKGBUILD|   38 ---
 extra-i686/kdenetwork-kopete.install   |   12 -
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/kdenetwork-kopete.install |   12 -
 5 files changed, 74 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 07:59:01 UTC (rev 266422)
+++ extra-i686/PKGBUILD 2016-04-28 07:59:43 UTC (rev 266423)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 266422, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 07:59:43 UTC (rev 266423)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.04.0
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kdenetwork-kopete.install
===
--- extra-i686/kdenetwork-kopete.install2016-04-28 07:59:01 UTC (rev 
266422)
+++ extra-i686/kdenetwork-kopete.install2016-04-28 07:59:43 UTC (rev 
266423)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 07:59:01 UTC (rev 266422)
+++ extra-x86_64/PKGBUILD   2016-04-28 07:59:43 UTC (rev 266423)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=16.04.0
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:28:11
  Author: arojas
Revision: 262756

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 262755, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install
(from rev 262755, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 262755, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install
(from rev 262755, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/kdenetwork-kopete.install   |   12 +
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 262755, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:28:11 UTC (rev 262756)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('2719755137a9d3062fe6149f5f0191fc2c546328')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install (from 
rev 262755, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- staging-i686/kdenetwork-kopete.install  (rev 0)
+++ staging-i686/kdenetwork-kopete.install  2016-03-26 23:28:11 UTC (rev 
262756)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/PKGBUILD (from rev 262755, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:28:11 UTC (rev 262756)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('2719755137a9d3062fe6149f5f0191fc2c546328')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install (from 
rev 262755, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- staging-x86_64/kdenetwork-kopete.install(rev 0)
+++ staging-x86_64/kdenetwork-kopete.install2016-03-26 23:28:11 UTC (rev 
262756)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+

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

2016-03-05 Thread Bartłomiej Piotrowski
Date: Saturday, March 5, 2016 @ 09:33:33
  Author: bpiotrowski
Revision: 260850

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 260849, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install
(from rev 260849, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 260849, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install
(from rev 260849, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/kdenetwork-kopete.install   |   12 +
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 260849, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-05 08:33:33 UTC (rev 260850)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.12.2
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f9d56d27a3cb0c2b8a4e50a75ee23b5773d327d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install (from 
rev 260849, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- staging-i686/kdenetwork-kopete.install  (rev 0)
+++ staging-i686/kdenetwork-kopete.install  2016-03-05 08:33:33 UTC (rev 
260850)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/PKGBUILD (from rev 260849, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-05 08:33:33 UTC (rev 260850)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.12.2
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f9d56d27a3cb0c2b8a4e50a75ee23b5773d327d4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install (from 
rev 260849, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- staging-x86_64/kdenetwork-kopete.install(rev 0)
+++ staging-x86_64/kdenetwork-kopete.install2016-03-05 08:33:33 UTC (rev 
260850)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+

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

2015-12-07 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 16:54:35
  Author: foutrelis
Revision: 253501

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 253499, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install
(from rev 253499, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 253500, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install
(from rev 253500, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/kdenetwork-kopete.install   |   12 +
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 253499, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 15:54:35 UTC (rev 253501)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('2bbfbf1a9e0694a90e176884221dc4039fd4b48c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install (from 
rev 253499, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- staging-i686/kdenetwork-kopete.install  (rev 0)
+++ staging-i686/kdenetwork-kopete.install  2015-12-07 15:54:35 UTC (rev 
253501)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/PKGBUILD (from rev 253500, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 15:54:35 UTC (rev 253501)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('2bbfbf1a9e0694a90e176884221dc4039fd4b48c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install (from 
rev 253500, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- staging-x86_64/kdenetwork-kopete.install(rev 0)
+++ staging-x86_64/kdenetwork-kopete.install2015-12-07 15:54:35 UTC (rev 
253501)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+

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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 22:14:24
  Author: arojas
Revision: 251390

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

Added:
  kdenetwork-kopete/repos/staging-i686/
  kdenetwork-kopete/repos/staging-i686/PKGBUILD
(from rev 251389, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install
(from rev 251389, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/staging-x86_64/
  kdenetwork-kopete/repos/staging-x86_64/PKGBUILD
(from rev 251389, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install
(from rev 251389, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

--+
 staging-i686/PKGBUILD|   38 +
 staging-i686/kdenetwork-kopete.install   |   12 +
 staging-x86_64/PKGBUILD  |   38 +
 staging-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/staging-i686/PKGBUILD (from rev 251389, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 21:14:24 UTC (rev 251390)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.11.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('56a62d23687d66fe1519ee480a8f9b62c7bf883c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-i686/kdenetwork-kopete.install (from 
rev 251389, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- staging-i686/kdenetwork-kopete.install  (rev 0)
+++ staging-i686/kdenetwork-kopete.install  2015-11-19 21:14:24 UTC (rev 
251390)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/PKGBUILD (from rev 251389, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:14:24 UTC (rev 251390)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.11.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('56a62d23687d66fe1519ee480a8f9b62c7bf883c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/staging-x86_64/kdenetwork-kopete.install (from 
rev 251389, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- staging-x86_64/kdenetwork-kopete.install(rev 0)
+++ staging-x86_64/kdenetwork-kopete.install2015-11-19 21:14:24 UTC (rev 
251390)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+

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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:48:10
  Author: arojas
Revision: 246193

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 246192, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 246192, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 246192, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 246192, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 246192, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:48:10 UTC (rev 246193)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('5f56a6e575c3a6699c2b5b948226b8b860345feb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 246192, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2015-09-14 21:48:10 UTC (rev 
246193)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 246192, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:48:10 UTC (rev 246193)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('5f56a6e575c3a6699c2b5b948226b8b860345feb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 246192, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2015-09-14 21:48:10 UTC (rev 
246193)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+ 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:00:23
  Author: arojas
Revision: 242757

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 242756, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 242756, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242756, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 242756, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

---+
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 +++
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 242756, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:00:23 UTC (rev 242757)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('fc8c2a149be5b477d1fec85cbfee711e919de1c6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 242756, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install 2015-07-29 08:00:23 UTC (rev 
242757)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 242756, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:00:23 UTC (rev 242757)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('fc8c2a149be5b477d1fec85cbfee711e919de1c6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install 
(from rev 242756, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-x86_64/kdenetwork-kopete.install   
(rev 0)
+++ kde-unstable-x86_64/kdenetwork-kopete.install   2015-07-29 08:00:23 UTC 
(rev 

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:34:39
  Author: arojas
Revision: 233735

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 233734, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 233734, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233734, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 233734, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

---+
 kde-unstable-i686/PKGBUILD|   37 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   37 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 +++
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 233734, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:34:39 UTC (rev 233735)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 233734, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install 2015-03-14 10:34:39 UTC (rev 
233735)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 233734, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:34:39 UTC (rev 233735)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install 
(from rev 233734, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-x86_64/kdenetwork-kopete.install   
(rev 0)
+++ kde-unstable-x86_64/kdenetwork-kopete.install   2015-03-14 10:34:39 UTC 
(rev 233735)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+

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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 16:56:17
  Author: fyan
Revision: 232777

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 232776, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 232776, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 232776, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 15:56:17 UTC (rev 232777)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2015-03-04 15:56:17 UTC (rev 
232777)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 232776, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 15:56:17 UTC (rev 232777)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('7582f0ee8198fa62a5f02c6e532b993258df6fd8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 232776, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2015-03-04 15:56:17 UTC (rev 
232777)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:09:11
  Author: fyan
Revision: 230658

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 230657, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 230657, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 230657, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:09:11 UTC (rev 230658)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('c8cfff62cfda2575f0dfeb1bc7248ebcece7092a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2015-02-04 08:09:11 UTC (rev 
230658)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 230657, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:09:11 UTC (rev 230658)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('c8cfff62cfda2575f0dfeb1bc7248ebcece7092a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 230657, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2015-02-04 08:09:11 UTC (rev 
230658)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 07:38:35
  Author: fyan
Revision: 229291

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 229290, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 229290, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 229290, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 229290, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   38 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   38 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 229290, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 06:38:35 UTC (rev 229291)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf5c8b45c6706ed26e5257817e838fd538033aa2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 229290, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2015-01-16 06:38:35 UTC (rev 
229291)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 229290, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 06:38:35 UTC (rev 229291)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf5c8b45c6706ed26e5257817e838fd538033aa2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 229290, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2015-01-16 06:38:35 UTC (rev 
229291)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 19:50:54
  Author: fyan
Revision: 226657

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 226656, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 226656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 226656, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 226656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 226656, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 18:50:54 UTC (rev 226657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('298937c6fe06b409881592a4b50dceff9dcf9c87')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 226656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-11-19 18:50:54 UTC (rev 
226657)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 226656, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 18:50:54 UTC (rev 226657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('298937c6fe06b409881592a4b50dceff9dcf9c87')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 226656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-11-19 18:50:54 UTC (rev 
226657)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:25:24
  Author: svenstaro
Revision: 222425

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 222424, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 222424, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 222424, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 222424, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 222424, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:25:24 UTC (rev 222425)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f2bce1fd8a23bd0f27e670b057e6a99c606cef4c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 222424, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-09-20 16:25:24 UTC (rev 
222425)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 222424, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:25:24 UTC (rev 222425)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f2bce1fd8a23bd0f27e670b057e6a99c606cef4c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 222424, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-09-20 16:25:24 UTC (rev 
222425)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:17:32
  Author: svenstaro
Revision: 220039

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 220038, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 220038, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 220038, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 220038, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 220038, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:17:32 UTC (rev 220039)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bd247af3b25650bedcdb983fc285469dcacea964')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 220038, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-08-16 20:17:32 UTC (rev 
220039)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 220038, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:17:32 UTC (rev 220039)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bd247af3b25650bedcdb983fc285469dcacea964')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 220038, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-08-16 20:17:32 UTC (rev 
220039)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 17:06:07
  Author: svenstaro
Revision: 218090

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 218089, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 218089, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218089, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 218089, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

---+
 kde-unstable-i686/PKGBUILD|   37 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   37 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 +++
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 218089, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:06:07 UTC (rev 218090)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f60b1a4e473c86a1dd58f16b663797e3277c9c08')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 218089, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install 2014-07-25 15:06:07 UTC (rev 
218090)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 218089, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:06:07 UTC (rev 218090)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f60b1a4e473c86a1dd58f16b663797e3277c9c08')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install 
(from rev 218089, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-x86_64/kdenetwork-kopete.install   
(rev 0)
+++ kde-unstable-x86_64/kdenetwork-kopete.install   2014-07-25 15:06:07 UTC 
(rev 218090)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:17:44
  Author: svenstaro
Revision: 214657

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 214656, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 214656, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 98 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 214656, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:17:44 UTC (rev 214657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf520ce1fd08eb0464753675405b0f362fef2606')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-06-09 03:17:44 UTC (rev 
214657)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 214656, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:17:44 UTC (rev 214657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf520ce1fd08eb0464753675405b0f362fef2606')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 214656, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-06-09 03:17:44 UTC (rev 
214657)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:07:27
  Author: svenstaro
Revision: 212683

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 212682, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 212682, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 212682, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 212682, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 212682, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:07:27 UTC (rev 212683)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('99e47bba25606fdccbe1ac04346e9c3acad254d1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 212682, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-05-14 20:07:27 UTC (rev 
212683)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 212682, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:07:27 UTC (rev 212683)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('99e47bba25606fdccbe1ac04346e9c3acad254d1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 212682, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-05-14 20:07:27 UTC (rev 
212683)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:11:54
  Author: andrea
Revision: 210756

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 210755, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 210755, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 210755, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 210755, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 210755, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:11:54 UTC (rev 210756)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('34b08ce41a7780d48459eb47877ed895b11c5262')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 210755, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-04-16 14:11:54 UTC (rev 
210756)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 210755, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:11:54 UTC (rev 210756)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('34b08ce41a7780d48459eb47877ed895b11c5262')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 210755, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-04-16 14:11:54 UTC (rev 
210756)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:49:00
  Author: andrea
Revision: 207293

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 207292, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 207292, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207292, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 207292, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

---+
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 207292, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:49:00 UTC (rev 207293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e188e9489a755d3153a7017987a514d7ceba0b9d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 207292, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install 2014-03-08 08:49:00 UTC (rev 
207293)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 207292, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:49:00 UTC (rev 207293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e188e9489a755d3153a7017987a514d7ceba0b9d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install 
(from rev 207292, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-x86_64/kdenetwork-kopete.install   
(rev 0)
+++ kde-unstable-x86_64/kdenetwork-kopete.install   2014-03-08 08:49:00 UTC 
(rev 207293)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:23:48
  Author: andrea
Revision: 206834

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 206833, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 206833, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 206833, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:23:48 UTC (rev 206834)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf707283338c8387619a9f4387af9b72e6275e95')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-03-05 10:23:48 UTC (rev 
206834)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 206833, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:23:48 UTC (rev 206834)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('bf707283338c8387619a9f4387af9b72e6275e95')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 206833, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-03-05 10:23:48 UTC (rev 
206834)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:04:30
  Author: svenstaro
Revision: 205345

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 205344, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 205344, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 205344, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 205344, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 205344, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 14:04:30 UTC (rev 205345)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('6b5ebab916f4527157cf7f979724538f38052bad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 205344, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-02-04 14:04:30 UTC (rev 
205345)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 205344, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 14:04:30 UTC (rev 205345)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('6b5ebab916f4527157cf7f979724538f38052bad')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 205344, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-02-04 14:04:30 UTC (rev 
205345)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:49:36
  Author: svenstaro
Revision: 203933

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 203932, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 203932, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 203932, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 203932, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 203932, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:49:36 UTC (rev 203933)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e6ad13cb81842961df0e6e9ecda309b47db0af29')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 203932, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2014-01-14 07:49:36 UTC (rev 
203933)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 203932, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:49:36 UTC (rev 203933)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e6ad13cb81842961df0e6e9ecda309b47db0af29')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 203932, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2014-01-14 07:49:36 UTC (rev 
203933)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:40:30
  Author: andrea
Revision: 202138

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

Added:
  kdenetwork-kopete/repos/testing-i686/
  kdenetwork-kopete/repos/testing-i686/PKGBUILD
(from rev 202137, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install
(from rev 202137, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/testing-x86_64/
  kdenetwork-kopete/repos/testing-x86_64/PKGBUILD
(from rev 202137, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install
(from rev 202137, kdenetwork-kopete/trunk/kdenetwork-kopete.install)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/kdenetwork-kopete.install   |   12 +
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/kdenetwork-kopete.install |   12 +
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/testing-i686/PKGBUILD (from rev 202137, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:40:30 UTC (rev 202138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('c1ef611b27079388e48e558a65e2de80db93d875')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-i686/kdenetwork-kopete.install (from 
rev 202137, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-i686/kdenetwork-kopete.install  (rev 0)
+++ testing-i686/kdenetwork-kopete.install  2013-12-18 17:40:30 UTC (rev 
202138)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/PKGBUILD (from rev 202137, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:40:30 UTC (rev 202138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('c1ef611b27079388e48e558a65e2de80db93d875')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/testing-x86_64/kdenetwork-kopete.install (from 
rev 202137, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- testing-x86_64/kdenetwork-kopete.install(rev 0)
+++ testing-x86_64/kdenetwork-kopete.install2013-12-18 17:40:30 UTC (rev 
202138)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:41:58
  Author: andrea
Revision: 199214

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 199213, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199213, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)

---+
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 
 4 files changed, 96 insertions(+)

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 199213, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:41:58 UTC (rev 199214)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e8758a038c49b3158c2111daa29f311dbfdf7970')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install 2013-11-08 20:41:58 UTC (rev 
199214)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 199213, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:41:58 UTC (rev 199214)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kopete
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('e8758a038c49b3158c2111daa29f311dbfdf7970')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install 
(from rev 199213, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-x86_64/kdenetwork-kopete.install   
(rev 0)
+++ kde-unstable-x86_64/kdenetwork-kopete.install   2013-11-08 20:41:58 UTC 
(rev 199214)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-06-15 Thread Andrea Scarpino
Date: Saturday, June 15, 2013 @ 18:15:15
  Author: andrea
Revision: 188569

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

Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-i686/libotr3.patch
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/libotr3.patch

---+
 kde-unstable-i686/PKGBUILD|   43 --
 kde-unstable-i686/kdenetwork-kopete.install   |   12 
 kde-unstable-i686/libotr3.patch   |   71 
 kde-unstable-x86_64/PKGBUILD  |   43 --
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 
 kde-unstable-x86_64/libotr3.patch |   71 
 6 files changed, 252 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-15 16:14:12 UTC (rev 188568)
+++ kde-unstable-i686/PKGBUILD  2013-06-15 16:15:15 UTC (rev 188569)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdenetwork-kopete
-pkgver=4.10.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
- 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kopete-${pkgver}.tar.xz;
-'libotr3.patch'
-'mediastreamer29.patch')
-sha1sums=('ee9fccbd612f821f5c1a02a0ec107b4faf4cc94c'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
-  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
-
-prepare() {
-  cd kopete-${pkgver}
-  patch -p2 -i ${srcdir}/libotr3.patch
-  patch -p1 -i ${srcdir}/mediastreamer29.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Deleted: kde-unstable-i686/kdenetwork-kopete.install
===
--- kde-unstable-i686/kdenetwork-kopete.install 2013-06-15 16:14:12 UTC (rev 
188568)
+++ kde-unstable-i686/kdenetwork-kopete.install 2013-06-15 16:15:15 UTC (rev 
188569)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: kde-unstable-i686/libotr3.patch
===
--- kde-unstable-i686/libotr3.patch 2013-06-15 16:14:12 UTC (rev 188568)
+++ kde-unstable-i686/libotr3.patch 2013-06-15 16:15:15 UTC (rev 188569)
@@ -1,71 +0,0 @@
-diff -urN a/kopete/cmake/modules/FindLibOTR.cmake 
b/kopete/cmake/modules/FindLibOTR.cmake
 a/kopete/cmake/modules/FindLibOTR.cmake2012-08-12 18:08:59.0 
-0600
-+++ b/kopete/cmake/modules/FindLibOTR.cmake2012-11-09 12:14:24.251450904 
-0700
-@@ -13,13 +13,13 @@
- SET(LIBOTR_FIND_QUIETLY TRUE)
- ENDIF (LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY)
- 
--FIND_PATH(LIBOTR_INCLUDE_DIR libotr/version.h)
-+FIND_PATH(LIBOTR_INCLUDE_DIR libotr3/version.h)
- 
--FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr libotr)
-+FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr3 libotr3)
- 
--# Determine version information from libotr/version.h
-+# Determine version information from libotr3/version.h
- IF( LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY )
--  EXECUTE_PROCESS(COMMAND grep OTRL_VERSION 
${LIBOTR_INCLUDE_DIR}/libotr/version.h OUTPUT_VARIABLE output)
-+  EXECUTE_PROCESS(COMMAND grep OTRL_VERSION 
${LIBOTR_INCLUDE_DIR}/libotr3/version.h OUTPUT_VARIABLE output)
-   STRING(REGEX MATCH OTRL_VERSION \[0-9]+\\.[0-9]+\\.[0-9]+ LIBOTR_VERSION 
${output})
-   STRING(REGEX REPLACE ^OTRL_VERSION \  LIBOTR_VERSION 
${LIBOTR_VERSION})
-   # Check if version is at least 3.2.0
-diff -urN a/kopete/plugins/otr/authenticationwizard.h 
b/kopete/plugins/otr/authenticationwizard.h
 a/kopete/plugins/otr/authenticationwizard.h2012-08-12 
18:09:00.0 -0600
-+++ b/kopete/plugins/otr/authenticationwizard.h2012-11-09 
12:15:11.181265336 -0700
-@@ -26,7 +26,7 @@
-   */
- 
- extern C{
--#include libotr/proto.h
-+#include libotr3/proto.h
- }
- 
- #include kopetechatsession.h
-diff -urN a/kopete/plugins/otr/otrlchatinterface.h 
b/kopete/plugins/otr/otrlchatinterface.h
 a/kopete/plugins/otr/otrlchatinterface.h