Balló György pushed to branch main at Arch Linux / Packaging / Packages /
liquidshell
Commits:
4d71c4b3 by Balló György at 2024-02-28T18:41:42+01:00
upgpkg: 1.9.0-3: Disable PackageKit integration
PackageKit is not well supported on Arch Linux, and can break the system. Since
the main binary of liquidshell is linked to libpackagekitqt5.so when PackageKit
integration is enabled, it cannot be optional, so disable it.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = liquidshell
pkgdesc = Basic desktop shell using QtWidgets
pkgver = 1.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://invent.kde.org/system/liquidshell
arch = x86_64
license = GPL3
@@ -27,7 +27,6 @@ pkgbase = liquidshell
depends = kwindowsystem5
depends = kxmlgui5
depends = networkmanager-qt5
- depends = packagekit-qt5
depends = qt5-base
depends = qt5-x11extras
depends = solid5
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=liquidshell
pkgver=1.9.0
-pkgrel=2
+pkgrel=3
pkgdesc='Basic desktop shell using QtWidgets'
arch=(x86_64)
url='https://invent.kde.org/system/liquidshell'
@@ -28,7 +28,6 @@ depends=(bluez-qt5
kwindowsystem5
kxmlgui5
networkmanager-qt5
- packagekit-qt5
qt5-base
qt5-x11extras
solid5)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liquidshell/-/commit/4d71c4b37f47ca0aa2bbfcb98c13f10825194b4e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/liquidshell/-/commit/4d71c4b37f47ca0aa2bbfcb98c13f10825194b4e
You're receiving this email because of your account on gitlab.archlinux.org.