From fc3c74625d3b583840fb84aa5aa9cf5b9e7bf073 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 25 Mar 2013 22:49:39 +0000 Subject: camera-assistant: move files to files subdirectory Signed-off-by: Paul Eggleton --- recipes-qtopia/camera-assistant/ca.desktop | 6 - recipes-qtopia/camera-assistant/ca.png | Bin 2844 -> 0 bytes recipes-qtopia/camera-assistant/files/ca.desktop | 6 + recipes-qtopia/camera-assistant/files/ca.png | Bin 0 -> 2844 bytes .../files/g++-3.4-compile-fixes.patch | 155 +++++++++++++++++++++ .../camera-assistant/g++-3.4-compile-fixes.patch | 155 --------------------- 6 files changed, 161 insertions(+), 161 deletions(-) delete mode 100644 recipes-qtopia/camera-assistant/ca.desktop delete mode 100644 recipes-qtopia/camera-assistant/ca.png create mode 100644 recipes-qtopia/camera-assistant/files/ca.desktop create mode 100644 recipes-qtopia/camera-assistant/files/ca.png create mode 100644 recipes-qtopia/camera-assistant/files/g++-3.4-compile-fixes.patch delete mode 100644 recipes-qtopia/camera-assistant/g++-3.4-compile-fixes.patch diff --git a/recipes-qtopia/camera-assistant/ca.desktop b/recipes-qtopia/camera-assistant/ca.desktop deleted file mode 100644 index b6ab5be..0000000 --- a/recipes-qtopia/camera-assistant/ca.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Comment=Camera Assistant -Exec=ca -Icon=ca/ca -Type=Application -Name=Camera Assistant diff --git a/recipes-qtopia/camera-assistant/ca.png b/recipes-qtopia/camera-assistant/ca.png deleted file mode 100644 index d28cfbe..0000000 Binary files a/recipes-qtopia/camera-assistant/ca.png and /dev/null differ diff --git a/recipes-qtopia/camera-assistant/files/ca.desktop b/recipes-qtopia/camera-assistant/files/ca.desktop new file mode 100644 index 0000000..b6ab5be --- /dev/null +++ b/recipes-qtopia/camera-assistant/files/ca.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Comment=Camera Assistant +Exec=ca +Icon=ca/ca +Type=Application +Name=Camera Assistant diff --git a/recipes-qtopia/camera-assistant/files/ca.png b/recipes-qtopia/camera-assistant/files/ca.png new file mode 100644 index 0000000..d28cfbe Binary files /dev/null and b/recipes-qtopia/camera-assistant/files/ca.png differ diff --git a/recipes-qtopia/camera-assistant/files/g++-3.4-compile-fixes.patch b/recipes-qtopia/camera-assistant/files/g++-3.4-compile-fixes.patch new file mode 100644 index 0000000..383d083 --- /dev/null +++ b/recipes-qtopia/camera-assistant/files/g++-3.4-compile-fixes.patch @@ -0,0 +1,155 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- CameraAssistant/defaultconfig.h~g++-3.4-compile-fixes ++++ CameraAssistant/defaultconfig.h +@@ -2,76 +2,75 @@ + #define DEFAULTCONFIG_H + + char defaultConfig[]= +-" +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-"; ++"" ++"" ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++""; + #endif // DEFAULTCONFIG_H diff --git a/recipes-qtopia/camera-assistant/g++-3.4-compile-fixes.patch b/recipes-qtopia/camera-assistant/g++-3.4-compile-fixes.patch deleted file mode 100644 index 383d083..0000000 --- a/recipes-qtopia/camera-assistant/g++-3.4-compile-fixes.patch +++ /dev/null @@ -1,155 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- CameraAssistant/defaultconfig.h~g++-3.4-compile-fixes -+++ CameraAssistant/defaultconfig.h -@@ -2,76 +2,75 @@ - #define DEFAULTCONFIG_H - - char defaultConfig[]= --" -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --"; -+"" -+"" -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+" " -+""; - #endif // DEFAULTCONFIG_H -- cgit 1.2.3-korg