2 changed files with 2 additions and 31 deletions
@ -1,29 +0,0 @@
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org> |
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org> |
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org> |
||||
|
||||
pkgname=khtml |
||||
pkgver=5.94.0 |
||||
pkgrel=1 |
||||
pkgdesc='KHTML APIs' |
||||
arch=(x86_64) |
||||
url='https://community.kde.org/Frameworks' |
||||
license=(LGPL) |
||||
depends=(giflib kparts kjs phonon-qt5) |
||||
makedepends=(extra-cmake-modules gperf) |
||||
groups=(kf5-aids) |
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig}) |
||||
sha256sums=('98bd2a284a2fbc1c2d93cd6719d18baeccd5258dfaa48b1fe74bb61e24fe9b79' |
||||
'SKIP') |
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> |
||||
options=(debug) |
||||
|
||||
build() { |
||||
cmake -B build -S $pkgname-$pkgver \ |
||||
-DBUILD_TESTING=OFF |
||||
cmake --build build |
||||
} |
||||
|
||||
package() { |
||||
DESTDIR="$pkgdir" cmake --install build |
||||
} |
Loading…
Reference in new issue