Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / fiery
Commits:
00c5eee1 by Antonio Rojas at 2024-09-03T22:17:22+02:00
upgpkg: 2.0.0-1: Update to 2.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,22 @@
pkgbase = fiery
pkgdesc = A convergent web browser
- pkgver = 1.1.3
+ pkgver = 2.0.0
pkgrel = 1
url = https://mauikit.org/
arch = x86_64
groups = maui
- license = GPL3
+ license = LGPL-3.0-only
makedepends = extra-cmake-modules
+ depends = gcc-libs
+ depends = glibc
+ depends = kcoreaddons
+ depends = ki18n
+ depends = mauikit
depends = mauikit-filebrowsing
- depends = qt5-webengine
- source =
https://download.kde.org/stable/maui/fiery/1.1.3/fiery-1.1.3.tar.xz
- sha256sums =
0b98e0a4cfbdd50080f02068aefac3fdb3951dadbd7a7e6f3d0b78b0c2cd7bf2
+ depends = qt6-base
+ depends = qt6-declarative
+ depends = qt6-webengine
+ source =
https://download.kde.org/stable/maui/fiery/2.0.0/maui-fiery-2.0.0.tar.xz
+ sha256sums =
19b0cd70175296d64fca24df2a85b189ab0459527bd0ffc6e784e4e005524785
pkgname = fiery
=====================================
PKGBUILD
=====================================
@@ -1,20 +1,28 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=fiery
-pkgver=1.1.3
+pkgver=2.0.0
pkgrel=1
pkgdesc='A convergent web browser'
url='https://mauikit.org/'
arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing qt5-webengine)
+license=(LGPL-3.0-only)
+depends=(gcc-libs
+ glibc
+ kcoreaddons
+ ki18n
+ mauikit
+ mauikit-filebrowsing
+ qt6-base
+ qt6-declarative
+ qt6-webengine)
makedepends=(extra-cmake-modules)
groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b98e0a4cfbdd50080f02068aefac3fdb3951dadbd7a7e6f3d0b78b0c2cd7bf2')
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/maui-$pkgname-$pkgver.tar.xz)
+sha256sums=('19b0cd70175296d64fca24df2a85b189ab0459527bd0ffc6e784e4e005524785')
build() {
- cmake -B build -S $pkgname-$pkgver
+ cmake -B build -S maui-$pkgname-$pkgver
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fiery/-/commit/00c5eee1e8fe093381c0beb5c0791d27ab325040
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fiery/-/commit/00c5eee1e8fe093381c0beb5c0791d27ab325040
You're receiving this email because of your account on gitlab.archlinux.org.