Add kio-extras and kdnssd #3

Merged
tb merged 3 commits from Leeroy/kde-plasma-6:3.7 into 3.7 2024-04-23 22:18:57 +02:00
2 changed files with 5 additions and 1234 deletions
Showing only changes of commit 553021a405 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# Description: Additional components to increase the functionality of KIO
# URL: https://apps.kde.org
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
# Depends on: kcmutils kdnssd ktextwidgets phonon plasma-activities-stats qcoro syntax-highlighting
# Depends on: kcmutils kdnssd ktextwidgets libkexiv2 libssh phonon plasma-activities-stats qcoro syntax-highlighting taglib
name=kio-extras
version=24.02.2
@ -19,6 +19,8 @@ build() {
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/locale
}
# vim: set ts=4 et: