>From f3eaeb2b7fe3328bdced0fc3accada168ec88df6 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~anonymiss" Date: Thu, 17 Dec 2015 15:54:56 +0100 Subject: [PATCH] gnu: gnome: Add glade3-3.18 --- gnu/packages/gnome.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index abab459..b205a9e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -768,6 +768,44 @@ enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.") (license license:lgpl2.0+))) +;; glade-3.18.3 needed by gnunet-gtk +(define-public glade3-3.18 + (package + (name "glade") + (version "3.18.3") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 "0lk4nvd5s8px9i0pbq7bncikgn2lpx7vjh787d3cvzpvwx3cxnzc")))) + (build-system gnu-build-system) +#| (outputs '("out" "doc")) + (arguments + '(#:configure-flags + (let ((out + (assoc-ref %outputs "out")) + (doc + (assoc-ref %outputs "doc"))) + (list (string-append ""))))) |# + (inputs + `(("gtk+" ,gtk+) + ("libxml2" ,libxml2))) + (native-inputs + `(("intltool" ,intltool) + ("python" ,python) + ("python-pygobject" ,python-pygobject) + ("itstool" ,itstool) + ("libxslt" ,libxslt) + ("pkg-config" ,pkg-config))) + (home-page "https://glade.gnome.org") + (synopsis "GTK+ rapid application development tool") + (description "Glade is a rapid application development (RAD) tool to +enable quick & easy development of user interfaces for the GTK+ toolkit and +the GNOME desktop environment.") + (license license:lgpl2.0+))) + (define-public libcroco (package (name "libcroco") -- 2.6.3