mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/kconfig to 5.62.0-1
This commit is contained in:
parent
f49b5a3c23
commit
5a7944c17c
1 changed files with 4 additions and 6 deletions
|
@ -6,18 +6,18 @@
|
|||
# - drop clang makedepend to fix v5/v6 FTBFS
|
||||
|
||||
pkgname=kconfig
|
||||
pkgver=5.61.0
|
||||
pkgver=5.62.0
|
||||
pkgrel=1
|
||||
pkgdesc='Configuration system'
|
||||
arch=(x86_64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
license=(LGPL)
|
||||
depends=(qt5-base)
|
||||
makedepends=(extra-cmake-modules qt5-tools python-pyqt5 doxygen sip)
|
||||
makedepends=(extra-cmake-modules qt5-tools qt5-doc python-pyqt5 doxygen sip)
|
||||
optdepends=('python-pyqt5: for the Python bindings')
|
||||
groups=(kf5)
|
||||
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha256sums=('94c0e292a5d57e014aa745be6b59a989118ead1252d56c768f2719b5c6471372'
|
||||
sha256sums=('fffe16924245e34d6267e67a6d425dc7b4fdab405968bffa4fff7bea5779bb51'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
|
@ -28,12 +28,10 @@ prepare() {
|
|||
build() {
|
||||
cd build
|
||||
cmake ../$pkgname-$pkgver \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=lib \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_QCH=ON
|
||||
make -j1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue