kio: update to 5.47.0.

This commit is contained in:
Piotr Wójcik 2018-06-11 09:43:56 +02:00
parent 512a2e63f5
commit b2e026ee9f
2 changed files with 3 additions and 14 deletions

View file

@ -17,14 +17,3 @@
+#include <string.h>
#include "../sharefd_p.h"
#include "fdsender.h"
--- ./src/ioslaves/file/sharefd_p.h 2018-02-18 09:27:40.803299927 +0100
+++ ./src/ioslaves/file/sharefd_p.h 2018-02-18 09:27:53.019108067 +0100
@@ -22,6 +22,7 @@
#include <iostream>
#include <unistd.h>
#include <sys/socket.h>
+#include <string.h>
// fix SOCK_NONBLOCK for e.g. macOS
#ifndef SOCK_NONBLOCK

View file

@ -1,6 +1,6 @@
# Template file for 'kio'
pkgname=kio
version=5.43.0
version=5.47.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
@ -11,8 +11,8 @@ short_desc="KDE Network transparent access to files and data"
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=e6ecd2290d19e0680f4bc35dc157cf8f4df85ab3a967521dd510163843a372d5
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=51122eae0b32cb11a20e2c4862c9770d55aac1a1c6d969b6e899fb06736f8720
CXXFLAGS+=" -fpermissive"