diff options
author | Johannes Huber <johu@gentoo.org> | 2016-05-26 19:18:41 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-05-26 19:20:47 +0200 |
commit | 19834ee0dee9d74c972de1be8efbbd3dc03341dc (patch) | |
tree | 772a00f5eb61e47b20d1604a2ab8250e27ed81fa /app-text/kding/files | |
parent | sys-apps/portage: x86 stable (bug #580738) (diff) | |
download | gentoo-19834ee0dee9d74c972de1be8efbbd3dc03341dc.tar.gz gentoo-19834ee0dee9d74c972de1be8efbbd3dc03341dc.tar.bz2 gentoo-19834ee0dee9d74c972de1be8efbbd3dc03341dc.zip |
app-text/kding: Fix broken png with libpng-1.6
Gentoo-bug: 510510
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-text/kding/files')
-rw-r--r-- | app-text/kding/files/kding-0.6-cmake.patch | 8 | ||||
-rw-r--r-- | app-text/kding/files/kding-0.6-dtd.patch | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-text/kding/files/kding-0.6-cmake.patch b/app-text/kding/files/kding-0.6-cmake.patch new file mode 100644 index 000000000000..bd6929ac12e2 --- /dev/null +++ b/app-text/kding/files/kding-0.6-cmake.patch @@ -0,0 +1,8 @@ +diff -Naur kding-0.6.orig/CMakeLists.txt kding-0.6/CMakeLists.txt +--- kding-0.6.orig/CMakeLists.txt 2009-09-20 14:09:48.000000000 +0200 ++++ kding-0.6/CMakeLists.txt 2016-05-26 19:03:47.146777630 +0200 +@@ -1,3 +1,4 @@ ++cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) + project(kding) + + find_package(KDE4 REQUIRED) diff --git a/app-text/kding/files/kding-0.6-dtd.patch b/app-text/kding/files/kding-0.6-dtd.patch index 0f8a4d5b9343..f039b40fd344 100644 --- a/app-text/kding/files/kding-0.6-dtd.patch +++ b/app-text/kding/files/kding-0.6-dtd.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/338466 ---- doc/de/index.docbook -+++ doc/de/index.docbook +--- a/doc/de/index.docbook ++++ b/doc/de/index.docbook @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ @@ -9,8 +9,8 @@ http://bugs.gentoo.org/338466 <!ENTITY kding "<application>KDing</application>"> <!ENTITY kappname "&kding;"><!-- Do *not* replace kappname--> <!ENTITY % addindex "IGNORE"> ---- doc/en/index.docbook -+++ doc/en/index.docbook +--- a/doc/en/index.docbook ++++ b/doc/en/index.docbook @@ -1,5 +1,5 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ |