remove locales and add more dependencies

This commit is contained in:
Tsaop 2024-04-22 19:03:25 +02:00
parent 6e1fe00854
commit 553021a405
2 changed files with 5 additions and 1234 deletions

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: