diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:15:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:15:04 +0000 |
commit | b607633f97d261595c0fa602f6ce559385ab250e (patch) | |
tree | 98d761a21038794aa1325f5fca521331c2fac349 | |
parent | Updating vcs fields. (diff) | |
download | gimp-b607633f97d261595c0fa602f6ce559385ab250e.tar.xz gimp-b607633f97d261595c0fa602f6ce559385ab250e.zip |
Setting default-font to "DejaVu Sans".
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/progress-linux/0001-default-font.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-default-font.patch b/debian/patches/progress-linux/0001-default-font.patch new file mode 100644 index 0000000..65ede14 --- /dev/null +++ b/debian/patches/progress-linux/0001-default-font.patch @@ -0,0 +1,15 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Setting default-font to "DejaVu Sans". + +diff -Naurp gimp.orig/etc/gimprc.in gimp/etc/gimprc.in +--- gimp.orig/etc/gimprc.in ++++ gimp/etc/gimprc.in +@@ -193,7 +193,7 @@ + + # Specify a default font. This is a string value. + # +-# (default-font "Sans-serif") ++(default-font "DejaVu Sans") + + # When enabled, the selected brush will be used for all tools. Possible + # values are yes and no. diff --git a/debian/patches/series b/debian/patches/series index 3aa35ac..51935e1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01_hurd_ftbfs.patch 02_hurd_ftbfs.patch +progress-linux/0001-default-font.patch |