From 6cf4e2784175f2ba1f7154ae6fcf5cffced98fe0 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Tue, 15 Feb 2022 00:56:06 +0000 Subject: [PATCH] removed extra/kconfigwidgets --- extra/kconfigwidgets/PKGBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 extra/kconfigwidgets/PKGBUILD diff --git a/extra/kconfigwidgets/PKGBUILD b/extra/kconfigwidgets/PKGBUILD deleted file mode 100644 index ca32e6d30..000000000 --- a/extra/kconfigwidgets/PKGBUILD +++ /dev/null @@ -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 -}