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

Antonio Rojas arojas at archlinux.org
Mon Sep 14 21:48:10 UTC 2015


    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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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.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
+}



More information about the arch-commits mailing list