summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:45:29 +0000
committerJoão Figueiredo2024-03-01 06:45:29 +0000
commit586d85edf8b8ef3abf60dd9a6e8c1a36b1a2bcb7 (patch)
tree766a68b2a02b0b82176aa872cb4e54da54df44ee
parent171acdec21693baddaba0425f1382531dc212394 (diff)
downloadaur-586d85edf8b8ef3abf60dd9a6e8c1a36b1a2bcb7.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c57685cf2fd0..e69de29bb2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +0,0 @@
-pkgbase = kio-git
- pkgdesc = Resource and network access abstraction
- pkgver = 5.240.0_r6124.g46a1d6df2
- pkgrel = 1
- url = https://community.kde.org/Frameworks
- arch = x86_64
- groups = kf6-git
- license = LGPL
- makedepends = git
- makedepends = extra-cmake-modules-git
- makedepends = kdoctools-git
- makedepends = doxygen
- makedepends = qt6-tools
- depends = solid-git
- depends = kjobwidgets-git
- depends = kbookmarks-git
- depends = libxslt
- depends = kwallet-git
- depends = ktextwidgets-git
- depends = kded-git
- optdepends = kio-extras-git: extra protocols support (sftp, fish and more)
- optdepends = kdoctools-git: for the help kioslave
- optdepends = kio-fuse-git: to mount remote filesystems via FUSE
- provides = kio
- conflicts = kio
- source = git+https://github.com/KDE/kio.git
- sha256sums = SKIP
-
-pkgname = kio-git
diff --git a/PKGBUILD b/PKGBUILD
index 53d2575faf1d..d59de20c1e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,11 @@ pkgrel=1
pkgdesc='Resource and network access abstraction'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(solid-git kjobwidgets-git kbookmarks-git libxslt kwallet-git ktextwidgets-git kded-git)
-makedepends=(git extra-cmake-modules-git kdoctools-git doxygen qt6-tools)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(acl gcc-libs glibc karchive-git kauth-git kbookmarks-git kcolorscheme-git kcompletion-git kconfig-git kconfigwidgets-git kcoreaddons-git kcrash-git kdbusaddons-git kguiaddons-git ki18n-git kiconthemes-git kitemviews-git kjobwidgets-git kservice-git kwallet-git kwidgetsaddons-git kwindowsystem-git libxml2 libxslt qt6-5compat qt6-base solid-git util-linux-libs)
+makedepends=(git doxygen extra-cmake-modules-git kdoctools-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-optdepends=('kio-extras-git: extra protocols support (sftp, fish and more)' 'kdoctools-git: for the help kioslave'
'kio-fuse-git: to mount remote filesystems via FUSE')
groups=(kf6-git)
source=("git+https://github.com/KDE/${pkgname%-git}.git")