宋文武 <iyzs...@gmail.com> writes: > * gnu/packages/xfce.scm (xfwm4): Update to 4.12.0. > Add 'libdrm' and 'libxdamage' to inputs. > --- > gnu/packages/xfce.scm | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm > index 0f8de9d..7d93de7 100644 > --- a/gnu/packages/xfce.scm > +++ b/gnu/packages/xfce.scm > @@ -469,7 +469,7 @@ and import the new pictures from your camera.") > (define-public xfwm4 > (package > (name "xfwm4") > - (version "4.10.0") > + (version "4.12.0") > (source (origin > (method url-fetch) > (uri (string-append "http://archive.xfce.org/xfce/" > @@ -477,16 +477,18 @@ and import the new pictures from your camera.") > "/src/" name "-" version ".tar.bz2")) > (sha256 > (base32 > - "170zzs7adj47srsi2cl723w9pl8k8awd7w1bpzxby7hj92zmf8s9")))) > + "0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19")))) > (build-system gnu-build-system) > (native-inputs > `(("pkg-config" ,pkg-config) > ("intltool" ,intltool))) > (inputs > - `(("libwnck", libwnck-1) > + `(("libdrm" ,libdrm) > + ("libwnck" ,libwnck-1) > + ("libxcomposite" ,libxcomposite) > + ("libxdamage" ,libxdamage) > ("libxfce4ui" ,libxfce4ui) > - ("libxrandr" ,libxrandr) > - ("libxcomposite" ,libxcomposite))) > + ("libxrandr" ,libxrandr))) > (home-page "http://www.xfce.org/") > (synopsis "Xfce window manager") > (description > -- > 2.1.2 > >
LGTM. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate