[PATCH 2/2] guix: profiles: create fonts.dir/scale for all fonts directories

2017-02-17 Thread huang_ying_caritas
From: Huang Ying * guix/profiles.scm (fonts-dir-file): Create fonts.dir/scale files for all fonts directories. Suggested-by: 宋文武 --- guix/profiles.scm | 56 ++- 1 file changed, 39

[PATCH 1/2] build: union: Add create-all-directory? parameter to union-build

2017-02-17 Thread huang_ying_caritas
From: Huang Ying * guix/build/union.scm (union-build): Add create-all-directory? keyword parameter. To add/remove some files from the directory. --- guix/build/union.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[PATCH] services: dict.scm: Support more dicod configuration

2017-02-13 Thread huang_ying_caritas
From: Huang Ying * gnu/services/dict.scm (): Rename databases to items to reflect more general configuration. (): Add new record type to describe handler (module). (): Add more fields. (dicod-configuration-file): Support convert more configuration items to

Re: Add /usr/bin/env by default in guixsd?

2017-02-05 Thread huang_ying_caritas
Hi, Ludo, l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Sorry for the delay. I secretly hope somebody would answer, but this is > such a hot topic that nobody dared. ;-) > > "Huang, Ying" skribis: > >> It is a common practice to use /usr/bin/env in script

[PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-04 Thread huang_ying_caritas
From: "Huang, Ying" Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in output "bin" instead of "out". * guix/profiles.scm (manifest-lookup-package): New argument output to select package or store path. (gtk-im-modules): Use "bin"

[PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output

2017-02-04 Thread huang_ying_caritas
* gnu/packages/fonts.scm (font-gnu-unifont): call mkfontdir for pcf output. Signed-off-by: "Huang, Ying" --- gnu/packages/fonts.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index

Re: [PATCH] Add polkit-gnome

2017-02-01 Thread huang_ying_caritas
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > huang_ying_cari...@163.com skribis: > >> From: Huang Ying >> >> To be used as polkit agent for xfce4. > > I committed with a few changes: > > - added a copyright line for you; > - removed tabs as suggested by

[PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-01-29 Thread huang_ying_caritas
From: Huang Ying Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in bin output. The fix works, but appears hacky, because I haven't read much guix source code, so I don't know the best solution. Signed-off-by: "Huang, Ying"

[PATCH] Add polkit-gnome

2017-01-29 Thread huang_ying_caritas
From: Huang Ying To be used as polkit agent for xfce4. --- gnu/packages/polkit.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index e224ca22f..9651c4159 100644 ---

[PATCH] Fix gtk-im-modules for Gtk+3

2017-01-29 Thread huang_ying_caritas
From: Huang Ying Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in bin output. The fix works, but appears hacky, because I haven't read much guix source code, so I don't know the best solution. Signed-off-by: "Huang, Ying"