summaryrefslogtreecommitdiff
path: root/media-gfx/kgeotag/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-14 11:10:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-14 11:10:11 +0100
commit81b8f20732954c4508baf2f77472b5435e3f851f (patch)
tree4180177cb7ba85eab50159ce96218c2419fb24a6 /media-gfx/kgeotag/files
parent946859e0e36904cffb3e0ccbccb6b7b1347c1cc8 (diff)
gentoo auto-resync : 14:09:2022 - 11:10:10
Diffstat (limited to 'media-gfx/kgeotag/files')
-rw-r--r--media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch b/media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch
new file mode 100644
index 000000000000..77be87736126
--- /dev/null
+++ b/media-gfx/kgeotag/files/kgeotag-1.3.1-cmake.patch
@@ -0,0 +1,43 @@
+From d119fbfaabb7709710243f353211bab69b5ad5b6 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner <asturm@gentoo.org>
+Date: Sun, 11 Sep 2022 23:26:04 +0200
+Subject: [PATCH] Add doc subdirectory as usual and create docbook in subdir
+
+Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
+---
+ CMakeLists.txt | 6 +-----
+ doc/CMakeLists.txt | 5 +++++
+ 2 files changed, 6 insertions(+), 5 deletions(-)
+ create mode 100644 doc/CMakeLists.txt
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8ba51d5..62f0d35 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -124,11 +124,7 @@ target_link_libraries(kgeotag
+ )
+
+ # Documentation
+-kdoctools_create_handbook(
+- doc/index.docbook
+- INSTALL_DESTINATION "${KDE_INSTALL_DOCBUNDLEDIR}/en"
+- SUBDIR kgeotag
+-)
++add_subdirectory(doc)
+
+ # Installation
+
+diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
+new file mode 100644
+index 0000000..6200463
+--- /dev/null
++++ b/doc/CMakeLists.txt
+@@ -0,0 +1,5 @@
++kdoctools_create_handbook(
++ index.docbook
++ INSTALL_DESTINATION "${KDE_INSTALL_DOCBUNDLEDIR}/en"
++ SUBDIR kgeotag
++)
+--
+2.37.3
+