Date: Friday, March 17, 2023 @ 21:45:10
Author: arojas
Revision: 471249
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
falkon/repos/kde-unstable-x86_64/
falkon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 471248, falkon/kde-unstable/PKGBUILD)
falkon/repos/kde-unstable-x86_64/keys/
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: falkon/repos/kde-unstable-x86_64/PKGBUILD (from rev 471248,
falkon/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2023-03-17 21:45:10 UTC (rev 471249)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=falkon
+pkgver=23.03.80
+pkgrel=1
+pkgdesc='Cross-platform QtWebEngine browser'
+arch=(x86_64)
+url='https://www.falkon.org/'
+license=(GPL3)
+depends=(qt5-webengine qt5-x11extras qt5-svg karchive)
+makedepends=(extra-cmake-modules qt5-tools kio purpose libgnome-keyring
pyside2 shiboken2)
+optdepends=('kio: KDE integration'
+ 'purpose: KDE integration'
+ 'libgnome-keyring: gnome keyring integration'
+ 'pyside2: Python plugins')
+groups=(kde-applications kde-network)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('bda149ae5fdb11cbeceb1c5ec67a7c89045209491ef017c0579d5ba6ac9b07be'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}