initial import
This commit is contained in:
31
kguiaddons/PKGBUILD
Normal file
31
kguiaddons/PKGBUILD
Normal file
@@ -0,0 +1,31 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=kguiaddons
|
||||
pkgver=5.78.0
|
||||
pkgrel=2
|
||||
pkgdesc='Addons to QtGui'
|
||||
arch=(i686 x86_64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
license=(LGPL-3)
|
||||
depends=(qt-x11extras)
|
||||
optdepends=('python-pyqt: for the Python bindings')
|
||||
makedepends=(doxygen extra-cmake-modules graphviz python-pyqt qt-tools sip)
|
||||
groups=(kf5)
|
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
sha512sums=('79f59af4af45059f9b48c677df2ecf3b79a5ff9efbe3d37e46cf11194376e535e8767e5e568a7524f00998f6e83ccea00d2ccfe63140091d2d689a0a20d703aa'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
-D BUILD_TESTING=OFF \
|
||||
-D BUILD_QCH=ON \
|
||||
-D WITH_WAYLAND=OFF
|
||||
make -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" -C build install
|
||||
|
||||
install -Dm644 $pkgname-$pkgver/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt -t $pkgdir/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user