Date: Friday, August 2, 2019 @ 22:49:31 Author: arojas Revision: 359100
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 359099, poxml/kde-unstable/PKGBUILD) Deleted: poxml/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-08-02 22:49:13 UTC (rev 359099) +++ PKGBUILD 2019-08-02 22:49:31 UTC (rev 359100) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=poxml -pkgver=19.07.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) -source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5167342da7d6b578f4e1569a9aeb8d61d12f56850d848bea43d63a930b16841f' - '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 359099, poxml/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-08-02 22:49:31 UTC (rev 359100) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=poxml +pkgver=19.07.90 +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) +source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('f1fcda43bef4c581e9ee906ce56c3b74d5e25fa381a19c4c609ea025e6c5d2ff' + '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 +}