summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2019-03-08 07:58:02 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2019-03-08 08:35:21 +0300
commit6103da02f62d78799e6044b9ddfe6dfa16826e2d (patch)
tree8e71feffda0d9efcf5d1badb52171ed4121347ac /x11-wm/e16/files/e16-user-fonts.patch
parentx11-themes/e16-themes: Re-add e16 themes to the tree (diff)
downloadgentoo-6103da02f62d78799e6044b9ddfe6dfa16826e2d.tar.gz
gentoo-6103da02f62d78799e6044b9ddfe6dfa16826e2d.tar.bz2
gentoo-6103da02f62d78799e6044b9ddfe6dfa16826e2d.zip
x11-wm/e16: Add E16 back to the tree
Enligtenment DR16 (e16) was earlier packaged as x11-wm/enlightenment:0. No package move is possible here, since the slot is being extracted and added as the separate package. It is based on e16-overlay by Scott McClung <scott mcclung.com>: https://github.com/mcclung/e16-overlay However, there are many changes: A plethora of new USE flags is added: e16 is highly configurable with many yummy features. Defaults are set to some reasonable, but smaller number of enabled features than upstream does. Users can now provide custom fonts using ~/.e16/fonts/ and ~/.e16/fonts.cfg. EAPI is updated to 7 with whole ebuild overhaul following. Bug: https://bugs.gentoo.org/658860 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-wm/e16/files/e16-user-fonts.patch')
-rw-r--r--x11-wm/e16/files/e16-user-fonts.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/e16/files/e16-user-fonts.patch b/x11-wm/e16/files/e16-user-fonts.patch
new file mode 100644
index 000000000000..6a54efe0df97
--- /dev/null
+++ b/x11-wm/e16/files/e16-user-fonts.patch
@@ -0,0 +1,12 @@
+Allow users to provide custom fonts via ~/.e16/fonts/
+--- a/src/ttfont.c 2018-04-26 19:19:44.000000000 +0300
++++ b/src/ttfont.c 2019-03-06 06:04:33.489831326 +0300
+@@ -46,6 +46,8 @@
+ imlib_add_path_to_font_path(s);
+ Esnprintf(s, sizeof(s), "%s/fonts", EDirRoot());
+ imlib_add_path_to_font_path(s);
++ Esnprintf(s, sizeof(s), "%s/fonts", Mode.conf.dir);
++ imlib_add_path_to_font_path(s);
+ #endif
+ }
+