summaryrefslogtreecommitdiff
path: root/graphics/drawing/patches
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-17 08:47:30 +0000
committernia <nia@pkgsrc.org>2020-06-17 08:47:30 +0000
commiteb708708448d6625af2993cac717667fc2260165 (patch)
tree0393948eb16e48b81b03068fdbe3c933e6713a0c /graphics/drawing/patches
parent2c8490cc9eb90dda20ccd2007bec104078447e6e (diff)
downloadpkgsrc-eb708708448d6625af2993cac717667fc2260165.tar.gz
graphics: Add drawing
This application is a basic image editor, similar to Microsoft Paint, but aiming at the GNOME desktop. PNG, JPEG and BMP files are supported.
Diffstat (limited to 'graphics/drawing/patches')
-rw-r--r--graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml b/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml
new file mode 100644
index 00000000000..e04bcecefb3
--- /dev/null
+++ b/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml
@@ -0,0 +1,16 @@
+$NetBSD: patch-data_com.github.maoschanz.drawing.gschema.xml,v 1.1 2020/06/17 08:47:31 nia Exp $
+
+pkgsrc users are probably more likely to be using a desktop where
+server-side decorations are the norm.
+
+--- data/com.github.maoschanz.drawing.gschema.xml.orig 2020-03-07 14:34:33.000000000 +0000
++++ data/com.github.maoschanz.drawing.gschema.xml
+@@ -10,7 +10,7 @@
+ feature which is off by default because it makes icons blurry.</description>
+ </key>
+ <key type="s" name="decorations">
+- <default>'auto'</default>
++ <default>'ssd'</default>
+ <summary>Type of window decorations</summary>
+ <description>Can be 'auto', 'csd', 'csd-eos', 'ssd', 'ssd-toolbar',
+ 'ssd-symbolic', 'ssd-toolbar-symbolic', 'ssd-menubar' or 'everything'.