summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:15:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 03:15:05 +0000
commitd111cd3c9892f0e8ea68baefc2ab62e41f6c98e3 (patch)
tree7c0f04b94297c42efdc0a860438919472da36cc1
parentSetting default-font to "DejaVu Sans". (diff)
downloadgimp-d111cd3c9892f0e8ea68baefc2ab62e41f6c98e3.tar.xz
gimp-d111cd3c9892f0e8ea68baefc2ab62e41f6c98e3.zip
Setting global-font to yes.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0002-global-font.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-global-font.patch b/debian/patches/progress-linux/0002-global-font.patch
new file mode 100644
index 0000000..6ca939a
--- /dev/null
+++ b/debian/patches/progress-linux/0002-global-font.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting global-font to yes.
+
+diff -Naurp gimp.orig/etc/gimprc.in gimp/etc/gimprc.in
+--- gimp.orig/etc/gimprc.in
++++ gimp/etc/gimprc.in
+@@ -223,7 +223,7 @@
+ # When enabled, the selected font will be used for all tools. Possible
+ # values are yes and no.
+ #
+-# (global-font yes)
++(global-font yes)
+
+ # Sets the default image in the "File/New" dialog. This is a parameter list.
+ #
diff --git a/debian/patches/series b/debian/patches/series
index 51935e1..575e0e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_hurd_ftbfs.patch
02_hurd_ftbfs.patch
progress-linux/0001-default-font.patch
+progress-linux/0002-global-font.patch