summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2019-03-08 22:59:54 +0100
committerDaniel Pielmeier <billie@gentoo.org>2019-03-08 22:59:54 +0100
commit8c91c428816870e50fe6704b94cfc01f2f0a80f3 (patch)
treed8059567f14e4961c61214a15f8cc836644d49a7 /app-admin/conky/files/conky-1.10.8-portmon.patch
parentapp-shells/bash: Bump to version 5.0_p2-r2. Removed old. (diff)
downloadgentoo-8c91c428816870e50fe6704b94cfc01f2f0a80f3.tar.gz
gentoo-8c91c428816870e50fe6704b94cfc01f2f0a80f3.tar.bz2
gentoo-8c91c428816870e50fe6704b94cfc01f2f0a80f3.zip
app-admin/conky: Revision bump to conky-1.10.8-r6.
Install tcp-portmon library. Fixes bug #675914. Thanks to jorgicio for the report. Pin lua to slot 0 and 5.1. Add subslot operator for libical. Signed-off-by: Daniel Pielmeier <billie@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-admin/conky/files/conky-1.10.8-portmon.patch')
-rw-r--r--app-admin/conky/files/conky-1.10.8-portmon.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-admin/conky/files/conky-1.10.8-portmon.patch b/app-admin/conky/files/conky-1.10.8-portmon.patch
new file mode 100644
index 000000000000..b2f5b2b1c086
--- /dev/null
+++ b/app-admin/conky/files/conky-1.10.8-portmon.patch
@@ -0,0 +1,15 @@
+--- conky-1.10.8/src/CMakeLists.txt 2019-03-08 22:42:25.952357096 +0100
++++ conky-1.10.8/src/CMakeLists.txt 2019-03-08 22:42:07.776357462 +0100
+@@ -223,3 +223,12 @@
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib
+ )
++
++if(BUILD_PORT_MONITORS)
++ install(TARGETS
++ tcp-portmon
++ RUNTIME DESTINATION bin
++ LIBRARY DESTINATION lib64
++ ARCHIVE DESTINATION lib64
++)
++endif(BUILD_PORT_MONITORS)