Date: Saturday, March 24, 2018 @ 01:02:42 Author: arojas Revision: 320099
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 320098, poxml/kde-unstable/PKGBUILD) Deleted: poxml/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 78 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-03-24 01:02:27 UTC (rev 320098) +++ PKGBUILD 2018-03-24 01:02:42 UTC (rev 320099) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=poxml -pkgver=18.03.80 -pkgrel=1 -pkgdesc='Translates DocBook XML files using gettext po files' -url='https://www.kde.org/applications/development/' -arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kdesdk) -depends=(qt5-base gettext) -makedepends=(extra-cmake-modules kdoctools) -conflicts=(kdesdk-poxml) -replaces=(kdesdk-poxml) -source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5b6abe78004ed6df76e42862b38e05e3e5f3e36eef987bb8174fc7efa76314a9' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 320098, poxml/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-03-24 01:02:42 UTC (rev 320099) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=poxml +pkgver=18.03.80 +pkgrel=1 +pkgdesc='Translates DocBook XML files using gettext po files' +url='https://www.kde.org/applications/development/' +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdesdk) +depends=(qt5-base gettext) +makedepends=(extra-cmake-modules kdoctools) +conflicts=(kdesdk-poxml) +replaces=(kdesdk-poxml) +source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('5b6abe78004ed6df76e42862b38e05e3e5f3e36eef987bb8174fc7efa76314a9' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}