[Pkg-owncloud-commits] [owncloud-client] 145/171: Nemo Shell Integration: Add missing conversion script.

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Feb 17 09:37:01 UTC 2016


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

hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.

commit 5ae81aa96cea1e4ef77a8f1b4b7b9eb99bde73ed
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Jan 28 11:44:13 2016 +0100

    Nemo Shell Integration: Add missing conversion script.
    
    This script creates the Nemo plugin out of the Nautilus plugin.
    Both are source compatible, but need to include the right modules
    depending on the name of the file manager.
    
    The script is called by cmake.
---
 shell_integration/nautilus/createnemoplugin.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/shell_integration/nautilus/createnemoplugin.sh b/shell_integration/nautilus/createnemoplugin.sh
new file mode 100755
index 0000000..cc4ff7d
--- /dev/null
+++ b/shell_integration/nautilus/createnemoplugin.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# this script creates a plugin for nemo, just be replacing
+# all occurences of Nautilus with Nemo.
+
+/usr/bin/sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py

-- 
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