Date: Wednesday, December 14, 2016 @ 12:26:52 Author: arojas Revision: 283268
archrelease: copy trunk to testing-i686, testing-x86_64 Added: kemoticons/repos/testing-i686/ kemoticons/repos/testing-i686/PKGBUILD (from rev 283267, kemoticons/trunk/PKGBUILD) kemoticons/repos/testing-x86_64/ kemoticons/repos/testing-x86_64/PKGBUILD (from rev 283267, kemoticons/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 283267, kemoticons/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-12-14 12:26:52 UTC (rev 283268) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kemoticons +pkgver=5.29.0 +pkgrel=1 +pkgdesc='Support for emoticons and emoticons themes' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('karchive' 'kservice') +makedepends=('extra-cmake-modules' 'python' 'mesa') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('0871b3d665b2eab06d70d16084f7b4a1' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 283267, kemoticons/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-12-14 12:26:52 UTC (rev 283268) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kemoticons +pkgver=5.29.0 +pkgrel=1 +pkgdesc='Support for emoticons and emoticons themes' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('karchive' 'kservice') +makedepends=('extra-cmake-modules' 'python' 'mesa') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('0871b3d665b2eab06d70d16084f7b4a1' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}