summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD8
2 files changed, 26 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3725b58e8ecd..39cf10cb5a47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,39 @@
pkgbase = khelpcenter-git
pkgdesc = Application to show KDE Applications' documentation
- pkgver = 21.07.70_r2657.g0ca1368f
+ pkgver = 24.04.70_r3058.g122c8296
pkgrel = 1
url = https://userbase.kde.org/KHelpCenter
arch = x86_64
groups = kde-applications-git
groups = kde-system-git
- license = LGPL
+ license = LGPL-2.0-or-later
makedepends = git
makedepends = extra-cmake-modules-git
- depends = khtml-git
+ depends = gcc-libs
+ depends = glibc
+ depends = karchive-git
+ depends = kbookmarks-git
+ depends = kcompletion-git
+ depends = kconfig-git
+ depends = kconfigwidgets-git
+ depends = kcoreaddons-git
+ depends = kdbusaddons-git
depends = kdoctools-git
- depends = xapian-core
- depends = grantlee
- depends = kinit-git
+ depends = ki18n-git
+ depends = kio-git
+ depends = kservice-git
+ depends = ktexttemplate-git
+ depends = kwidgetsaddons-git
+ depends = kwindowsystem-git
+ depends = kxmlgui-git
+ depends = libxml2
depends = perl
+ depends = qt6-base
+ depends = qt6-webengine
+ depends = xapian-core
provides = khelpcenter
conflicts = khelpcenter
source = git+https://github.com/KDE/khelpcenter.git
sha256sums = SKIP
pkgname = khelpcenter-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 91ffa1945b61..24c4f78308e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
pkgname=khelpcenter-git
-pkgver=21.07.70_r2657.g0ca1368f
+pkgver=24.04.70_r3058.g122c8296
pkgrel=1
pkgdesc="Application to show KDE Applications' documentation"
arch=($CARCH)
url='https://userbase.kde.org/KHelpCenter'
-license=(LGPL)
-groups=(kde-applications-git kde-system-git)
-depends=(khtml-git kdoctools-git xapian-core grantlee kinit-git perl)
+license=(LGPL-2.0-or-later)
+depends=(gcc-libs glibc karchive-git kbookmarks-git kcompletion-git kconfig-git kconfigwidgets-git kcoreaddons-git kdbusaddons-git kdoctools-git ki18n-git kio-git kservice-git ktexttemplate-git kwidgetsaddons-git kwindowsystem-git kxmlgui-git libxml2 perl qt6-base qt6-webengine xapian-core)
makedepends=(git extra-cmake-modules-git)
+groups=(kde-applications-git kde-system-git)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
source=("git+https://github.com/KDE/${pkgname%-git}.git")