Date: Sunday, August 21, 2016 @ 03:38:03 Author: felixonmars Revision: 274414
upgpkg: kdenetwork-kopete 16.08.0-1 Upstream release Added: kdenetwork-kopete/trunk/ kdenetwork-kopete/trunk/PKGBUILD Deleted: kdenetwork-kopete/trunk/ ----------+ PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 03:38:03 UTC (rev 274414) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +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 +} Property changes on: kdenetwork-kopete/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
