Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
falkon


Commits:
8774c9f3 by Antonio Rojas at 2024-02-22T00:08:18+01:00
Update to 24.02.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -1,34 +1,46 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=falkon
-pkgver=23.08.5
+pkgver=24.02.0
 pkgrel=1
 pkgdesc='Cross-platform QtWebEngine browser'
 arch=(x86_64)
 url='https://www.falkon.org/'
-license=(GPL3)
-depends=(qt5-webengine qt5-x11extras qt5-svg karchive5)
-makedepends=(extra-cmake-modules qt5-tools kio5 purpose5 libgnome-keyring 
pyside2 shiboken2)
-optdepends=('kio5: KDE integration'
-            'purpose5: KDE integration'
+license=(GPL-2.0-or-later3)
+depends=(gcc-libs
+         glibc
+         karchive
+         libxcb
+         openssl
+         qt6-5compat
+         qt6-base
+         qt6-declarative
+         qt6-webchannel
+         qt6-webengine)
+makedepends=(extra-cmake-modules
+             kio
+             libgnome-keyring
+             purpose
+             pyside6
+             qt6-tools
+             shiboken6)
+optdepends=('kcoreaddons: KDE integration'
+            'kcrash: KDE integration'
+            'kio: KDE integration'
+            'kjobwidgets: KDE integration'
+            'kwallet: KDE integration'
             'libgnome-keyring: gnome keyring integration'
-            'pyside2: Python plugins')
-groups=(kde-applications kde-network)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/network/falkon/-/commit/27c59ed.patch)
-sha256sums=('800a5f1432a6e50f64265eb4bbd8982f445ddd436b5e072f3e49bb4e7183b077'
-            'SKIP'
-            '1e751930e29d21074ea4629bc670bbe313697fdff7766b1026b9758819eb00fb')
+            'purpose: KDE integration'
+            'pyside6: Python plugins')
+groups=(kde-applications
+        kde-network)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('be498fd9ef4b17cfa80761c4792e782e7dc1de3a8a855b48fcc7c9c7d7391617'
+            'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix form detection for password managers
-  patch -Np1 -i ../27c59ed.patch
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/falkon/-/commit/8774c9f3f4ba1ba7a81892fcd78139c3506ab003

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/falkon/-/commit/8774c9f3f4ba1ba7a81892fcd78139c3506ab003
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to