summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/inkscape-stray-comma.patch
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2014-02-04 16:12:39 +0100
committerLudovic Courtès <ludo@gnu.org>2014-02-05 00:02:17 +0100
commit1d07e9316a84a47da54469d63b1825368c0db720 (patch)
treef45931e6e842d8b2db849ad2ae8d8fb1a828e430 /gnu/packages/patches/inkscape-stray-comma.patch
parent2a72eeeea1e199a16cad2db5c62fb2ee1fac020b (diff)
downloadguix-patches-1d07e9316a84a47da54469d63b1825368c0db720.tar
guix-patches-1d07e9316a84a47da54469d63b1825368c0db720.tar.gz
gnu: inkscape: New module
* gnu/packages/inkscape.scm, gnu/packages/patches/inkscape-stray-comma.patch: New files. * gnu-system.am (GNU_SYSTEM_MODULES): Add inkscape.scm. (dist_patch_DATA): Add inkscape-stray-comma.patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/inkscape-stray-comma.patch')
-rw-r--r--gnu/packages/patches/inkscape-stray-comma.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/patches/inkscape-stray-comma.patch b/gnu/packages/patches/inkscape-stray-comma.patch
new file mode 100644
index 0000000000..0b000d9e30
--- /dev/null
+++ b/gnu/packages/patches/inkscape-stray-comma.patch
@@ -0,0 +1,13 @@
+This is verbatim from Upstream: http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/diff/9943
+--- a/src/widgets/desktop-widget.h 2011-06-06 06:43:00 +0000
++++ b/src/widgets/desktop-widget.h 2013-01-05 14:34:09 +0000
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+- GtkWidget *commands_toolbox,;
++ GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+
+ static void init(SPDesktopWidget *widget);
+