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

2017-02-09 Thread Huang, Ying
iyzs...@member.fsf.org (宋文武) writes: > "Huang, Ying" writes: > >> Hi, Wenwu, >> >> iyzs...@member.fsf.org (宋文武) writes: >> >>> "Huang, Ying" writes: >>> [...] > -#$(if gtk+ (build gtk+ "3.0.0") #t) > -

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

2017-02-08 Thread 宋文武
"Huang, Ying" writes: > Hi, Wenwu, > > iyzs...@member.fsf.org (宋文武) writes: > >> "Huang, Ying" writes: >> >>> [...] -#$(if gtk+ (build gtk+ "3.0.0") #t) -#$(if gtk+-2 (build gtk+-2

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

2017-02-06 Thread Huang, Ying
Hi, Wenwu, iyzs...@member.fsf.org (宋文武) writes: > "Huang, Ying" writes: > >> [...] >>> -#$(if gtk+ (build gtk+ "3.0.0") #t) >>> -#$(if gtk+-2 (build gtk+-2 "2.10.0") #t >>> +#$(if gtk+ >>> +

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

2017-02-06 Thread 宋文武
"Huang, Ying" writes: > [...] >> -#$(if gtk+ (build gtk+ "3.0.0") #t) >> -#$(if gtk+-2 (build gtk+-2 "2.10.0") #t >> +#$(if gtk+ >> + (build >> +

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

2017-02-05 Thread Huang, Ying
Hi, Wenwu, Thanks for comments. iyzs...@member.fsf.org (宋文武) writes: > huang_ying_cari...@163.com writes: > >> 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". >> >> *

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

2017-02-04 Thread 宋文武
huang_ying_cari...@163.com writes: > 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 >

[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"