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

Antonio Rojas arojas at archlinux.org
Fri Mar 20 22:52:27 UTC 2015


    Date: Friday, March 20, 2015 @ 23:52:27
  Author: arojas
Revision: 234372

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

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

-----------------------------------------------+
 /PKGBUILD                                     |   76 ++++++++++++++++++++++++
 /kdenetwork-kopete.install                    |   24 +++++++
 kde-unstable-i686/PKGBUILD                    |   43 -------------
 kde-unstable-i686/kdenetwork-kopete.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD                  |   43 -------------
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 ---
 6 files changed, 100 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-03-20 22:51:11 UTC (rev 234371)
+++ kde-unstable-i686/PKGBUILD	2015-03-20 22:52:27 UTC (rev 234372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kopete
-pkgver=15.03.90
-pkgrel=2
-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' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
-optdepends=('mediastreamer: jingle support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz" 'mediastreamer-2.11.patch')
-sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331'
-          '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
-
-prepare() {
-  mkdir build
-
-# fix compilation with mediastreamer 2.11
-  cd kopete-$pkgver
-  patch -p1 -i "$srcdir"/mediastreamer-2.11.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/kde-unstable-i686/PKGBUILD (from rev 234371, kdenetwork-kopete/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-03-20 22:52:27 UTC (rev 234372)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kopete
+pkgver=15.03.95
+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' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' '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=('d3ec00ac4fefd253860ae376d7c6494ba00ffe61')
+
+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: kde-unstable-i686/kdenetwork-kopete.install
===================================================================
--- kde-unstable-i686/kdenetwork-kopete.install	2015-03-20 22:51:11 UTC (rev 234371)
+++ kde-unstable-i686/kdenetwork-kopete.install	2015-03-20 22:52:27 UTC (rev 234372)
@@ -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
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install (from rev 234371, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===================================================================
--- kde-unstable-i686/kdenetwork-kopete.install	                        (rev 0)
+++ kde-unstable-i686/kdenetwork-kopete.install	2015-03-20 22:52:27 UTC (rev 234372)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-03-20 22:51:11 UTC (rev 234371)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-20 22:52:27 UTC (rev 234372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-kopete
-pkgver=15.03.90
-pkgrel=2
-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' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer')
-optdepends=('mediastreamer: jingle support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz" 'mediastreamer-2.11.patch')
-sha1sums=('6fb9cafbc38137a6f44354a7110fbfea07462331'
-          '7999bb62c2c228ef1ee9056e4f1b910b8cb02fcf')
-
-prepare() {
-  mkdir build
-
-# fix compilation with mediastreamer 2.11
-  cd kopete-$pkgver
-  patch -p1 -i "$srcdir"/mediastreamer-2.11.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/kde-unstable-x86_64/PKGBUILD (from rev 234371, kdenetwork-kopete/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-20 22:52:27 UTC (rev 234372)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-kopete
+pkgver=15.03.95
+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' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' '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=('d3ec00ac4fefd253860ae376d7c6494ba00ffe61')
+
+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: kde-unstable-x86_64/kdenetwork-kopete.install
===================================================================
--- kde-unstable-x86_64/kdenetwork-kopete.install	2015-03-20 22:51:11 UTC (rev 234371)
+++ kde-unstable-x86_64/kdenetwork-kopete.install	2015-03-20 22:52:27 UTC (rev 234372)
@@ -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
-}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install (from rev 234371, 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-20 22:52:27 UTC (rev 234372)
@@ -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
+}



More information about the arch-commits mailing list