kio: update to 5.36.0.
This commit is contained in:
parent
f635fd61f7
commit
3b5e3b451b
|
@ -2600,6 +2600,8 @@ libKF5Bookmarks.so.5 kbookmarks-5.26.0_1
|
|||
libKF5KIOWidgets.so.5 kio-5.26.0_1
|
||||
libKF5KIOCore.so.5 kio-5.26.0_1
|
||||
libKF5KIOFileWidgets.so.5 kio-5.26.0_1
|
||||
libKF5KIOGui.so.5 kio-5.36.0_1
|
||||
libKF5KIONTLM.so.5 kio-5.36.0_1
|
||||
libKF5Declarative.so.5 kdeclarative-5.26.0_1
|
||||
libKF5QuickAddons.so.5 kdeclarative-5.26.0_1
|
||||
libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
+#define _BSD_SOURCE
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kio'
|
||||
pkgname=kio
|
||||
version=5.29.0
|
||||
version=5.36.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
|
@ -12,7 +12,12 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
|||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kio"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=52ce0e402a466a82480ee6edeaeae36bdc3b254aece3210dd4273a2b57955c6b
|
||||
checksum=f18f51d5d85156de52bf21e7344e06b9fcb6c815043797615171c7a66bb743c8
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools libxml2 kcoreaddons"
|
||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||
fi
|
||||
|
||||
kio-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in New Issue
Block a user