[arch-commits] Commit in kdenetwork-kopete/repos (6 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Aug 16 20:17:32 UTC 2014
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 <andrea at 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 <andrea at 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.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
+}
More information about the arch-commits
mailing list