Date: Thursday, December 2, 2021 @ 21:38:24 Author: foutrelis Revision: 430423
archrelease: copy trunk to staging-x86_64 Added: kconfig/repos/staging-x86_64/PKGBUILD (from rev 430421, kconfig/trunk/PKGBUILD) Deleted: kconfig/repos/staging-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-12-02 21:38:23 UTC (rev 430422) +++ PKGBUILD 2021-12-02 21:38:24 UTC (rev 430423) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kconfig -pkgver=5.88.0 -pkgrel=2 -pkgdesc='Configuration system' -arch=(x86_64) -url='https://community.kde.org/Frameworks' -license=(LGPL) -depends=(qt5-base) -makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4) -optdepends=('python-pyqt5: for the Python bindings') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('3414e40306c294e28a376e73b5e871ddf2cfc06b751396244dcc585aecd402ac' - 'SKIP') -validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DCMAKE_INSTALL_LIBEXECDIR=lib \ - -DBUILD_TESTING=OFF \ - -DBUILD_QCH=ON - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: kconfig/repos/staging-x86_64/PKGBUILD (from rev 430421, kconfig/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-12-02 21:38:24 UTC (rev 430423) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kconfig +pkgver=5.88.0 +pkgrel=3 +pkgdesc='Configuration system' +arch=(x86_64) +url='https://community.kde.org/Frameworks' +license=(LGPL) +depends=(qt5-base) +makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4) +optdepends=('python-pyqt5: for the Python bindings') +groups=(kf5) +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('3414e40306c294e28a376e73b5e871ddf2cfc06b751396244dcc585aecd402ac' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DCMAKE_INSTALL_LIBEXECDIR=lib \ + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}