[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2020-08-01 Thread Antonio Rojas via arch-commits
Date: Saturday, August 1, 2020 @ 08:48:12
  Author: arojas
Revision: 392970

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392969, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer-4.3.patch
(from rev 392969, kopete/kde-unstable/kopete-mediastreamer-4.3.patch)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 392969, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 392969, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 392969, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer-4.3.patch
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |   94 ++---
 kopete-mediastreamer-4.3.patch |  168 +-
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 873 insertions(+), 873 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-01 08:47:58 UTC (rev 392969)
+++ PKGBUILD2020-08-01 08:48:12 UTC (rev 392970)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=20.07.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-network)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd kinit)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
-sha256sums=('ad62aadfbf1b6417edda0dee20c3dcd4eebc724cea751a190025777102033aff'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
-'7ff38588f25bc05eae8ba20d9624536b33addf26b74e8c64ac036291f98f2bc2')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -d $pkgname-$pkgver -p1 -i ../kopete-mediastreamer2.14.patch
-# Detect mediastreamer 4.3
-  patch -d $pkgname-$pkgver -p1 -i ../kopete-mediastreamer-4.3.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -d $pkgname-$pkgver -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -d $pkgname-$pkgver -p1 -i ../kopete-srtp2.patch
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 392969, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-01 08:48:12 UTC (rev 392970)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=20.07.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-network)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd kinit)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
+sha256sums=('d5f305e779b9944a2aee614a5caafe83ee251df446c836e0bc3cea22dc09ae19'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab

[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2020-04-03 Thread Antonio Rojas via arch-commits
Date: Friday, April 3, 2020 @ 21:19:00
  Author: arojas
Revision: 379424

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 379423, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer-4.3.patch
(from rev 379423, kopete/kde-unstable/kopete-mediastreamer-4.3.patch)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 379423, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 379423, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 379423, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer-4.3.patch
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  104 +++---
 kopete-mediastreamer-4.3.patch |  168 +-
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 878 insertions(+), 878 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-03 21:18:13 UTC (rev 379423)
+++ PKGBUILD2020-04-03 21:19:00 UTC (rev 379424)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=20.03.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor kinit)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
-sha256sums=('5310d0d2595f39a7191cf0019bf79950eac48d862f274356daf95719ea7c97b9'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
-'7ff38588f25bc05eae8ba20d9624536b33addf26b74e8c64ac036291f98f2bc2')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# Detect mediastreamer 4.3
-  patch -p1 -i ../kopete-mediastreamer-4.3.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 379423, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-03 21:19:00 UTC (rev 379424)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=20.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor kinit)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-mediastreamer-4.3.patch)
+sha256sums=('9b79720e057c4aaaffc61c05def980a735877e1df6e3c0d0fc356b00feee2862'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab22b0b8d996

[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2019-08-02 Thread Antonio Rojas via arch-commits
Date: Friday, August 2, 2019 @ 22:39:27
  Author: arojas
Revision: 359058

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 359057, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
(from rev 359057, kopete/kde-unstable/kopete-glibc-2.28.patch)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 359057, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 359057, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 359057, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  108 +++---
 kopete-glibc-2.28.patch|   24 -
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 808 insertions(+), 808 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-02 22:38:59 UTC (rev 359057)
+++ PKGBUILD2019-08-02 22:39:27 UTC (rev 359058)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=19.07.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
-sha256sums=('01fdc32a70ecbc547030fd529cda610bf3933981d636a6a385a3c499eb2f18d8'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
-'ba1b830bbd74c3dde8de99d887bd20205b4bbb1e466a41aa2b230404f1959c83')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-# fix build with glibc 2.28
-  patch -p1 -i ../kopete-glibc-2.28.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 359057, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-02 22:39:27 UTC (rev 359058)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=19.07.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
+sha256sums=('abce9585034a21b1a250804246b13a906f5ee050a1cc225c49dd700fd4a09cea'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab22b0b8d9

[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2019-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 5, 2019 @ 13:37:20
  Author: arojas
Revision: 350057

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 350056, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
(from rev 350056, kopete/kde-unstable/kopete-glibc-2.28.patch)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 350056, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 350056, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 350056, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  112 +++
 kopete-glibc-2.28.patch|   24 -
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 810 insertions(+), 810 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-05 13:37:02 UTC (rev 350056)
+++ PKGBUILD2019-04-05 13:37:20 UTC (rev 350057)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=19.03.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-conflicts=(kdenetwork-kopete)
-replaces=(kdenetwork-kopete)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
-sha256sums=('214784310502d78ecbdd76d7331cb9ff66559d7b2de71dc252bbf0c3efabb43f'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
-'ba1b830bbd74c3dde8de99d887bd20205b4bbb1e466a41aa2b230404f1959c83')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-# fix build with glibc 2.28
-  patch -p1 -i ../kopete-glibc-2.28.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 350056, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-05 13:37:20 UTC (rev 350057)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=19.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+conflicts=(kdenetwork-kopete)
+replaces=(kdenetwork-kopete)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
+sha256sums=('822c2b2e1e2

[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:50:49
  Author: arojas
Revision: 340821

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340820, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
(from rev 340820, kopete/kde-unstable/kopete-glibc-2.28.patch)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 340820, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 340820, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 340820, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  112 +++
 kopete-glibc-2.28.patch|   24 -
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 810 insertions(+), 810 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:50:28 UTC (rev 340820)
+++ PKGBUILD2018-11-30 15:50:49 UTC (rev 340821)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-conflicts=(kdenetwork-kopete)
-replaces=(kdenetwork-kopete)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
-sha256sums=('a91746ce4f863d57a5e346e2ecaaea1ad8580257eb2884db53dfb69de5f65caa'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
-'ba1b830bbd74c3dde8de99d887bd20205b4bbb1e466a41aa2b230404f1959c83')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-# fix build with glibc 2.28
-  patch -p1 -i ../kopete-glibc-2.28.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 340820, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:50:49 UTC (rev 340821)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+conflicts=(kdenetwork-kopete)
+replaces=(kdenetwork-kopete)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
+sha256sums=('e64125a

[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2018-04-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 17, 2018 @ 23:03:57
  Author: arojas
Revision: 322102

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322101, kopete/trunk/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 322101, kopete/trunk/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 322101, kopete/trunk/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
(from rev 322101, kopete/trunk/kopete-pthread-link.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 322101, kopete/trunk/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  112 +++
 kopete-mediastreamer2.14.patch |  166 +-
 kopete-openssl-1.1.patch   |  604 +++
 kopete-pthread-link.patch  |   24 -
 kopete-srtp2.patch |  308 +--
 5 files changed, 607 insertions(+), 607 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-17 23:03:34 UTC (rev 322101)
+++ PKGBUILD2018-04-17 23:03:57 UTC (rev 322102)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=18.03.90
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca-qt5 kdelibs4support khtml libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-conflicts=(kdenetwork-kopete)
-replaces=(kdenetwork-kopete)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-pthread-link.patch)
-sha256sums=('ccd186b4d1e131d9eeb685b92d8b02b4b7db0fc7bbd4285417fe493e9007a07d'
-'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'e3271a11814dce2d05b02d04e57a9fc6d66aa69e6d869c0aa2e9bb6d9782'
-'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-# fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# fix link to pthread
-  patch -p1 -i ../kopete-pthread-link.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 322101, 
kopete/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-17 23:03:57 UTC (rev 322102)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=18.04.0
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca-qt5 kdelibs4support khtml libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+conflicts=(kdenetwork-kopete)
+replaces=(kdenetwork-kopete)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-pthread-link.patch)
+sha256sums=('d4f17b7fa0b124ef0b668b66fdda8

[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2018-04-06 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 07:32:20
  Author: arojas
Revision: 321216

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321215, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 321215, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 321215, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
(from rev 321215, kopete/kde-unstable/kopete-pthread-link.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 321215, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  112 +++
 kopete-mediastreamer2.14.patch |  166 +-
 kopete-openssl-1.1.patch   |  604 +++
 kopete-pthread-link.patch  |   24 -
 kopete-srtp2.patch |  308 +--
 5 files changed, 607 insertions(+), 607 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 07:31:49 UTC (rev 321215)
+++ PKGBUILD2018-04-06 07:32:20 UTC (rev 321216)
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca-qt5 kdelibs4support khtml libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-conflicts=(kdenetwork-kopete)
-replaces=(kdenetwork-kopete)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-pthread-link.patch)
-sha256sums=('6326a2ea7486c0f746e9ff59cac2a5f3e404fc6f381dcca03222a6f57bdf23a4'
-'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'e3271a11814dce2d05b02d04e57a9fc6d66aa69e6d869c0aa2e9bb6d9782'
-'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-# fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# fix link to pthread
-  patch -p1 -i ../kopete-pthread-link.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 321215, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 07:32:20 UTC (rev 321216)
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 310007 2017-11-15 14:11:34Z foutrelis $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca-qt5 kdelibs4support khtml libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+conflicts=(kdenetwork-kopete)
+replaces=(kdenetwork-kopete)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-pthread-link.