Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=8fe8750f5c4dee48ba86922b3ef906b8e5e85cf4
commit 8fe8750f5c4dee48ba86922b3ef906b8e5e85cf4 Author: crazy <[email protected]> Date: Mon May 15 14:47:03 2017 +0200 smb4k-2.0.1-1-x86_64 * Version bump * this one has CVE-2017-8849 fix in * added patch for kf5 >=5.34.0 ki18n changes diff --git a/source/kde5-extra/smb4k/FrugalBuild b/source/kde5-extra/smb4k/FrugalBuild index 47acfc8..f443e1b 100644 --- a/source/kde5-extra/smb4k/FrugalBuild +++ b/source/kde5-extra/smb4k/FrugalBuild @@ -3,12 +3,12 @@ # Maintainer: DeX77 <[email protected]> pkgname=smb4k -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="Smb4K is a SMB/CIFS share browser for KDE." rodepends=('samba-client') groups=('kde5-extra') -archs=('i686' 'x86_64') +archs=('x86_64') _F_sourceforge_ext=".tar.xz" Finclude sourceforge kf5 depends=("kconfig>=$_F_kf5_full" "kauth>=$_F_kf5_full" \ @@ -16,8 +16,8 @@ depends=("kconfig>=$_F_kf5_full" "kauth>=$_F_kf5_full" \ "solid>=$_F_kf5_full" "kdelibs4support>=$_F_kf5_full" "plasma-framework>=$_F_kf5_full") makedepends+=('kdoctools') -source+=("fix-kdoctools-bug.patch") -sha1sums=('3c8ae997698c0c530b9ad775c81b32d541f87185' \ - '0bea30d15094e9e8f4352b34fb1dfa23e755c491') +source+=(kf5-5.34.0-workaround.patch) +sha1sums=('c13da993633f2d5a4909d38fa23133161d3726b3' \ + '06b73b726846aad15a2a8ed049837791520ec744') # optimization OK diff --git a/source/kde5-extra/smb4k/fix-kdoctools-bug.patch b/source/kde5-extra/smb4k/fix-kdoctools-bug.patch deleted file mode 100644 index 6ae05399..0000000 --- a/source/kde5-extra/smb4k/fix-kdoctools-bug.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- smb4k-2.0.0/CMakeLists.txt 2017-03-11 10:03:54.000000000 +0100 -+++ smb4k-2.0.0.new/CMakeLists.txt 2017-03-12 21:06:41.000000000 +0100 -@@ -77,7 +77,6 @@ - if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/po") - ki18n_install(po) - if(KF5DocTools_FOUND) -- kdoctools_install(po) - endif(KF5DocTools_FOUND) - endif(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/po") - -@@ -108,4 +107,3 @@ - find_package(KF5I18n CONFIG REQUIRED) - ki18n_install(po) - find_package(KF5DocTools CONFIG REQUIRED) --kdoctools_install(po) diff --git a/source/kde5-extra/smb4k/kf5-5.34.0-workaround.patch b/source/kde5-extra/smb4k/kf5-5.34.0-workaround.patch new file mode 100644 index 0000000..77d03fd --- /dev/null +++ b/source/kde5-extra/smb4k/kf5-5.34.0-workaround.patch @@ -0,0 +1,11 @@ +diff -Naur smb4k-2.0.0/CMakeLists.txt smb4k-2.0.0-p/CMakeLists.txt +--- smb4k-2.0.0/CMakeLists.txt 2017-03-11 10:03:54.000000000 +0100 ++++ smb4k-2.0.0-p/CMakeLists.txt 2017-05-15 14:34:33.691399981 +0200 +@@ -9,6 +9,7 @@ + cmake_minimum_required(VERSION 3.3 FATAL_ERROR) + cmake_policy(SET CMP0037 NEW) + cmake_policy(SET CMP0063 NEW) ++cmake_policy(SET CMP0002 OLD) + + find_package(ECM 1.1.0 REQUIRED NO_MODULE) + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
