Date: Sunday, May 10, 2015 @ 15:20:45 Author: arojas Revision: 238886
archrelease: copy trunk to testing-i686, testing-x86_64 Added: plasma-nm/repos/testing-i686/ plasma-nm/repos/testing-i686/PKGBUILD (from rev 238885, plasma-nm/trunk/PKGBUILD) plasma-nm/repos/testing-x86_64/ plasma-nm/repos/testing-x86_64/PKGBUILD (from rev 238885, plasma-nm/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) Copied: plasma-nm/repos/testing-i686/PKGBUILD (from rev 238885, plasma-nm/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-05-10 13:20:45 UTC (rev 238886) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=plasma-nm +pkgver=5.3.0 +pkgrel=3 +pkgdesc='Plasma applet written in QML for managing network connections' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/plasma-nm' +license=('GPL2') +depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 'kdelibs4support') +makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' + 'python' 'kdelibs4support') +optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' + 'openconnect: Cisco AnyConnect VPN plugin') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") +md5sums=('7bee8712c848e467ad23856ed6b89b9e') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: plasma-nm/repos/testing-x86_64/PKGBUILD (from rev 238885, plasma-nm/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-05-10 13:20:45 UTC (rev 238886) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=plasma-nm +pkgver=5.3.0 +pkgrel=3 +pkgdesc='Plasma applet written in QML for managing network connections' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/plasma-nm' +license=('GPL2') +depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 'kdelibs4support') +makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' + 'python' 'kdelibs4support') +optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' + 'openconnect: Cisco AnyConnect VPN plugin') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") +md5sums=('7bee8712c848e467ad23856ed6b89b9e') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}