Date: Saturday, September 19, 2015 @ 21:52:18 Author: arojas Revision: 246686
archrelease: copy trunk to testing-i686, testing-x86_64 Deleted: kservice/repos/testing-i686/PKGBUILD kservice/repos/testing-x86_64/PKGBUILD -------------------------+ testing-i686/PKGBUILD | 41 ----------------------------------------- testing-x86_64/PKGBUILD | 41 ----------------------------------------- 2 files changed, 82 deletions(-) Deleted: testing-i686/PKGBUILD =================================================================== --- testing-i686/PKGBUILD 2015-09-19 19:51:56 UTC (rev 246685) +++ testing-i686/PKGBUILD 2015-09-19 19:52:18 UTC (rev 246686) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <[email protected]> -# Contributor: Andrea Scarpino <[email protected]> - -pkgname=kservice -pkgver=5.14.2 -pkgrel=2 -pkgdesc='Advanced plugin and service introspection' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/frameworks/kservice' -license=('LGPL') -depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" timestamp.patch) -md5sums=('eca764e18afbcef5496183c96c613c91' - 'b77b056fb6bb5adba72702fddf0feff8') - -prepare() { - mkdir -p build - -# Fix kbuildsycoca infinite loop https://bugs.kde.org/show_bug.cgi?id=352854 - cd $pkgname-$pkgver - patch -p1 -i ../timestamp.patch -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Deleted: testing-x86_64/PKGBUILD =================================================================== --- testing-x86_64/PKGBUILD 2015-09-19 19:51:56 UTC (rev 246685) +++ testing-x86_64/PKGBUILD 2015-09-19 19:52:18 UTC (rev 246686) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <[email protected]> -# Contributor: Andrea Scarpino <[email protected]> - -pkgname=kservice -pkgver=5.14.2 -pkgrel=2 -pkgdesc='Advanced plugin and service introspection' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/frameworks/kservice' -license=('LGPL') -depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" timestamp.patch) -md5sums=('eca764e18afbcef5496183c96c613c91' - 'b77b056fb6bb5adba72702fddf0feff8') - -prepare() { - mkdir -p build - -# Fix kbuildsycoca infinite loop https://bugs.kde.org/show_bug.cgi?id=352854 - cd $pkgname-$pkgver - patch -p1 -i ../timestamp.patch -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -}
