[Pkg-owncloud-commits] [owncloud-client] 292/332: CMake: Install the nautilus plugin.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 4e13c882f863f525d144bce7d1ee490c2fb366c7
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Aug 4 18:58:35 2014 +0200

    CMake: Install the nautilus plugin.
---
 shell_integration/CMakeLists.txt          | 4 ++++
 shell_integration/nautilus/CMakeLists.txt | 1 +
 2 files changed, 5 insertions(+)

diff --git a/shell_integration/CMakeLists.txt b/shell_integration/CMakeLists.txt
index c08efc9..523f5c5 100644
--- a/shell_integration/CMakeLists.txt
+++ b/shell_integration/CMakeLists.txt
@@ -2,3 +2,7 @@ add_subdirectory(testclient)
 add_subdirectory(MacOSX)
 add_subdirectory(icons)
 
+if( UNIX AND NOT APPLE )
+  add_subdirectory(nautilus)
+endif()
+
diff --git a/shell_integration/nautilus/CMakeLists.txt b/shell_integration/nautilus/CMakeLists.txt
new file mode 100644
index 0000000..7ceba36
--- /dev/null
+++ b/shell_integration/nautilus/CMakeLists.txt
@@ -0,0 +1 @@
+install(FILES ownCloud.py  DESTINATION ${DATADIR}/nautilus-python/extensions)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list