diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-08-04 09:33:24 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-08-04 09:33:24 +0000 |
commit | 860c53fbbca9fc1b92846db2e7bd2978f3db076e (patch) | |
tree | 90d98628621e358c1f5628b58642185a3a1bc58d /x11-plugins/wmhdplop/files | |
parent | stable amd64 (diff) | |
download | gentoo-2-860c53fbbca9fc1b92846db2e7bd2978f3db076e.tar.gz gentoo-2-860c53fbbca9fc1b92846db2e7bd2978f3db076e.tar.bz2 gentoo-2-860c53fbbca9fc1b92846db2e7bd2978f3db076e.zip |
Revision bump, with patch to fix bug #139945. The patch itself is so trivial that I'm committing it straight into stable. Wiped out older revision.
(Portage version: 2.1-r1)
Diffstat (limited to 'x11-plugins/wmhdplop/files')
-rw-r--r-- | x11-plugins/wmhdplop/files/digest-wmhdplop-0.9.7-r1 | 3 | ||||
-rw-r--r-- | x11-plugins/wmhdplop/files/wmhdplop-fontpath.patch | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-plugins/wmhdplop/files/digest-wmhdplop-0.9.7-r1 b/x11-plugins/wmhdplop/files/digest-wmhdplop-0.9.7-r1 new file mode 100644 index 000000000000..0493d52ba20d --- /dev/null +++ b/x11-plugins/wmhdplop/files/digest-wmhdplop-0.9.7-r1 @@ -0,0 +1,3 @@ +MD5 64984c0862319cce247f4aaedd1180c3 wmhdplop-0.9.7.tar.gz 221552 +RMD160 7d192f79b8f78dbb83c8dc334b9e9bbf7ed450cc wmhdplop-0.9.7.tar.gz 221552 +SHA256 47b625590a34bddabff5fa64e16f6075cfd98aab35dd7c185d6693bcc1f48eb4 wmhdplop-0.9.7.tar.gz 221552 diff --git a/x11-plugins/wmhdplop/files/wmhdplop-fontpath.patch b/x11-plugins/wmhdplop/files/wmhdplop-fontpath.patch new file mode 100644 index 000000000000..5f0e204f9828 --- /dev/null +++ b/x11-plugins/wmhdplop/files/wmhdplop-fontpath.patch @@ -0,0 +1,10 @@ +--- dockapp_imlib2.c 2006-08-04 11:23:42.000000000 +0200 ++++ dockapp_imlib2.c.new 2006-08-04 11:24:15.000000000 +0200 +@@ -246,6 +246,7 @@ + /* some default font paths */ + snprintf(fp, 512, "%s/.fonts", getenv("HOME")); + add_fontpath(fp,1); ++ add_fontpath("/usr/share/fonts/corefonts",1); + add_fontpath("/usr/share/fonts/truetype",1); + add_fontpath("/usr/share/fonts/ttf",1); + add_fontpath("/usr/X11R6/lib/X11/fonts/truetype",1); |