[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 14/15] gnu: xfwm4: Update to 4.12.0.
From: |
David Thompson |
Subject: |
Re: [PATCH 14/15] gnu: xfwm4: Update to 4.12.0. |
Date: |
Sun, 01 Mar 2015 07:55:13 -0500 |
User-agent: |
Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) |
宋文武 <address@hidden> 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
- Re: [PATCH 09/15] gnu: xfce4-appfinder: Update to 4.12.0., (continued)
- [PATCH 10/15] gnu: xfce4-session: Update to 4.12.0., 宋文武, 2015/03/01
- [PATCH 11/15] gnu: xfce4-settings: Update to 4.12.0., 宋文武, 2015/03/01
- [PATCH 12/15] gnu: thunar: Update to 1.6.6., 宋文武, 2015/03/01
- [PATCH 13/15] gnu: thunar-volman: Update to 0.8.1., 宋文武, 2015/03/01
- [PATCH 14/15] gnu: xfwm4: Update to 4.12.0., 宋文武, 2015/03/01
- Re: [PATCH 14/15] gnu: xfwm4: Update to 4.12.0.,
David Thompson <=
- [PATCH 15/15] gnu: xfdesktop: Update to 4.12.0., 宋文武, 2015/03/01
- Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0., Andreas Enge, 2015/03/01
- Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0., David Thompson, 2015/03/01