[packages/open-vm-tools] patches missing in previous commit (thanks Bartek Szady)

atler atler at pld-linux.org
Wed Nov 30 13:42:26 CET 2016


commit 43e982ebd9d367d0798eb246dec2eca1760e0bb7
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Nov 30 13:41:14 2016 +0100

    patches missing in previous commit (thanks Bartek Szady)

 open-vm-tools-dnd.patch     | 11 +++++++++++
 vmware-vmblock-fuse.service | 12 ++++++++++++
 2 files changed, 23 insertions(+)
---
diff --git a/open-vm-tools-dnd.patch b/open-vm-tools-dnd.patch
new file mode 100644
index 0000000..0576abc
--- /dev/null
+++ b/open-vm-tools-dnd.patch
@@ -0,0 +1,11 @@
+--- open-vm-tools-stable-10.0.7.orig/open-vm-tools/services/plugins/dndcp/Makefile.am	2016-10-27 23:47:54.876016950 +0200
++++ open-vm-tools-stable-10.0.7/open-vm-tools/services/plugins/dndcp/Makefile.am	2016-10-28 00:00:07.528761831 +0200
+@@ -18,7 +18,7 @@
+ plugindir = @VMUSR_PLUGIN_INSTALLDIR@
+ plugin_LTLIBRARIES = libdndcp.la
+ 
+-libdndcp_la_CPPFLAGS =
++libdndcp_la_CPPFLAGS = -Dvmblock_fuse
+ libdndcp_la_CPPFLAGS += @GTK_CPPFLAGS@
+ libdndcp_la_CPPFLAGS += @GTKMM_CPPFLAGS@
+ libdndcp_la_CPPFLAGS += @PLUGIN_CPPFLAGS@
diff --git a/vmware-vmblock-fuse.service b/vmware-vmblock-fuse.service
new file mode 100644
index 0000000..9e4d2a3
--- /dev/null
+++ b/vmware-vmblock-fuse.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Open Virtual Machine Tools (vmware-vmblock-fuse)
+ConditionVirtualization=vmware
+
+[Service]
+Type=simple
+RuntimeDirectory=vmblock-fuse
+RuntimeDirectoryMode=755
+ExecStart=/usr/bin/vmware-vmblock-fuse -d -f -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
+
+[Install]
+WantedBy=multi-user.target
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/open-vm-tools.git/commitdiff/43e982ebd9d367d0798eb246dec2eca1760e0bb7



More information about the pld-cvs-commit mailing list