Balló György pushed to branch main at Arch Linux / Packaging / Packages / francis
Commits: 0d25f715 by Balló György at 2025-02-03T13:34:34+01:00 upgpkg: 24.12.1-2: Add qqc2-desktop-style to depends It's configured as default QQuickStyle: https://invent.kde.org/utilities/francis/-/blob/5d4c960451e6b3f0be37dd85b59aa420b7ba2566/src/main.cpp#L38 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = francis pkgdesc = Track your time pkgver = 24.12.1 - pkgrel = 1 + pkgrel = 2 url = https://apps.kde.org/francis/ arch = x86_64 groups = kde-applications @@ -18,6 +18,7 @@ pkgbase = francis depends = kirigami depends = kirigami-addons depends = knotifications + depends = qqc2-desktop-style depends = qt6-base depends = qt6-declarative source = https://download.kde.org/stable/release-service/24.12.1/src/francis-24.12.1.tar.xz ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=francis pkgver=24.12.1 -pkgrel=1 +pkgrel=2 pkgdesc='Track your time' url='https://apps.kde.org/francis/' arch=(x86_64) @@ -17,6 +17,7 @@ depends=(gcc-libs kirigami kirigami-addons knotifications + qqc2-desktop-style qt6-base qt6-declarative) makedepends=(extra-cmake-modules) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/francis/-/commit/0d25f715e2772d93b4857bd0fcfef67a9b22120f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/francis/-/commit/0d25f715e2772d93b4857bd0fcfef67a9b22120f You're receiving this email because of your account on gitlab.archlinux.org.
