From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH 06/15] gnu: garcon: Update to 0.4.0. Date: Sun, 01 Mar 2015 07:50:43 -0500 Message-ID: <87y4ng6fvg.fsf@fsf.org> References: <1425189446-6455-1-git-send-email-iyzsong@gmail.com> <1425189446-6455-6-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS3KZ-0002TI-Mh for guix-devel@gnu.org; Sun, 01 Mar 2015 07:50:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YS3KY-0005pR-Ef for guix-devel@gnu.org; Sun, 01 Mar 2015 07:50:47 -0500 Received: from mail.fsf.org ([208.118.235.13]:55960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YS3KY-0005pM-CW for guix-devel@gnu.org; Sun, 01 Mar 2015 07:50:46 -0500 In-Reply-To: <1425189446-6455-6-git-send-email-iyzsong@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= , guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > * gnu/packages/xfce.scm (garcon): Update to 0.4.0. > --- > gnu/packages/xfce.scm | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm > index c2386b5..afc190e 100644 > --- a/gnu/packages/xfce.scm > +++ b/gnu/packages/xfce.scm > @@ -193,21 +193,21 @@ development.") > (define-public garcon > (package > (name "garcon") > - (version "0.2.0") > + (version "0.4.0") > (source (origin > (method url-fetch) > - (uri (string-append "http://archive.xfce.org/xfce/4.10/src= /" > + (uri (string-append "http://archive.xfce.org/xfce/4.12/src= /" > name "-" version ".tar.bz2")) > (sha256 > (base32 > - "0v7pkvxcayi86z4f173z5l7w270f3g369sa88z59w0y0p7ns7ph2"))= )) > + "0wm9pjbwq53s3n3nwvsyf0q8lbmhiy2ln3bn5ncihr9vf5cwhzbq"))= )) > (build-system gnu-build-system) > (native-inputs > `(("pkg-config" ,pkg-config) > ("intltool" ,intltool) > ("glib:bin" ,glib "bin"))) > - (propagated-inputs `(("glib" ,glib))) ; required by garcon-1.pc > - (inputs `(("libxfce4util" ,libxfce4util))) > + (propagated-inputs > + `(("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk2-1.pc > (home-page "http://www.xfce.org/") > (synopsis "Implementation of the freedesktop.org menu specification") > (description > --=20 > 2.1.2 > > LGTM. --=20 David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate