mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
removed extra/kconfigwidgets
This commit is contained in:
parent
fc6a54e563
commit
6cf4e27841
1 changed files with 0 additions and 33 deletions
|
@ -1,33 +0,0 @@
|
|||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop clang makedepend to fix v5/v6 FTBFS
|
||||
|
||||
pkgname=kconfigwidgets
|
||||
pkgver=5.90.1
|
||||
pkgrel=1
|
||||
pkgdesc='Widgets for KConfig'
|
||||
arch=(x86_64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
license=(LGPL)
|
||||
depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons)
|
||||
makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
|
||||
optdepends=('perl: for preparetips5')
|
||||
groups=(kf5)
|
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
sha256sums=('ba7f9169237b9146ce3e06b9f4a895d0ad5b822e3bb7f68448c453a5892571ae'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_QCH=ON
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
Loading…
Reference in a new issue