Re: [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-09-02 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. > > [...] > >> + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc >> + ("gtk+-3" ,gtk+); required by libxfce4ui-2.pc > > Should we

Re: [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-09-01 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. [...] > + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc > + ("gtk+-3" ,gtk+); required by libxfce4ui-2.pc Should we keep just GTK+3? What happens when both are provided,

[PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-08-30 Thread 宋文武
* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. --- gnu/packages/xfce.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2cbdeef..992ffea 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm