git » kio-extras.git » commit c59f2d9

kio-extras 23.08.5

author Urja (ARMLFS builder)
2024-06-19 07:30:56 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:56 UTC
parent 3f9af018ffaa53dfba66874217882935146c8383

kio-extras 23.08.5

.gitignore +2 -0
PKGBUILD +4 -4

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 800030a..af336ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname=kio-extras
 pkgver=23.08.5
 pkgrel=1
 pkgdesc='Additional components to increase the functionality of KIO'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://www.kde.org/'
 license=(LGPL)
-depends=(kio5 kdnssd5 libssh smbclient libmtp libkexiv2 phonon-qt5 syntax-highlighting5 libxcursor kdsoap-qt5)
-makedepends=(extra-cmake-modules kdoctools5 gperf taglib libappimage openexr kactivities-stats5)
+depends=(kio kdnssd libssh smbclient libmtp libkexiv2 phonon-qt5 syntax-highlighting libxcursor kdsoap-qt5)
+makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage openexr kactivities-stats)
 optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl: info kioslave'
-            'kimageformats5: thumbnails for additional image formats' 'taglib: audio file thumbnails'
+            'kimageformats: thumbnails for additional image formats' 'taglib: audio file thumbnails'
             'libappimage: AppImage thumbnails' 'icoutils: Windows executable thumbnails'
             'openexr: EXR format thumbnails' 'kactivities-stats5: recently used kioslave')
 groups=(kde-applications kde-network)