gnu: file-roller: Update to 3.26.1.
[jackhill/guix/guix.git] / gnu / packages / gnome.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
3 ;;; Copyright © 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
4 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
5 ;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
6 ;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
7 ;;; Copyright © 2015, 2016 Sou Bunnbu <iyzsong@gmail.com>
8 ;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
9 ;;; Copyright © 2015, 2017 Andy Wingo <wingo@igalia.com>
10 ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
11 ;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
12 ;;; Copyright © 2015, 2016, 2017 Mark H Weaver <mhw@netris.org>
13 ;;; Copyright © 2015 David Thompson <davet@gnu.org>
14 ;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
15 ;;; Copyright © 2016, 2017 Rene Saavedra <rennes@openmailbox.org>
16 ;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
17 ;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
18 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
19 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
20 ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
21 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
22 ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
23 ;;; Copyright © 2016 David Craven <david@craven.ch>
24 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
25 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
26 ;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
27 ;;; Copyright © 2017 nee <nee-git@hidamari.blue>
28 ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
29 ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
30 ;;;
31 ;;; This file is part of GNU Guix.
32 ;;;
33 ;;; GNU Guix is free software; you can redistribute it and/or modify it
34 ;;; under the terms of the GNU General Public License as published by
35 ;;; the Free Software Foundation; either version 3 of the License, or (at
36 ;;; your option) any later version.
37 ;;;
38 ;;; GNU Guix is distributed in the hope that it will be useful, but
39 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
40 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41 ;;; GNU General Public License for more details.
42 ;;;
43 ;;; You should have received a copy of the GNU General Public License
44 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
45
46 (define-module (gnu packages gnome)
47 #:use-module ((guix licenses) #:prefix license:)
48 #:use-module (guix packages)
49 #:use-module (guix download)
50 #:use-module (guix git-download)
51 #:use-module (guix utils)
52 #:use-module (guix build-system cmake)
53 #:use-module (guix build-system gnu)
54 #:use-module (guix build-system glib-or-gtk)
55 #:use-module (guix build-system meson)
56 #:use-module (guix build-system trivial)
57 #:use-module (gnu packages)
58 #:use-module (gnu packages admin)
59 #:use-module (gnu packages aspell)
60 #:use-module (gnu packages autotools)
61 #:use-module (gnu packages avahi)
62 #:use-module (gnu packages base)
63 #:use-module (gnu packages bison)
64 #:use-module (gnu packages build-tools)
65 #:use-module (gnu packages calendar)
66 #:use-module (gnu packages check)
67 #:use-module (gnu packages cmake)
68 #:use-module (gnu packages cups)
69 #:use-module (gnu packages curl)
70 #:use-module (gnu packages cyrus-sasl)
71 #:use-module (gnu packages databases)
72 #:use-module (gnu packages djvu)
73 #:use-module (gnu packages dns)
74 #:use-module (gnu packages documentation)
75 #:use-module (gnu packages flex)
76 #:use-module (gnu packages docbook)
77 #:use-module (gnu packages enchant)
78 #:use-module (gnu packages fontutils)
79 #:use-module (gnu packages game-development)
80 #:use-module (gnu packages gettext)
81 #:use-module (gnu packages glib)
82 #:use-module (gnu packages gnupg)
83 #:use-module (gnu packages gnuzilla)
84 #:use-module (gnu packages gstreamer)
85 #:use-module (gnu packages gtk)
86 #:use-module (gnu packages gperf)
87 #:use-module (gnu packages guile)
88 #:use-module (gnu packages openldap)
89 #:use-module (gnu packages pdf)
90 #:use-module (gnu packages polkit)
91 #:use-module (gnu packages popt)
92 #:use-module (gnu packages ghostscript)
93 #:use-module (gnu packages ibus)
94 #:use-module (gnu packages iso-codes)
95 #:use-module (gnu packages libcanberra)
96 #:use-module (gnu packages libunistring)
97 #:use-module (gnu packages linux)
98 #:use-module (gnu packages libusb)
99 #:use-module (gnu packages lirc)
100 #:use-module (gnu packages lua)
101 #:use-module (gnu packages image)
102 #:use-module (gnu packages imagemagick)
103 #:use-module (gnu packages music)
104 #:use-module (gnu packages networking)
105 #:use-module (gnu packages ninja)
106 #:use-module (gnu packages password-utils)
107 #:use-module (gnu packages pcre)
108 #:use-module (gnu packages perl)
109 #:use-module (gnu packages photo)
110 #:use-module (gnu packages pkg-config)
111 #:use-module (gnu packages pulseaudio)
112 #:use-module (gnu packages python)
113 #:use-module (gnu packages rdesktop)
114 #:use-module (gnu packages scanner)
115 #:use-module (gnu packages selinux)
116 #:use-module (gnu packages slang)
117 #:use-module (gnu packages ssh)
118 #:use-module (gnu packages xml)
119 #:use-module (gnu packages gl)
120 #:use-module (gnu packages compression)
121 #:use-module (gnu packages spice)
122 #:use-module (gnu packages tex)
123 #:use-module (gnu packages tls)
124 #:use-module (gnu packages web)
125 #:use-module (gnu packages webkit)
126 #:use-module (gnu packages xiph)
127 #:use-module (gnu packages xorg)
128 #:use-module (gnu packages xdisorg)
129 #:use-module (gnu packages freedesktop)
130 #:use-module (gnu packages mail)
131 #:use-module (gnu packages kerberos)
132 #:use-module (gnu packages multiprecision)
133 #:use-module (gnu packages backup)
134 #:use-module (gnu packages nettle)
135 #:use-module (gnu packages ncurses)
136 #:use-module (gnu packages video)
137 #:use-module (gnu packages cdrom)
138 #:use-module (gnu packages samba)
139 #:use-module (gnu packages readline)
140 #:use-module (gnu packages fonts)
141 #:use-module (gnu packages speech)
142 #:use-module (gnu packages virtualization)
143 #:use-module (gnu packages vpn)
144 #:use-module (srfi srfi-1))
145
146 (define-public brasero
147 (package
148 (name "brasero")
149 (version "3.12.2")
150 (source (origin
151 (method url-fetch)
152 (uri (string-append "mirror://gnome/sources/" name "/"
153 (version-major+minor version) "/"
154 name "-" version ".tar.xz"))
155 (sha256
156 (base32
157 "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
158 (build-system glib-or-gtk-build-system)
159 (arguments
160 `(#:configure-flags (list
161 (string-append "--with-girdir="
162 (assoc-ref %outputs "out")
163 "/share/gir-1.0")
164 (string-append "--with-typelibdir="
165 (assoc-ref %outputs "out")
166 "/lib/girepository-1.0"))
167 #:phases
168 (modify-phases %standard-phases
169 (add-before 'configure 'embed-growisofs
170 (lambda* (#:key inputs #:allow-other-keys)
171 (substitute* "plugins/growisofs/burn-growisofs.c"
172 (("\"growisofs") (string-append "\"" (which "growisofs"))))
173 #t)))))
174 (propagated-inputs
175 `(("hicolor-icon-theme" ,hicolor-icon-theme)))
176 (native-inputs
177 `(("intltool" ,intltool)
178 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
179 ("gobject-introspection" ,gobject-introspection)
180 ("pkg-config" ,pkg-config)))
181 (inputs
182 `(("dvd+rw-tools" ,dvd+rw-tools)
183 ("glib" ,glib)
184 ("gnome-doc-utils" ,gnome-doc-utils)
185 ("gstreamer" ,gstreamer)
186 ("gst-plugins-base" ,gst-plugins-base)
187 ("gtk+" ,gtk+)
188 ("itstool" ,itstool)
189 ("libcanberra" ,libcanberra)
190 ("libice" ,libice)
191 ("libnotify" ,libnotify)
192 ("libsm" ,libsm)
193 ("libxml2" ,libxml2)
194 ("nettle" ,nettle)
195 ("totem-pl-parser" ,totem-pl-parser)))
196 (home-page "https://projects.gnome.org/brasero/")
197 (synopsis "CD/DVD burning tool for Gnome")
198 (description "Brasero is an application to burn CD/DVD for the Gnome
199 Desktop. It is designed to be as simple as possible and has some unique
200 features to enable users to create their discs easily and quickly.")
201 (license license:gpl2+)))
202
203 (define-public deja-dup
204 (package
205 (name "deja-dup")
206 (version "34.3")
207 (source (origin
208 (method url-fetch)
209 (uri "https://launchpadlibrarian.net/295170991/deja-dup-34.3.tar.xz")
210 (sha256
211 (base32
212 "1xqcr61hpbahbla7gdjn4ngjfz7w6f57y7f5pkb77yk05f60j2n9"))
213 (patches
214 (search-patches "deja-dup-use-ref-keyword-for-iter.patch"))))
215 (build-system glib-or-gtk-build-system)
216 (arguments
217 `(#:modules ((guix build gnu-build-system)
218 ((guix build cmake-build-system) #:prefix cmake:)
219 (guix build glib-or-gtk-build-system)
220 (guix build utils))
221 #:imported-modules (,@%glib-or-gtk-build-system-modules
222 (guix build cmake-build-system))
223 #:test-target "test"
224 #:configure-flags (list (string-append
225 "-DCMAKE_INSTALL_FULL_DATADIR=" %output)
226 (string-append
227 "-DCMAKE_INSTALL_LIBEXECDIR=" %output))
228 #:phases
229 (modify-phases %standard-phases
230 (add-after 'unpack 'patch-lockfile-deletion
231 (lambda rest
232 (substitute* "libdeja/tools/duplicity/DuplicityInstance.vala"
233 (("/bin/rm")
234 (which "rm")))))
235 (replace 'configure
236 (assoc-ref cmake:%standard-phases 'configure))
237 (delete 'check) ;; Fails due to issues with DBus
238 (add-after 'install 'wrap-deja-dup
239 (lambda* (#:key inputs outputs #:allow-other-keys)
240 (let ((python (assoc-ref inputs "python"))
241 (python-path (getenv "PYTHONPATH"))
242 (duplicity (assoc-ref inputs "duplicity"))
243 (out (assoc-ref outputs "out")))
244 (for-each
245 (lambda (program)
246 (wrap-program program
247 `("PATH" ":" prefix (,(string-append python "/bin")
248 ,(string-append duplicity "/bin"))))
249 (wrap-program program
250 `("PYTHONPATH" ":" prefix (,python-path))))
251
252 (find-files (string-append out "/bin")))
253 #t))))))
254 (inputs
255 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
256 ("gobject-introspection" ,gobject-introspection)
257 ("duplicity" ,duplicity)
258 ("python" ,python2-minimal)
259 ("python-pygobject" ,python2-pygobject)
260 ("gtk+" ,gtk+)
261 ("libnotify" ,libnotify)
262 ("libpeas" ,libpeas)
263 ("libsecret" ,libsecret)
264 ("packagekit" ,packagekit)))
265 (native-inputs
266 `(("pkg-config" ,pkg-config)
267 ("vala" ,vala)
268 ("gettext" ,gettext-minimal)
269 ("itstool" ,itstool)
270 ("intltool" ,intltool)
271 ("cmake", cmake)))
272 (home-page "https://launchpad.net/deja-dup")
273 (synopsis "Simple backup tool, for regular encrypted backups")
274 (description
275 "Déjà Dup is a simple backup tool, for regular encrypted backups. It
276 uses duplicity as the backend, which supports incremental backups and storage
277 either on a local, or remote machine via a number of methods.")
278 (license license:gpl3+)))
279
280 (define-public dia
281 ;; This version from GNOME's repository includes fixes for compiling with
282 ;; recent versions of the build tools. The latest activity on the
283 ;; pre-GNOME version has been in 2014, while GNOME has continued applying
284 ;; fixes in 2016.
285 (let ((commit "fbc306168edab63db80b904956117cbbdc514ee4"))
286 (package
287 (name "dia")
288 (version (string-append "0.97.2-" (string-take commit 7)))
289 (source (origin
290 (method git-fetch)
291 (uri (git-reference
292 (url "https://git.gnome.org/browse/dia")
293 (commit commit)))
294 (file-name (string-append name "-" version "-checkout"))
295 (sha256
296 (base32
297 "1b4bba0k8ph4cwgw8xjglss0p6n111bpd5app67lrq79mp0ad06l"))))
298 (build-system gnu-build-system)
299 (inputs
300 `(("glib" ,glib "bin")
301 ("pango" ,pango)
302 ("gdk-pixbuf" ,gdk-pixbuf)
303 ("gtk+" ,gtk+-2)
304 ("libxml2" ,libxml2)
305 ("freetype" ,freetype)
306 ("libart-lgpl" ,libart-lgpl)))
307 (native-inputs
308 `(("intltool" ,intltool)
309 ("pkg-config" ,pkg-config)
310 ("automake" ,automake)
311 ("autoconf" ,autoconf)
312 ("libtool" ,libtool)
313 ("perl" ,perl)
314 ("python-wrapper" ,python-wrapper)))
315 (arguments
316 `(#:phases
317 (modify-phases %standard-phases
318 (add-after 'unpack 'run-autogen
319 (lambda _
320 (system* "sh" "autogen.sh"))))))
321 (home-page "https://wiki.gnome.org/Apps/Dia")
322 (synopsis "Diagram creation for GNOME")
323 (description "Dia can be used to draw different types of diagrams, and
324 includes support for UML static structure diagrams (class diagrams), entity
325 relationship modeling, and network diagrams. The program supports various file
326 formats like PNG, SVG, PDF and EPS.")
327 (license license:gpl2+))))
328
329 (define-public libgdata
330 (package
331 (name "libgdata")
332 (version "0.16.1")
333 (source (origin
334 (method url-fetch)
335 (uri (string-append "mirror://gnome/sources/" name "/"
336 (version-major+minor version) "/"
337 name "-" version ".tar.xz"))
338 (sha256
339 (base32
340 "09q8h1129xjpw33rvzz7856drygxwlm0s64z9cm0vbmjxiqy0h47"))
341 (patches
342 (search-patches "libgdata-fix-tests.patch"
343 "libgdata-glib-duplicate-tests.patch"))))
344 (build-system gnu-build-system)
345 (arguments
346 '(#:phases
347 (modify-phases %standard-phases
348 (add-before 'check 'use-empty-ssl-cert-file
349 (lambda _
350 ;; The ca-certificates.crt is not available in the build
351 ;; environment.
352 (setenv "SSL_CERT_FILE" "/dev/null")
353 #t))
354 (add-before 'check 'disable-failing-tests
355 (lambda _
356 ;; The PicasaWeb API tests fail with gnome-online-accounts@3.24.2.
357 ;; They have been removed in libgdata 0.17.6, so just do the same.
358 (substitute* "gdata/tests/Makefile"
359 (("picasaweb\\$\\(EXEEXT\\) ") ""))
360 #t)))))
361 (native-inputs
362 `(("glib:bin" ,glib "bin")
363 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
364 ("intltool" ,intltool)
365 ("pkg-config" ,pkg-config)
366 ("uhttpmock" ,uhttpmock)))
367 (inputs
368 `(("cyrus-sasl" ,cyrus-sasl)
369 ("glib" ,glib)
370 ("glib-networking" ,glib-networking)
371 ("json-glib" ,json-glib)
372 ("libsoup" ,libsoup)))
373 (propagated-inputs
374 `(("gcr" ,gcr)
375 ("gnome-online-accounts" ,gnome-online-accounts)
376 ("liboauth" ,liboauth)
377 ("libxml2" ,libxml2)))
378 (home-page "https://wiki.gnome.org/Projects/libgdata")
379 (synopsis "Library for accessing online service APIs")
380 (description
381 "libgdata is a GLib-based library for accessing online service APIs using
382 the GData protocol — most notably, Google's services. It provides APIs to
383 access the common Google services, and has full asynchronous support.")
384 (license license:lgpl2.1+)))
385
386 (define-public libgxps
387 (package
388 (name "libgxps")
389 (version "0.2.5")
390 (source (origin
391 (method url-fetch)
392 (uri (string-append "mirror://gnome/sources/" name "/"
393 (version-major+minor version) "/"
394 name "-" version ".tar.xz"))
395 (sha256
396 (base32
397 "184r06s8g20cfigg7m169n42jjsc9wmzzlycr4g1fxxhr72r8x9y"))))
398 (build-system gnu-build-system)
399 (native-inputs
400 `(("gobject-introspection" ,gobject-introspection)
401 ("pkg-config" ,pkg-config)))
402 (inputs
403 `(("cairo" ,cairo)
404 ("glib" ,glib)
405 ("libarchive" ,libarchive)
406 ("libjpeg" ,libjpeg)
407 ("lcms" ,lcms)
408 ("libtiff" ,libtiff)
409 ("nettle" ,nettle)))
410 (home-page "https://wiki.gnome.org/Projects/libgxps")
411 (synopsis "GObject-based library for handling and rendering XPS documents")
412 (description
413 "libgxps is a GObject-based library for handling and rendering XPS
414 documents. This package also contains binaries that can convert XPS documents
415 to other formats.")
416 (license license:lgpl2.1+)))
417
418 (define-public gnome-common
419 (package
420 (name "gnome-common")
421 (version "3.18.0")
422 (source
423 (origin
424 (method url-fetch)
425 (uri (string-append "mirror://gnome/sources/" name "/"
426 (version-major+minor version) "/"
427 name "-" version ".tar.xz"))
428 (sha256
429 (base32
430 "1kzqi8qvh5p1zncj8msazlmvcwsczjz2hqxp4x2y0mg718vrwmi2"))))
431 (build-system gnu-build-system)
432 (home-page "https://www.gnome.org/")
433 (synopsis "Bootstrap GNOME modules built from Git")
434 (description "gnome-common contains various files needed to bootstrap
435 GNOME modules built from Git. It contains a common \"autogen.sh\" script that
436 can be used to configure a source directory checked out from Git and some
437 commonly used macros.")
438 (license license:gpl2+)))
439
440 (define-public gnome-desktop
441 (package
442 (name "gnome-desktop")
443 (version "3.24.2")
444 (source
445 (origin
446 (method url-fetch)
447 (uri (string-append "mirror://gnome/sources/" name "/"
448 (version-major+minor version) "/"
449 name "-" version ".tar.xz"))
450 (sha256
451 (base32
452 "0pkq5l1llw8gkjhfq6y58iyj6wac8dh1mc3rzjzn6nd7lrkdx8cg"))))
453 (build-system gnu-build-system)
454 (native-inputs
455 `(("gobject-introspection" ,gobject-introspection)
456 ("itstool" ,itstool)
457 ("intltool" ,intltool)
458 ("pkg-config" ,pkg-config)
459 ("xmllint" ,libxml2)))
460 (propagated-inputs
461 ;; Required by gnome-desktop-3.0.pc.
462 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
463 ("gtk+" ,gtk+)))
464 (inputs
465 `(("gdk-pixbuf" ,gdk-pixbuf)
466 ("glib" ,glib)
467 ("iso-codes" ,iso-codes)
468 ("libx11" ,libx11)
469 ("libxext" ,libxext)
470 ("libxkbfile" ,libxkbfile)
471 ("libxrandr" ,libxrandr)
472 ("xkeyboard-config" ,xkeyboard-config)))
473 (home-page "https://www.gnome.org/")
474 (synopsis
475 "Libgnome-desktop, gnome-about, and desktop-wide documents")
476 (description
477 "The libgnome-desktop library provides API shared by several applications
478 on the desktop, but that cannot live in the platform for various reasons.
479 There is no API or ABI guarantee, although we are doing our best to provide
480 stability. Documentation for the API is available with gtk-doc.
481
482 The gnome-about program helps find which version of GNOME is installed.")
483 ; Some bits under the LGPL.
484 (license license:gpl2+)))
485
486 (define-public gnome-doc-utils
487 (package
488 (name "gnome-doc-utils")
489 (version "0.20.10")
490 (source
491 (origin
492 (method url-fetch)
493 (uri (string-append "mirror://gnome/sources/" name "/"
494 (version-major+minor version) "/"
495 name "-" version ".tar.xz"))
496 (sha256
497 (base32
498 "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb"))))
499 (build-system gnu-build-system)
500 (native-inputs
501 `(("intltool" ,intltool)
502 ("docbook-xml" ,docbook-xml-4.4)
503 ("python2-libxml2" ,python2-libxml2)
504 ("libxml2" ,libxml2)
505 ("libxslt" ,libxslt)
506 ("pkg-config" ,pkg-config)
507 ("python-2" ,python-2)))
508 (home-page "https://wiki.gnome.org/GnomeDocUtils")
509 (synopsis
510 "Documentation utilities for the Gnome project")
511 (description
512 "Gnome-doc-utils is a collection of documentation utilities for the
513 Gnome project. It includes xml2po tool which makes it easier to translate
514 and keep up to date translations of documentation.")
515 (license license:gpl2+))) ; xslt under lgpl
516
517 (define-public gnome-disk-utility
518 (package
519 (name "gnome-disk-utility")
520 (version "3.24.1")
521 (source (origin
522 (method url-fetch)
523 (uri (string-append "mirror://gnome/sources/" name "/"
524 (version-major+minor version) "/"
525 name "-" version ".tar.xz"))
526 (sha256
527 (base32
528 "18akarcbhm8djlmz49jzavc7qx8dg71gvxc9xd23p0bwjj4h93w7"))))
529 (build-system gnu-build-system)
530 (native-inputs
531 `(("glib:bin" ,glib "bin")
532 ("intltool" ,intltool)
533 ("pkg-config" ,pkg-config)
534 ("docbook-xml" ,docbook-xml)
535 ("docbook-xsl" ,docbook-xsl)
536 ("libxml2" ,libxml2)
537 ("libxslt" ,libxslt)))
538 (inputs
539 `(("glib" ,glib)
540 ("appstream-glib" ,appstream-glib)
541 ("gnome-settings-daemon" ,gnome-settings-daemon)
542 ("gtk+" ,gtk+)
543 ("libcanberra" ,libcanberra)
544 ("libdvdread" ,libdvdread)
545 ("libnotify" ,libnotify)
546 ("libpwquality" ,libpwquality)
547 ("libsecret" ,libsecret)
548 ("udisks" ,udisks)))
549 (home-page "https://git.gnome.org/browse/gnome-disk-utility")
550 (synopsis "Disk management utility for GNOME")
551 (description "Disk management utility for GNOME.")
552 (license license:gpl2+)))
553
554 (define-public gcr
555 (package
556 (name "gcr")
557 (version "3.20.0")
558 (source (origin
559 (method url-fetch)
560 (uri (string-append "mirror://gnome/sources/" name "/"
561 (version-major+minor version) "/"
562 name "-" version ".tar.xz"))
563 (sha256
564 (base32
565 "0ydk9dzxx6snxza7j5ps8x932hbr3x1b8hhcaqjq4w4admi2qmwh"))
566 (patches
567 (search-patches "gcr-disable-failing-tests.patch"
568 "gcr-fix-collection-tests-to-work-with-gpg-21.patch"))))
569 (build-system gnu-build-system)
570 (arguments
571 '(#:phases (modify-phases %standard-phases
572 (add-before
573 'check 'pre-check
574 (lambda* (#:key inputs #:allow-other-keys)
575 (substitute* "build/tap-driver"
576 (("/usr/bin/env python") (which "python"))))))))
577 (inputs
578 `(("dbus" ,dbus)
579 ("gnupg" ,gnupg) ;called as a child process during tests
580 ("libgcrypt" ,libgcrypt)))
581 (native-inputs
582 `(("python" ,python-2) ;for tests
583 ("pkg-config" ,pkg-config)
584 ("glib" ,glib "bin")
585 ("gobject-introspection" ,gobject-introspection)
586 ("intltool" ,intltool)
587 ("xsltproc" ,libxslt)))
588 ;; mentioned in gck.pc, gcr.pc and gcr-ui.pc
589 (propagated-inputs
590 `(("p11-kit" ,p11-kit)
591 ("glib" ,glib)
592 ("gtk+" ,gtk+)))
593 (home-page "https://www.gnome.org")
594 (synopsis "Libraries for displaying certificates and accessing key stores")
595 (description
596 "The GCR package contains libraries used for displaying certificates and
597 accessing key stores. It also provides the viewer for crypto files on the
598 GNOME Desktop.")
599 (license license:lgpl2.1+)))
600
601 (define-public libgnome-keyring
602 (package
603 (name "libgnome-keyring")
604 (version "3.12.0")
605 (source (origin
606 (method url-fetch)
607 (uri (string-append "mirror://gnome/sources/" name "/"
608 (version-major+minor version) "/"
609 name "-" version ".tar.xz"))
610 (sha256
611 (base32
612 "10vpjhgbjm7z2djy04qakd02qlzpd02xnbfjhk2aqwjzn3xpihf4"))))
613 (build-system gnu-build-system)
614 (inputs
615 `(("libgcrypt" ,libgcrypt)
616 ("dbus" ,dbus)))
617 (native-inputs
618 `(("pkg-config" ,pkg-config)
619 ("glib" ,glib "bin")
620 ("intltool" ,intltool)))
621 (propagated-inputs
622 ;; Referred to in .h files and .pc.
623 `(("glib" ,glib)))
624 (home-page "https://www.gnome.org")
625 (synopsis "Accessing passwords from the GNOME keyring")
626 (description
627 "Client library to access passwords from the GNOME keyring.")
628
629 ;; Though a couple of files are LGPLv2.1+.
630 (license license:lgpl2.0+)))
631
632 (define-public gnome-keyring
633 (package
634 (name "gnome-keyring")
635 (version "3.20.1")
636 (source (origin
637 (method url-fetch)
638 (uri (string-append "mirror://gnome/sources/" name "/"
639 (version-major+minor version) "/"
640 name "-" version ".tar.xz"))
641 (sha256
642 (base32
643 "134ci3mn6jjap59z3lrvyiip7zf2nlw5xvanr44yajs57xr4x5lp"))))
644 (build-system gnu-build-system)
645 (arguments
646 `(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does
647 ;not exist
648 #:configure-flags
649 (list
650 (string-append "--with-pkcs11-config="
651 (assoc-ref %outputs "out") "/share/p11-kit/modules/")
652 (string-append "--with-pkcs11-modules="
653 (assoc-ref %outputs "out") "/share/p11-kit/modules/"))
654 #:phases
655 (modify-phases %standard-phases
656 (add-before
657 'check 'pre-check
658 (lambda* (#:key inputs #:allow-other-keys)
659 (substitute* "build/tap-driver"
660 (("/usr/bin/env python") (which "python")))))
661 (add-before
662 'configure 'fix-docbook
663 (lambda* (#:key inputs #:allow-other-keys)
664 (substitute* "docs/Makefile.am"
665 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
666 (string-append (assoc-ref inputs "docbook-xsl")
667 "/xml/xsl/docbook-xsl-"
668 ,(package-version docbook-xsl)
669 "/manpages/docbook.xsl")))
670 (setenv "XML_CATALOG_FILES"
671 (string-append (assoc-ref inputs "docbook-xml")
672 "/xml/dtd/docbook/catalog.xml")))))))
673 (inputs
674 `(("libgcrypt" ,libgcrypt)
675 ("linux-pam" ,linux-pam)
676 ("dbus" ,dbus)
677 ("gcr" ,gcr)))
678 (native-inputs
679 `(("pkg-config" ,pkg-config)
680 ("glib" ,glib "bin")
681 ("python" ,python-2) ;for tests
682 ("intltool" ,intltool)
683 ("autoconf" ,autoconf)
684 ("automake" ,automake)
685 ("libxslt" ,libxslt) ;for documentation
686 ("docbook-xml" ,docbook-xml-4.2)
687 ("docbook-xsl" ,docbook-xsl)))
688 (home-page "https://www.gnome.org")
689 (synopsis "Daemon to store passwords and encryption keys")
690 (description
691 "gnome-keyring is a program that keeps passwords and other secrets for
692 users. It is run as a daemon in the session, similar to ssh-agent, and other
693 applications locate it via an environment variable or D-Bus.
694
695 The program can manage several keyrings, each with its own master password,
696 and there is also a session keyring which is never stored to disk, but
697 forgotten when the session ends.")
698 (license license:lgpl2.1+)))
699
700 (define-public evince
701 (package
702 (name "evince")
703 (version "3.26.0")
704 (source (origin
705 (method url-fetch)
706 (uri (string-append "mirror://gnome/sources/" name "/"
707 (version-major+minor version) "/"
708 name "-" version ".tar.xz"))
709 (sha256
710 (base32
711 "1n69lkiagx2x8lrdbvdlz6c051cvzhma73b3ggnw7w1wfkdpnmkr"))))
712 (build-system glib-or-gtk-build-system)
713 (arguments
714 `(#:configure-flags '("--disable-nautilus")
715 #:phases
716 (modify-phases %standard-phases
717 (add-before 'install 'skip-gtk-update-icon-cache
718 ;; Don't create 'icon-theme.cache'.
719 (lambda _
720 (substitute* "data/Makefile"
721 (("gtk-update-icon-cache") "true"))
722 #t)))))
723 (inputs
724 `(("libarchive" ,libarchive)
725 ("libgxps" ,libgxps)
726 ("libspectre" ,libspectre)
727 ("djvulibre" ,djvulibre)
728 ("ghostscript" ,ghostscript)
729 ("poppler" ,poppler)
730 ("libtiff" ,libtiff)
731 ;; TODO:
732 ;; Build libkpathsea as a shared library for DVI support.
733 ;; ("libkpathsea" ,texlive-bin)
734 ("gnome-desktop" ,gnome-desktop)
735 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
736 ("libgnome-keyring" ,libgnome-keyring)
737 ("adwaita-icon-theme" ,adwaita-icon-theme)
738 ("gdk-pixbuf" ,gdk-pixbuf)
739 ("atk" ,atk)
740 ("pango" ,pango)
741 ("gtk+" ,gtk+)
742 ("glib" ,glib)
743 ("libxml2" ,libxml2)
744 ("libsm" ,libsm)
745 ("libice" ,libice)
746 ("shared-mime-info" ,shared-mime-info)
747 ("dconf" ,dconf)
748 ("libcanberra" ,libcanberra)
749 ("libsecret" ,libsecret)
750 ;; For tests.
751 ("dogtail" ,python2-dogtail)))
752 (native-inputs
753 `(("itstool" ,itstool)
754 ("intltool" ,intltool)
755 ("glib" ,glib "bin")
756 ("pkg-config" ,pkg-config)
757 ("xmllint" ,libxml2)))
758 (home-page
759 "https://www.gnome.org/projects/evince/")
760 (synopsis "GNOME's document viewer")
761 (description
762 "Evince is a document viewer for multiple document formats. It
763 currently supports PDF, PostScript, DjVu, TIFF and DVI. The goal
764 of Evince is to replace the multiple document viewers that exist
765 on the GNOME Desktop with a single simple application.")
766 (license license:gpl2+)))
767
768 (define-public gsettings-desktop-schemas
769 (package
770 (name "gsettings-desktop-schemas")
771 (version "3.24.1")
772 (source
773 (origin
774 (method url-fetch)
775 (uri (string-append "mirror://gnome/sources/" name "/"
776 (version-major+minor version) "/"
777 name "-" version ".tar.xz"))
778 (sha256
779 (base32
780 "19zfqy58missq5cck13ip8j824hb9whqg2c4cr6hgrlxkwqgm8vn"))))
781 (build-system gnu-build-system)
782 (inputs
783 `(("glib" ,glib)))
784 (native-inputs
785 `(("intltool" ,intltool)
786 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
787 ("gobject-introspection" ,gobject-introspection)
788 ("pkg-config" ,pkg-config)))
789 (home-page "https://launchpad.net/gsettings-desktop-schemas")
790 (synopsis
791 "GNOME settings for various desktop components")
792 (description
793 "Gsettings-desktop-schemas contains a collection of GSettings schemas
794 for settings shared by various components of the GNOME desktop.")
795 (license license:lgpl2.1+)))
796
797 (define-public icon-naming-utils
798 (package
799 (name "icon-naming-utils")
800 (version "0.8.90")
801 (source
802 (origin
803 (method url-fetch)
804 (uri (string-append "https://tango.freedesktop.org/releases/icon-naming-utils-"
805 version ".tar.bz2"))
806 (sha256
807 (base32
808 "1mc3v28fdfqanx3lqx233vcr4glb4c2376k0kx2v91a4vxwqcdxi"))))
809 (build-system gnu-build-system)
810 (inputs
811 `(("perl" ,perl)
812 ("perl-xml-simple" ,perl-xml-simple)))
813 (arguments
814 '(#:phases
815 (modify-phases %standard-phases
816 (add-after 'install 'set-load-paths
817 ;; Tell 'icon-name-mapping' where XML::Simple is.
818 (lambda* (#:key outputs #:allow-other-keys)
819 (let* ((out (assoc-ref outputs "out"))
820 (prog (string-append out "/libexec/icon-name-mapping")))
821 (wrap-program
822 prog
823 `("PERL5LIB" = ,(list (getenv "PERL5LIB")))))
824 #t)))))
825 (home-page "http://tango.freedesktop.org/Standard_Icon_Naming_Specification")
826 (synopsis
827 "Utility to implement the Freedesktop Icon Naming Specification")
828 (description
829 "To help with the transition to the Freedesktop Icon Naming
830 Specification, the icon naming utility maps the icon names used by the
831 GNOME and KDE desktops to the icon names proposed in the specification.")
832 (license license:lgpl2.1+)))
833
834 (define-public gnome-icon-theme
835 (package
836 (name "gnome-icon-theme")
837 (version "3.12.0")
838 (source
839 (origin
840 (method url-fetch)
841 (uri (string-append "mirror://gnome/sources/" name "/"
842 (version-major+minor version) "/"
843 name "-" version ".tar.xz"))
844 (sha256
845 (base32
846 "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im"))))
847 (build-system gnu-build-system)
848 (arguments
849 '(#:configure-flags
850 ;; Don't create 'icon-theme.cache'.
851 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
852 (true (string-append coreutils "/bin/true")))
853 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
854 (native-inputs
855 `(("icon-naming-utils" ,icon-naming-utils)
856 ("intltool" ,intltool)
857 ("pkg-config" ,pkg-config)))
858 (home-page "https://art.gnome.org/")
859 (synopsis
860 "GNOME icon theme")
861 (description
862 "Icons for the GNOME desktop.")
863 (license license:lgpl3))) ; or Creative Commons BY-SA 3.0
864
865 ;; gnome-icon-theme was renamed to adwaita-icon-theme after version 3.12.0.
866 (define-public adwaita-icon-theme
867 (package (inherit gnome-icon-theme)
868 (name "adwaita-icon-theme")
869 (version "3.26.0")
870 (source (origin
871 (method url-fetch)
872 (uri (string-append "mirror://gnome/sources/" name "/"
873 (version-major+minor version) "/"
874 name "-" version ".tar.xz"))
875 (sha256
876 (base32
877 "04i2s6hkgzxgmq85dynmzih8rw5krc5apkks962mhgri37g8bbcw"))))
878 (native-inputs
879 `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
880
881 (define-public tango-icon-theme
882 (package
883 (name "tango-icon-theme")
884 (version "0.8.90")
885 (source (origin
886 (method url-fetch)
887 (uri (string-append "http://tango.freedesktop.org/releases/"
888 "tango-icon-theme-" version ".tar.bz2"))
889 (sha256
890 (base32
891 "034r9s944b4yikyfgn602yv7s54wdzlq0qfvqh52b9x6kbx08h79"))))
892 (build-system gnu-build-system)
893 (native-inputs
894 `(("icon-naming-utils" ,icon-naming-utils)
895 ("intltool" ,intltool)
896 ("imagemagick" ,imagemagick)
897 ("pkg-config" ,pkg-config)))
898 (home-page "http://tango-project.org/")
899 (synopsis "Tango icon theme")
900 (description "This is an icon theme that follows the Tango visual
901 guidelines.")
902 (license license:public-domain)))
903
904 (define-public shared-mime-info
905 (package
906 (name "shared-mime-info")
907 (version "1.8")
908 (source (origin
909 (method url-fetch)
910 (uri (string-append "https://freedesktop.org/~hadess/"
911 "shared-mime-info-" version ".tar.xz"))
912 (sha256
913 (base32
914 "1sc96lv9dp1lkvs8dh3ngm3hbjb274d363dl9avhb61il3qmxx9a"))))
915 (build-system gnu-build-system)
916 (arguments
917 ;; The build system appears not to be parallel-safe.
918 '(#:parallel-build? #f))
919 (inputs
920 `(("glib" ,glib)
921 ("libxml2" ,libxml2)))
922 (native-inputs
923 `(("intltool" ,intltool)
924 ("pkg-config" ,pkg-config)))
925 (home-page "http://freedesktop.org/wiki/Software/shared-mime-info")
926 (synopsis "Database of common MIME types")
927 (description
928 "The shared-mime-info package contains the core database of common types
929 and the update-mime-database command used to extend it. It requires glib2 to
930 be installed for building the update command. Additionally, it uses intltool
931 for translations, though this is only a dependency for the maintainers. This
932 database is translated at Transifex.")
933 (license license:gpl2+)))
934
935 (define-public hicolor-icon-theme
936 (package
937 (name "hicolor-icon-theme")
938 (version "0.17")
939 (source
940 (origin
941 (method url-fetch)
942 (uri (string-append "https://icon-theme.freedesktop.org/releases/"
943 "hicolor-icon-theme-" version ".tar.xz"))
944 (sha256
945 (base32
946 "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
947 (build-system gnu-build-system)
948 (arguments
949 `(#:tests? #f)) ; no check target
950 (home-page "http://icon-theme.freedesktop.org/releases/")
951 (synopsis
952 "Freedesktop icon theme")
953 (description
954 "Freedesktop icon theme.")
955 (license license:gpl2)))
956
957 (define-public libnotify
958 (package
959 (name "libnotify")
960 (version "0.7.7")
961 (source
962 (origin
963 (method url-fetch)
964 (uri (string-append "mirror://gnome/sources/" name "/"
965 (version-major+minor version) "/"
966 name "-" version ".tar.xz"))
967 (sha256
968 (base32
969 "017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
970 (build-system gnu-build-system)
971 (inputs
972 `(("gdk-pixbuf" ,gdk-pixbuf)
973 ("glib" ,glib)
974 ("gtk+" ,gtk+)
975 ("libpng" ,libpng)))
976 (native-inputs
977 `(("pkg-config" ,pkg-config)
978 ("glib" ,glib "bin")
979 ("gobject-introspection" ,gobject-introspection)))
980 (home-page "https://developer-next.gnome.org/libnotify/")
981 (synopsis
982 "GNOME desktop notification library")
983 (description
984 "Libnotify is a library that sends desktop notifications to a
985 notification daemon, as defined in the Desktop Notifications spec. These
986 notifications can be used to inform the user about an event or display
987 some form of information without getting in the user's way.")
988 (license license:lgpl2.1+)))
989
990 (define-public libpeas
991 (package
992 (name "libpeas")
993 (version "1.22.0")
994 (source
995 (origin
996 (method url-fetch)
997 (uri (string-append "mirror://gnome/sources/" name "/"
998 (version-major+minor version) "/"
999 name "-" version ".tar.xz"))
1000 (sha256
1001 (base32
1002 "0qm908kisyjzjxvygdl18hjqxvvgkq9w0phs2g55pck277sw0bsv"))))
1003 (build-system gnu-build-system)
1004 (inputs
1005 `(("gtk+" ,gtk+)
1006 ("glade" ,glade3)
1007 ("python" ,python)
1008 ("python-pygobject" ,python-pygobject)))
1009 (native-inputs
1010 `(("pkg-config" ,pkg-config)
1011 ("glib:bin" ,glib "bin")
1012 ("gobject-introspection" ,gobject-introspection)
1013 ("intltool" ,intltool)))
1014 (propagated-inputs
1015 ;; The .pc file "Requires" gobject-introspection.
1016 `(("gobject-introspection" ,gobject-introspection)))
1017 (home-page "https://wiki.gnome.org/Libpeas")
1018 (synopsis "GObject plugin system")
1019 (description
1020 "Libpeas is a gobject-based plugin engine, targeted at giving every
1021 application the chance to assume its own extensibility. It also has a set of
1022 features including, but not limited to: multiple extension points; on-demand
1023 (lazy) programming language support for C, Python and JS; simplicity of the
1024 API.")
1025 (license license:lgpl2.0+)))
1026
1027 (define-public gtkglext
1028 (package
1029 (name "gtkglext")
1030 (version "1.2.0")
1031 (source (origin
1032 (method url-fetch)
1033 (uri (string-append "mirror://sourceforge/gtkglext/gtkglext/"
1034 version "/gtkglext-" version ".tar.gz"))
1035 (sha256
1036 (base32 "1ya4d2j2aacr9ii5zj4ac95fjpdvlm2rg79mgnk7yvl1dcy3y1z5"))
1037 (patches (search-patches
1038 "gtkglext-disable-disable-deprecated.patch"))))
1039 (build-system gnu-build-system)
1040 (inputs `(("gtk+" ,gtk+-2)
1041 ("mesa" ,mesa)
1042 ("glu" ,glu)
1043 ("libx11" ,libx11)
1044 ("libxt" ,libxt)))
1045 (native-inputs `(("pkg-config" ,pkg-config)
1046 ("glib" ,glib "bin")))
1047 (propagated-inputs `(("pangox-compat" ,pangox-compat)))
1048 (home-page "https://projects.gnome.org/gtkglext")
1049 (synopsis "OpenGL extension to GTK+")
1050 (description "GtkGLExt is an OpenGL extension to GTK+. It provides
1051 additional GDK objects which support OpenGL rendering in GTK+ and GtkWidget
1052 API add-ons to make GTK+ widgets OpenGL-capable.")
1053 (license license:lgpl2.1+)))
1054
1055 (define-public glade3
1056 (package
1057 (name "glade")
1058 (version "3.20.1")
1059 (source (origin
1060 (method url-fetch)
1061 (uri (string-append "mirror://gnome/sources/" name "/"
1062 (version-major+minor version) "/"
1063 name "-" version ".tar.xz"))
1064 (sha256
1065 (base32
1066 "1pxikhzdzd092d4x3nacf5gfzi3mvhywrhcfqc07xakbsinnfr40"))))
1067 (build-system glib-or-gtk-build-system)
1068 (arguments
1069 `(#:tests? #f ; needs X, GL, and software rendering
1070 #:phases
1071 (modify-phases %standard-phases
1072 (add-before 'configure 'fix-docbook
1073 (lambda* (#:key inputs #:allow-other-keys)
1074 (substitute* "man/Makefile.in"
1075 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
1076 (string-append (assoc-ref inputs "docbook-xsl")
1077 "/xml/xsl/docbook-xsl-"
1078 ,(package-version docbook-xsl)
1079 "/manpages/docbook.xsl")))
1080 #t)))))
1081 (inputs
1082 `(("gtk+" ,gtk+)
1083 ("libxml2" ,libxml2)))
1084 (native-inputs
1085 `(("intltool" ,intltool)
1086 ("itstool" ,itstool)
1087 ("libxslt" ,libxslt) ;for xsltproc
1088 ("docbook-xml" ,docbook-xml-4.2)
1089 ("docbook-xsl" ,docbook-xsl)
1090 ("python" ,python-2)
1091 ("pkg-config" ,pkg-config)))
1092 (home-page "https://glade.gnome.org")
1093 (synopsis "GTK+ rapid application development tool")
1094 (description "Glade is a rapid application development (RAD) tool to
1095 enable quick & easy development of user interfaces for the GTK+ toolkit and
1096 the GNOME desktop environment.")
1097 (license license:lgpl2.0+)))
1098
1099 (define-public libcroco
1100 (package
1101 (name "libcroco")
1102 (version "0.6.12")
1103 (source (origin
1104 (method url-fetch)
1105 (uri (string-append "mirror://gnome/sources/" name "/"
1106 (version-major+minor version) "/"
1107 name "-" version ".tar.xz"))
1108 (patches
1109 (search-patches "libcroco-CVE-2017-7960.patch"
1110 "libcroco-CVE-2017-7961.patch"))
1111 (sha256
1112 (base32
1113 "0q7qhi7z64i26zabg9dbs5706fa8pmzp1qhpa052id4zdiabbi6x"))))
1114 (build-system gnu-build-system)
1115 (native-inputs
1116 `(("pkg-config" ,pkg-config)))
1117 (inputs
1118 `(("glib" ,glib)
1119 ("libxml2" ,libxml2)
1120 ("zlib" ,zlib)))
1121 (home-page "https://github.com/GNOME/libcroco")
1122 (synopsis "CSS2 parsing and manipulation library")
1123 (description
1124 "Libcroco is a standalone CSS2 parsing and manipulation library.
1125 The parser provides a low level event driven SAC-like API and a CSS object
1126 model like API. Libcroco provides a CSS2 selection engine and an experimental
1127 XML/CSS rendering engine.")
1128
1129 ;; LGPLv2.1-only.
1130 (license license:lgpl2.1)))
1131
1132 (define-public libgsf
1133 (package
1134 (name "libgsf")
1135 (version "1.14.41")
1136 (source (origin
1137 (method url-fetch)
1138 (uri (string-append "mirror://gnome/sources/" name "/"
1139 (version-major+minor version) "/"
1140 name "-" version ".tar.xz"))
1141 (sha256
1142 (base32
1143 "1lq87wnrsjbjafpk3c8xwd56gqx319fhck9xkg2da88hd9c9h2qm"))))
1144 (build-system gnu-build-system)
1145 (native-inputs
1146 `(("intltool" ,intltool)
1147 ("pkg-config" ,pkg-config)))
1148 (inputs
1149 `(("python" ,python)
1150 ("zlib" ,zlib)
1151 ("bzip2" ,bzip2)))
1152 (propagated-inputs
1153 `(("gdk-pixbuf" ,gdk-pixbuf)
1154 ("glib" ,glib)
1155 ("libxml2" ,libxml2)))
1156 (home-page "https://www.gnome.org/projects/libgsf")
1157 (synopsis "GNOME's Structured File Library")
1158 (description
1159 "Libgsf aims to provide an efficient extensible I/O abstraction for
1160 dealing with different structured file formats.")
1161
1162 ;; LGPLv2.1-only.
1163 (license license:lgpl2.1)))
1164
1165 (define-public librsvg
1166 (package
1167 (name "librsvg")
1168 (version "2.40.18")
1169 (source (origin
1170 (method url-fetch)
1171 (uri (string-append "mirror://gnome/sources/" name "/"
1172 (version-major+minor version) "/"
1173 name "-" version ".tar.xz"))
1174 (sha256
1175 (base32
1176 "0k2nbd4g31qinkdfd8r5c5ih2ixl85fbkgkqqh9747lwr24c9j5z"))))
1177 (build-system gnu-build-system)
1178 (arguments
1179 `(#:phases
1180 (alist-cons-before
1181 'configure 'pre-configure
1182 (lambda* (#:key inputs #:allow-other-keys)
1183 (substitute* "gdk-pixbuf-loader/Makefile.in"
1184 ;; By default the gdk-pixbuf loader is installed under
1185 ;; gdk-pixbuf's prefix. Work around that.
1186 (("gdk_pixbuf_moduledir = .*$")
1187 (string-append "gdk_pixbuf_moduledir = "
1188 "$(prefix)/lib/gdk-pixbuf-2.0/2.10.0/"
1189 "loaders\n"))
1190 ;; Drop the 'loaders.cache' file, it's in gdk-pixbuf+svg.
1191 (("gdk_pixbuf_cache_file = .*$")
1192 "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n")))
1193 %standard-phases)))
1194 (native-inputs
1195 `(("pkg-config" ,pkg-config)
1196 ("glib" ,glib "bin") ; glib-mkenums, etc.
1197 ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
1198 (inputs
1199 `(("pango" ,pango)
1200 ("libcroco" ,libcroco)
1201 ("bzip2" ,bzip2)
1202 ("libgsf" ,libgsf)
1203 ("libxml2" ,libxml2)))
1204 (propagated-inputs
1205 ;; librsvg-2.0.pc refers to all of that.
1206 `(("cairo" ,cairo)
1207 ("gdk-pixbuf" ,gdk-pixbuf)
1208 ("glib" ,glib)))
1209 (home-page "https://wiki.gnome.org/LibRsvg")
1210 (synopsis "Render SVG files using Cairo")
1211 (description
1212 "Librsvg is a C library to render SVG files using the Cairo 2D graphics
1213 library.")
1214 (license license:lgpl2.0+)))
1215
1216 (define-public libidl
1217 (package
1218 (name "libidl")
1219 (version "0.8.14")
1220 (source (origin
1221 (method url-fetch)
1222 (uri (let ((upstream-name "libIDL"))
1223 (string-append "mirror://gnome/sources/" upstream-name "/"
1224 (version-major+minor version) "/"
1225 upstream-name "-" version ".tar.bz2")))
1226 (sha256
1227 (base32
1228 "08129my8s9fbrk0vqvnmx6ph4nid744g5vbwphzkaik51664vln5"))))
1229 (build-system gnu-build-system)
1230 (inputs `(("glib" ,glib)))
1231 (native-inputs
1232 `(("pkg-config" ,pkg-config)
1233 ("flex" ,flex)
1234 ("bison" ,bison)))
1235 (home-page "http://freecode.com/projects/libidl")
1236 (synopsis "Create trees of CORBA Interface Definition Language files")
1237 (description "Libidl is a library for creating trees of CORBA Interface
1238 Definition Language (idl) files, which is a specification for defining
1239 portable interfaces. libidl was initially written for orbit (the orb from the
1240 GNOME project, and the primary means of libidl distribution). However, the
1241 functionality was designed to be as reusable and portable as possible.")
1242 (license license:lgpl2.0+)))
1243
1244
1245 (define-public orbit2
1246 (package
1247 (name "orbit2")
1248 (version "2.14.19")
1249 (source (origin
1250 (method url-fetch)
1251 (uri (let ((upstream-name "ORBit2"))
1252 (string-append "mirror://gnome/sources/" upstream-name "/"
1253 (version-major+minor version) "/"
1254 upstream-name "-" version ".tar.bz2")))
1255 (sha256
1256 (base32
1257 "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"))))
1258 (build-system gnu-build-system)
1259 (arguments
1260 `(#:configure-flags
1261 ;; The programmer kindly gives us a hook to turn off deprecation
1262 ;; warnings ...
1263 '("DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
1264 ;; ... which they then completly ignore !!
1265 #:phases
1266 (modify-phases %standard-phases
1267 (add-before 'configure 'ignore-deprecations
1268 (lambda _
1269 (substitute* "linc2/src/Makefile.in"
1270 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1271 #t)))))
1272 (inputs `(("glib" ,glib)
1273 ("libidl" ,libidl)))
1274 (native-inputs
1275 `(("pkg-config" ,pkg-config)))
1276 (home-page "https://projects.gnome.org/orbit2/")
1277 (synopsis "CORBA 2.4-compliant Object Request Broker")
1278 (description "ORBit2 is a CORBA 2.4-compliant Object Request Broker (orb)
1279 featuring mature C, C++ and Python bindings.")
1280 ;; Licence notice is unclear. The Web page simply say "GPL" without giving
1281 ;; a version. SOME of the code files have licence notices for GPLv2+.
1282 ;; The tarball contains files of the text of GPLv2 and LGPLv2.
1283 (license license:gpl2+)))
1284
1285
1286 (define-public libbonobo
1287 (package
1288 (name "libbonobo")
1289 (version "2.32.1")
1290 (source (origin
1291 (method url-fetch)
1292 (uri (string-append "mirror://gnome/sources/" name "/"
1293 (version-major+minor version)
1294 "/" name "-" version ".tar.bz2"))
1295 (sha256
1296 (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i"))
1297 (patches (search-patches
1298 "libbonobo-activation-test-race.patch"))))
1299 (build-system gnu-build-system)
1300 (arguments
1301 ;; The programmer kindly gives us a hook to turn off deprecation warnings ...
1302 `(#:configure-flags
1303 '("DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
1304 ;; ... which they then completly ignore !!
1305 #:phases
1306 (modify-phases %standard-phases
1307 (add-before 'configure 'ignore-deprecations
1308 (lambda _
1309 (substitute* "activation-server/Makefile.in"
1310 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1311 #t)))))
1312 (inputs `(("popt" ,popt)
1313 ("libxml2" ,libxml2)))
1314 ;; The following are Required by the .pc file
1315 (propagated-inputs
1316 `(("glib" ,glib)
1317 ("orbit2" ,orbit2)))
1318 (native-inputs
1319 `(("intltool" ,intltool)
1320 ("pkg-config" ,pkg-config)
1321 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
1322 ("flex" ,flex)
1323 ("bison" ,bison)))
1324 (home-page "https://developer.gnome.org/libbonobo/")
1325 (synopsis "Framework for creating reusable components for use in GNOME applications")
1326 (description "Bonobo is a framework for creating reusable components for
1327 use in GNOME applications, built on top of CORBA.")
1328 ;; Licence not explicitly stated. Source files contain no licence notices.
1329 ;; Tarball contains text of both GPLv2 and LGPLv2
1330 ;; GPLv2 covers both conditions
1331 (license license:gpl2+)))
1332
1333
1334 (define-public gconf
1335 (package
1336 (name "gconf")
1337 (version "3.2.6")
1338 (source (origin
1339 (method url-fetch)
1340 (uri
1341 (let ((upstream-name "GConf"))
1342 (string-append "mirror://gnome/sources/" upstream-name "/"
1343 (version-major+minor version) "/"
1344 upstream-name "-" version ".tar.xz")))
1345 (sha256
1346 (base32 "0k3q9nh53yhc9qxf1zaicz4sk8p3kzq4ndjdsgpaa2db0ccbj4hr"))))
1347 (build-system gnu-build-system)
1348 (inputs `(("dbus-glib" ,dbus-glib)
1349 ("libxml2" ,libxml2)))
1350 (propagated-inputs `(("glib" ,glib) ; referred to in the .pc file
1351 ("orbit2" ,orbit2)))
1352 (native-inputs
1353 `(("intltool" ,intltool)
1354 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
1355 ("pkg-config" ,pkg-config)))
1356 (home-page "https://projects.gnome.org/gconf/")
1357 (synopsis "Store application preferences")
1358 (description "Gconf is a system for storing application preferences. It
1359 is intended for user preferences; not arbitrary data storage.")
1360 (license license:lgpl2.0+)
1361 (properties '((upstream-name . "GConf")))))
1362
1363
1364 (define-public gnome-mime-data
1365 (package
1366 (name "gnome-mime-data")
1367 (version "2.18.0")
1368 (source (origin
1369 (method url-fetch)
1370 (uri (string-append "mirror://gnome/sources/" name "/"
1371 (version-major+minor version) "/"
1372 name "-" version ".tar.bz2"))
1373 (sha256
1374 (base32
1375 "1mvg8glb2a40yilmyabmb7fkbzlqd3i3d31kbkabqnq86xdnn69p"))))
1376 (build-system gnu-build-system)
1377 (native-inputs
1378 `(("perl" ,perl)
1379 ("intltool" ,intltool)))
1380 (arguments
1381 '(#:phases (modify-phases %standard-phases
1382 (add-after 'configure 'use-our-intltool
1383 (lambda _
1384 ;; Do not use the bundled intltool commands, which lack
1385 ;; the "dotless @INC" fixes of our 'intltool' package.
1386 (substitute* (find-files "." "^Makefile$")
1387 (("^INTLTOOL_(EXTRACT|UPDATE|MERGE) = .*$" _ tool)
1388 (string-append "INTLTOOL_" tool " = intltool-"
1389 (string-downcase tool) "\n")))
1390 #t)))))
1391 (home-page "https://www.gnome.org")
1392 (synopsis "Base MIME and Application database for GNOME")
1393 (description "GNOME Mime Data is a module which contains the base MIME
1394 and Application database for GNOME. The data stored by this module is
1395 designed to be accessed through the MIME functions in GnomeVFS.")
1396 (license license:gpl2+)))
1397
1398
1399 (define-public gnome-vfs
1400 (package
1401 (name "gnome-vfs")
1402 (version "2.24.4")
1403 (source (origin
1404 (method url-fetch)
1405 (uri (string-append "mirror://gnome/sources/" name "/"
1406 (version-major+minor version) "/"
1407 name "-" version ".tar.bz2"))
1408 (sha256
1409 (base32
1410 "1ajg8jb8k3snxc7rrgczlh8daxkjidmcv3zr9w809sq4p2sn9pk2"))))
1411 (build-system gnu-build-system)
1412 (arguments
1413 `(#:phases
1414 (modify-phases %standard-phases
1415 (add-before 'configure 'ignore-deprecations
1416 (lambda _
1417 (substitute* '("libgnomevfs/Makefile.in"
1418 "daemon/Makefile.in")
1419 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1420 #t))
1421 (add-before 'configure 'patch-test-async-cancel-to-never-fail
1422 (lambda _
1423 (substitute* "test/test-async-cancel.c"
1424 (("EXIT_FAILURE") "77"))
1425 #t)))))
1426 (inputs `(("libxml2" ,libxml2)
1427 ("dbus-glib" ,dbus-glib)
1428 ("gconf" ,gconf)
1429 ("gnome-mime-data" ,gnome-mime-data)
1430 ("zlib" ,zlib)))
1431 (native-inputs
1432 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
1433 ("intltool" ,intltool)
1434 ("pkg-config" ,pkg-config)))
1435 (home-page "https://developer.gnome.org/gnome-vfs/")
1436 (synopsis "Access files and folders in GNOME applications")
1437 (description
1438 "GnomeVFS is the core library used to access files and folders in GNOME
1439 applications. It provides a file system abstraction which allows applications
1440 to access local and remote files with a single consistent API.")
1441 (license license:lgpl2.0+)))
1442
1443
1444
1445 (define-public libgnome
1446 (package
1447 (name "libgnome")
1448 (version "2.32.1")
1449 (source (origin
1450 (method url-fetch)
1451 (uri (string-append "mirror://gnome/sources/" name "/"
1452 (version-major+minor version) "/"
1453 name "-" version ".tar.bz2"))
1454 (sha256
1455 (base32
1456 "197pnq8y0knqjhm2fg4j6hbqqm3qfzfnd0irhwxpk1b4hqb3kimj"))))
1457 (build-system gnu-build-system)
1458 (arguments
1459 `(#:phases
1460 (modify-phases %standard-phases
1461 (add-before 'configure 'enable-deprecated
1462 (lambda _
1463 (substitute* "libgnome/Makefile.in"
1464 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1465 #t)))))
1466 (inputs `(("libxml2" ,libxml2)))
1467 (native-inputs
1468 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
1469 ("intltool" ,intltool)
1470 ("pkg-config" ,pkg-config)))
1471 ;; The following are listed as Required in the .pc file
1472 ;; (except for libcanberra -- which seems to be oversight on the part
1473 ;; of the upstream developers -- anything that links against libgnome,
1474 ;; must also link against libcanberra
1475 (propagated-inputs
1476 `(("libcanberra" ,libcanberra)
1477 ("libbonobo" ,libbonobo)
1478 ("gconf" ,gconf)
1479 ("gnome-vfs" ,gnome-vfs)
1480 ("popt" ,popt))) ;gnome-program.h includes popt.h
1481 (home-page "https://developer.gnome.org/libgnome/")
1482 (synopsis "Useful routines for building applications")
1483 (description "The libgnome library provides a number of useful routines
1484 for building modern applications, including session management, activation of
1485 files and URIs, and displaying help.")
1486 (license license:lgpl2.0+)))
1487
1488
1489 (define-public libart-lgpl
1490 (package
1491 (name "libart-lgpl")
1492 (version "2.3.21")
1493 (source (origin
1494 (method url-fetch)
1495 (uri (let ((upstream-name "libart_lgpl"))
1496 (string-append "mirror://gnome/sources/" upstream-name "/"
1497 (version-major+minor version) "/"
1498 upstream-name "-" version ".tar.bz2")))
1499 (sha256
1500 (base32
1501 "1yknfkyzgz9s616is0l9gp5aray0f2ry4dw533jgzj8gq5s1xhgx"))))
1502 (build-system gnu-build-system)
1503 (native-inputs
1504 `(("pkg-config" ,pkg-config)))
1505 (home-page "https://people.gnome.org/~mathieu/libart")
1506 (synopsis "2D drawing library")
1507 (description "Libart is a 2D drawing library intended as a
1508 high-quality vector-based 2D library with antialiasing and alpha composition.")
1509 (license license:lgpl2.0+)))
1510
1511
1512
1513 (define-public libgnomecanvas
1514 (package
1515 (name "libgnomecanvas")
1516 (version "2.30.3")
1517 (source (origin
1518 (method url-fetch)
1519 (uri (string-append "mirror://gnome/sources/" name "/"
1520 (version-major+minor version) "/"
1521 name "-" version ".tar.gz"))
1522 (sha256
1523 (base32
1524 "1nhnq4lfkk8ljkdafscwaggx0h95mq0rxnd7zgqyq0xb6kkqbjm8"))))
1525 (build-system gnu-build-system)
1526 ;; Mentioned as Required in the .pc file
1527 (propagated-inputs `(("libart-lgpl" ,libart-lgpl)
1528 ("gtk+" ,gtk+-2)))
1529 (native-inputs
1530 `(("intltool" ,intltool)
1531 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
1532 ("pkg-config" ,pkg-config)))
1533 (home-page "https://developer.gnome.org/libgnomecanvas/")
1534 (synopsis "Flexible widget for creating interactive structured graphics")
1535 (description "The GnomeCanvas widget provides a flexible widget for
1536 creating interactive structured graphics.")
1537 (license license:lgpl2.0+)))
1538
1539 (define-public libgnomecanvasmm
1540 (package
1541 (name "libgnomecanvasmm")
1542 (version "2.26.0")
1543 (source (origin
1544 (method url-fetch)
1545 (uri (string-append "mirror://gnome/sources/" name "/"
1546 (version-major+minor version) "/"
1547 name "-" version ".tar.bz2"))
1548 (sha256
1549 (base32
1550 "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
1551 (build-system gnu-build-system)
1552 (arguments
1553 '(#:configure-flags '("CXXFLAGS=-std=c++11"))) ; required by gtkmm
1554 (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
1555 (native-inputs
1556 `(("gtkmm-2" ,gtkmm-2)
1557 ("pkg-config" ,pkg-config)))
1558 (home-page "http://gtkmm.org")
1559 (synopsis "C++ bindings to the GNOME Canvas library")
1560 (description "C++ bindings to the GNOME Canvas library.")
1561 (license license:lgpl2.0+)))
1562
1563 (define-public libgnomeui
1564 (package
1565 (name "libgnomeui")
1566 (version "2.24.5")
1567 (source (origin
1568 (method url-fetch)
1569 (uri (string-append "mirror://gnome/sources/" name "/"
1570 (version-major+minor version) "/"
1571 name "-" version ".tar.bz2"))
1572 (sha256
1573 (base32
1574 "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf"))))
1575 (build-system gnu-build-system)
1576 ;; Mentioned as Required in the .pc file
1577 (propagated-inputs `(("libbonoboui" ,libbonoboui)
1578 ("libgnome" ,libgnome)
1579 ("libgnomecanvas" ,libgnomecanvas)
1580 ("libgnome-keyring" ,libgnome-keyring)))
1581 (inputs `(("libjpeg" ,libjpeg)
1582 ("popt" ,popt)
1583 ("libbonobo" ,libbonobo)
1584 ("libxml2" ,libxml2)
1585 ("libglade" ,libglade)))
1586 (native-inputs
1587 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
1588 ("intltool" ,intltool)
1589 ("pkg-config" ,pkg-config)))
1590 (home-page "https://developer.gnome.org/libgnomeui/")
1591 (synopsis "Additional widgets for applications")
1592 (description "The libgnomeui library provides additional widgets for
1593 applications. Many of the widgets from libgnomeui have already been
1594 ported to GTK+.")
1595 (license license:lgpl2.0+)))
1596
1597 (define-public libglade
1598 (package
1599 (name "libglade")
1600 (version "2.6.4")
1601 (source (origin
1602 (method url-fetch)
1603 (uri (string-append "mirror://gnome/sources/" name "/"
1604 (version-major+minor version) "/"
1605 name "-" version ".tar.bz2"))
1606 (sha256
1607 (base32
1608 "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4"))))
1609 (build-system gnu-build-system)
1610 (inputs
1611 `(("python" ,python))) ;; needed for the optional libglade-convert program
1612 (propagated-inputs
1613 `(("gtk+-2" ,gtk+-2)
1614 ("libxml2" ,libxml2))) ; required by libglade-2.0.pc
1615 (native-inputs
1616 `(("pkg-config" ,pkg-config)))
1617 (home-page "https://developer.gnome.org/libglade")
1618 (synopsis "Load glade interfaces and access the glade built widgets")
1619 (description "Libglade is a library that provides interfaces for loading
1620 graphical interfaces described in glade files and for accessing the
1621 widgets built in the loading process.")
1622 (license license:gpl2+))) ; This is correct. GPL not LGPL
1623
1624 (define-public libgnomeprint
1625 ;; This library has been deprecated since 2006; see
1626 ;; <https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>.
1627 (package
1628 (name "libgnomeprint")
1629 (version "2.8.2")
1630 (source (origin
1631 (method url-fetch)
1632 (uri (string-append "mirror://gnome/sources/" name "/"
1633 (version-major+minor version) "/"
1634 name "-" version ".tar.bz2"))
1635 (sha256
1636 (base32
1637 "129ka3nn8gx9dlfry17ib79azxk45wzfv5rgqzw6dwx2b5ns8phm"))))
1638 (build-system gnu-build-system)
1639 (inputs
1640 `(("popt" ,popt)
1641 ("libart-lgpl" ,libart-lgpl)
1642 ("gtk+" ,gtk+-2)
1643 ("libxml2" ,libxml2)))
1644 (native-inputs
1645 `(("intltool" ,intltool)
1646 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
1647 ("pkg-config" ,pkg-config)))
1648 (home-page "https://projects.gnome.org/gnome-print/home/faq.html")
1649 (synopsis "Printing framework for GNOME")
1650 (description
1651 "GNOME-print was a printing framework for GNOME. It has been deprecated
1652 since ca. 2006, when GTK+ itself incorporated printing support.")
1653 (license license:lgpl2.0+)))
1654
1655
1656 (define-public libgnomeprintui
1657 ;; Deprecated; see libgnomeprint.
1658 (package
1659 (name "libgnomeprintui")
1660 (version "2.8.2")
1661 (source (origin
1662 (method url-fetch)
1663 (uri (string-append "mirror://gnome/sources/" name "/"
1664 (version-major+minor version) "/"
1665 name "-" version ".tar.bz2"))
1666 (sha256
1667 (base32
1668 "1ivipk7r61rg90p9kp889j28xlyyj6466ypvwa4jvnrcllnaajsw"))))
1669 (build-system gnu-build-system)
1670 ;; Mentioned as Required in the .pc file
1671 (propagated-inputs `(("libgnomeprint" ,libgnomeprint)))
1672 (inputs `(("gtk+" ,gtk+-2)
1673 ("glib" ,glib)
1674 ("gnome-icon-theme" ,gnome-icon-theme)
1675 ("libgnomecanvas" ,libgnomecanvas)
1676 ("libxml2" ,libxml2)))
1677 (native-inputs
1678 `(("intltool" ,intltool)
1679 ("pkg-config" ,pkg-config)))
1680 (home-page "https://projects.gnome.org/gnome-print/home/faq.html")
1681 (synopsis "Printing framework for GNOME")
1682 (description (package-description libgnomeprint))
1683 (license license:lgpl2.0+)))
1684
1685 (define-public libbonoboui
1686 (package
1687 (name "libbonoboui")
1688 (version "2.24.5")
1689 (source (origin
1690 (method url-fetch)
1691 (uri (string-append "mirror://gnome/sources/" name "/"
1692 (version-major+minor version) "/"
1693 name "-" version ".tar.bz2"))
1694 (sha256
1695 (base32
1696 "1kbgqh7bw0fdx4f1a1aqwpff7gp5mwhbaz60c6c98bc4djng5dgs"))))
1697 (build-system gnu-build-system)
1698 (arguments
1699 `(#:phases
1700 (modify-phases %standard-phases
1701 (add-before 'check 'start-xserver
1702 (lambda* (#:key inputs #:allow-other-keys)
1703 (let ((xorg-server (assoc-ref inputs "xorg-server"))
1704 (disp ":1"))
1705
1706 (setenv "HOME" (getcwd))
1707 (setenv "DISPLAY" disp)
1708 ;; There must be a running X server and make check doesn't start one.
1709 ;; Therefore we must do it.
1710 (zero? (system (format #f "~a/bin/Xvfb ~a &" xorg-server disp)))))))))
1711 ;; Mentioned as Required by the .pc file
1712 (propagated-inputs `(("libxml2" ,libxml2)))
1713 (inputs
1714 `(("popt" ,popt)
1715 ("pangox-compat" ,pangox-compat)
1716 ("libgnome" ,libgnome)
1717 ("libgnomecanvas" ,libgnomecanvas)
1718 ("libglade" ,libglade)))
1719 (native-inputs
1720 `(("glib" ,glib "bin") ; for glib-genmarshal, etc.
1721 ("intltool" ,intltool)
1722 ("xorg-server" ,xorg-server) ; For running the tests
1723 ("pkg-config" ,pkg-config)))
1724 (home-page "https://developer.gnome.org/libbonoboui/")
1725 (synopsis "Some user interface controls using Bonobo")
1726 (description "The Bonobo UI library provides a number of user interface
1727 controls using the Bonobo component framework.")
1728 (license license:lgpl2.0+)))
1729
1730 (define-public libwnck
1731 (package
1732 (name "libwnck")
1733 (version "3.20.1")
1734 (source (origin
1735 (method url-fetch)
1736 (uri (string-append "mirror://gnome/sources/" name "/"
1737 (version-major+minor version) "/"
1738 name "-" version ".tar.xz"))
1739 (sha256
1740 (base32 "0wms3hli6y0b9l3cszq6maqi6fyy6kss9gryvzgmhw27phb3gc0w"))))
1741 (build-system gnu-build-system)
1742 (native-inputs
1743 `(("pkg-config" ,pkg-config)
1744 ("intltool" ,intltool)))
1745 (propagated-inputs
1746 `(("gtk+" ,gtk+)
1747 ("libxres" ,libxres)
1748 ("startup-notification" ,startup-notification)))
1749 (home-page "https://developer.gnome.org/libwnck/")
1750 (synopsis "Window Navigator Construction Kit")
1751 (description
1752 "Libwnck is the Window Navigator Construction Kit, a library for use in
1753 writing pagers, tasklists, and more generally applications that are dealing
1754 with window management. It tries hard to respect the Extended Window Manager
1755 Hints specification (EWMH).")
1756 (license license:lgpl2.0+)))
1757
1758 ;; stable version for gtk2, required by xfwm4.
1759 (define-public libwnck-2
1760 (package (inherit libwnck)
1761 (name "libwnck")
1762 (version "2.30.7")
1763 (source (origin
1764 (method url-fetch)
1765 (uri (string-append "mirror://gnome/sources/" name "/"
1766 (version-major+minor version) "/"
1767 name "-" version ".tar.xz"))
1768 (sha256
1769 (base32
1770 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b"))))
1771 (propagated-inputs
1772 `(("gtk+" ,gtk+-2)
1773 ("libxres" ,libxres)
1774 ("startup-notification" ,startup-notification)))))
1775
1776 (define-public goffice
1777 (package
1778 (name "goffice")
1779 (version "0.10.35")
1780 (source (origin
1781 (method url-fetch)
1782 (uri (string-append "mirror://gnome/sources/" name "/"
1783 (version-major+minor version) "/"
1784 name "-" version ".tar.xz"))
1785 (sha256
1786 (base32 "0f2p3p7idfpbms4mi75031014mqsv09s21b6w1359p09raph3461"))))
1787 (build-system gnu-build-system)
1788 (outputs '("out"
1789 "doc")) ;4.1 MiB of gtk-doc
1790 (arguments
1791 '(#:configure-flags (list (string-append "--with-html-dir="
1792 (assoc-ref %outputs "doc")
1793 "/share/gtk-doc/html"))))
1794 (inputs
1795 `(("gtk+" ,gtk+)
1796 ("libgsf" ,libgsf)
1797 ("librsvg" ,librsvg)
1798 ("libxslt" ,libxslt)
1799 ("libxml2" ,libxml2)))
1800 (native-inputs
1801 `(("intltool" ,intltool)
1802 ("glib" ,glib "bin")
1803 ("pkg-config" ,pkg-config)))
1804 (home-page "https://developer.gnome.org/goffice/")
1805 (synopsis "Document-centric objects and utilities")
1806 (description "A GLib/GTK+ set of document-centric objects and utilities.")
1807 (license
1808 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
1809 ;; Note: NOT LGPL
1810 (list license:gpl2 license:gpl3))))
1811
1812 (define-public goffice-0.8
1813 (package (inherit goffice)
1814 (version "0.8.17")
1815 (source (origin
1816 (method url-fetch)
1817 (uri (string-append "mirror://gnome/sources/" (package-name goffice) "/"
1818 (version-major+minor version) "/"
1819 (package-name goffice) "-" version ".tar.xz"))
1820 (sha256
1821 (base32 "05fvzbs5bin05bbsr4dp79aiva3lnq0a3a40zq55i13vnsz70l0n"))))
1822 (arguments
1823 `(#:phases
1824 (modify-phases %standard-phases
1825 (add-after 'unpack 'fix-pcre-check
1826 (lambda _
1827 ;; Only glib.h can be included directly. See
1828 ;; https://bugzilla.gnome.org/show_bug.cgi?id=670316
1829 (substitute* "configure"
1830 (("glib/gregex\\.h") "glib.h")) #t)))
1831
1832 ,@(package-arguments goffice)))
1833 (propagated-inputs
1834 ;; libgoffice-0.8.pc mentions libgsf-1
1835 `(("libgsf" ,libgsf)))
1836 (inputs
1837 `(("gtk" ,gtk+-2)
1838 ,@(alist-delete "gtk" (package-inputs goffice))))))
1839
1840 (define-public gnumeric
1841 (package
1842 (name "gnumeric")
1843 (version "1.12.35")
1844 (source (origin
1845 (method url-fetch)
1846 (uri (string-append "mirror://gnome/sources/" name "/"
1847 (version-major+minor version) "/"
1848 name "-" version ".tar.xz"))
1849 (sha256
1850 (base32
1851 "02kcq2af16m9mlzgkbdzswhw0nl6zf01dmvsfq3shy1mab7f7cbp"))))
1852 (build-system glib-or-gtk-build-system)
1853 (arguments
1854 `(;; The gnumeric developers don't worry much about failing tests.
1855 ;; See https://bugzilla.gnome.org/show_bug.cgi?id=732387
1856 #:tests? #f
1857 #:phases
1858 (modify-phases %standard-phases
1859 (add-before
1860 'configure 'pre-conf
1861 (lambda* (#:key outputs #:allow-other-keys)
1862 ;; Make install tries to write into the directory of goffice
1863 ;; I am informed that this only affects the possibility to embed a
1864 ;; spreadsheet inside an Abiword document. So presumably when we
1865 ;; package Abiword we'll have to refer it to this directory.
1866 (substitute* "configure"
1867 (("^GOFFICE_PLUGINS_DIR=.*")
1868 (string-append "GOFFICE_PLUGINS_DIR="
1869 (assoc-ref outputs "out")
1870 "/goffice/plugins"))))))))
1871 (inputs
1872 `(("glib" ,glib)
1873 ("gtk+" ,gtk+)
1874 ("goffice" ,goffice)
1875 ("libgsf" ,libgsf)
1876 ("librsvg" ,librsvg)
1877 ("libxml2" ,libxml2)
1878 ("libxslt" ,libxslt)
1879 ("python" ,python-2)
1880 ("python2-pygobject" ,python2-pygobject)
1881 ("zlib" ,zlib)))
1882 (native-inputs
1883 `(("bison" ,bison)
1884 ("docbook-xml" ,docbook-xml)
1885 ("intltool" ,intltool)
1886 ("itstool" ,itstool)
1887 ("glib:bin" ,glib "bin")
1888 ("pkg-config" ,pkg-config)))
1889 (home-page "http://www.gnumeric.org")
1890 (synopsis "Spreadsheet application")
1891 (description
1892 "GNUmeric is a GNU spreadsheet application, running under GNOME. It is
1893 interoperable with other spreadsheet applications. It has a vast array of
1894 features beyond typical spreadsheet functionality, such as support for linear
1895 and non-linear solvers, statistical analysis, and telecommunication
1896 engineering.")
1897 (license
1898 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
1899 (list license:gpl2 license:gpl3))))
1900
1901 (define-public gnome-themes-standard
1902 (package
1903 (name "gnome-themes-standard")
1904 (version "3.22.3")
1905 (source
1906 (origin
1907 (method url-fetch)
1908 (uri (string-append "mirror://gnome/sources/" name "/"
1909 (version-major+minor version) "/" name "-"
1910 version ".tar.xz"))
1911 (sha256
1912 (base32
1913 "0smmiamrgcgf5sa88bsn8hwmvsyx4gczzs359nwxbkv14b2qgp31"))))
1914 (build-system gnu-build-system)
1915 (arguments
1916 '(#:configure-flags
1917 ;; Don't create 'icon-theme.cache'.
1918 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
1919 (true (string-append coreutils "/bin/true")))
1920 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
1921 (inputs
1922 `(("gtk+" ,gtk+)
1923 ("gtk+-2" ,gtk+-2)
1924 ("librsvg" ,librsvg)
1925 ("libxml2" ,libxml2)
1926 ("glib" ,glib)))
1927 (native-inputs
1928 `(("intltool" ,intltool)
1929 ("glib:bin" ,glib "bin")
1930 ("pkg-config" ,pkg-config)))
1931 (home-page "https://launchpad.net/gnome-themes-standard")
1932 (synopsis "Default GNOME 3 themes")
1933 (description
1934 "The default GNOME 3 themes (Adwaita and some accessibility themes).")
1935 (license license:lgpl2.1+)))
1936
1937 (define-public seahorse
1938 (package
1939 (name "seahorse")
1940 (version "3.20.0")
1941 (source
1942 (origin
1943 (method url-fetch)
1944 (uri (string-append "mirror://gnome/sources/" name "/"
1945 (version-major+minor version) "/" name "-"
1946 version ".tar.xz"))
1947 (sha256
1948 (base32
1949 "1py6fj19kb8aaxvg6yrpd0876azc2zjvis98aqz37a2lxmhp9c72"))))
1950 (build-system glib-or-gtk-build-system)
1951 (inputs
1952 `(("gtk+" ,gtk+)
1953 ("gcr" ,gcr)
1954 ("gnupg" ,gnupg)
1955 ("gpgme" ,gpgme)
1956 ("openldap" ,openldap)
1957 ("openssh" ,openssh)
1958 ("libsecret" ,libsecret)
1959 ("libsoup" ,libsoup)))
1960 (native-inputs
1961 `(("intltool" ,intltool)
1962 ("glib:bin" ,glib "bin")
1963 ("itstool" ,itstool)
1964 ("pkg-config" ,pkg-config)
1965 ("xmllint" ,libxml2)))
1966 (home-page "https://launchpad.net/gnome-themes-standard")
1967 (synopsis "Manage encryption keys and passwords in the GNOME keyring")
1968 (description
1969 "Seahorse is a GNOME application for managing encryption keys and
1970 passwords in the GNOME keyring.")
1971 (license license:gpl2+)))
1972
1973 (define-public vala
1974 (package
1975 (name "vala")
1976 (version "0.36.3")
1977 (source (origin
1978 (method url-fetch)
1979 (uri (string-append "mirror://gnome/sources/" name "/"
1980 (version-major+minor version) "/"
1981 name "-" version ".tar.xz"))
1982 (sha256
1983 (base32
1984 "0706izk9prxqclm7gv4f63diwnlc1llvfl5sc9ghqbgn076lx2mc"))))
1985 (build-system gnu-build-system)
1986 (arguments
1987 '(#:phases
1988 (modify-phases %standard-phases
1989 (add-before 'check 'pre-check
1990 (lambda _
1991 (setenv "CC" "gcc")
1992 ;; For missing '/etc/machine-id'.
1993 (setenv "DBUS_FATAL_WARNINGS" "0")
1994 #t)))
1995 ;; Build the Vala API generator
1996 #:configure-flags '("--enable-vapigen")))
1997 (native-inputs
1998 `(("pkg-config" ,pkg-config)
1999 ("flex" ,flex)
2000 ("bison" ,bison)
2001 ("xsltproc" ,libxslt)
2002 ("dbus" ,dbus) ; for dbus tests
2003 ("gobject-introspection" ,gobject-introspection))) ; for gir tests
2004 (propagated-inputs
2005 `(("glib" ,glib))) ; required by libvala-0.26.pc
2006 (home-page "https://live.gnome.org/Vala/")
2007 (synopsis "Compiler for the GObject type system")
2008 (description
2009 "Vala is a programming language that aims to bring modern programming
2010 language features to GNOME developers without imposing any additional runtime
2011 requirements and without using a different ABI compared to applications and
2012 libraries written in C.")
2013 (license license:lgpl2.1+)))
2014
2015 (define-public vte
2016 (package
2017 (name "vte")
2018 (version "0.50.1")
2019 (source (origin
2020 (method url-fetch)
2021 (uri (string-append "mirror://gnome/sources/" name "/"
2022 (version-major+minor version) "/"
2023 name "-" version ".tar.xz"))
2024 (sha256
2025 (base32
2026 "1hm88nn1r38fszz770v6dgzgx208ywz4n087n4fhw5kkwpihh5yg"))))
2027 (build-system gnu-build-system)
2028 (native-inputs
2029 `(("pkg-config" ,pkg-config)
2030 ("intltool" ,intltool)
2031 ("vala" ,vala)
2032 ("gobject-introspection" ,gobject-introspection)
2033 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
2034 ("gperf" ,gperf)
2035 ("xmllint" ,libxml2)))
2036 (propagated-inputs
2037 `(("gtk+" ,gtk+) ;required by vte-2.91.pc
2038 ("gnutls" ,gnutls) ;ditto
2039 ("pcre2" ,pcre2))) ;ditto
2040 (home-page "https://www.gnome.org/")
2041 (synopsis "Virtual Terminal Emulator")
2042 (description
2043 "VTE is a library (libvte) implementing a terminal emulator widget for
2044 GTK+, and a minimal sample application (vte) using that. Vte is mainly used in
2045 gnome-terminal, but can also be used to embed a console/terminal in games,
2046 editors, IDEs, etc.")
2047 (license license:lgpl2.1+)))
2048
2049 (define-public vte-ng
2050 (package
2051 (inherit vte)
2052 (name "vte-ng")
2053 (version "0.50.1.a")
2054 (native-inputs
2055 `(("gtk-doc" ,gtk-doc)
2056 ("gperf" ,gperf)
2057 ("autoconf" ,autoconf)
2058 ("automake" ,automake)
2059 ("libtool" ,libtool)
2060 ,@(package-native-inputs vte)))
2061 (source (origin
2062 (method url-fetch)
2063 (uri (string-append "https://github.com/thestinger/"
2064 name "/archive/" version ".tar.gz"))
2065 (file-name (string-append name "-" version ".tar.gz"))
2066 (sha256
2067 (base32
2068 "1r70jysdrc7r1vyn3mikpc8hh7rm4lpr0psakj8yssy11p451pja"))))
2069 (arguments
2070 `(#:configure-flags '("CXXFLAGS=-Wformat=0")
2071 #:phases (modify-phases %standard-phases
2072 (add-after 'unpack 'bootstrap
2073 (lambda _
2074 (setenv "NOCONFIGURE" "true")
2075 (zero? (system* "sh" "autogen.sh")))))))
2076 (synopsis "Enhanced VTE terminal widget")
2077 (description
2078 "VTE is a library (libvte) implementing a terminal emulator widget for
2079 GTK+, this fork provides additional functions exposed for keyboard text
2080 selection and URL hints.")))
2081
2082 ;; provides vte 2.90, required for some terminal emulators
2083 ;; tilda bug: https://github.com/lanoxx/tilda/issues/94
2084 ;; pantheon-terminal bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788021
2085 ;; roxterm bug: http://sourceforge.net/p/roxterm/bugs/107/
2086 ;; pantheon-terminal, roxterm are not currently packaged
2087 (define-public vte-0.36
2088 (package (inherit vte)
2089 (name "vte")
2090 (version "0.36.5")
2091 (source (origin
2092 (method url-fetch)
2093 (uri (string-append "mirror://gnome/sources/" name "/"
2094 (version-major+minor version) "/"
2095 name "-" version ".tar.xz"))
2096 (sha256
2097 (base32
2098 "1psfnqsmxx4qzc55qwvb8jai824ix4pqcdqhgxk0g2zh82bcxhn2"))))
2099 (propagated-inputs
2100 `(("gtk" ,gtk+)
2101 ("ncurses" ,ncurses)))))
2102
2103 ;; stable version for gtk2, required by xfce4-terminal.
2104 (define-public vte/gtk+-2
2105 (package (inherit vte)
2106 (name "vte")
2107 (version "0.28.2")
2108 (source (origin
2109 (method url-fetch)
2110 (uri (string-append "mirror://gnome/sources/" name "/"
2111 (version-major+minor version) "/"
2112 name "-" version ".tar.xz"))
2113 (sha256
2114 (base32
2115 "1bmhahkf8wdsra9whd3k5l5z4rv7r58ksr8mshzajgq2ma0hpkw6"))
2116 (patches (search-patches
2117 "vte-CVE-2012-2738-pt1.patch"
2118 "vte-CVE-2012-2738-pt2.patch"))))
2119 (arguments
2120 '(#:configure-flags '("--disable-python")))
2121 (native-inputs
2122 `(("pkg-config" ,pkg-config)
2123 ("intltool" ,intltool)
2124 ("glib" ,glib "bin"))) ; for glib-genmarshal, etc.
2125 (propagated-inputs
2126 `(("gtk+" ,gtk+-2) ; required by libvte.pc
2127 ("ncurses" ,ncurses))))) ; required by libvte.la
2128
2129 (define-public vinagre
2130 (package
2131 (name "vinagre")
2132 (version "3.22.0")
2133 (source (origin
2134 (method url-fetch)
2135 (uri (string-append "mirror://gnome/sources/" name "/"
2136 (version-major+minor version) "/"
2137 name "-" version ".tar.xz"))
2138 (patches ; We have to revert 2 commits to build against freerdp 1.1.
2139 (search-patches "vinagre-revert-1.patch"
2140 "vinagre-revert-2.patch"))
2141 (sha256
2142 (base32
2143 "10jya3jyrm18nbw3v410gbkc7677bqamax44pzgd3j15randn76d"))))
2144 (build-system glib-or-gtk-build-system)
2145 (native-inputs
2146 `(("pkg-config" ,pkg-config)
2147 ("intltool" ,intltool)
2148 ("itstool" ,itstool)
2149 ("glib-bin" ,glib "bin") ;for glib-compile-schemas
2150 ("gtk+-bin" ,gtk+ "bin"))) ;for gtk-update-icon-cache
2151 (inputs
2152 `(("libxml2" ,libxml2)
2153 ("gtk-vnc" ,gtk-vnc)
2154 ("gnome-keyring" ,gnome-keyring)
2155 ("libsecret" ,libsecret)
2156 ("freerdp" ,freerdp)
2157 ("spice" ,spice)
2158 ("spice-gtk" ,spice-gtk)
2159 ("telepathy-glib" ,telepathy-glib)
2160 ("vte" ,vte)))
2161 (arguments
2162 `(#:configure-flags '("--enable-rdp")))
2163 (home-page "https://wiki.gnome.org/Apps/Vinagre")
2164 (synopsis "Remote desktop viewer for GNOME")
2165 (description "Vinagre is a remote display client supporting the VNC, SPICE
2166 and RDP protocols.")
2167 (license license:gpl3+)))
2168
2169 (define-public dconf
2170 (package
2171 (name "dconf")
2172 (version "0.26.1")
2173 (source (origin
2174 (method url-fetch)
2175 (uri (string-append
2176 "mirror://gnome/sources/" name "/"
2177 (version-major+minor version) "/"
2178 name "-" version ".tar.xz"))
2179 (sha256
2180 (base32
2181 "0da587hpiqy8h3pswn1102h4b905x8k6mk3ajpi7kf4kzkvv30ym"))))
2182 (build-system glib-or-gtk-build-system)
2183 (inputs
2184 `(("gtk+" ,gtk+)
2185 ("glib" ,glib)
2186 ("dbus" ,dbus)
2187 ("libxml2" ,libxml2)))
2188 (native-inputs
2189 `(("libxslt" ,libxslt)
2190 ("docbook-xml" ,docbook-xml-4.2)
2191 ("docbook-xsl" ,docbook-xsl)
2192 ("intltool" ,intltool)
2193 ("pkg-config" ,pkg-config)))
2194 (arguments
2195 `(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
2196 ; or /etc/machine-id.
2197 #:configure-flags
2198 ;; Set the correct RUNPATH in binaries.
2199 (list (string-append "LDFLAGS=-Wl,-rpath="
2200 (assoc-ref %outputs "out") "/lib")
2201 "--disable-gtk-doc-html") ; FIXME: requires gtk-doc
2202 #:phases
2203 (modify-phases %standard-phases
2204 (add-before 'configure 'fix-docbook
2205 (lambda* (#:key inputs #:allow-other-keys)
2206 (substitute* "docs/Makefile.in"
2207 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
2208 (string-append (assoc-ref inputs "docbook-xsl")
2209 "/xml/xsl/docbook-xsl-"
2210 ,(package-version docbook-xsl)
2211 "/manpages/docbook.xsl")))
2212 (setenv "XML_CATALOG_FILES"
2213 (string-append (assoc-ref inputs "docbook-xml")
2214 "/xml/dtd/docbook/catalog.xml"))
2215 #t)))))
2216 (home-page "https://developer.gnome.org/dconf")
2217 (synopsis "Low-level GNOME configuration system")
2218 (description "Dconf is a low-level configuration system. Its main purpose
2219 is to provide a backend to GSettings on platforms that don't already have
2220 configuration storage systems.")
2221 (license license:lgpl2.1)))
2222
2223 (define-public json-glib
2224 (package
2225 (name "json-glib")
2226 (version "1.2.8")
2227 (source (origin
2228 (method url-fetch)
2229 (uri (string-append "mirror://gnome/sources/" name "/"
2230 (version-major+minor version) "/"
2231 name "-" version ".tar.xz"))
2232 (sha256
2233 (base32
2234 "02pl0wl3mf47c038bgv2r4pa6pr6y3shjhxn1l7s3rrrgl1sjmgx"))))
2235 (build-system gnu-build-system)
2236 (native-inputs
2237 `(("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal
2238 ("gobject-introspection" ,gobject-introspection)
2239 ("pkg-config" ,pkg-config)))
2240 (propagated-inputs
2241 `(("glib" ,glib))) ;according to json-glib-1.0.pc
2242 (home-page "https://wiki.gnome.org/Projects/JsonGlib")
2243 (synopsis "Compiler for the GObject type system")
2244 (description
2245 "JSON-GLib is a C library based on GLib providing serialization and
2246 deserialization support for the JavaScript Object Notation (JSON) format
2247 described by RFC 4627. It provides parser and generator GObject classes and
2248 various wrappers for the complex data types employed by JSON, such as arrays
2249 and objects.")
2250 (license license:lgpl2.1+)))
2251
2252 (define-public libxklavier
2253 (package
2254 (name "libxklavier")
2255 (version "5.3")
2256 (source (origin
2257 (method url-fetch)
2258 (uri (string-append "mirror://gnome/sources/" name "/"
2259 version "/" name "-" version ".tar.xz"))
2260 (sha256
2261 (base32
2262 "016lpdv35z0qsw1cprdc2k5qzkdi5waj6qmr0a2q6ljn9g2kpv7b"))))
2263 (build-system gnu-build-system)
2264 (arguments
2265 '(#:configure-flags
2266 (list (string-append "--with-xkb-base="
2267 (assoc-ref %build-inputs "xkeyboard-config")
2268 "/share/X11/xkb"))))
2269 (native-inputs
2270 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
2271 ("gobject-introspection" ,gobject-introspection)
2272 ("pkg-config" ,pkg-config)))
2273 (propagated-inputs
2274 ;; Required by libxklavier.pc.
2275 `(("glib" ,glib)
2276 ("libxml2" ,libxml2)))
2277 (inputs
2278 `(("iso-codes" ,iso-codes)
2279 ("libxi" ,libxi)
2280 ("libxkbfile" ,libxkbfile)
2281 ("xkbcomp" ,xkbcomp)
2282 ("xkeyboard-config" ,xkeyboard-config)))
2283 (home-page "http://www.freedesktop.org/wiki/Software/LibXklavier/")
2284 (synopsis "High-level API for X Keyboard Extension")
2285 (description
2286 "LibXklavier is a library providing high-level API for X Keyboard
2287 Extension known as XKB. This library is intended to support XFree86 and other
2288 commercial X servers. It is useful for creating XKB-related software (layout
2289 indicators etc).")
2290 (license license:lgpl2.0+)))
2291
2292 (define-public python2-rsvg
2293 ;; XXX: This is actually a subset of gnome-python-desktop.
2294 (package
2295 (name "python2-rsvg")
2296 (version "2.32.0")
2297 (source
2298 (origin
2299 (method url-fetch)
2300 (uri (string-append
2301 "mirror://gnome/sources/gnome-python-desktop/2.32/gnome-python-desktop-"
2302 version ".tar.bz2"))
2303 (sha256
2304 (base32
2305 "1s8f9rns9v7qlwjv9qh9lr8crp88dpzfm45hj47zc3ivpy0dbnq9"))))
2306 (build-system gnu-build-system)
2307 (native-inputs
2308 `(("pkg-config" ,pkg-config)))
2309 (inputs
2310 `(("python" ,python-2)
2311 ("python2-pygtk" ,python2-pygtk)
2312 ("librsvg" ,librsvg)))
2313 (home-page "https://www.gnome.org")
2314 (synopsis "Python bindings to librsvg")
2315 (description
2316 "This packages provides Python bindings to librsvg, the SVG rendering
2317 library.")
2318
2319 ;; This is the license of the rsvg bindings. The license of each module
2320 ;; of gnome-python-desktop is given in 'COPYING'.
2321 (license license:lgpl2.1+)))
2322
2323 (define-public glib-networking
2324 (package
2325 (name "glib-networking")
2326 (version "2.50.0")
2327 (source (origin
2328 (method url-fetch)
2329 (uri (string-append "mirror://gnome/sources/glib-networking/"
2330 (version-major+minor version) "/"
2331 name "-" version ".tar.xz"))
2332 (sha256
2333 (base32
2334 "1vkb53jxawy38y29635izlch64j9xmcwwcimk134jwra7hpl86iz"))
2335 (patches
2336 (search-patches "glib-networking-ssl-cert-file.patch"))))
2337 (build-system gnu-build-system)
2338 (arguments
2339 `(#:configure-flags
2340 '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt")
2341 #:phases
2342 (modify-phases %standard-phases
2343 (add-before 'configure 'patch-giomoduledir
2344 ;; Install GIO modules into $out/lib/gio/modules.
2345 (lambda _
2346 (substitute* "configure"
2347 (("GIO_MODULE_DIR=.*")
2348 (string-append "GIO_MODULE_DIR=" %output
2349 "/lib/gio/modules\n")))))
2350 (add-before 'check 'use-empty-ssl-cert-file
2351 (lambda _
2352 ;; The ca-certificates.crt is not available in the build
2353 ;; environment.
2354 (setenv "SSL_CERT_FILE" "/dev/null")
2355 #t)))))
2356 (native-inputs
2357 `(("pkg-config" ,pkg-config)
2358 ("intltool" ,intltool)))
2359 (inputs
2360 `(("glib" ,glib)
2361 ("gnutls" ,gnutls)
2362 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2363 ("p11-kit" ,p11-kit)))
2364 (home-page "https://www.gnome.org")
2365 (synopsis "Network-related GIO modules")
2366 (description
2367 "This package contains various network related extensions for the GIO
2368 library.")
2369 (license license:lgpl2.0+)))
2370
2371 (define-public rest
2372 (package
2373 (name "rest")
2374 (version "0.8.0")
2375 (source (origin
2376 (method url-fetch)
2377 (uri (string-append "mirror://gnome/sources/rest/"
2378 (version-major+minor version) "/"
2379 name "-" version ".tar.xz"))
2380 (sha256
2381 (base32
2382 "0iznvzhab1jq9z3nwy97dh2pid9azwkqm7kkxwx0f5ql1hh9pf77"))))
2383 (build-system gnu-build-system)
2384 (arguments
2385 '(#:tests? #f ; tests require internet connection
2386 #:configure-flags
2387 '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt")))
2388 (native-inputs
2389 `(("glib-mkenums" ,glib "bin")
2390 ("gobject-introspection" ,gobject-introspection)
2391 ("pkg-config" ,pkg-config)))
2392 (propagated-inputs
2393 ;; rest-0.7.pc refers to all these.
2394 `(("glib" ,glib)
2395 ("libsoup" ,libsoup)
2396 ("libxml2" ,libxml2)))
2397 (home-page "http://www.gtk.org/")
2398 (synopsis "RESTful web api query library")
2399 (description
2400 "This library was designed to make it easier to access web services that
2401 claim to be \"RESTful\". It includes convenience wrappers for libsoup and
2402 libxml to ease remote use of the RESTful API.")
2403 (license license:lgpl2.1+)))
2404
2405 (define-public libsoup
2406 (package
2407 (name "libsoup")
2408 (version "2.58.2")
2409 (source (origin
2410 (method url-fetch)
2411 (uri (string-append "mirror://gnome/sources/libsoup/"
2412 (version-major+minor version) "/"
2413 name "-" version ".tar.xz"))
2414 (sha256
2415 (base32
2416 "0wkvs4kql1iam4cqy17wsi12b1pzhwr2127pyaxs7y0v3g5008s4"))))
2417 (build-system gnu-build-system)
2418 (outputs '("out" "doc"))
2419 (arguments
2420 `(#:modules ((guix build utils)
2421 (guix build gnu-build-system)
2422 (ice-9 popen))
2423
2424 #:configure-flags
2425 (list (string-append "--with-html-dir="
2426 (assoc-ref %outputs "doc")
2427 "/share/gtk-doc/html")
2428 (string-append "--with-apache-module-dir="
2429 (assoc-ref %build-inputs "httpd")
2430 "/modules"))
2431 #:phases
2432 (modify-phases %standard-phases
2433 (add-before 'configure 'disable-unconnected-socket-test
2434 ;; This test fails due to missing /etc/nsswitch.conf
2435 ;; in the build environment.
2436 (lambda _
2437 (substitute* "tests/socket-test.c"
2438 ((".*/sockets/unconnected.*") ""))
2439 #t))
2440 (add-before 'check 'pre-check
2441 (lambda _
2442 ;; The 'check-local' target runs 'env LANG=C sort -u',
2443 ;; unset 'LC_ALL' to make 'LANG' working.
2444 (unsetenv "LC_ALL")
2445 ;; The ca-certificates.crt is not available in the build
2446 ;; environment.
2447 (setenv "SSL_CERT_FILE" "/dev/null")
2448 ;; HTTPD in Guix uses mod_event and does not build prefork.
2449 (substitute* "tests/httpd.conf"
2450 (("^LoadModule mpm_prefork_module.*$") "\n"))
2451
2452 ;; Generate a self-signed certificate that has "localhost" as its
2453 ;; 'dnsName'. Failing to do that, and starting with GnuTLS
2454 ;; 3.5.12, tests such as "ssl-tests" fail:
2455 ;;
2456 ;; ERROR:ssl-test.c:406:do_tls_interaction_test: Unexpected status 6 Unacceptable TLS certificate (expected 200 OK)
2457 ;;
2458 ;; 'certtool' is interactive so we have to pipe it the answers.
2459 ;; Reported at <https://bugzilla.gnome.org/show_bug.cgi?id=784696>.
2460 (let ((pipe (open-output-pipe "certtool --generate-self-signed \
2461 --load-privkey tests/test-key.pem --outfile tests/test-cert.pem")))
2462 (for-each (lambda (line)
2463 (display line pipe)
2464 (newline pipe))
2465 '("" ;Common name
2466 "" ;UID
2467 "Guix" ;Organizational unit name
2468 "GNU" ;Organization name
2469 "" ;Locality name
2470 "" ;State or province
2471 "" ;Country
2472 "" ;subject's domain component (DC)
2473 "" ;E-mail
2474 "" ;serial number
2475 "-1" ;expiration time
2476 "N" ;belong to authority?
2477 "N" ;web client certificate?
2478 "N" ;IPsec IKE?
2479 "Y" ;web server certificate?
2480 "localhost" ;dnsName of subject
2481 "" ;dnsName of subject (end)
2482 "" ;URI of subject
2483 "127.0.0.1" ;IP address of subject
2484 "" ;signing?
2485 "" ;encryption?
2486 "" ;sign OCSP requests?
2487 "" ;sign code?
2488 "" ;time stamping?
2489 "" ;email protection?
2490 "" ;URI of the CRL distribution point
2491 "y" ;above info OK?
2492 ))
2493 (close-pipe pipe))
2494 #t))
2495 (replace 'install
2496 (lambda _
2497 (zero?
2498 (system* "make"
2499 ;; Install vala bindings into $out.
2500 (string-append "vapidir=" %output
2501 "/share/vala/vapi")
2502 "install")))))))
2503 (native-inputs
2504 `(("glib:bin" ,glib "bin") ; for glib-mkenums
2505 ("gobject-introspection" ,gobject-introspection)
2506 ("intltool" ,intltool)
2507 ("pkg-config" ,pkg-config)
2508 ("python" ,python-wrapper)
2509 ("vala" ,vala)
2510 ;; These are needed for the tests.
2511 ;; FIXME: Add PHP once available.
2512 ("curl" ,curl)
2513 ("gnutls" ,gnutls) ;for 'certtool'
2514 ("httpd" ,httpd)))
2515 (propagated-inputs
2516 ;; libsoup-2.4.pc refers to all these.
2517 `(("glib" ,glib)
2518 ("libxml2" ,libxml2)))
2519 (inputs
2520 `(("glib-networking" ,glib-networking)
2521 ("sqlite" ,sqlite)))
2522 (home-page "https://live.gnome.org/LibSoup/")
2523 (synopsis "GLib-based HTTP Library")
2524 (description
2525 "LibSoup is an HTTP client/server library for GNOME. It uses GObjects
2526 and the GLib main loop, to integrate well with GNOME applications.")
2527 (license license:lgpl2.0+)))
2528
2529 (define-public libsecret
2530 (package
2531 (name "libsecret")
2532 (version "0.18.5")
2533 (source (origin
2534 (method url-fetch)
2535 (uri (string-append
2536 "mirror://gnome/sources/libsecret/"
2537 (version-major+minor version) "/"
2538 name "-" version ".tar.xz"))
2539 (sha256
2540 (base32
2541 "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww"))))
2542 (build-system gnu-build-system)
2543 (outputs '("out" "doc"))
2544 (arguments
2545 `(#:tests? #f ; FIXME: Testing hangs.
2546 #:configure-flags
2547 (list (string-append "--with-html-dir="
2548 (assoc-ref %outputs "doc")
2549 "/share/gtk-doc/html"))))
2550 (native-inputs
2551 `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
2552 ("gobject-introspection" ,gobject-introspection)
2553 ("intltool" ,intltool)
2554 ("pkg-config" ,pkg-config)
2555 ("vala" ,vala)
2556 ("xsltproc" ,libxslt)))
2557 ;; These are needed for the tests.
2558 ;; FIXME: Add gjs once available.
2559 ;("dbus" ,dbus)
2560 ;("python2" ,python-2)
2561 ;("python2-dbus" ,python2-dbus)
2562 ;("python2-pygobject" ,python2-pygobject)
2563 ;("python2-pygobject-2" ,python2-pygobject-2)))
2564 (propagated-inputs
2565 `(("glib" ,glib))) ; required by libsecret-1.pc
2566 (inputs
2567 `(("docbook-xsl" ,docbook-xsl)
2568 ("libgcrypt" ,libgcrypt)
2569 ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
2570 (home-page "https://wiki.gnome.org/Projects/Libsecret/")
2571 (synopsis "GObject bindings for \"Secret Service\" API")
2572 (description
2573 "Libsecret is a GObject based library for storing and retrieving passwords
2574 and other secrets. It communicates with the \"Secret Service\" using DBus.")
2575 (license license:lgpl2.1+)))
2576
2577 (define-public five-or-more
2578 (package
2579 (name "five-or-more")
2580 (version "3.22.2")
2581 (source
2582 (origin
2583 (method url-fetch)
2584 (uri (string-append "mirror://gnome/sources/" name "/"
2585 (version-major+minor version) "/"
2586 name "-" version ".tar.xz"))
2587 (sha256
2588 (base32
2589 "1b26afyjr26wqy5j008gzsi3hpblbmabh0192lx6414lml1qxkxs"))))
2590 (build-system glib-or-gtk-build-system)
2591 (native-inputs
2592 `(("pkg-config" ,pkg-config)
2593 ("desktop-file-utils" ,desktop-file-utils)
2594 ("intltool" ,intltool)
2595 ("itstool" ,itstool)
2596 ("xmllint" ,libxml2)))
2597 (inputs
2598 `(("gtk+" ,gtk+)
2599 ("librsvg" ,librsvg)))
2600 (home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
2601 (synopsis "Logic puzzle game")
2602 (description "Five or More is a game where you try to align
2603 five or more objects of the same color and shape causing them to disappear.
2604 On every turn more objects will appear, until the board is full.
2605 Try to last as long as possible.")
2606 (license license:gpl2+)))
2607
2608 (define-public gnome-mines
2609 (package
2610 (name "gnome-mines")
2611 (version "3.24.0")
2612 (source
2613 (origin
2614 (method url-fetch)
2615 (uri (string-append "mirror://gnome/sources/" name "/"
2616 (version-major+minor version) "/"
2617 name "-" version ".tar.xz"))
2618 (sha256
2619 (base32
2620 "1xh2as2xmh7gx45gpnl0fh9xjpvyyn3m84qgv41kyp2s4clsyqz6"))))
2621 (build-system glib-or-gtk-build-system)
2622 (arguments
2623 '(#:phases
2624 (modify-phases %standard-phases
2625 (add-before 'configure 'patch-/bin/true
2626 (lambda _
2627 (substitute* "configure"
2628 (("/bin/true") (which "true"))))))))
2629 (native-inputs
2630 `(("pkg-config" ,pkg-config)
2631 ("desktop-file-utils" ,desktop-file-utils)
2632 ("intltool" ,intltool)
2633 ("itstool" ,itstool)
2634 ("xmllint" ,libxml2)))
2635 (inputs
2636 `(("gtk+" ,gtk+)
2637 ("libgnome-games-support" ,libgnome-games-support)
2638 ("librsvg" ,librsvg)))
2639 (home-page "https://wiki.gnome.org/Apps/Mines")
2640 (synopsis "Minesweeper game")
2641 (description
2642 "Mines (previously gnomine) is a puzzle game where you locate mines
2643 floating in an ocean using only your brain and a little bit of luck.")
2644 (license license:gpl2+)))
2645
2646 (define-public gnome-sudoku
2647 (package
2648 (name "gnome-sudoku")
2649 (version "3.26.0")
2650 (source
2651 (origin
2652 (method url-fetch)
2653 (uri (string-append "mirror://gnome/sources/" name "/"
2654 (version-major+minor version) "/"
2655 name "-" version ".tar.xz"))
2656 (sha256
2657 (base32
2658 "186k2axryn3ic8blc9ddnvyrqqf88khg2hlisfa1n4wp784wfx47"))))
2659 (build-system glib-or-gtk-build-system)
2660 (native-inputs
2661 `(("pkg-config" ,pkg-config)
2662 ("desktop-file-utils" ,desktop-file-utils)
2663 ("intltool" ,intltool)
2664 ("itstool" ,itstool)
2665 ("xmllint" ,libxml2)))
2666 (inputs
2667 `(("gtk+" ,gtk+)
2668 ("json-glib" ,json-glib)
2669 ("libgee" ,libgee)
2670 ("librsvg" ,librsvg)
2671 ("qqwing" ,qqwing)))
2672 (home-page "https://wiki.gnome.org/Apps/Sudoku")
2673 (synopsis "Japanese logic game")
2674 (description
2675 "Sudoku is a Japanese logic game that exploded in popularity in 2005.
2676 GNOME Sudoku is meant to have an interface as simple and unobstrusive as
2677 possible while still providing features that make playing difficult Sudoku
2678 more fun.")
2679 (license license:gpl2+)))
2680
2681 (define-public gnome-terminal
2682 (package
2683 (name "gnome-terminal")
2684 (version "3.26.1")
2685 (source
2686 (origin
2687 (method url-fetch)
2688 (uri (string-append "mirror://gnome/sources/" name "/"
2689 (version-major+minor version) "/"
2690 name "-" version ".tar.xz"))
2691 (sha256
2692 (base32
2693 "0fh7vshhzgypd66sinns5z1vskswl7ybs1ica080pskzyx75db5r"))))
2694 (build-system glib-or-gtk-build-system)
2695 (arguments
2696 '(#:configure-flags
2697 (list "--disable-migration" "--disable-search-provider"
2698 "--without-nautilus-extension")
2699 #:phases
2700 (modify-phases %standard-phases
2701 (add-before 'configure 'patch-/bin/true
2702 (lambda _
2703 (substitute* "configure"
2704 (("/bin/true") (which "true"))))))))
2705 (native-inputs
2706 `(("pkg-config" ,pkg-config)
2707 ("desktop-file-utils" ,desktop-file-utils)
2708 ("intltool" ,intltool)
2709 ("itstool" ,itstool)
2710 ("xmllint" ,libxml2)))
2711 (propagated-inputs
2712 `(("dconf" ,dconf)))
2713 (inputs
2714 `(("gtk+" ,gtk+)
2715 ("vte" ,vte)
2716 ("gnutls" ,gnutls)
2717 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2718 ("util-linux" ,util-linux)
2719 ("vala" ,vala)))
2720 (home-page "https://wiki.gnome.org/Apps/Terminal")
2721 (synopsis "Terminal emulator")
2722 (description
2723 "GNOME Terminal is a terminal emulator application for accessing a
2724 UNIX shell environment which can be used to run programs available on
2725 your system.
2726
2727 It supports several profiles, multiple tabs and implements several
2728 keyboard shortcuts.")
2729 (license license:gpl3+)))
2730
2731 (define-public colord
2732 (package
2733 (name "colord")
2734 (version "1.1.8")
2735 (source
2736 (origin
2737 (method url-fetch)
2738 (uri (string-append "https://www.freedesktop.org/software/colord/releases/"
2739 name "-" version ".tar.xz"))
2740 (sha256
2741 (base32
2742 "01w97rgzk4qi6fp03scq5jyw0ayx11b479p7dkm2r77k84b9agph"))))
2743 (build-system glib-or-gtk-build-system)
2744 (arguments
2745 '(;; The tests want to run valgrind. Punt for now.
2746 #:tests? #f
2747 #:configure-flags (list "--localstatedir=/var"
2748 ;; GUSB not packaged yet.
2749 "--disable-gusb"
2750 ;; No dep on systemd.
2751 "--disable-systemd-login"
2752 ;; Wants to install to global completion dir;
2753 ;; punt.
2754 "--disable-bash-completion"
2755 ;; colord-gtk not packaged yet.
2756 "--disable-session-example"
2757 "--with-daemon-user=colord"
2758 "--enable-sane"
2759 (string-append "--with-udevrulesdir="
2760 (assoc-ref %outputs "out")
2761 "/lib/udev/rules.d"))
2762 #:phases
2763 (modify-phases %standard-phases
2764 (add-before 'configure 'patch-/bin/true
2765 (lambda _
2766 (substitute* "configure"
2767 (("/bin/true") (which "true")))
2768 (substitute* "src/Makefile.in"
2769 (("if test -w \\$\\(DESTDIR\\)\\$\\(prefix\\)/;")
2770 "if test -w $(DESTDIR)$(localstatedir);")))))))
2771 (native-inputs
2772 `(("pkg-config" ,pkg-config)
2773 ("gobject-introspection" ,gobject-introspection)
2774 ("libtool" ,libtool)
2775 ("intltool" ,intltool)))
2776 (propagated-inputs
2777 ;; colord.pc refers to all these.
2778 `(("glib" ,glib)
2779 ("udev" ,eudev)
2780 ("lcms" ,lcms)))
2781 (inputs
2782 `(("dbus-glib" ,dbus-glib)
2783 ("libgudev" ,libgudev)
2784 ("libusb" ,libusb)
2785 ("sqlite" ,sqlite)
2786 ("polkit" ,polkit)
2787 ("sane-backends" ,sane-backends)))
2788 (home-page "http://www.freedesktop.org/software/colord/")
2789 (synopsis "Color management service")
2790 (description "Colord is a system service that makes it easy to manage,
2791 install and generate color profiles to accurately color manage input and
2792 output devices.")
2793 (license license:gpl2+)))
2794
2795 (define-public geoclue
2796 (package
2797 (name "geoclue")
2798 (version "2.4.6")
2799 (source
2800 (origin
2801 (method url-fetch)
2802 (uri (string-append "https://www.freedesktop.org/software/" name
2803 "/releases/" (version-major+minor version) "/"
2804 name "-" version ".tar.xz"))
2805 (sha256
2806 (base32
2807 "1dnknrwln159dj7pdprnfa4zjprgslabxngmn11jyjwvbi2zfzf5"))
2808 (patches (search-patches "geoclue-config.patch"))))
2809 (build-system glib-or-gtk-build-system)
2810 (arguments
2811 '(;; The tests want to run the system bus.
2812 #:tests? #f
2813 #:configure-flags (list ;; Disable bits requiring ModemManager.
2814 "--disable-3g-source"
2815 "--disable-cdma-source"
2816 "--disable-modem-gps-source"
2817 "--with-dbus-service-user=geoclue")
2818 #:phases
2819 (modify-phases %standard-phases
2820 (add-before 'configure 'patch-/bin/true
2821 (lambda _
2822 (substitute* "configure"
2823 (("/bin/true") (which "true"))))))))
2824 (native-inputs
2825 `(("pkg-config" ,pkg-config)
2826 ("gobject-introspection" ,gobject-introspection)
2827 ("intltool" ,intltool)))
2828 (inputs
2829 `(("avahi" ,avahi)
2830 ("glib" ,glib)
2831 ("json-glib" ,json-glib)
2832 ("libsoup" ,libsoup)))
2833 (home-page "http://freedesktop.org/wiki/Software/GeoClue/")
2834 (synopsis "Geolocation service")
2835 (description "Geoclue is a D-Bus service that provides location
2836 information. The primary goal of the Geoclue project is to make creating
2837 location-aware applications as simple as possible, while the secondary goal is
2838 to ensure that no application can access location information without explicit
2839 permission from user.")
2840 (license license:gpl2+)))
2841
2842 (define-public geocode-glib
2843 (package
2844 (name "geocode-glib")
2845 (version "3.20.1")
2846 (source (origin
2847 (method url-fetch)
2848 (uri (string-append "mirror://gnome/sources/geocode-glib/"
2849 (version-major+minor version) "/"
2850 name "-" version ".tar.xz"))
2851 (sha256
2852 (base32
2853 "18iphsx3bybw7lssbb7rxc1rrnsc8vxai521zkqc535zr8rci7v6"))))
2854 (build-system gnu-build-system)
2855 (arguments
2856 `(;; The tests want to write to $HOME/.cache/geocode-glib, which doesn't
2857 ;; work for the builder. Punt.
2858 #:tests? #f))
2859 (native-inputs
2860 `(("glib:bin" ,glib "bin") ; for glib-mkenums
2861 ("gobject-introspection" ,gobject-introspection)
2862 ("pkg-config" ,pkg-config)
2863 ("json-glib" ,json-glib)))
2864 (propagated-inputs
2865 ;; geocode-glib-1.0.pc refers to GIO.
2866 `(("glib" ,glib)))
2867 (inputs
2868 `(("libsoup" ,libsoup)))
2869 (home-page "https://github.com/GNOME/geocode-glib/")
2870 (synopsis "Geocoding and reverse-geocoding library")
2871 (description
2872 "geocode-glib is a convenience library for geocoding (finding longitude,
2873 and latitude from an address) and reverse geocoding (finding an address from
2874 coordinates) using the Nominatim service. geocode-glib caches requests for
2875 faster results and to avoid unnecessary server load.")
2876 (license license:lgpl2.0+)))
2877
2878 (define-public upower
2879 (package
2880 (name "upower")
2881 (version "0.99.4")
2882 (source (origin
2883 (method url-fetch)
2884 (uri (string-append "https://upower.freedesktop.org/releases/"
2885 name "-" version ".tar.xz"))
2886 (sha256
2887 (base32
2888 "1c1ph1j1fnrf3vipxb7ncmdfc36dpvcvpsv8n8lmal7grjk2b8ww"))
2889 (patches (search-patches "upower-builddir.patch"))))
2890 (build-system glib-or-gtk-build-system)
2891 (arguments
2892 '( ;; The tests want to contact the system bus, which can't be done in the
2893 ;; build environment. The integration test can run, but the last of
2894 ;; the up-self-tests doesn't. Disable tests for now.
2895 #:tests? #f
2896 #:configure-flags (list "--localstatedir=/var"
2897 (string-append "--with-udevrulesdir="
2898 (assoc-ref %outputs "out")
2899 "/lib/udev/rules.d"))
2900 #:phases
2901 (modify-phases %standard-phases
2902 (add-before 'configure 'patch-/bin/true
2903 (lambda _
2904 (substitute* "configure"
2905 (("/bin/true") (which "true")))))
2906 (add-before 'configure 'patch-integration-test
2907 (lambda _
2908 (substitute* "src/linux/integration-test"
2909 (("/usr/bin/python3") (which "python3"))))))))
2910 (native-inputs
2911 `(("gobject-introspection" ,gobject-introspection)
2912 ("pkg-config" ,pkg-config)
2913 ("intltool" ,intltool)
2914 ("python" ,python)
2915
2916 ;; For man pages.
2917 ("libxslt" ,libxslt) ;for 'xsltproc'
2918 ("libxml2" ,libxml2) ;for 'XML_CATALOG_FILES'
2919 ("docbook-xsl" ,docbook-xsl)))
2920 (inputs
2921 `(("dbus-glib" ,dbus-glib)
2922 ("libgudev" ,libgudev)
2923 ("libusb" ,libusb)))
2924 (home-page "http://upower.freedesktop.org/")
2925 (synopsis "System daemon for managing power devices")
2926 (description
2927 "UPower is an abstraction for enumerating power devices,
2928 listening to device events and querying history and statistics. Any
2929 application or service on the system can access the org.freedesktop.UPower
2930 service via the system message bus.")
2931 (license license:gpl2+)))
2932
2933 (define-public libgweather
2934 (package
2935 (name "libgweather")
2936 (version "3.24.1")
2937 (source (origin
2938 (method url-fetch)
2939 (uri (string-append "mirror://gnome/sources/" name "/"
2940 (version-major+minor version) "/"
2941 name "-" version ".tar.xz"))
2942 (sha256
2943 (base32
2944 "0g35xfcw9vh3sfff42blk9ksrlmkrjmj46h3ad0sqgdn6xh329qj"))))
2945 (build-system gnu-build-system)
2946 (arguments
2947 `(#:configure-flags
2948 `(,(string-append "--with-zoneinfo-dir="
2949 (assoc-ref %build-inputs "tzdata")
2950 "/share/zoneinfo"))
2951 #:phases
2952 (modify-phases %standard-phases
2953 (add-before 'check 'pre-check
2954 (lambda* (#:key inputs #:allow-other-keys)
2955 (substitute* "data/check-timezones.sh"
2956 (("/usr/share/zoneinfo/zone.tab")
2957 (string-append (assoc-ref inputs "tzdata")
2958 "/share/zoneinfo/zone.tab")))
2959
2960 ;; 'Asia/Rangoon' was renamed in tzdata-2016:
2961 ;; <https://github.com/eggert/tz/commit/4368251ebf11310a4aadccd1910daeac9080c501>.
2962 (substitute* "data/Locations.xml"
2963 (("Asia/Rangoon")
2964 "Asia/Yangon"))
2965 #t))
2966 (replace 'install
2967 (lambda _
2968 (zero?
2969 (system* "make"
2970 ;; Install vala bindings into $out.
2971 (string-append "vapidir=" %output
2972 "/share/vala/vapi")
2973 "install")))))))
2974 (native-inputs
2975 `(("glib:bin" ,glib "bin") ; for glib-mkenums
2976 ("gobject-introspection" ,gobject-introspection)
2977 ("pkg-config" ,pkg-config)
2978 ("vala" ,vala)
2979 ("intltool" ,intltool)))
2980 (propagated-inputs
2981 ;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
2982 ;; libsoup.
2983 `(("gtk+" ,gtk+)
2984 ("gdk-pixbuf" ,gdk-pixbuf)
2985 ("libxml2" ,libxml2)
2986 ("libsoup" ,libsoup)))
2987 (inputs
2988 `(("tzdata" ,tzdata)
2989 ("geocode-glib" ,geocode-glib)))
2990 (home-page "https://wiki.gnome.org/action/show/Projects/LibGWeather")
2991 (synopsis "Location, time zone, and weather library for GNOME")
2992 (description
2993 "libgweather is a library to access weather information from online
2994 services for numerous locations.")
2995 (license license:gpl2+)))
2996
2997 (define-public gnome-settings-daemon
2998 (package
2999 (name "gnome-settings-daemon")
3000 (version "3.24.3")
3001 (source
3002 (origin
3003 (method url-fetch)
3004 (uri (string-append "mirror://gnome/sources/" name "/"
3005 (version-major+minor version) "/"
3006 name "-" version ".tar.xz"))
3007 (sha256
3008 (base32
3009 "14w5jhpq02mbcxvn41qcj3cjfqdr3sgzl96c6glwpdrjphw61i38"))))
3010 (build-system glib-or-gtk-build-system)
3011 (arguments
3012 `(;; Color management test can't reach the colord system service.
3013 #:tests? #f))
3014 (native-inputs
3015 `(("pkg-config" ,pkg-config)
3016 ("intltool" ,intltool)
3017 ("xsltproc" ,libxslt)
3018 ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
3019 ("docbook-xml" ,docbook-xml-4.2)
3020 ("docbook-xsl" ,docbook-xsl)))
3021 (inputs
3022 `(("colord" ,colord)
3023 ("libgudev" ,libgudev)
3024 ("upower" ,upower)
3025 ("polkit" ,polkit)
3026 ("pulseaudio" ,pulseaudio)
3027 ("libcanberra" ,libcanberra)
3028 ("libx11" ,libx11)
3029 ("libxtst" ,libxtst)
3030 ("lcms" ,lcms)
3031 ("libnotify" ,libnotify)
3032 ("geoclue" ,geoclue)
3033 ("geocode-glib" ,geocode-glib)
3034 ("libgweather" ,libgweather)
3035 ("gnome-desktop" ,gnome-desktop)
3036 ("nss" ,nss)
3037 ("cups" ,cups)
3038 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3039 ("libwacom" ,libwacom)
3040 ("librsvg" ,librsvg)
3041 ("xf86-input-wacom" ,xf86-input-wacom)
3042 ("network-manager" ,network-manager)))
3043 (home-page "https://www.gnome.org")
3044 (synopsis "GNOME settings daemon")
3045 (description
3046 "This package contains the daemon responsible for setting the various
3047 parameters of a GNOME session and the applications that run under it. It
3048 handles settings such keyboard layout, shortcuts, and accessibility, clipboard
3049 settings, themes, mouse settings, and startup of other daemons.")
3050 (license license:gpl2+)))
3051
3052 (define-public totem-pl-parser
3053 (package
3054 (name "totem-pl-parser")
3055 (version "3.10.8")
3056 (source (origin
3057 (method url-fetch)
3058 (uri (string-append "mirror://gnome/sources/totem-pl-parser/"
3059 (version-major+minor version) "/"
3060 "totem-pl-parser-" version ".tar.xz"))
3061 (sha256
3062 (base32
3063 "0ayxg0gfs5h5jhr811ja5hxlhryklzp6jlal2ach9wym2c3hmigz"))))
3064 (build-system gnu-build-system)
3065 (arguments
3066 ;; FIXME: Tests require gvfs.
3067 `(#:tests? #f))
3068 (native-inputs
3069 `(("intltool" ,intltool)
3070 ("glib" ,glib "bin")
3071 ("gobject-introspection" ,gobject-introspection)
3072 ("pkg-config" ,pkg-config)))
3073 (propagated-inputs
3074 `(("glib" ,glib)
3075 ("gmime" ,gmime)
3076 ("libxml2" ,libxml2)))
3077 (inputs
3078 `(("libarchive" ,libarchive)
3079 ("libgcrypt" ,libgcrypt)
3080 ("nettle" ,nettle)
3081 ("libsoup" ,libsoup)))
3082 (home-page "https://projects.gnome.org/totem")
3083 (synopsis "Library to parse and save media playlists for GNOME")
3084 (description "Totem-pl-parser is a GObjects-based library to parse and save
3085 playlists in a variety of formats.")
3086 (license license:lgpl2.0+)))
3087
3088 (define-public aisleriot
3089 (package
3090 (name "aisleriot")
3091 (version "3.22.3")
3092 (source (origin
3093 (method url-fetch)
3094 (uri (string-append "mirror://gnome/sources/" name "/"
3095 (version-major+minor version) "/"
3096 name "-" version ".tar.xz"))
3097 (sha256
3098 (base32
3099 "12bqbyiqn2dwknz7ndgwgqqqz993s1ynh8qb82sshr7fy4zw8qph"))))
3100 (build-system glib-or-gtk-build-system)
3101 (arguments
3102 '(#:configure-flags
3103 '("--with-platform=gtk-only"
3104 "--with-card-theme-formats=svg")))
3105 (native-inputs
3106 `(("desktop-file-utils" ,desktop-file-utils)
3107 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
3108 ("intltool" ,intltool)
3109 ("itstool" ,itstool)
3110 ("pkg-config" ,pkg-config)
3111 ("xmllint" ,libxml2)))
3112 (inputs
3113 `(("gtk+" ,gtk+)
3114 ("guile" ,guile-2.2)
3115 ("libcanberra" ,libcanberra)
3116 ("librsvg" ,librsvg)))
3117 (home-page "https://wiki.gnome.org/Apps/Aisleriot")
3118 (synopsis "Solitaire card games")
3119 (description
3120 "Aisleriot (also known as Solitaire or sol) is a collection of card games
3121 which are easy to play with the aid of a mouse.")
3122 (license license:gpl3+)))
3123
3124 (define-public devhelp
3125 (package
3126 (name "devhelp")
3127 (version "3.24.0")
3128 (source (origin
3129 (method url-fetch)
3130 (uri (string-append "mirror://gnome/sources/" name "/"
3131 (version-major+minor version) "/"
3132 name "-" version ".tar.xz"))
3133 (sha256
3134 (base32
3135 "0c74rk46dy3kvy78m42jl3ip56c5536zmy8v1lbascjmh4fdwn28"))))
3136 (build-system glib-or-gtk-build-system)
3137 (native-inputs
3138 `(("intltool" ,intltool)
3139 ("pkg-config" ,pkg-config)))
3140 (inputs
3141 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3142 ("webkitgtk" ,webkitgtk)))
3143 (home-page "https://wiki.gnome.org/Apps/Devhelp")
3144 (synopsis "API documentation browser for GNOME")
3145 (description
3146 "Devhelp is an API documentation browser for GTK+ and GNOME. It works
3147 natively with GTK-Doc (the API reference system developed for GTK+ and used
3148 throughout GNOME for API documentation).")
3149 (license license:gpl2+)))
3150
3151 (define-public cogl
3152 (package
3153 (name "cogl")
3154 (version "1.22.2")
3155 (source
3156 (origin
3157 (method url-fetch)
3158 (uri (string-append "mirror://gnome/sources/" name "/"
3159 (version-major+minor version) "/"
3160 name "-" version ".tar.xz"))
3161 (sha256
3162 (base32
3163 "03f0ha3qk7ca0nnkkcr1garrm1n1vvfqhkz9lwjm592fnv6ii9rr"))))
3164 ;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
3165 ;; cogl, corresponding changes may be appropriate in mutter as well.
3166 (build-system gnu-build-system)
3167 (native-inputs
3168 `(("glib:bin" ,glib "bin") ; for glib-mkenums
3169 ("gobject-introspection" ,gobject-introspection)
3170 ;;("xorg-server" ,xorg-server) ; for the test suite
3171 ("pkg-config" ,pkg-config)))
3172 (propagated-inputs
3173 `(("glib" ,glib)
3174 ("gdk-pixbuf" ,gdk-pixbuf)
3175 ("libx11" ,libx11)
3176 ("libxext" ,libxext)
3177 ("libxfixes" ,libxfixes)
3178 ("libxdamage" ,libxdamage)
3179 ("libxcomposite" ,libxcomposite)
3180 ("libxrandr" ,libxrandr)))
3181 (inputs
3182 `(("mesa" ,mesa)
3183 ("cairo" ,cairo)
3184 ("pango" ,pango)
3185 ("gstreamer" ,gstreamer)
3186 ("gst-plugins-base" ,gst-plugins-base)
3187 ("wayland" ,wayland)))
3188 (arguments
3189 `(#:configure-flags (list "--enable-cogl-gst"
3190 "--enable-wayland-egl-platform"
3191 "--enable-wayland-egl-server"
3192
3193 ;; Arrange to pass an absolute file name to
3194 ;; dlopen for libGL.so.
3195 (string-append "--with-gl-libname="
3196 (assoc-ref %build-inputs "mesa")
3197 "/lib/libGL.so"))
3198 ;; XXX FIXME: All tests fail, with many warnings printed like this:
3199 ;; _FontTransOpen: Unable to Parse address
3200 ;; ${prefix}/share/fonts/X11/misc/
3201 #:tests? #f
3202 #; #:phases
3203 #;
3204 (modify-phases %standard-phases
3205 (add-before 'check 'start-xorg-server
3206 (lambda* (#:key inputs #:allow-other-keys)
3207 ;; The test suite requires a running X server.
3208 (system (format #f "~a/bin/Xvfb :1 &"
3209 (assoc-ref inputs "xorg-server")))
3210 (setenv "DISPLAY" ":1")
3211 #t)))))
3212 (home-page "http://www.cogl3d.org")
3213 (synopsis "Object oriented GL/GLES Abstraction/Utility Layer")
3214 (description
3215 "Cogl is a small library for using 3D graphics hardware to draw pretty
3216 pictures. The API departs from the flat state machine style of OpenGL and is
3217 designed to make it easy to write orthogonal components that can render
3218 without stepping on each others toes.")
3219 (license (list license:expat ; most of the code
3220 license:bsd-3 ; cogl/cogl-point-in-poly.c
3221 license:sgifreeb2.0 ; cogl-path/tesselator/
3222 license:asl2.0)))) ; examples/android/
3223
3224 (define-public clutter
3225 (package
3226 (name "clutter")
3227 (version "1.26.2")
3228 (source
3229 (origin
3230 (method url-fetch)
3231 (uri (string-append "mirror://gnome/sources/" name "/"
3232 (version-major+minor version) "/"
3233 name "-" version ".tar.xz"))
3234 (sha256
3235 (base32
3236 "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
3237 ;; NOTE: mutter exports a bundled fork of clutter, so when making changes
3238 ;; to clutter, corresponding changes may be appropriate in mutter as well.
3239 (build-system gnu-build-system)
3240 (outputs '("out"
3241 "doc")) ;9 MiB of gtk-doc HTML pages
3242 (native-inputs
3243 `(("glib:bin" ,glib "bin") ; for glib-genmarshal
3244 ("gobject-introspection" ,gobject-introspection)
3245 ("pkg-config" ,pkg-config)
3246 ("xsltproc" ,libxslt)))
3247 (propagated-inputs
3248 `(("cogl" ,cogl)
3249 ("cairo" ,cairo)
3250 ("atk" ,atk)
3251 ("gtk+" ,gtk+)
3252 ("json-glib" ,json-glib)
3253 ("glib" ,glib)
3254 ("libxcomposite" ,libxcomposite)
3255 ("libxdamage" ,libxdamage)
3256 ("libxext" ,libxext)
3257 ("xinput" ,xinput)))
3258 (inputs
3259 `(("libxkbcommon" ,libxkbcommon)
3260 ("udev" ,eudev)))
3261 (arguments
3262 `(#:configure-flags (list "--enable-x11-backend=yes"
3263
3264 ;; This produces share/doc/{clutter,cally}.
3265 (string-append "--with-html-dir="
3266 (assoc-ref %outputs "doc")
3267 "/share/doc"))
3268 ;; XXX FIXME: Get test suite working. It would probably fail in the
3269 ;; same way the cogl tests fail, since clutter is based on cogl.
3270 #:tests? #f))
3271 (home-page "http://www.clutter-project.org")
3272 (synopsis "Open GL based interactive canvas library")
3273 (description
3274 "Clutter is an Open GL based interactive canvas library, designed for
3275 creating fast, mainly 2D single window applications such as media box UIs,
3276 presentations, kiosk style applications and so on.")
3277 (license license:lgpl2.0+)))
3278
3279 (define-public clutter-gtk
3280 (package
3281 (name "clutter-gtk")
3282 (version "1.8.2")
3283 (source
3284 (origin
3285 (method url-fetch)
3286 (uri (string-append "mirror://gnome/sources/" name "/"
3287 (version-major+minor version) "/"
3288 name "-" version ".tar.xz"))
3289 (sha256
3290 (base32
3291 "153bl9256yjnfcplp7jmgf7lm2zb790zkayjclzsv42l6a3d89ys"))))
3292 (build-system gnu-build-system)
3293 (native-inputs
3294 `(("pkg-config" ,pkg-config)
3295 ("gobject-introspection" ,gobject-introspection)))
3296 (propagated-inputs
3297 ;; clutter-gtk.pc refers to all these.
3298 `(("clutter" ,clutter)
3299 ("gtk+" ,gtk+)))
3300 (home-page "http://www.clutter-project.org")
3301 (synopsis "Open GL based interactive canvas library GTK+ widget")
3302 (description
3303 "Clutter is an Open GL based interactive canvas library, designed for
3304 creating fast, mainly 2D single window applications such as media box UIs,
3305 presentations, kiosk style applications and so on.")
3306 (license license:lgpl2.0+)))
3307
3308 (define-public clutter-gst
3309 (package
3310 (name "clutter-gst")
3311 (version "3.0.24")
3312 (source
3313 (origin
3314 (method url-fetch)
3315 (uri (string-append "mirror://gnome/sources/" name "/"
3316 (version-major+minor version) "/"
3317 name "-" version ".tar.xz"))
3318 (sha256
3319 (base32
3320 "0v6cg0syh4vx7y7ni47jsvr2r57q0j3h1f1gjlp0ciscixywiwg9"))))
3321 (build-system gnu-build-system)
3322 (native-inputs
3323 `(("glib:bin" ,glib "bin") ; for glib-mkenums
3324 ("pkg-config" ,pkg-config)
3325 ("gobject-introspection" ,gobject-introspection)))
3326 (inputs
3327 `(("clutter" ,clutter)
3328 ("gstreamer" ,gstreamer)
3329 ("gst-plugins-base" ,gst-plugins-base)))
3330 (home-page "http://www.clutter-project.org")
3331 (synopsis "Integration library for using GStreamer with Clutter")
3332 (description
3333 "Clutter-Gst is an integration library for using GStreamer with Clutter.
3334 It provides a GStreamer sink to upload frames to GL and an actor that
3335 implements the ClutterGstPlayer interface using playbin. Clutter is an Open
3336 GL based interactive canvas library.")
3337 (license license:lgpl2.0+)))
3338
3339 (define-public libchamplain
3340 (package
3341 (name "libchamplain")
3342 (version "0.12.16")
3343 (source (origin
3344 (method url-fetch)
3345 (uri (string-append
3346 "mirror://gnome/sources/libchamplain/0.12/libchamplain-"
3347 version ".tar.xz"))
3348 (sha256
3349 (base32
3350 "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
3351 (build-system gnu-build-system)
3352 (arguments '(#:configure-flags '("--enable-vala")))
3353 (native-inputs
3354 `(("gobject-introspection" ,gobject-introspection)
3355 ("pkg-config" ,pkg-config)
3356 ("vala" ,vala)))
3357 (propagated-inputs
3358 `(("libsoup" ,libsoup)
3359 ("sqlite" ,sqlite)
3360 ("clutter" ,clutter)
3361 ("clutter-gtk" ,clutter-gtk)
3362 ("glib:bin" ,glib "bin") ;glib-mkenums, etc.
3363 ("cairo" ,cairo)
3364 ("gtk+3" ,gtk+)
3365 ("glib" ,glib)))
3366 (home-page "https://projects.gnome.org/libchamplain/")
3367 (synopsis "C library providing a ClutterActor to display maps")
3368 (description
3369 "libchamplain is a C library providing a ClutterActor to display maps.
3370 It also provides a Gtk+ widget to display maps in Gtk+ applications. Python
3371 and Perl bindings are also available. It supports numerous free map sources
3372 such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.")
3373 (license license:lgpl2.1+)))
3374
3375 (define-public gom
3376 (package
3377 (name "gom")
3378 (version "0.3.2")
3379 (source
3380 (origin
3381 (method url-fetch)
3382 (uri (string-append "mirror://gnome/sources/" name "/"
3383 (version-major+minor version) "/"
3384 name "-" version ".tar.xz"))
3385 (sha256
3386 (base32
3387 "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))
3388 (build-system gnu-build-system)
3389 (native-inputs
3390 `(("intltool" ,intltool)
3391 ("pkg-config" ,pkg-config)
3392 ("gobject-introspection" ,gobject-introspection)))
3393 (inputs
3394 `(("glib" ,glib)
3395 ("gdk-pixbuf" ,gdk-pixbuf)
3396 ("sqlite" ,sqlite)))
3397 ;; XXX TODO: Figure out how to run the test suite.
3398 (arguments `(#:tests? #f))
3399 (home-page "https://wiki.gnome.org/Projects/Gom")
3400 (synopsis "Object mapper from GObjects to SQLite")
3401 (description
3402 "Gom provides an object mapper from GObjects to SQLite. It helps you
3403 write applications that need to store structured data as well as make complex
3404 queries upon that data.")
3405 (license license:lgpl2.1+)))
3406
3407 (define-public libgnome-games-support
3408 (package
3409 (name "libgnome-games-support")
3410 (version "1.2.3")
3411 (source (origin
3412 (method url-fetch)
3413 (uri (string-append "mirror://gnome/sources/" name "/"
3414 (version-major+minor version) "/"
3415 name "-" version ".tar.xz"))
3416 (sha256
3417 (base32
3418 "1vwad7kqy7yd6wqyr71nq0blh7m53r3lz6ya16dmh942kd0w48v1"))))
3419 (build-system gnu-build-system)
3420 (arguments
3421 '(#:phases
3422 (modify-phases %standard-phases
3423 (add-before 'check 'pre-check
3424 (lambda _
3425 ;; Tests require a writable HOME.
3426 (setenv "HOME" (getcwd))
3427 #t)))))
3428 (native-inputs
3429 `(("intltool" ,intltool)
3430 ("pkg-config" ,pkg-config)
3431 ("vala" ,vala)))
3432 (propagated-inputs
3433 ;; Required by libgnome-games-support-1.0.pc
3434 `(("gtk+" ,gtk+)
3435 ("libgee" ,libgee)))
3436 (home-page "https://www.gnome.org/")
3437 (synopsis "Useful functionality shared among GNOME games")
3438 (description
3439 "libgnome-games-support is a small library intended for internal use by
3440 GNOME Games, but it may be used by others.")
3441 (license license:lgpl3+)))
3442
3443 (define-public gnome-klotski
3444 (package
3445 (name "gnome-klotski")
3446 (version "3.22.2")
3447 (source (origin
3448 (method url-fetch)
3449 (uri (string-append "mirror://gnome/sources/" name "/"
3450 (version-major+minor version) "/"
3451 name "-" version ".tar.xz"))
3452 (sha256
3453 (base32
3454 "16hd6yk01rhb4pj8m01fyn72wykf41d72gsms81q0n4zm5bm1a4h"))))
3455 (build-system glib-or-gtk-build-system)
3456 (native-inputs
3457 `(("desktop-file-utils" ,desktop-file-utils)
3458 ("intltool" ,intltool)
3459 ("itstool" ,itstool)
3460 ("pkg-config" ,pkg-config)
3461 ("xmllint" ,libxml2)))
3462 (inputs
3463 `(("gtk+" ,gtk+)
3464 ("libgnome-games-support" ,libgnome-games-support)
3465 ("librsvg" ,librsvg)))
3466 (home-page "https://wiki.gnome.org/Apps/Klotski")
3467 (synopsis "Sliding block puzzles")
3468 (description
3469 "GNOME Klotski is a set of block sliding puzzles. The objective is to move
3470 the patterned block to the area bordered by green markers. To do so, you will
3471 need to slide other blocks out of the way. Complete each puzzle in as few moves
3472 as possible!")
3473 (license license:gpl2+)))
3474
3475 (define-public grilo
3476 (package
3477 (name "grilo")
3478 (version "0.3.3")
3479 (source
3480 (origin
3481 (method url-fetch)
3482 (uri (string-append "mirror://gnome/sources/" name "/"
3483 (version-major+minor version) "/"
3484 name "-" version ".tar.xz"))
3485 (sha256
3486 (base32
3487 "1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
3488 (build-system gnu-build-system)
3489 (native-inputs
3490 `(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
3491 ("intltool" ,intltool)
3492 ("pkg-config" ,pkg-config)
3493 ("gobject-introspection" ,gobject-introspection)))
3494 (inputs
3495 `(("cyrus-sasl" ,cyrus-sasl)
3496 ("glib" ,glib)
3497 ("gtk+" ,gtk+)
3498 ("libxml2" ,libxml2)
3499 ("liboauth" ,liboauth)
3500 ("libsoup" ,libsoup)
3501 ("nettle" ,nettle)
3502 ("totem-pl-parser" ,totem-pl-parser)))
3503 (arguments
3504 `(#:phases
3505 (modify-phases %standard-phases
3506 (add-after 'unpack 'fix-introspection-install-dir
3507 (lambda* (#:key outputs #:allow-other-keys)
3508 (let ((out (assoc-ref outputs "out")))
3509 (substitute* '("src/Makefile.in"
3510 "libs/pls/Makefile.in"
3511 "libs/net/Makefile.in")
3512 (("@INTROSPECTION_GIRDIR@")
3513 (string-append out "/share/gir-1.0/"))
3514 (("@INTROSPECTION_TYPELIBDIR@")
3515 (string-append out "/lib/girepository-1.0/")))))))))
3516 (native-search-paths
3517 (list (search-path-specification
3518 (variable "GRL_PLUGIN_PATH")
3519 (files (list (string-append "lib/grilo-"
3520 (version-major+minor version)))))))
3521 (home-page "https://live.gnome.org/Grilo")
3522 (synopsis "Framework for discovering and browsing media")
3523 (description
3524 "Grilo is a framework focused on making media discovery and browsing easy
3525 for application developers.")
3526 (license license:lgpl2.1+)))
3527
3528 (define-public grilo-plugins
3529 (package
3530 (name "grilo-plugins")
3531 (version "0.3.3")
3532 (source
3533 (origin
3534 (method url-fetch)
3535 (uri (string-append "mirror://gnome/sources/" name "/"
3536 (version-major+minor version) "/"
3537 name "-" version ".tar.xz"))
3538 (sha256
3539 (base32
3540 "172vr1y98d2mzlmg5akjn4ibrcj3gh22cwnb3cv9rvvzhj3yhrpy"))))
3541 (build-system gnu-build-system)
3542 (native-inputs
3543 `(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
3544 ("intltool" ,intltool)
3545 ("itstool" ,itstool)
3546 ("pkg-config" ,pkg-config)))
3547 (inputs
3548 `(("grilo" ,grilo)
3549 ("nettle" ,nettle) ; XXX: required by libgrlpls-0.3.la
3550 ("glib" ,glib)
3551 ("libxml2" ,libxml2)
3552 ("sqlite" ,sqlite)
3553 ("gom" ,gom)
3554 ;; XXX TODO: Add oauth
3555 ;; XXX TODO: Add goa
3556 ;; XXX TODO: Add gdata (e.g. needed for youtube plugin)
3557 ;; XXX TODO: Add lua (needs help finding it)
3558 ("json-glib" ,json-glib)
3559 ("avahi" ,avahi)
3560 ("gmime" ,gmime)
3561 ("libsoup" ,libsoup)
3562 ("libarchive" ,libarchive)
3563 ("totem-pl-parser" ,totem-pl-parser)))
3564 (arguments
3565 `(#:make-flags (list (string-append "GRL_PLUGINS_DIR="
3566 %output
3567 "/lib/grilo-"
3568 ,(version-major+minor version)))
3569 ;; XXX FIXME: Try to get the test suite working. It appears to require
3570 ;; a working system dbus. Inside the build container, all tests fail
3571 ;; with: "assertion failed: (source)". Outside of the build container,
3572 ;; most tests succeed.
3573 #:tests? #f))
3574 (home-page "https://live.gnome.org/Grilo")
3575 (synopsis "Plugins for the Grilo media discovery library")
3576 (description
3577 "Grilo is a framework focused on making media discovery and browsing easy
3578 for application developers.")
3579 (license license:lgpl2.1+)))
3580
3581 (define-public totem
3582 (package
3583 (name "totem")
3584 (version "3.26.0")
3585 (source
3586 (origin
3587 (method url-fetch)
3588 (uri (string-append "mirror://gnome/sources/" name "/"
3589 (version-major+minor version) "/"
3590 name "-" version ".tar.xz"))
3591 (sha256
3592 (base32
3593 "04zfx47mgyd0f4p3pjrxl6iaw0awgwbvilbsr1smw14ph2kbjbz3"))
3594 (patches (search-patches "totem-meson-easy-codec.patch"))))
3595 (build-system meson-build-system)
3596 (native-inputs
3597 `(("pkg-config" ,pkg-config)
3598 ("desktop-file-utils" ,desktop-file-utils)
3599 ("gobject-introspection" ,gobject-introspection)
3600 ("glib:bin" ,glib "bin") ;for 'glib-mkenums'
3601 ("gtk:bin" ,gtk+ "bin") ;for 'gtk-update-icon-cache'
3602 ("intltool" ,intltool)
3603 ("itstool" ,itstool)
3604 ("xmllint" ,libxml2)))
3605 (propagated-inputs
3606 `(("dconf" ,dconf)))
3607 (inputs
3608 `(("gtk+" ,gtk+)
3609 ("gdk-pixbuf" ,gdk-pixbuf)
3610 ("atk" ,atk)
3611 ("cairo" ,cairo)
3612 ("dbus-glib" ,dbus-glib)
3613 ("clutter" ,clutter)
3614 ("clutter-gtk" ,clutter-gtk)
3615 ("clutter-gst" ,clutter-gst)
3616 ("xproto" ,xproto)
3617 ("libxxf86vm" ,libxxf86vm)
3618 ("libxtst" ,libxtst)
3619 ("libxrandr" ,libxrandr)
3620 ("libxml2" ,libxml2)
3621 ("libsoup" ,libsoup)
3622 ("libpeas" ,libpeas)
3623 ("librsvg" ,librsvg)
3624 ("lirc" ,lirc)
3625 ("gnome-desktop" ,gnome-desktop)
3626 ("gstreamer" ,gstreamer)
3627 ("gst-plugins-base" ,gst-plugins-base)
3628 ("gst-plugins-good" ,gst-plugins-good)
3629 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3630 ("adwaita-icon-theme" ,adwaita-icon-theme)
3631 ;; XXX We use python-2 because libxml2 because itstool (which needs
3632 ;; libxml) currently uses python-2.
3633 ("python" ,python-2)
3634 ("python-pygobject" ,python2-pygobject)
3635 ;; XXX TODO pylint needed for python support
3636 ("totem-pl-parser" ,totem-pl-parser)
3637 ("grilo" ,grilo)
3638 ("grilo-plugins" ,grilo-plugins)
3639 ("nettle" ,nettle)
3640 ("vala" ,vala)))
3641 (arguments
3642 `(#:glib-or-gtk? #t
3643
3644 ;; Disable automatic GStreamer plugin installation via PackageKit and
3645 ;; all that.
3646 #:configure-flags '("-D" "enable-easy-codec-installation=no"
3647
3648 ;; Do not build .a files for the plugins, it's
3649 ;; completely useless. This saves 2 MiB.
3650 "--default-library" "shared")
3651
3652 #:phases
3653 (modify-phases %standard-phases
3654 (add-after
3655 'install 'wrap-totem
3656 (lambda* (#:key inputs outputs #:allow-other-keys)
3657 (let ((out (assoc-ref outputs "out"))
3658 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
3659 (grl-plugin-path (getenv "GRL_PLUGIN_PATH")))
3660 (wrap-program (string-append out "/bin/totem")
3661 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
3662 `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path)))
3663 (wrap-program (string-append out "/bin/totem-video-thumbnailer")
3664 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
3665 #t)))))
3666 (home-page "https://wiki.gnome.org/Apps/Videos")
3667 (synopsis "Simple media player for GNOME based on GStreamer")
3668 (description "Totem is a simple yet featureful media player for GNOME
3669 which can read a large number of file formats.")
3670 ;; GPL2+ with an exception clause for non-GPL compatible GStreamer plugins
3671 ;; to be used and distributed together with GStreamer and Totem. See
3672 ;; file://COPYING in the source distribution for details.
3673 (license license:gpl2+)))
3674
3675 (define-public rhythmbox
3676 (package
3677 (name "rhythmbox")
3678 (version "3.4.1")
3679 (source (origin
3680 (method url-fetch)
3681 (uri (string-append "mirror://gnome/sources/" name "/"
3682 (version-major+minor version) "/"
3683 name "-" version ".tar.xz"))
3684 (sha256
3685 (base32
3686 "1dj1hgdyhmwzs6h2zr89b1ipk0p6g7x74rfz56a5yjds3ik8d7q3"))))
3687 (build-system glib-or-gtk-build-system)
3688 (arguments
3689 `(#:configure-flags
3690 (list "--enable-lirc"
3691 "--enable-python"
3692 "--enable-vala"
3693 "--with-brasero"
3694 "--with-gudev"
3695 "--with-libsecret")
3696 #:phases
3697 (modify-phases %standard-phases
3698 (add-after
3699 'install 'wrap-rhythmbox
3700 (lambda* (#:key inputs outputs #:allow-other-keys)
3701 (let ((out (assoc-ref outputs "out"))
3702 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
3703 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
3704 (grl-plugin-path (getenv "GRL_PLUGIN_PATH"))
3705 (python-path (getenv "PYTHONPATH")))
3706 (wrap-program (string-append out "/bin/rhythmbox")
3707 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
3708 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
3709 `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path))
3710 `("PYTHONPATH" ":" prefix (,python-path))))
3711 #t)))))
3712 (propagated-inputs
3713 `(("dconf" ,dconf)))
3714 (native-inputs
3715 `(("itstool" ,itstool)
3716 ("intltool" ,intltool)
3717 ("glib" ,glib "bin")
3718 ("gobject-introspection" ,gobject-introspection)
3719 ("desktop-file-utils" ,desktop-file-utils)
3720 ("pkg-config" ,pkg-config)
3721 ("xmllint" ,libxml2)))
3722 (inputs
3723 `(("json-glib" ,json-glib)
3724 ("tdb" ,tdb)
3725 ("gnome-desktop" ,gnome-desktop)
3726 ("python" ,python)
3727 ("python-pygobject" ,python2-pygobject)
3728 ("vala" ,vala)
3729 ("gmime" ,gmime)
3730 ("nettle" ,nettle)
3731 ("adwaita-icon-theme" ,adwaita-icon-theme)
3732 ("grilo" ,grilo)
3733 ("grilo-plugins" ,grilo-plugins)
3734 ("gstreamer" ,gstreamer)
3735 ("gst-plugins-base" ,gst-plugins-base)
3736 ("gst-plugins-good" ,gst-plugins-good)
3737 ("totem-pl-parser" ,totem-pl-parser)
3738 ("libgudev" ,libgudev)
3739 ;;("libmtp" ,libmtp) FIXME: Not detected
3740 ("libsecret" ,libsecret)
3741 ("libsoup" ,libsoup)
3742 ("libnotify" ,libnotify)
3743 ("libpeas" ,libpeas)
3744 ("lirc" ,lirc)
3745 ;; TODO: clutter* only used by visualizer plugin, which also requires mx
3746 ;;("clutter" ,clutter)
3747 ;;("clutter-gtk" ,clutter-gtk)
3748 ;;("clutter-gst" ,clutter-gst)
3749 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3750 ("atk" ,atk)
3751 ("pango" ,pango)
3752 ("gtk+" ,gtk+)
3753 ;; TODO:
3754 ;; * libgpod
3755 ;; * mx
3756 ("brasero" ,brasero)))
3757 (home-page "https://wiki.gnome.org/Apps/Rhythmbox")
3758 (synopsis "Music player for GNOME")
3759 (description "Rhythmbox is a music playing application for GNOME. It
3760 supports playlists, song ratings, and any codecs installed through gstreamer.")
3761 (license license:gpl2+)))
3762
3763 (define-public eog
3764 (package
3765 (name "eog")
3766 (version "3.24.1")
3767 (source (origin
3768 (method url-fetch)
3769 (uri (string-append "mirror://gnome/sources/" name "/"
3770 (version-major+minor version) "/"
3771 name "-" version ".tar.xz"))
3772 (sha256
3773 (base32
3774 "1rr7zy8afqgl15j1zz8l37svyv6bw4r3l04yf70zlnf1w8bf27pm"))))
3775 (build-system glib-or-gtk-build-system)
3776 (arguments
3777 `(#:phases
3778 (modify-phases %standard-phases
3779 (add-after
3780 'install 'wrap-eog
3781 (lambda* (#:key outputs #:allow-other-keys)
3782 (let ((out (assoc-ref outputs "out"))
3783 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
3784 (wrap-program (string-append out "/bin/eog")
3785 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
3786 #t)))))
3787 (propagated-inputs
3788 `(("dconf" ,dconf)))
3789 (native-inputs
3790 `(("intltool" ,intltool)
3791 ("itstool" ,itstool)
3792 ("glib" ,glib "bin")
3793 ("gobject-introspection" ,gobject-introspection)
3794 ("pkg-config" ,pkg-config)
3795 ("xmllint" ,libxml2)))
3796 (inputs
3797 `(("gnome-desktop" ,gnome-desktop)
3798 ("shared-mime-info" ,shared-mime-info)
3799 ("adwaita-icon-theme" ,adwaita-icon-theme)
3800 ("exempi" ,exempi)
3801 ("lcms" ,lcms)
3802 ("libexif" ,libexif)
3803 ("libpeas" ,libpeas)
3804 ("libjpeg" ,libjpeg)
3805 ("librsvg" ,librsvg)
3806 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3807 ("gtk+" ,gtk+)))
3808 (home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
3809 (synopsis "GNOME image viewer")
3810 (description "Eye of GNOME is the GNOME image viewer. It
3811 supports image conversion, rotation, and slideshows.")
3812 (license license:gpl2+)))
3813
3814 (define-public eog-plugins
3815 ;; Note: EOG looks for its plugins (via libpeas) in ~/.local as well as
3816 ;; $DATA/lib/eog/plugins, where DATA is one of the entries in
3817 ;; $XDG_DATA_DIRS. Thus, for EOG to find these, you have to have
3818 ;; 'XDG_DATA_DIRS' appropriately set.
3819 (package
3820 (name "eog-plugins")
3821 (version "3.25.1")
3822 (source (origin
3823 (method url-fetch)
3824 (uri (string-append "mirror://gnome/sources/" name "/"
3825 (version-major+minor version) "/"
3826 name "-" version ".tar.xz"))
3827 (sha256
3828 (base32
3829 "0an04z8v83qa6j950rbwdzf1s86y7zd8h1r4p2x36fwbkk1m617q"))))
3830 (build-system gnu-build-system)
3831 (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
3832 (synopsis "Extensions for the Eye of GNOME image viewer")
3833 (native-inputs
3834 `(("pkg-config" ,pkg-config)
3835 ("gettext" ,gnu-gettext)))
3836 (inputs
3837 `(("eog" ,eog)
3838 ("glib" ,glib)
3839 ("gtk+" ,gtk+)
3840 ("libpeas" ,libpeas)
3841 ("libexif" ,libexif)
3842 ("libchamplain" ,libchamplain)))
3843 (description
3844 "This package provides plugins for the Eye of GNOME (EOG) image viewer,
3845 notably:
3846
3847 @itemize
3848 @item @dfn{EXIF Display}, which displays camera (EXIF) information;
3849 @item @dfn{Map}, which displays a map of where the picture was taken on the
3850 side panel;
3851 @item @dfn{Slideshow Shuffle}, to shuffle images in slideshow mode.
3852 @end itemize\n")
3853
3854 ;; XXX: eog-postasa-plugin-resources.c (which we don't build) contains a
3855 ;; long suspicious byte stream that goes to a
3856 ;; ".gresource.eog_postasa_plugin" ELF section.
3857 (license license:gpl2+)))
3858
3859 (define-public libgudev
3860 (package
3861 (name "libgudev")
3862 (version "230")
3863 (source (origin
3864 (method url-fetch)
3865 (uri (string-append "mirror://gnome/sources/" name "/"
3866 version "/" name "-" version ".tar.xz"))
3867 (sha256
3868 (base32
3869 "063w6j35n0i0ssmv58kivc1mw4070z6fzb83hi4xfrhcxnn7zrx2"))))
3870 (build-system gnu-build-system)
3871 (native-inputs
3872 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
3873 ("gobject-introspection" ,gobject-introspection)
3874 ("pkg-config" ,pkg-config)))
3875 (propagated-inputs
3876 `(("glib" ,glib))) ; required by gudev-1.0.pc
3877 (inputs
3878 `(("udev" ,eudev)))
3879 (home-page "https://wiki.gnome.org/Projects/libgudev")
3880 (synopsis "GObject bindings for libudev")
3881 (description
3882 "This library provides GObject bindings for libudev. It was originally
3883 part of udev-extras, then udev, then systemd. It's now a project on its own.")
3884 (license license:lgpl2.1+)))
3885
3886 (define-public gvfs
3887 (package
3888 (name "gvfs")
3889 (version "1.32.1")
3890 (source (origin
3891 (method url-fetch)
3892 (uri (string-append "mirror://gnome/sources/" name "/"
3893 (version-major+minor version) "/"
3894 name "-" version ".tar.xz"))
3895 (sha256
3896 (base32
3897 "1pkahczniar1yyas7awcqpkb4ca8l7qa4msn6mr29m89mgnwkdnh"))))
3898 (build-system gnu-build-system)
3899 (arguments
3900 '(#:tests? #f)) ; XXX: requiring `pidof'
3901 (native-inputs
3902 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
3903 ("intltool" ,intltool)
3904 ("pkg-config" ,pkg-config)
3905 ("xsltproc" ,libxslt)))
3906 (inputs
3907 `(("avahi" ,avahi)
3908 ("docbook-xml" ,docbook-xml-4.2)
3909 ("docbook-xsl" ,docbook-xsl)
3910 ("dbus" ,dbus)
3911 ("fuse" ,fuse)
3912 ("gcr" ,gcr)
3913 ("glib" ,glib)
3914 ("libarchive" ,libarchive)
3915 ("libbluray" ,libbluray)
3916 ("libcap" ,libcap)
3917 ("libcdio-paranoia" ,libcdio-paranoia)
3918 ("libgcrypt" ,libgcrypt)
3919 ("libgphoto2" ,libgphoto2)
3920 ("libgudev" ,libgudev)
3921 ("libmtp" ,libmtp)
3922 ("libsecret" ,libsecret)
3923 ("libsmbclient" ,samba)
3924 ("libsoup" ,libsoup)
3925 ("libxml2" ,libxml2)
3926 ("nettle" ,nettle) ; XXX: required by libarchive.pc
3927 ("polkit" ,polkit)
3928 ("udisks" ,udisks)))
3929 (home-page "https://wiki.gnome.org/gvfs/")
3930 (synopsis "Userspace virtual file system for GIO")
3931 (description
3932 "GVFS is a userspace virtual file system designed to work with the I/O
3933 abstraction of GIO. It contains a GIO module that seamlessly adds GVFS support
3934 to all applications using the GIO API. It also supports exposing the GVFS
3935 mounts to non-GIO applications using FUSE.
3936
3937 GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP,
3938 DAV, and others.")
3939 (license license:lgpl2.0+)))
3940
3941 (define-public gusb
3942 (package
3943 (name "gusb")
3944 (version "0.2.9")
3945 (source (origin
3946 (method url-fetch)
3947 (uri (string-append "https://github.com/hughsie/libgusb/archive/"
3948 "gusb_"
3949 (string-join (string-split version #\.)
3950 "_")
3951 ".tar.gz"))
3952 (sha256
3953 (base32
3954 "1500mgpidmnjfkcz1fzqkbqv547iy1cvr8bwf3k9vqgqcjx3844n"))))
3955 (build-system gnu-build-system)
3956 (native-inputs
3957 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
3958 ("gobject-introspection" ,gobject-introspection)
3959 ("pkg-config" ,pkg-config)
3960 ("vala" ,vala)
3961 ("autoconf" ,autoconf)
3962 ("automake" ,automake)
3963 ("libtool" ,libtool)
3964 ("gtk-doc" ,gtk-doc)))
3965 (propagated-inputs
3966 ;; Both of these are required by gusb.pc.
3967 `(("glib" ,glib)
3968 ("libusb" ,libusb)))
3969 (arguments
3970 `(#:tests? #f ; libusb fails to initialize. Wonder what that is.
3971 #:phases
3972 (modify-phases %standard-phases
3973 (add-after 'unpack 'autogen
3974 (lambda _
3975 (and (zero? (system* "gtkdocize"))
3976 (zero? (system* "autoreconf" "-vif"))))))))
3977 (home-page "https://github.com/hughsie/libgusb")
3978 (synopsis "GLib binding for libusb1")
3979 (description
3980 "GUsb is a GObject wrapper for libusb1 that makes it easy to do
3981 asynchronous control, bulk and interrupt transfers with proper cancellation
3982 and integration into a mainloop. This makes it easy to integrate low level
3983 USB transfers with your high-level application or system daemon.")
3984 (license license:lgpl2.1+)))
3985
3986 (define-public simple-scan
3987 (package
3988 (name "simple-scan")
3989 (version "3.24.1")
3990 (source (origin
3991 (method url-fetch)
3992 (uri (string-append "https://launchpad.net/simple-scan/"
3993 (version-major+minor version) "/"
3994 version "/+download/simple-scan-"
3995 version ".tar.xz"))
3996 (sha256
3997 (base32
3998 "1czg21cdbd2fgqylxfnzfhhzy69gycf816d5bbaq6hb62hmq7bjy"))))
3999 (build-system glib-or-gtk-build-system)
4000 (inputs
4001 `(("gtk" ,gtk+)
4002 ("zlib" ,zlib)
4003 ("cairo" ,cairo)
4004 ("gdk-pixbuf" ,gdk-pixbuf)
4005 ("gusb" ,gusb)
4006 ("libsane" ,sane-backends)))
4007 (native-inputs
4008 `(("gettext" ,gettext-minimal)
4009 ("itstool" ,itstool)
4010 ("colord" ,colord)
4011 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
4012 ("pkg-config" ,pkg-config)
4013 ("vala" ,vala)
4014 ("xmllint" ,libxml2)))
4015 (arguments
4016 '(#:configure-flags '("--disable-packagekit")
4017 #:phases
4018 (modify-phases %standard-phases
4019 (add-after 'unpack 'clean
4020 (lambda _
4021 ;; Remove a left-over reference to PackageKit.
4022
4023 ;; https://bugs.launchpad.net/simple-scan/+bug/1462769
4024
4025 ;; There are some generated C files erroneously
4026 ;; included in the source distribution, and this
4027 ;; one breaks the build by referring to a
4028 ;; non-existent header (packagekit.h)
4029 (delete-file "src/ui.c"))))))
4030 (home-page "https://launchpad.net/simple-scan")
4031 (synopsis "Document and image scanner")
4032 (description "Simple Scan is an easy-to-use application, designed to let
4033 users connect their scanner and quickly have the image/document in an
4034 appropriate format. Simple Scan is basically a frontend for SANE - which is
4035 the same backend as XSANE uses. This means that all existing scanners will
4036 work and the interface is well tested.")
4037 (license license:gpl3+)))
4038
4039 (define-public eolie
4040 (package
4041 (name "eolie")
4042 (version "0.9.4")
4043 (source (origin
4044 (method url-fetch)
4045 (uri (string-append "https://github.com/gnumdk/eolie/"
4046 "releases/download/" version
4047 "/eolie-" version ".tar.xz"))
4048 (sha256
4049 (base32
4050 "0zw2zqgnpsvk35nrp4kqkh2hb5kchzpvi684xjv7a9hhrlsxkdqd"))))
4051 (build-system glib-or-gtk-build-system)
4052 (arguments
4053 `(#:phases
4054 (modify-phases %standard-phases
4055 (delete 'configure)
4056 (replace 'build
4057 (lambda* (#:key outputs #:allow-other-keys)
4058 (zero? (system* "meson" "build"
4059 "--prefix" (assoc-ref outputs "out")))))
4060 (replace 'check
4061 (lambda _ (zero? (system* "ninja" "-C" "build" "test"))))
4062 (replace 'install
4063 (lambda* (#:key outputs #:allow-other-keys)
4064 (zero? (system* "ninja" "-C" "build" "install"))))
4065 (add-after 'wrap 'wrap-more
4066 (lambda* (#:key inputs outputs #:allow-other-keys)
4067 (let* ((out (assoc-ref outputs "out"))
4068 ;; These libraries must be on LD_LIBRARY_PATH.
4069 (libs '("gtkspell3" "webkitgtk" "libsoup" "libsecret"
4070 "atk" "gtk+" "gsettings-desktop-schemas"
4071 "gobject-introspection"))
4072 (path (string-join
4073 (map (lambda (lib)
4074 (string-append (assoc-ref inputs lib) "/lib"))
4075 libs)
4076 ":")))
4077 (wrap-program (string-append out "/bin/eolie")
4078 `("LD_LIBRARY_PATH" ":" prefix (,path))
4079 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))
4080 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
4081 #t)))))
4082 (native-inputs
4083 `(("intltool" ,intltool)
4084 ("itstool" ,itstool)
4085 ("pkg-config" ,pkg-config)
4086 ("meson" ,meson-for-build)
4087 ("ninja" ,ninja)
4088 ("python" ,python)
4089 ("gtk+" ,gtk+ "bin")))
4090 (inputs
4091 `(("gobject-introspection" ,gobject-introspection)
4092 ("glib-networking" ,glib-networking)
4093 ("cairo" ,cairo)
4094 ("gtk+" ,gtk+)
4095 ("atk" ,atk) ; propagated by gtk+, but we need it in LD_LIBRARY_PATH
4096 ("python" ,python-wrapper)
4097 ("python-pygobject" ,python-pygobject)
4098 ("python-pycairo" ,python-pycairo)
4099 ("libsecret" ,libsecret)
4100 ("gtkspell3" ,gtkspell3)
4101 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4102 ("webkitgtk" ,webkitgtk)))
4103 (home-page "https://github.com/gnumdk/eolie/")
4104 (synopsis "Web browser for GNOME")
4105 (description
4106 "Eolie is a new web browser for GNOME. It features Firefox sync support,
4107 a secret password store, an adblocker, and a modern UI.")
4108 (license license:gpl3+)))
4109
4110 (define-public epiphany
4111 (package
4112 (name "epiphany")
4113 (version "3.24.4")
4114 (source (origin
4115 (method url-fetch)
4116 (uri (string-append "mirror://gnome/sources/" name "/"
4117 (version-major+minor version) "/"
4118 name "-" version ".tar.xz"))
4119 (sha256
4120 (base32
4121 "1jg59s98aljf603w24r5a3cr4fw6z88gc0warqy1946iprjgdw0m"))))
4122 (build-system glib-or-gtk-build-system)
4123 (arguments
4124 ;; FIXME: tests run under Xvfb, but fail with:
4125 ;; /src/bookmarks/ephy-bookmarks/create:
4126 ;; ** (test-ephy-bookmarks:19591): WARNING **: Unable to start Zeroconf
4127 ;; subsystem
4128 ;; FAIL
4129 '(#:tests? #f
4130 #:configure-flags '("CFLAGS=-std=gnu99")))
4131 (propagated-inputs
4132 `(("dconf" ,dconf)))
4133 (native-inputs
4134 `(("intltool" ,intltool)
4135 ("itstool" ,itstool)
4136 ("pkg-config" ,pkg-config)
4137 ("xmllint" ,libxml2)))
4138 (inputs
4139 `(("avahi" ,avahi)
4140 ("gcr" ,gcr)
4141 ("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files
4142 ("glib-networking" ,glib-networking)
4143 ("gnome-desktop" ,gnome-desktop)
4144 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4145 ("json-glib" ,json-glib)
4146 ("iso-codes" ,iso-codes)
4147 ("libnotify" ,libnotify)
4148 ("libsecret" ,libsecret)
4149 ("libxslt" ,libxslt)
4150 ("sqlite" ,sqlite)
4151 ("webkitgtk" ,webkitgtk)))
4152 (home-page "https://wiki.gnome.org/Apps/Web")
4153 (synopsis "GNOME web browser")
4154 (description
4155 "Epiphany is a GNOME web browser targeted at non-technical users. Its
4156 principles are simplicity and standards compliance.")
4157 (license license:gpl2+)))
4158
4159 (define-public d-feet
4160 (package
4161 (name "d-feet")
4162 (version "0.3.11")
4163 (source (origin
4164 (method url-fetch)
4165 (uri (string-append "mirror://gnome/sources/" name "/"
4166 (version-major+minor version) "/"
4167 name "-" version ".tar.xz"))
4168 (sha256
4169 (base32
4170 "1hmrijm4d9vwzx2r8qzzsy8ccpj79l1y6cc569n9jjzqcq699p53"))))
4171 (build-system glib-or-gtk-build-system)
4172 (arguments
4173 '(#:out-of-source? #f ; tests need to run in the source directory.
4174 #:phases
4175 (modify-phases %standard-phases
4176 (add-before
4177 'check 'pre-check
4178 (lambda _
4179 ;; The test suite requires a running X server.
4180 (system "Xvfb :1 &")
4181 (setenv "DISPLAY" ":1")
4182 ;; Don't fail on missing '/etc/machine-id'.
4183 (setenv "DBUS_FATAL_WARNINGS" "0")
4184 ;; tests.py and window.py don't meet E402:
4185 ;; E402 module level import not at top of file
4186 (substitute* "src/tests/Makefile"
4187 (("--ignore=E123") "--ignore=E123,E402"))
4188 #t))
4189 (add-after
4190 'install 'wrap-program
4191 (lambda* (#:key outputs #:allow-other-keys)
4192 (let ((prog (string-append (assoc-ref outputs "out")
4193 "/bin/d-feet")))
4194 (wrap-program prog
4195 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
4196 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
4197 #t))))))
4198 (native-inputs
4199 `(("intltool" ,intltool)
4200 ("itstool" ,itstool)
4201 ("pkg-config" ,pkg-config)
4202 ("python-pep8" ,python-pep8)
4203 ("xmllint" ,libxml2)
4204 ("xorg-server" ,xorg-server)))
4205 (inputs
4206 `(("gobject-introspection" ,gobject-introspection)
4207 ("gtk+" ,gtk+)
4208 ("python" ,python-wrapper)
4209 ("python-pygobject" ,python-pygobject)))
4210 (home-page "https://wiki.gnome.org/Apps/DFeet")
4211 (synopsis "D-Bus debugger")
4212 (description
4213 "D-Feet is a D-Bus debugger, which can be used to inspect D-Bus interfaces
4214 of running programs and invoke methods on those interfaces.")
4215 (license license:gpl2+)))
4216
4217 (define-public yelp-xsl
4218 (package
4219 (name "yelp-xsl")
4220 (version "3.20.1")
4221 (source (origin
4222 (method url-fetch)
4223 (uri (string-append "mirror://gnome/sources/" name "/"
4224 (version-major+minor version) "/"
4225 name "-" version ".tar.xz"))
4226 (sha256
4227 (base32
4228 "183vz4aw8fcmw8k8q7r4zrm1p76gwg2cca1fsdrkaiyabng88qfw"))))
4229 (build-system gnu-build-system)
4230 (native-inputs
4231 `(("intltool" ,intltool)
4232 ("itstool" ,itstool)
4233 ("xmllint" ,libxml2)))
4234 (home-page "https://wiki.gnome.org/Apps/Yelp")
4235 (synopsis "XSL stylesheets for Yelp")
4236 (description
4237 "Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
4238 to format Docbook and Mallard documents.")
4239 (license license:gpl2+)))
4240
4241 (define-public yelp
4242 (package
4243 (name "yelp")
4244 (version "3.22.0")
4245 (source (origin
4246 (method url-fetch)
4247 (uri (string-append "mirror://gnome/sources/" name "/"
4248 (version-major+minor version) "/"
4249 name "-" version ".tar.xz"))
4250 (sha256
4251 (base32
4252 "13kpi0qmnfx2xwizyhmf5i5xaw9ckcn1k7v0289p7als4dybf5l6"))))
4253 (build-system glib-or-gtk-build-system)
4254 (native-inputs
4255 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
4256 ("intltool" ,intltool)
4257 ("itstool" ,itstool)
4258 ("pkg-config" ,pkg-config)))
4259 (propagated-inputs
4260 `(("dconf" ,dconf)))
4261 (inputs
4262 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4263 ("libxslt" ,libxslt)
4264 ("sqlite" ,sqlite)
4265 ("webkitgtk" ,webkitgtk)
4266 ("yelp-xsl" ,yelp-xsl)))
4267 (home-page "https://wiki.gnome.org/Apps/Yelp")
4268 (synopsis "GNOME help browser")
4269 (description
4270 "Yelp is the help viewer in Gnome. It natively views Mallard, DocBook,
4271 man, info, and HTML documents. It can locate documents according to the
4272 freedesktop.org help system specification.")
4273 (license license:gpl2+)))
4274
4275 (define-public yelp-tools
4276 (package
4277 (name "yelp-tools")
4278 (version "3.18.0")
4279 (source (origin
4280 (method url-fetch)
4281 (uri (string-append "mirror://gnome/sources/" name "/"
4282 (version-major+minor version) "/"
4283 name "-" version ".tar.xz"))
4284 (sha256
4285 (base32
4286 "0ck9f78c1xka8a823bd7w1k0gdn4k19zvaj7viy2d5r3h1gxdhf6"))))
4287 (build-system gnu-build-system)
4288 (native-inputs
4289 `(("pkg-config" ,pkg-config)))
4290 (propagated-inputs
4291 ;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
4292 `(("itstool" ,itstool)
4293 ("xmllint" ,libxml2)
4294 ("xsltproc" ,libxslt)))
4295 (inputs
4296 `(("yelp-xsl" ,yelp-xsl)))
4297 (home-page "https://wiki.gnome.org/Apps/Yelp/Tools")
4298 (synopsis "Yelp documentation tools")
4299 (description
4300 "Yelp-tools is a collection of scripts and build utilities to help create,
4301 manage, and publish documentation for Yelp and the web. Most of the heavy
4302 lifting is done by packages like yelp-xsl and itstool. This package just
4303 wraps things up in a developer-friendly way.")
4304 (license license:gpl2+)))
4305
4306 (define-public libgee
4307 (package
4308 (name "libgee")
4309 (version "0.20.0")
4310 (source (origin
4311 (method url-fetch)
4312 (uri (string-append "mirror://gnome/sources/" name "/"
4313 (version-major+minor version) "/"
4314 name "-" version ".tar.xz"))
4315 (sha256
4316 (base32
4317 "1fy24dr8imrjlmsqj1syn0gi139gba6hwk3j5vd6sr3pxniqnc11"))))
4318 (build-system gnu-build-system)
4319 (arguments
4320 `(#:phases
4321 (modify-phases %standard-phases
4322 (add-after 'unpack 'fix-introspection-install-dir
4323 (lambda* (#:key outputs #:allow-other-keys)
4324 (let ((out (assoc-ref outputs "out")))
4325 (substitute* "gee/Makefile.in"
4326 (("@INTROSPECTION_GIRDIR@")
4327 (string-append out "/share/gir-1.0/"))
4328 (("@INTROSPECTION_TYPELIBDIR@")
4329 (string-append out "/lib/girepository-1.0/")))))))))
4330 (native-inputs
4331 `(("glib" ,glib "bin")
4332 ("pkg-config" ,pkg-config)))
4333 (inputs
4334 `(("glib" ,glib)
4335 ("gobject-introspection" ,gobject-introspection)))
4336 (home-page "https://wiki.gnome.org/Projects/Libgee")
4337 (synopsis "GObject collection library")
4338 (description
4339 "Libgee is a utility library providing GObject-based interfaces and
4340 classes for commonly used data structures.")
4341 (license license:lgpl2.1+)))
4342
4343 (define-public gexiv2
4344 (package
4345 (name "gexiv2")
4346 (version "0.10.6")
4347 (source (origin
4348 (method url-fetch)
4349 (uri (string-append "mirror://gnome/sources/" name "/"
4350 (version-major+minor version) "/"
4351 name "-" version ".tar.xz"))
4352 (sha256
4353 (base32
4354 "09aqsnpah71p9gx0ap2px2dyanrs7jmkkar6q114n9b7js8qh9qk"))))
4355 (build-system gnu-build-system)
4356 (native-inputs
4357 `(("glib" ,glib "bin")
4358 ("pkg-config" ,pkg-config)))
4359 (propagated-inputs
4360 ;; Listed in "Requires" section of gexiv2.pc
4361 `(("exiv2" ,exiv2)))
4362 (inputs
4363 `(("glib" ,glib)
4364 ("gobject-introspection" ,gobject-introspection)))
4365 (home-page "https://wiki.gnome.org/Projects/gexiv2")
4366 (synopsis "GObject wrapper around the Exiv2 photo metadata library")
4367 (description
4368 "Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It
4369 allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP
4370 metadata in photo and video files of various formats.")
4371 (license license:gpl2+)))
4372
4373 (define-public shotwell
4374 (package
4375 (name "shotwell")
4376 (version "0.26.3")
4377 (source (origin
4378 (method url-fetch)
4379 (uri (string-append "mirror://gnome/sources/" name "/"
4380 (version-major+minor version) "/"
4381 name "-" version ".tar.xz"))
4382 (sha256
4383 (base32
4384 "1r8fd63r7c5n99hwrkzv9jlrk84z4sa15q3h70pydzfjnfqf90zv"))))
4385 (build-system glib-or-gtk-build-system)
4386 (propagated-inputs
4387 `(("dconf" ,dconf)))
4388 (native-inputs
4389 `(("pkg-config" ,pkg-config)
4390 ("itstool" ,itstool)
4391 ("gettext" ,gettext-minimal)
4392 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
4393 ("itstool" ,itstool)
4394 ("vala" ,vala)))
4395 (inputs
4396 `(("glib:bin" ,glib "bin")
4397 ("gstreamer" ,gstreamer)
4398 ("gst-plugins-base" ,gst-plugins-base)
4399 ("libgdata" ,libgdata)
4400 ("libgee" ,libgee)
4401 ("gexiv2" ,gexiv2)
4402 ("libraw" ,libraw)
4403 ("json-glib" ,json-glib)
4404 ("webkitgtk" ,webkitgtk)
4405 ("sqlite" ,sqlite)
4406 ("libsoup" ,libsoup)
4407 ("libxml2" ,libxml2)
4408 ("libgudev" ,libgudev)
4409 ("libgphoto2" ,libgphoto2)
4410 ("gcr" ,gcr)))
4411 (home-page "https://wiki.gnome.org/Apps/Shotwell")
4412 (synopsis "Photo manager for GNOME 3")
4413 (description
4414 "Shotwell is a digital photo manager designed for the GNOME desktop
4415 environment. It allows you to import photos from disk or camera, organize
4416 them by keywords and events, view them in full-window or fullscreen mode, and
4417 share them with others via social networking and more.")
4418 (license license:lgpl2.1+)))
4419
4420 (define-public file-roller
4421 (package
4422 (name "file-roller")
4423 (version "3.26.1")
4424 (source (origin
4425 (method url-fetch)
4426 (uri (string-append "mirror://gnome/sources/" name "/"
4427 (version-major+minor version) "/"
4428 name "-" version ".tar.xz"))
4429 (sha256
4430 (base32
4431 "1bliwib59jrlfpdbpqc4rc3kzv4ns7pfyn8c28ananj3p34y9mgc"))))
4432 (build-system glib-or-gtk-build-system)
4433 (arguments
4434 '(#:phases
4435 (modify-phases %standard-phases
4436 (add-before 'install 'skip-gtk-update-icon-cache
4437 (lambda _
4438 ;; Don't create 'icon-theme.cache'
4439 (substitute* (find-files "data" "^Makefile$")
4440 (("gtk-update-icon-cache") (which "true")))
4441 #t)))))
4442 (native-inputs
4443 `(("intltool" ,intltool)
4444 ("pkg-config" ,pkg-config)))
4445 ;; TODO: Add libnautilus.
4446 (inputs
4447 `(("gtk+" ,gtk+)
4448 ("gdk-pixbuf" ,gdk-pixbuf)
4449 ("json-glib" ,json-glib)
4450 ("libarchive" ,libarchive)
4451 ("libnotify" ,libnotify)
4452 ("nettle" ,nettle)
4453 ("itstool" ,itstool)
4454 ("libxml2" ,libxml2)))
4455 (synopsis "Graphical archive manager for GNOME")
4456 (description "File Roller is an archive manager for the GNOME desktop
4457 environment that allows users to view, unpack, and create compressed archives
4458 such as gzip tarballs.")
4459 (home-page "http://fileroller.sourceforge.net/")
4460 (license license:gpl2+)))
4461
4462 (define-public gnome-session
4463 (package
4464 (name "gnome-session")
4465 (version "3.24.1")
4466 (source (origin
4467 (method url-fetch)
4468 (uri (string-append "mirror://gnome/sources/" name "/"
4469 (version-major+minor version) "/"
4470 name "-" version ".tar.xz"))
4471 (sha256
4472 (base32
4473 "1vkfjsgks9czajivcg3y1krzlnilv2cnzzbdc7wrasrriqilji1v"))))
4474 (arguments
4475 '(#:phases
4476 (modify-phases %standard-phases
4477 (add-before 'configure 'pre-configure
4478 (lambda* (#:key outputs #:allow-other-keys)
4479 ;; Use elogind instead of systemd.
4480 (substitute* "configure"
4481 (("libsystemd-login >= 183 libsystemd-daemon libsystemd-journal")
4482 "libelogind")
4483 (("systemd") "elogind"))
4484 (substitute* "gnome-session/gsm-systemd.c"
4485 (("#include <systemd/sd-login.h>")
4486 "#include <elogind/sd-login.h>"))
4487 ;; Remove uses of the systemd journal.
4488 (substitute* "gnome-session/main.c"
4489 (("#ifdef HAVE_SYSTEMD") "#if 0"))
4490 (substitute* "gnome-session/gsm-manager.c"
4491 (("#ifdef HAVE_SYSTEMD") "#if 0"))
4492 (substitute* "gnome-session/gsm-autostart-app.c"
4493 (("#ifdef HAVE_SYSTEMD") "#if 0"))
4494 #t))
4495 (add-after 'install 'wrap-gnome-session
4496 (lambda* (#:key inputs outputs #:allow-other-keys)
4497 ;; Make sure 'gnome-session' finds the 'gsettings' program.
4498 (let ((glib (assoc-ref inputs "glib:bin"))
4499 (out (assoc-ref outputs "out")))
4500 (wrap-program (string-append out "/bin/gnome-session")
4501 `("PATH" ":" prefix (,(string-append glib "/bin"))))
4502 #t)))
4503 (add-after 'install 'disable-hardware-acceleration-check
4504 (lambda* (#:key outputs #:allow-other-keys)
4505 ;; Do not abort if hardware acceleration is missing. This allows
4506 ;; GNOME to run in QEMU and on low-end devices.
4507 (let ((out (assoc-ref outputs "out")))
4508 (substitute* (string-append out
4509 "/share/xsessions/gnome.desktop")
4510 (("gnome-session")
4511 "gnome-session --disable-acceleration-check"))
4512 #t))))
4513
4514 #:configure-flags
4515 '("--enable-elogind")))
4516 (build-system glib-or-gtk-build-system)
4517 (native-inputs
4518 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
4519 ("pkg-config" ,pkg-config)
4520 ("intltool" ,intltool)
4521 ("xsltproc" ,libxslt)))
4522 (inputs
4523 `(("elogind" ,elogind)
4524 ("gnome-desktop" ,gnome-desktop)
4525 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4526 ("gtk+" ,gtk+)
4527 ("json-glib" ,json-glib)
4528 ("libsm" ,libsm)
4529 ("libxcomposite" ,libxcomposite)
4530 ("libxtst" ,libxtst)
4531 ("mesa" ,mesa)
4532 ("upower" ,upower)
4533 ("xtrans" ,xtrans)))
4534 (synopsis "Session manager for GNOME")
4535 (description
4536 "This package contains the GNOME session manager, as well as a
4537 configuration program to choose applications starting on login.")
4538 (home-page "https://wiki.gnome.org/Projects/SessionManagement")
4539 (license license:gpl2+)))
4540
4541 (define-public gjs
4542 (package
4543 (name "gjs")
4544 (version "1.48.6")
4545 (source (origin
4546 (method url-fetch)
4547 (uri (string-append "mirror://gnome/sources/" name "/"
4548 (version-major+minor version) "/"
4549 name "-" version ".tar.xz"))
4550 (sha256
4551 (base32
4552 "04nkig077r7xq55dxg9v46w8i7p8zkkdyja92yv81grq9fx6apz8"))))
4553 (build-system gnu-build-system)
4554 (arguments
4555 '(#:phases
4556 (modify-phases %standard-phases
4557 (add-before
4558 'check 'pre-check
4559 (lambda _
4560 ;; The test suite requires a running X server.
4561 (system "Xvfb :1 &")
4562 (setenv "DISPLAY" ":1")
4563
4564 ;; For the missing /etc/machine-id.
4565 (setenv "DBUS_FATAL_WARNINGS" "0")
4566
4567 ;; Our mozjs-38 package does not compile the required Intl API
4568 ;; support for these failing tests.
4569 (substitute* "installed-tests/js/testLocale.js"
4570 ((".*toBeDefined.*") "")
4571 ((".*expect\\(datestr\\).*") ""))
4572 #t)))))
4573 (native-inputs
4574 `(("glib:bin" ,glib "bin") ; for glib-compile-resources
4575 ("pkg-config" ,pkg-config)
4576 ("xmllint" ,libxml2)
4577 ;; For testing
4578 ("dbus-launch" ,dbus)
4579 ("uuidgen" ,util-linux)
4580 ("xvfb" ,xorg-server)))
4581 (propagated-inputs
4582 ;; These are all in the Requires.private field of gjs-1.0.pc.
4583 `(("cairo" ,cairo)
4584 ("gobject-introspection" ,gobject-introspection)
4585 ("mozjs" ,mozjs-38)))
4586 (inputs
4587 `(("gtk+" ,gtk+)
4588 ("readline" ,readline)))
4589 (synopsis "Javascript bindings for GNOME")
4590 (home-page "https://live.gnome.org/Gjs")
4591 (description
4592 "Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey
4593 javascript engine and the GObject introspection framework.")
4594 (license license:gpl2+)))
4595
4596 (define-public gedit
4597 (package
4598 (name "gedit")
4599 (version "3.22.1")
4600 (source (origin
4601 (method url-fetch)
4602 (uri (string-append "mirror://gnome/sources/" name "/"
4603 (version-major+minor version) "/"
4604 name "-" version ".tar.xz"))
4605 (sha256
4606 (base32
4607 "0as9r5zvnyrxh699q6jnd0p9ddqy5qamfbxggpdjzagzixhw6yxa"))))
4608 (build-system glib-or-gtk-build-system)
4609 (arguments
4610 `(#:phases
4611 (modify-phases %standard-phases
4612 (add-after
4613 'install 'wrap-gedit
4614 (lambda* (#:key inputs outputs #:allow-other-keys)
4615 (let ((out (assoc-ref outputs "out"))
4616 (gtksourceview (assoc-ref inputs "gtksourceview"))
4617 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
4618 (python-path (getenv "PYTHONPATH")))
4619 (wrap-program (string-append out "/bin/gedit")
4620 ;; For plugins.
4621 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
4622 `("PYTHONPATH" ":" prefix (,python-path))
4623 ;; For language-specs.
4624 `("XDG_DATA_DIRS" ":" prefix (,(string-append gtksourceview
4625 "/share")))))
4626 #t)))))
4627 (propagated-inputs
4628 `(("dconf" ,dconf)))
4629 (native-inputs
4630 `(("intltool" ,intltool)
4631 ("itstool" ,itstool)
4632 ("gobject-introspection" ,gobject-introspection)
4633 ("pkg-config" ,pkg-config)))
4634 (inputs
4635 `(("glib" ,glib)
4636 ("gspell" ,gspell)
4637 ("gtk+" ,gtk+)
4638 ("gtksourceview" ,gtksourceview)
4639 ("libpeas" ,libpeas)
4640 ("libxml2" ,libxml2)
4641 ("iso-codes" ,iso-codes)
4642 ("python-pygobject" ,python-pygobject)
4643 ("python" ,python)
4644 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4645 ("libx11" ,libx11)
4646 ("vala" ,vala)
4647 ("adwaita-icon-theme" ,adwaita-icon-theme)
4648 ("libsoup" ,libsoup)
4649 ("gnome-desktop" ,gnome-desktop)))
4650 (home-page "https://wiki.gnome.org/Apps/Gedit")
4651 (synopsis "GNOME text editor")
4652 (description "While aiming at simplicity and ease of use, gedit is a
4653 powerful general purpose text editor.")
4654 (license license:gpl2+)))
4655
4656 (define-public zenity
4657 (package
4658 (name "zenity")
4659 (version "3.24.0")
4660 (source (origin
4661 (method url-fetch)
4662 (uri (string-append "mirror://gnome/sources/" name "/"
4663 (version-major+minor version) "/"
4664 name "-" version ".tar.xz"))
4665 (sha256
4666 (base32
4667 "1xzpm63cib2xzr99phplhbcjzy7lahggk3gp60dvrrclxhka1w3g"))))
4668 (build-system gnu-build-system)
4669 (native-inputs
4670 `(("gettext" ,gettext-minimal)
4671 ("itstool" ,itstool)
4672 ("pkg-config" ,pkg-config)))
4673 (inputs
4674 `(("libnotify" ,libnotify)
4675 ("webkitgtk" ,webkitgtk)))
4676 (synopsis "Display graphical dialog boxes from shell scripts")
4677 (home-page "https://www.gnome.org")
4678 (description
4679 "Zenity is a rewrite of gdialog, the GNOME port of dialog which allows you
4680 to display dialog boxes from the commandline and shell scripts.")
4681 (license license:lgpl2.0+)))
4682
4683 (define-public mutter
4684 (package
4685 (name "mutter")
4686 (version "3.24.4")
4687 (source (origin
4688 (method url-fetch)
4689 (uri (string-append "mirror://gnome/sources/" name "/"
4690 (version-major+minor version) "/"
4691 name "-" version ".tar.xz"))
4692 (sha256
4693 (base32
4694 "1slspy5krbqfvnma72lvdnxjf8ag2cvxssa8bvi7y3xxy7xv603k"))))
4695 ;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
4696 ;; versions of cogl and clutter. As a result, many of the inputs,
4697 ;; propagated-inputs, and configure flags used in cogl and clutter are
4698 ;; needed here as well.
4699 (build-system gnu-build-system)
4700 (arguments
4701 '(#:configure-flags
4702 ;; XXX: build fails with [-Werror]:
4703 ;; backends/meta-cursor-renderer.c:112:5: error:
4704 ;; implicit declaration of function ?roundf?
4705 (list "--enable-compile-warnings=minimum"
4706
4707 "--enable-native-backend"
4708
4709 ;; The following flags are needed for the bundled clutter
4710 "--enable-x11-backend=yes"
4711
4712 ;; the remaining flags are needed for the bundled cogl
4713 "--enable-cogl-gst"
4714 (string-append "--with-gl-libname="
4715 (assoc-ref %build-inputs "mesa")
4716 "/lib/libGL.so"))
4717 #:phases
4718 (modify-phases %standard-phases
4719 ;; Replace references to systemd libraries to elogind references.
4720 (add-before 'configure 'use-elogind
4721 (lambda _
4722 (substitute* (list "configure"
4723 "src/backends/native/meta-launcher.c"
4724 "src/core/main.c")
4725 (("systemd") "elogind"))
4726 #t)))))
4727 (native-inputs
4728 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
4729 ("gobject-introspection" ,gobject-introspection)
4730 ("intltool" ,intltool)
4731 ("pkg-config" ,pkg-config)
4732 ;; For git build
4733 ("autoconf" ,autoconf)
4734 ("automake" ,automake)
4735 ("libtool" ,libtool)))
4736 (propagated-inputs
4737 `(;; libmutter.pc refers to these:
4738 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4739 ("gtk+" ,gtk+)
4740 ;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
4741 ("atk" ,atk)
4742 ("cairo" ,cairo)
4743 ("gdk-pixbuf" ,gdk-pixbuf)
4744 ("glib" ,glib)
4745 ("gtk+" ,gtk+)
4746 ("json-glib" ,json-glib)
4747 ("libinput" ,libinput)
4748 ("libx11" ,libx11)
4749 ("libxcomposite" ,libxcomposite)
4750 ("libxdamage" ,libxdamage)
4751 ("libxext" ,libxext)
4752 ("libxfixes" ,libxfixes)
4753 ("libxkbcommon" ,libxkbcommon)
4754 ("libxrandr" ,libxrandr)
4755 ("mesa" ,mesa)
4756 ("pango" ,pango)
4757 ("udev" ,eudev)
4758 ("xinput" ,xinput)))
4759 (inputs
4760 `(("elogind" ,elogind)
4761 ("gnome-desktop" ,gnome-desktop)
4762 ("libcanberra-gtk" ,libcanberra)
4763 ("libgudev" ,libgudev)
4764 ("libice" ,libice)
4765 ("libsm" ,libsm)
4766 ("libxkbfile" ,libxkbfile)
4767 ("libxrandr" ,libxrandr)
4768 ("libxtst" ,libxtst)
4769 ("startup-notification" ,startup-notification)
4770 ("upower-glib" ,upower)
4771 ("xkeyboard-config" ,xkeyboard-config)
4772 ("zenity" ,zenity)))
4773 (synopsis "Window and compositing manager")
4774 (home-page "https://www.gnome.org")
4775 (description
4776 "Mutter is a window and compositing manager that displays and manages your
4777 desktop via OpenGL. Mutter combines a sophisticated display engine using the
4778 Clutter toolkit with solid window-management logic inherited from the Metacity
4779 window manager.")
4780 (license license:gpl2+)))
4781
4782 (define-public gnome-online-accounts
4783 (package
4784 (name "gnome-online-accounts")
4785 (version "3.24.3")
4786 (source (origin
4787 (method url-fetch)
4788 (uri (string-append "mirror://gnome/sources/" name "/"
4789 (version-major+minor version) "/"
4790 name "-" version ".tar.xz"))
4791 (sha256
4792 (base32
4793 "0m1qf2ffxzmwxa157lrvh3507d5gr3lg4kvj653zhcihjpmmhbi5"))))
4794 (build-system glib-or-gtk-build-system)
4795 (native-inputs
4796 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
4797 ("gobject-introspection" ,gobject-introspection)
4798 ("intltool" ,intltool)
4799 ("pkg-config" ,pkg-config)
4800 ("xsltproc" ,libxslt)))
4801 (propagated-inputs
4802 `(("glib" ,glib) ; required by goa-1.0.pc
4803 ("gtk+" ,gtk+))) ; required by goa-backend-1.0.pc
4804 (inputs
4805 `(("docbook-xsl" ,docbook-xsl)
4806 ("json-glib" ,json-glib)
4807 ("libsecret" ,libsecret)
4808 ("rest" ,rest)
4809 ("telepathy-glib" ,telepathy-glib)
4810 ("webkitgtk" ,webkitgtk)))
4811 (synopsis "Single sign-on framework for GNOME")
4812 (home-page "https://wiki.gnome.org/Projects/GnomeOnlineAccounts")
4813 (description
4814 "GNOME Online Accounts provides interfaces so that applications and
4815 libraries in GNOME can access the user's online accounts. It has providers for
4816 Google, ownCloud, Facebook, Flickr, Windows Live, Pocket, Foursquare, Microsoft
4817 Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
4818 (license license:lgpl2.0+)))
4819
4820 (define-public evolution-data-server
4821 (package
4822 (name "evolution-data-server")
4823 (version "3.24.3")
4824 (source (origin
4825 (method url-fetch)
4826 (uri (string-append "mirror://gnome/sources/" name "/"
4827 (version-major+minor version) "/"
4828 name "-" version ".tar.xz"))
4829 (sha256
4830 (base32
4831 "1jj1q81bl3r0c8rnsfqi83igqlprzdcjim1fvygbyfy7b8gigqqk"))))
4832 (build-system cmake-build-system)
4833 (arguments
4834 '(;; XXX FIXME: 11/85 tests are failing.
4835 #:tests? #f
4836 #:configure-flags
4837 (list "-DENABLE_UOA=OFF" ;disable Ubuntu Online Accounts support
4838 "-DENABLE_GOOGLE=OFF" ;disable Google Contacts support
4839 "-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication
4840 "-DENABLE_VALA_BINDINGS=ON"
4841 "-DENABLE_INTROSPECTION=ON") ;required for Vala bindings
4842 #:phases
4843 (modify-phases %standard-phases
4844 (add-after 'unpack 'patch-paths
4845 (lambda _
4846 (substitute* "tests/test-server-utils/e-test-server-utils.c"
4847 (("/bin/rm") (which "rm")))
4848 #t)))))
4849 (native-inputs
4850 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
4851 ("gobject-introspection" ,gobject-introspection)
4852 ("gperf" ,gperf)
4853 ("intltool" ,intltool)
4854 ("pkg-config" ,pkg-config)
4855 ("vala" ,vala)
4856 ("python" ,python-wrapper)))
4857 (propagated-inputs
4858 ;; These are all in the Requires field of .pc files.
4859 `(("gtk+" ,gtk+)
4860 ("libical" ,libical)
4861 ("libsecret" ,libsecret)
4862 ("libsoup" ,libsoup)
4863 ("nss" ,nss)
4864 ("sqlite" ,sqlite)))
4865 (inputs
4866 `(("bdb" ,bdb)
4867 ("gcr" ,gcr)
4868 ("gnome-online-accounts" ,gnome-online-accounts)
4869 ("libgweather" ,libgweather)
4870 ("mit-krb5" ,mit-krb5)
4871 ("openldap" ,openldap)))
4872 (synopsis "Store address books and calendars")
4873 (home-page "https://wiki.gnome.org/Apps/Evolution")
4874 (description
4875 "This package provides a unified backend for programs that work with
4876 contacts, tasks, and calendar information. It was originally developed for
4877 Evolution (hence the name), but is now used by other packages as well.")
4878 (license license:lgpl2.0)))
4879
4880 (define-public caribou
4881 (package
4882 (name "caribou")
4883 (version "0.4.21")
4884 (source (origin
4885 (method url-fetch)
4886 (uri (string-append "mirror://gnome/sources/" name "/"
4887 (version-major+minor version) "/"
4888 name "-" version ".tar.xz"))
4889 (sha256
4890 (base32
4891 "0mfychh1q3dx0b96pjz9a9y112bm9yqyim40yykzxx1hppsdjhww"))))
4892 (build-system glib-or-gtk-build-system)
4893 (arguments
4894 '(#:phases
4895 (modify-phases %standard-phases
4896 (add-before
4897 'build 'pre-build
4898 (lambda* (#:key outputs #:allow-other-keys)
4899 (let ((out (assoc-ref outputs "out")))
4900 ;; Use absolute shared library path in Caribou-1.0.typelib.
4901 (substitute* "libcaribou/Makefile"
4902 (("--shared-library=libcaribou.so")
4903 (string-append "--shared-library="
4904 out "/lib/libcaribou.so")))
4905 #t)))
4906 (add-after 'install 'wrap-programs
4907 (lambda* (#:key outputs #:allow-other-keys)
4908 (let* ((out (assoc-ref outputs "out"))
4909 (python-path (getenv "PYTHONPATH"))
4910 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
4911 (for-each
4912 (lambda (prog)
4913 (wrap-program prog
4914 `("PYTHONPATH" ":" prefix (,python-path))
4915 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
4916 (list (string-append out "/bin/caribou-preferences")
4917 (string-append out "/libexec/antler-keyboard"))))
4918 #t)))))
4919 (native-inputs
4920 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
4921 ("gobject-introspection" ,gobject-introspection)
4922 ("intltool" ,intltool)
4923 ("pkg-config" ,pkg-config)
4924 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
4925 ("vala" ,vala)
4926 ("xsltproc" ,libxslt)))
4927 (propagated-inputs
4928 ;; caribou-1.0.pc refers to all these.
4929 `(("libgee" ,libgee)
4930 ("libxklavier" ,libxklavier)
4931 ("libxtst" ,libxtst)
4932 ("gtk+" ,gtk+)))
4933 (inputs
4934 `(("clutter" ,clutter)
4935 ("dconf" ,dconf)
4936 ("gtk+-2" ,gtk+-2)
4937 ("python-pygobject" ,python2-pygobject)))
4938 (synopsis "Text entry and UI navigation application")
4939 (home-page "https://wiki.gnome.org/Projects/Caribou")
4940 (description
4941 "Caribou is an input assistive technology intended for switch and pointer
4942 users.")
4943 (license license:lgpl2.1)))
4944
4945 (define-public network-manager
4946 (package
4947 (name "network-manager")
4948 (version "1.8.4")
4949 (source (origin
4950 (method url-fetch)
4951 (uri (string-append "mirror://gnome/sources/NetworkManager/"
4952 (version-major+minor version) "/"
4953 "NetworkManager-" version ".tar.xz"))
4954 (sha256
4955 (base32
4956 "04lj081a5cdkhcnj1xs77chhy08d2h0648kmj1csxp46cfrjwpk2"))
4957 (snippet
4958 '(begin
4959 (use-modules (guix build utils))
4960 (substitute* "configure"
4961 ;; Replace libsystemd-login with libelogind.
4962 (("libsystemd-login") "libelogind"))
4963 (substitute* "src/devices/wwan/nm-modem-manager.c"
4964 (("systemd") "elogind"))
4965 (substitute* "src/nm-session-monitor.c"
4966 (("systemd") "elogind"))
4967 (substitute* "./src/nm-logging.c"
4968 (("systemd") "elogind"))))))
4969 (build-system gnu-build-system)
4970 (outputs '("out"
4971 "doc")) ; 8 MiB of gtk-doc HTML
4972 (arguments
4973 '(#:configure-flags
4974 (let ((out (assoc-ref %outputs "out"))
4975 (doc (assoc-ref %outputs "doc"))
4976 (dhclient (string-append (assoc-ref %build-inputs "isc-dhcp")
4977 "/sbin/dhclient")))
4978 (list "--with-systemd-logind=yes" ;In GuixSD, this is provided by elogind.
4979 "--with-consolekit=no"
4980 "--with-crypto=gnutls"
4981 "--disable-config-plugin-ibft"
4982 "--sysconfdir=/etc"
4983 "--localstatedir=/var"
4984 (string-append "--with-udev-dir="
4985 out "/lib/udev")
4986 (string-append "--with-dbus-sys-dir="
4987 out "/etc/dbus-1/system.d")
4988 (string-append "--with-html-dir="
4989 doc "/share/gtk-doc/html")
4990 (string-append "--with-dhclient=" dhclient)))
4991 #:phases
4992 (modify-phases %standard-phases
4993 (add-before 'configure 'pre-configure
4994 (lambda _
4995 ;; These tests try to test aspects of network-manager's
4996 ;; functionality within restricted containers, but they don't
4997 ;; cope with being already in the Guix build jail as that jail
4998 ;; lacks some features that they would like to proxy over (like
4999 ;; a /sys mount).
5000 (substitute* '("Makefile.in")
5001 (("src/platform/tests/test-address-linux") " ")
5002 (("src/platform/tests/test-cleanup-linux") " ")
5003 (("src/platform/tests/test-link-linux") " ")
5004 (("src/platform/tests/test-route-linux") " ")
5005 (("src/devices/tests/test-arping") " ")
5006 (("src/devices/tests/test-lldp") " ")
5007 (("src/tests/test-route-manager-linux") " "))
5008 #t))
5009 (add-before 'check 'pre-check
5010 (lambda _
5011 ;; For the missing /etc/machine-id.
5012 (setenv "DBUS_FATAL_WARNINGS" "0")
5013 #t))
5014 (replace 'install
5015 (lambda _
5016 (zero? (system* "make"
5017 "sysconfdir=/tmp"
5018 "rundir=/tmp"
5019 "statedir=/tmp"
5020 "nmstatedir=/tmp/nm"
5021 "install")))))))
5022 (propagated-inputs
5023 `(("glib" ,glib)))
5024 (native-inputs
5025 `(("glib:bin" ,glib "bin") ; for gdbus-codegen
5026 ("gobject-introspection" ,gobject-introspection)
5027 ("docbook-xsl" ,docbook-xsl)
5028 ("intltool" ,intltool)
5029 ("libxslt" ,libxslt)
5030 ("libxml2" ,libxml2)
5031 ("pkg-config" ,pkg-config)
5032 ;; For testing.
5033 ("python" ,python-wrapper)
5034 ("python-dbus" ,python-dbus)
5035 ("python-pygobject" ,python-pygobject)))
5036 (inputs
5037 `(("curl" ,curl)
5038 ("cyrus-sasl" ,cyrus-sasl)
5039 ("dbus-glib" ,dbus-glib)
5040 ("dnsmasq" ,dnsmasq)
5041 ("eudev" ,eudev)
5042 ("gnutls" ,gnutls)
5043 ("iptables" ,iptables)
5044 ("isc-dhcp" ,isc-dhcp)
5045 ("jansson" ,jansson)
5046 ("libgcrypt" ,libgcrypt)
5047 ("libgudev" ,libgudev)
5048 ("libndp" ,libndp)
5049 ("libnl" ,libnl)
5050 ("libsoup" ,libsoup)
5051 ("modem-manager" ,modem-manager)
5052 ("newt" ,newt) ;for the 'nmtui' console interface
5053 ("polkit" ,polkit)
5054 ("ppp" ,ppp)
5055 ("readline" ,readline)
5056 ("util-linux" ,util-linux)
5057 ("elogind" ,elogind)))
5058 (synopsis "Network connection manager")
5059 (home-page "https://www.gnome.org/projects/NetworkManager/")
5060 (description
5061 "NetworkManager is a system network service that manages your network
5062 devices and connections, attempting to keep active network connectivity when
5063 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
5064 devices, and provides VPN integration with a variety of different VPN
5065 services.")
5066 (license license:gpl2+)
5067 (properties '((upstream-name . "NetworkManager")))))
5068
5069 (define-public network-manager-openvpn
5070 (package
5071 (name "network-manager-openvpn")
5072 (version "1.8.0")
5073 (source (origin
5074 (method url-fetch)
5075 (uri (string-append
5076 "mirror://gnome/sources/NetworkManager-openvpn/"
5077 (version-major+minor version)
5078 "/NetworkManager-openvpn-" version ".tar.xz"))
5079 (sha256
5080 (base32
5081 "1973n89g66a3jfx8r45a811fga4kadh6r1w35cb25cz1mlii2vhn"))))
5082 (build-system gnu-build-system)
5083 (arguments
5084 '(#:configure-flags '("--enable-absolute-paths")))
5085 (native-inputs
5086 `(("pkg-config" ,pkg-config)
5087 ("intltool" ,intltool)))
5088 (inputs
5089 `(("gtk+" ,gtk+)
5090 ("openvpn" ,openvpn)
5091 ("network-manager" ,network-manager)
5092 ("network-manager-applet" ,network-manager-applet) ;for libnma
5093 ("libsecret" ,libsecret)))
5094 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
5095 (synopsis "OpenVPN plug-in for NetworkManager")
5096 (description
5097 "This extension of NetworkManager allows it to take care of connections
5098 to virtual private networks (VPNs) via OpenVPN.")
5099 (license license:gpl2+)
5100 (properties `((upstream-name . "NetworkManager-openvpn")))))
5101
5102 (define-public mobile-broadband-provider-info
5103 (package
5104 (name "mobile-broadband-provider-info")
5105 (version "20170310")
5106 (source (origin
5107 (method url-fetch)
5108 (uri (string-append
5109 "mirror://gnome/sources/"
5110 "mobile-broadband-provider-info/" version "/"
5111 "mobile-broadband-provider-info-" version ".tar.xz"))
5112 (sha256
5113 (base32
5114 "0fxm11x8k9hxjg8l5inaldfmmjnwkay3ibjv899jra03bv4h6kql"))))
5115 (build-system gnu-build-system)
5116 (arguments
5117 `(#:tests? #f)) ; No tests
5118 (home-page "https://wiki.gnome.org/Projects/NetworkManager")
5119 (synopsis "Database of broadband connection configuration")
5120 (description "Database of broadband connection configuration.")
5121 (license license:public-domain)))
5122
5123 (define-public network-manager-applet
5124 (package
5125 (name "network-manager-applet")
5126 (version "1.8.4")
5127 (source (origin
5128 (method url-fetch)
5129 (uri (string-append "mirror://gnome/sources/" name "/"
5130 (version-major+minor version) "/"
5131 name "-" version ".tar.xz"))
5132 (sha256
5133 (base32
5134 "0ag3pvjp58ykrzsjfbdxi0j5xd2i796jk7nns67zy03xwg9i0l0h"))))
5135 (build-system glib-or-gtk-build-system)
5136 (arguments '(#:configure-flags '("--disable-migration")))
5137 (native-inputs
5138 `(("intltool" ,intltool)
5139 ("gobject-introspection" ,gobject-introspection)
5140 ("pkg-config" ,pkg-config)))
5141 (propagated-inputs
5142 ;; libnm-gtk.pc refers to all these.
5143 `(("dbus-glib" ,dbus-glib)
5144 ("gtk+" ,gtk+)
5145 ("network-manager" ,network-manager)))
5146 (inputs
5147 `(("iso-codes" ,iso-codes)
5148 ("libgudev" ,libgudev)
5149 ("libnotify" ,libnotify)
5150 ("libsecret" ,libsecret)
5151 ("libselinux" ,libselinux)
5152 ("jansson" ,jansson) ; for team support
5153 ("modem-manager" ,modem-manager)))
5154 (synopsis "Applet for managing network connections")
5155 (home-page "https://www.gnome.org/projects/NetworkManager/")
5156 (description
5157 "This package contains a systray applet for NetworkManager. It displays
5158 the available networks and allows users to easily switch between them.")
5159 (license license:gpl2+)))
5160
5161 (define-public libxml++
5162 (package
5163 (name "libxml++")
5164 (version "3.0.1")
5165 (source (origin
5166 (method url-fetch)
5167 (uri (string-append "mirror://gnome/sources/" name "/"
5168 (version-major+minor version) "/"
5169 name "-" version ".tar.xz"))
5170 (sha256
5171 (base32
5172 "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r"))))
5173 (build-system gnu-build-system)
5174 ;; libxml++-3.0.pc refers to all these.
5175 (propagated-inputs
5176 `(("libxml2" ,libxml2)
5177 ("glibmm" ,glibmm)))
5178 (native-inputs
5179 `(("perl" ,perl)
5180 ("pkg-config" ,pkg-config)))
5181 (home-page "http://libxmlplusplus.sourceforge.net/")
5182 (synopsis "C++ wrapper for XML parser library libxml2")
5183 (description
5184 "This package provides a C++ wrapper for the XML parser library
5185 libxml2.")
5186 (license license:lgpl2.1+)))
5187
5188 (define-public libxml++-2
5189 (package
5190 (inherit libxml++)
5191 (name "libxml++")
5192 (version "2.40.1")
5193 (source (origin
5194 (method url-fetch)
5195 (uri (string-append "mirror://gnome/sources/" name "/"
5196 (version-major+minor version) "/"
5197 name "-" version ".tar.xz"))
5198 (sha256
5199 (base32
5200 "1sb3akryklvh2v6m6dihdnbpf1lkx441v972q9hlz1sq6bfspm2a"))))))
5201
5202 (define-public gdm
5203 (package
5204 (name "gdm")
5205 (version "3.24.2")
5206 (source (origin
5207 (method url-fetch)
5208 (uri (string-append "mirror://gnome/sources/" name "/"
5209 (version-major+minor version) "/"
5210 name "-" version ".tar.xz"))
5211 (sha256
5212 (base32
5213 "1s2xzrwcjhfb4ra8jrxqfycs1jpv97id0f6idb2h6vjkspxbjy23"))))
5214 (build-system glib-or-gtk-build-system)
5215 (arguments
5216 '(#:configure-flags
5217 `("--without-plymouth"
5218 "--disable-systemd-journal"
5219 "--localstatedir=/var"
5220 ,(string-append "--with-default-path="
5221 (string-join '("/run/setuid-programs"
5222 "/run/current-system/profile/bin"
5223 "/run/current-system/profile/sbin")
5224 ":"))
5225 ;; Put GDM in bindir so that glib-or-gtk-build-system wraps the
5226 ;; XDG_DATA_DIRS so that it finds its schemas.
5227 "--sbindir" ,(string-append (assoc-ref %outputs "out") "/bin"))
5228 #:phases
5229 (modify-phases %standard-phases
5230 (add-before
5231 'configure 'pre-configure
5232 (lambda _
5233 ;; We don't have <systemd/sd-daemon.h>.
5234 (substitute* '("common/gdm-log.c"
5235 "daemon/gdm-server.c"
5236 "daemon/gdm-session-worker.c"
5237 "daemon/gdm-session-worker-job.c")
5238 (("#include <systemd/sd-daemon\\.h>") ""))
5239 ;; Use elogind for sd-login.
5240 (substitute* '("common/gdm-common.c"
5241 "daemon/gdm-manager.c"
5242 "libgdm/gdm-user-switching.c")
5243 (("#include <systemd/sd-login\\.h>")
5244 "#include <elogind/sd-login.h>"))
5245 ;; Check for elogind.
5246 (substitute* '("configure")
5247 (("libsystemd")
5248 "libelogind"))
5249 ;; Look for system-installed sessions in
5250 ;; /run/current-system/profile/share.
5251 (substitute* '("libgdm/gdm-sessions.c"
5252 "daemon/gdm-session.c"
5253 "daemon/gdm-display.c"
5254 "daemon/gdm-launch-environment.c")
5255 (("DATADIR \"/x")
5256 "\"/run/current-system/profile/share/x")
5257 (("DATADIR \"/wayland")
5258 "\"/run/current-system/profile/share/wayland")
5259 (("DATADIR \"/gnome")
5260 "\"/run/current-system/profile/share/gnome"))
5261 (substitute* '("daemon/gdm-session.c")
5262 (("set_up_session_environment \\(self\\);")
5263 (string-append
5264 "set_up_session_environment (self);\n"
5265 ;; Propagate GDM_X_SERVER environment variable (which is set
5266 ;; by the GDM service, as it's a function of what X modules
5267 ;; the user decides to have available) down to worker
5268 ;; processes.
5269 "gdm_session_set_environment_variable (self, \"GDM_X_SERVER\",\n"
5270 " g_getenv (\"GDM_X_SERVER\"));\n"
5271 ;; FIXME: Really glib should be declaring XDG_CONFIG_DIRS as a
5272 ;; variable, but it doesn't do that right now. Anyway
5273 ;; /run/current-system/profile/share/gnome-session/sessions/gnome.desktop
5274 ;; requires that a number of .desktop files be present, and
5275 ;; these special .desktop files are in $XDG_CONFIG_DIRS (which
5276 ;; defaults to /etc/xdg if it's not set). Here we need to
5277 ;; provide a value such that the GNOME session's requirements
5278 ;; are met (provided GNOME is installed of course).
5279 "gdm_session_set_environment_variable (self, \"XDG_CONFIG_DIRS\",\n"
5280 " \"/run/current-system/profile/etc/xdg\");\n"
5281 )))
5282 ;; Look for custom GDM conf in /run/current-system.
5283 (substitute* '("common/gdm-settings-backend.c")
5284 (("GDM_CUSTOM_CONF")
5285 "/run/current-system/etc/gdm/custom.conf"))
5286 ;; Use service-supplied path to X.
5287 (substitute* '("daemon/gdm-server.c")
5288 (("\\(X_SERVER X_SERVER_ARG_FORMAT")
5289 "(\"%s\" X_SERVER_ARG_FORMAT, g_getenv (\"GDM_X_SERVER\")"))
5290 (substitute* '("daemon/gdm-x-session.c")
5291 (("X_SERVER")
5292 "g_getenv (\"GDM_X_SERVER\")"))
5293 #t)))))
5294 (native-inputs
5295 `(("dconf" ,dconf)
5296 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5297 ("gobject-introspection" ,gobject-introspection)
5298 ("intltool" ,intltool)
5299 ("itstool" ,itstool)
5300 ("pkg-config" ,pkg-config)
5301 ("xmllint" ,libxml2)))
5302 (inputs
5303 `(("accountsservice" ,accountsservice)
5304 ("check" ,check) ; for testing
5305 ("elogind" ,elogind)
5306 ("gtk+" ,gtk+)
5307 ("iso-codes" ,iso-codes)
5308 ("libcanberra" ,libcanberra)
5309 ("linux-pam" ,linux-pam)))
5310 (synopsis "Display manager for GNOME")
5311 (home-page "https://wiki.gnome.org/Projects/GDM/")
5312 (description
5313 "GNOME Display Manager is a system service that is responsible for
5314 providing graphical log-ins and managing local and remote displays.")
5315 (license license:gpl2+)))
5316
5317 (define-public libgtop
5318 (package
5319 (name "libgtop")
5320 (version "2.38.0")
5321 (source (origin
5322 (method url-fetch)
5323 (uri (string-append "mirror://gnome/sources/" name "/"
5324 (version-major+minor version) "/"
5325 name "-" version ".tar.xz"))
5326 (sha256
5327 (base32
5328 "04mnxgzyb26wqk6qij4iw8cxwl82r8pcsna5dg8vz2j3pdi0wv2g"))))
5329 (build-system gnu-build-system)
5330 (native-inputs
5331 `(("gobject-introspection" ,gobject-introspection)
5332 ("intltool" ,intltool)
5333 ("perl" ,perl)
5334 ("pkg-config" ,pkg-config)))
5335 (propagated-inputs
5336 `(("glib" ,glib))) ; required by libgtop-2.0.pc
5337 (synopsis "Portable system access library")
5338 (home-page "https://www.gnome.org/")
5339 (description
5340 "LibGTop is a library to get system specific data such as CPU and memory
5341 usage and information about running processes.")
5342 (license license:gpl2+)))
5343
5344 (define-public gnome-bluetooth
5345 (package
5346 (name "gnome-bluetooth")
5347 (version "3.20.1")
5348 (source (origin
5349 (method url-fetch)
5350 (uri (string-append "mirror://gnome/sources/" name "/"
5351 (version-major+minor version) "/"
5352 name "-" version ".tar.xz"))
5353 (sha256
5354 (base32
5355 "1zlqcz6jz4vzzr8gd1678i9s4015kiwcpr5szrwz4kmryfsm147a"))))
5356 (build-system glib-or-gtk-build-system)
5357 (native-inputs
5358 `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
5359 ("gobject-introspection" ,gobject-introspection)
5360 ("intltool" ,intltool)
5361 ("pkg-config" ,pkg-config)
5362 ("xmllint" ,libxml2)))
5363 (propagated-inputs
5364 ;; gnome-bluetooth-1.0.pc refers to all these.
5365 `(("gtk+" ,gtk+)
5366 ("udev" ,eudev)))
5367 (inputs
5368 `(("libcanberra" ,libcanberra)
5369 ("libnotify" ,libnotify)))
5370 (synopsis "GNOME Bluetooth subsystem")
5371 (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
5372 (description
5373 "This package contains tools for managing and manipulating Bluetooth
5374 devices using the GNOME desktop.")
5375 (license license:lgpl2.1+)))
5376
5377 (define-public gnome-control-center
5378 (package
5379 (name "gnome-control-center")
5380 (version "3.24.3")
5381 (source (origin
5382 (method url-fetch)
5383 (uri (string-append "mirror://gnome/sources/" name "/"
5384 (version-major+minor version) "/"
5385 name "-" version ".tar.xz"))
5386 (sha256
5387 (base32
5388 "18ncjqjj93a39sla2zjr9i6pw59yh87p4jla899lmvi2qajd5923"))))
5389 (build-system glib-or-gtk-build-system)
5390 (arguments
5391 '(#:phases
5392 (modify-phases %standard-phases
5393 (add-before 'configure 'patch-paths
5394 (lambda* (#:key inputs #:allow-other-keys)
5395 (let ((libc (assoc-ref inputs "libc"))
5396 (tzdata (assoc-ref inputs "tzdata")))
5397 (substitute* "panels/datetime/tz.h"
5398 (("/usr/share/zoneinfo/zone.tab")
5399 (string-append tzdata "/share/zoneinfo/zone.tab")))
5400 (substitute* "panels/datetime/test-endianess.c"
5401 (("/usr/share/locale")
5402 (string-append libc "/share/locale")))
5403 #t))))))
5404 (native-inputs
5405 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
5406 ("intltool" ,intltool)
5407 ("pkg-config" ,pkg-config)
5408 ("xsltproc" ,libxslt)))
5409 (inputs
5410 `(("accountsservice" ,accountsservice)
5411 ("clutter-gtk" ,clutter-gtk)
5412 ("colord-gtk" ,colord-gtk)
5413 ("cups" ,cups)
5414 ("dconf" ,dconf)
5415 ("docbook-xsl" ,docbook-xsl)
5416 ("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files
5417 ("gnome-bluetooth" ,gnome-bluetooth)
5418 ("gnome-desktop" ,gnome-desktop)
5419 ("gnome-online-accounts" ,gnome-online-accounts)
5420 ("gnome-settings-daemon" ,gnome-settings-daemon)
5421 ("grilo" ,grilo)
5422 ("ibus" ,ibus)
5423 ("libcanberra" ,libcanberra)
5424 ("libgudev" ,libgudev)
5425 ("libgtop" ,libgtop)
5426 ("libpwquality" ,libpwquality)
5427 ("libsoup" ,libsoup)
5428 ("libxml2" ,libxml2)
5429 ("libwacom" ,libwacom)
5430 ("mesa" ,mesa)
5431 ("mit-krb5" ,mit-krb5)
5432 ("modem-manager" ,modem-manager)
5433 ("network-manager-applet" ,network-manager-applet)
5434 ("polkit" ,polkit)
5435 ("pulseaudio" ,pulseaudio)
5436 ("smbclient" ,samba)
5437 ("tzdata" ,tzdata)
5438 ("upower" ,upower)))
5439 (synopsis "Utilities to configure the GNOME desktop")
5440 (home-page "https://www.gnome.org/")
5441 (description
5442 "This package contains configuration applets for the GNOME desktop,
5443 allowing to set accessibility configuration, desktop fonts, keyboard and mouse
5444 properties, sound setup, desktop theme and background, user interface
5445 properties, screen resolution, and other GNOME parameters.")
5446 (license license:gpl2+)))
5447
5448 (define-public gnome-shell
5449 (package
5450 (name "gnome-shell")
5451 (version "3.24.3")
5452 (source (origin
5453 (method url-fetch)
5454 (uri (string-append "mirror://gnome/sources/" name "/"
5455 (version-major+minor version) "/"
5456 name "-" version ".tar.xz"))
5457 (sha256
5458 (base32
5459 "1f20x36ymkp1j667hb7s7byly2gqc4m0anldy3qwp38vm8437caq"))))
5460 (build-system glib-or-gtk-build-system)
5461 (arguments
5462 '(#:phases
5463 (modify-phases %standard-phases
5464 (replace 'install
5465 (lambda* (#:key outputs #:allow-other-keys)
5466 (let* ((out (assoc-ref outputs "out"))
5467 (keysdir (string-append
5468 out "/share/gnome-control-center/keybindings")))
5469 (zero? (system* "make"
5470 (string-append "keysdir=" keysdir)
5471 "install")))))
5472 (add-after
5473 'install 'wrap-programs
5474 (lambda* (#:key outputs #:allow-other-keys)
5475 (let ((out (assoc-ref outputs "out"))
5476 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
5477 (python-path (getenv "PYTHONPATH")))
5478 (wrap-program (string-append out "/bin/gnome-shell")
5479 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))
5480 (for-each
5481 (lambda (prog)
5482 (wrap-program (string-append out "/bin/" prog)
5483 `("PYTHONPATH" ":" prefix (,python-path))
5484 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
5485 '("gnome-shell-extension-tool" "gnome-shell-perf-tool"))
5486 #t))))))
5487 (native-inputs
5488 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5489 ("gobject-introspection" ,gobject-introspection)
5490 ("intltool" ,intltool)
5491 ("pkg-config" ,pkg-config)
5492 ("python" ,python)
5493 ("xsltproc" ,libxslt)))
5494 (inputs
5495 `(("accountsservice" ,accountsservice)
5496 ("caribou" ,caribou)
5497 ("docbook-xsl" ,docbook-xsl)
5498 ("evolution-data-server" ,evolution-data-server)
5499 ("gcr" ,gcr)
5500 ("gdm" ,gdm)
5501 ("gjs" ,gjs)
5502 ("gnome-bluetooth" ,gnome-bluetooth)
5503 ("gnome-control-center" ,gnome-control-center)
5504 ("gnome-desktop" ,gnome-desktop)
5505 ("gnome-settings-daemon" ,gnome-settings-daemon)
5506 ("gst-plugins-base" ,gst-plugins-base)
5507 ("ibus" ,ibus)
5508 ("libcanberra" ,libcanberra)
5509 ("libcroco" ,libcroco)
5510 ("libgweather" ,libgweather)
5511 ("libsoup" ,libsoup)
5512 ("mesa-headers" ,mesa-headers)
5513 ("mutter" ,mutter)
5514 ("network-manager-applet" ,network-manager-applet)
5515 ("polkit" ,polkit)
5516 ("pulseaudio" ,pulseaudio)
5517 ("python-pygobject" ,python-pygobject)
5518 ("startup-notification" ,startup-notification)
5519 ("telepathy-logger" ,telepathy-logger)
5520 ("upower" ,upower)
5521 ;; XXX: These requirements were added in 3.24, but no mention in NEWS.
5522 ;; Missing propagation? See also: <https://bugs.gnu.org/27264>
5523 ("librsvg" ,librsvg)
5524 ("geoclue" ,geoclue)
5525 ;; XXX: required by libgjs.la.
5526 ("readline" ,readline)))
5527 (synopsis "Desktop shell for GNOME")
5528 (home-page "https://wiki.gnome.org/Projects/GnomeShell")
5529 (description
5530 "GNOME Shell provides core user interface functions for the GNOME desktop,
5531 like switching to windows and launching applications.")
5532 (license license:gpl2+)))
5533
5534 (define-public gtk-vnc
5535 (package
5536 (name "gtk-vnc")
5537 (version "0.7.0")
5538 (source
5539 (origin
5540 (method url-fetch)
5541 (uri (string-append "mirror://gnome/sources/" name "/"
5542 (version-major+minor version) "/"
5543 name "-" version ".tar.xz"))
5544 (sha256
5545 (base32
5546 "0gj8dpy3sj4dp810gy67spzh5f0jd8aqg69clcwqjcskj1yawbiw"))))
5547 (build-system gnu-build-system)
5548 (arguments
5549 '(#:configure-flags '("--with-gtk=3.0")))
5550 (propagated-inputs
5551 `(("gtk+" ,gtk+))) ; required by gtk-vnc-2.0.pc.
5552 (inputs
5553 `(("cyrus-sasl" ,cyrus-sasl)
5554 ("gnutls" ,gnutls)
5555 ("libgcrypt" ,libgcrypt)
5556 ("pulseaudio" ,pulseaudio)))
5557 (native-inputs
5558 `(("glib:bin" ,glib "bin")
5559 ("gobject-introspection" ,gobject-introspection)
5560 ("intltool" ,intltool)
5561 ("pkg-config" ,pkg-config)
5562 ("vala" ,vala)))
5563 (home-page "https://wiki.gnome.org/Projects/gtk-vnc")
5564 (synopsis "VNC viewer widget for GTK+")
5565 (description
5566 "GTK-VNC is a VNC viewer widget for GTK+, used by remote desktop viewing
5567 applications, for instance the Vinagre client, GNOME Boxes and virt-viewer.
5568 GTK-VNC implements client side RFB protocol and authentication extensions such
5569 as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.")
5570 (license license:lgpl2.1+)))
5571
5572 (define-public gnome-autoar
5573 (package
5574 (name "gnome-autoar")
5575 (version "0.2.2")
5576 (source (origin
5577 (method url-fetch)
5578 (uri (string-append "mirror://gnome/sources/" name "/"
5579 (version-major+minor version) "/"
5580 name "-" version ".tar.xz"))
5581 (sha256
5582 (base32
5583 "0qnafiwgajsaryh669lfclb4f6z5n1r9r4zhig1ha0ykxq32rzp1"))))
5584 (build-system glib-or-gtk-build-system)
5585 (native-inputs
5586 `(("gnome-common" ,gnome-common)
5587 ("gobject-introspection" ,gobject-introspection)
5588 ("pkg-config" ,pkg-config)))
5589 (propagated-inputs
5590 `(("libarchive" ,libarchive))) ; XXX document why
5591 (inputs
5592 `(("gtk+" ,gtk+)
5593 ("nettle" ,nettle))) ; XXX: required by libarchive.pc
5594 (synopsis "Archives integration support for GNOME")
5595 (home-page "https://git.gnome.org/browse/gnome-autoar/")
5596 (description
5597 "GNOME Autoar is a library which makes creating and extracting archives
5598 easy, safe, and automatic.")
5599 (license license:lgpl2.1+)))
5600
5601 (define-public tracker
5602 (package
5603 (name "tracker")
5604 (version "1.12.3")
5605 (source (origin
5606 (method url-fetch)
5607 (uri (string-append "mirror://gnome/sources/" name "/"
5608 (version-major+minor version) "/"
5609 name "-" version ".tar.xz"))
5610 (sha256
5611 (base32
5612 "1mpq418lzba7fad0w0m3bnxvz3khf461b5zya8zmq5n1g0w99ki3"))))
5613 (build-system glib-or-gtk-build-system)
5614 (native-inputs
5615 `(("gnome-common" ,gnome-common)
5616 ("gobject-introspection" ,gobject-introspection)
5617 ("intltool" ,intltool)
5618 ("pkg-config" ,pkg-config)
5619 ("vala" ,vala)))
5620 (inputs
5621 `(("gtk+" ,gtk+)
5622 ("dbus" ,dbus)
5623 ("gstreamer" ,gstreamer)
5624 ("gst-plugins-base" ,gst-plugins-base)
5625 ("sqlite" ,sqlite)
5626 ("nettle" ,nettle) ; XXX why is this needed?
5627 ("poppler" ,poppler)
5628 ("libgsf" ,libgsf)
5629 ("libexif" ,libexif)
5630 ("libpng" ,libpng)
5631 ("libtiff" ,libtiff)
5632 ("libvorbis" ,libvorbis)
5633 ("flac" ,flac)
5634 ("totem-pl-parser" ,totem-pl-parser)
5635 ("zlib" ,zlib)
5636 ("exempi" ,exempi)
5637 ("libxml2" ,libxml2)
5638 ("upower" ,upower)
5639 ("libunistring" ,libunistring)
5640 ("giflib" ,giflib)
5641 ("json-glib" ,json-glib)
5642 ("openjpeg" ,openjpeg-1)
5643 ("libosinfo" ,libosinfo)
5644 ("libcue" ,libcue)
5645 ("libseccomp" ,libseccomp)
5646 ("libsoup" ,libsoup)
5647 ("libuuid" ,util-linux)))
5648 (arguments `(#:tests? #f)) ; XXX FIXME enable tests (some fail)
5649 (synopsis "Metadata database, indexer and search tool")
5650 (home-page "https://wiki.gnome.org/Projects/Tracker")
5651 (description
5652 "Tracker is an advanced framework for first class objects with associated
5653 metadata and tags. It provides a one stop solution for all metadata, tags,
5654 shared object databases, search tools and indexing.")
5655 ;; src/libtracker-*/* and src/tracker-extract/* are covered by lgpl2.1+,
5656 ;; src/gvdb/* are covered by lgpl2.0+, and the rest is gpl2+.
5657 (license (list license:gpl2+
5658 license:lgpl2.1+
5659 license:lgpl2.0+))))
5660
5661 (define-public nautilus
5662 (package
5663 (name "nautilus")
5664 (version "3.24.2.1")
5665 (source (origin
5666 (method url-fetch)
5667 (uri (string-append "mirror://gnome/sources/" name "/"
5668 (version-major+minor version) "/"
5669 name "-" version ".tar.xz"))
5670 (sha256
5671 (base32
5672 "1cv138z04qx0fh1a2z2hvxy4p1x15vdv5gmkx5f3hb6c3w2rsz9m"))))
5673 (build-system glib-or-gtk-build-system)
5674 (arguments
5675 '(#:configure-flags
5676 '("--disable-selinux") ; XXX: not packaged
5677 ;; XXX: FAIL: check-nautilus
5678 ;; Settings schema 'org.gnome.nautilus.preferences' is not installed
5679 #:tests? #f))
5680 (native-inputs
5681 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
5682 ("gobject-introspection" ,gobject-introspection)
5683 ("intltool" ,intltool)
5684 ("pkg-config" ,pkg-config)))
5685 (inputs
5686 `(("dconf" ,dconf)
5687 ("gvfs" ,gvfs)
5688 ("exempi" ,exempi)
5689 ("gnome-desktop" ,gnome-desktop)
5690 ("gnome-autoar" ,gnome-autoar)
5691 ("nettle" ,nettle) ; XXX required by libarchive.pc via gnome-autoar
5692 ("tracker" ,tracker)
5693 ;; XXX: gtk+ is required by libnautilus-extension.pc
5694 ;;
5695 ;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta
5696 ;; package. See:
5697 ;; <http://lists.gnu.org/archive/html/guix-devel/2016-03/msg00283.html>.
5698 ("gtk+" ,gtk+)
5699 ("libexif" ,libexif)
5700 ("libxml2" ,libxml2)))
5701 (synopsis "File manager for GNOME")
5702 (home-page "https://wiki.gnome.org/Apps/Nautilus")
5703 (description
5704 "Nautilus (Files) is a file manager designed to fit the GNOME desktop
5705 design and behaviour, giving the user a simple way to navigate and manage its
5706 files.")
5707 (license license:gpl2+)))
5708
5709 (define-public baobab
5710 (package
5711 (name "baobab")
5712 (version "3.24.0")
5713 (source (origin
5714 (method url-fetch)
5715 (uri (string-append
5716 "mirror://gnome/sources/" name "/"
5717 (version-major+minor version) "/"
5718 name "-" version ".tar.xz"))
5719 (sha256
5720 (base32
5721 "0gzwzn8p0agidjq3wnkxcsny6jhqph3yqscqjqd7blgkz5nyk02r"))))
5722 (build-system glib-or-gtk-build-system)
5723 (native-inputs
5724 `(("intltool" ,intltool)
5725 ("pkg-config" ,pkg-config)
5726 ("itstool" ,itstool)
5727 ("xmllint" ,libxml2)
5728 ("glib" ,glib "bin")
5729 ("vala" ,vala)))
5730 (inputs
5731 `(("gtk+" ,gtk+)))
5732 (synopsis "Disk usage analyzer for GNOME")
5733 (description
5734 "Baobab (Disk Usage Analyzer) is a graphical application to analyse disk
5735 usage in the GNOME desktop environment. It can easily scan device volumes or
5736 a specific user-requested directory branch (local or remote). Once the scan
5737 is complete it provides a graphical representation of each selected folder.")
5738 (home-page "https://wiki.gnome.org/Apps/Baobab")
5739 (license license:gpl2+)))
5740
5741 (define-public gnome-backgrounds
5742 (package
5743 (name "gnome-backgrounds")
5744 (version "3.26.2")
5745 (source
5746 (origin
5747 (method url-fetch)
5748 (uri (string-append "mirror://gnome/sources/" name "/"
5749 (version-major+minor version) "/"
5750 name "-" version ".tar.xz"))
5751 (sha256
5752 (base32
5753 "0kzrh5h0cfby3rhsy31d1w1c0rr3wcc845kv6zibqw1x8v9si2rs"))))
5754 (build-system glib-or-gtk-build-system)
5755 (native-inputs
5756 `(("intltool" ,intltool)))
5757 (home-page "https://git.gnome.org/browse/gnome-backgrounds")
5758 (synopsis "Background images for the GNOME desktop")
5759 (description
5760 "GNOME backgrounds package contains a collection of graphics files which
5761 can be used as backgrounds in the GNOME Desktop environment. Additionally,
5762 the package creates the proper framework and directory structure so that you
5763 can add your own files to the collection.")
5764 (license (list license:gpl2+
5765 license:cc-by2.0
5766 license:cc-by-sa2.0
5767 license:cc-by-sa3.0))))
5768
5769 (define-public gnome-screenshot
5770 (package
5771 (name "gnome-screenshot")
5772 (version "3.22.0")
5773 (source
5774 (origin
5775 (method url-fetch)
5776 (uri (string-append "mirror://gnome/sources/" name "/"
5777 (version-major+minor version) "/"
5778 name "-" version ".tar.xz"))
5779 (sha256
5780 (base32
5781 "0c02n1hgv21m4082jx399b1yazsc0cr07ba8k0pv8v3w7i5z21ca"))))
5782 (build-system glib-or-gtk-build-system)
5783 (native-inputs
5784 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5785 ("intltool" ,intltool)
5786 ("pkg-config" ,pkg-config)))
5787 (inputs
5788 `(("gtk+" ,gtk+)
5789 ("libcanberra" ,libcanberra)
5790 ("libx11" ,libx11)
5791 ("libxext" ,libxext)))
5792 (home-page "https://git.gnome.org/browse/gnome-screenshot")
5793 (synopsis "Take pictures of your screen")
5794 (description
5795 "GNOME Screenshot is a utility used for taking screenshots of the entire
5796 screen, a window or a user defined area of the screen, with optional
5797 beautifying border effects.")
5798 (license license:gpl2+)))
5799
5800 (define-public dconf-editor
5801 (package
5802 (name "dconf-editor")
5803 (version "3.26.1")
5804 (source
5805 (origin
5806 (method url-fetch)
5807 (uri (string-append "mirror://gnome/sources/" name "/"
5808 (version-major+minor version) "/"
5809 name "-" version ".tar.xz"))
5810 (sha256
5811 (base32
5812 "0agay5zbhjbfznlwk7n3gg5cn0c7ih4vnmah6kb6m969li120cs9"))))
5813 (build-system glib-or-gtk-build-system)
5814 (arguments
5815 '(#:phases
5816 (modify-phases %standard-phases
5817 (add-before 'install 'skip-gtk-update-icon-cache
5818 (lambda _
5819 ;; Don't create 'icon-theme.cache'.
5820 (substitute* "editor/Makefile"
5821 (("gtk-update-icon-cache") "true"))
5822 #t)))))
5823 (native-inputs
5824 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
5825 ("intltool" ,intltool)
5826 ("pkg-config" ,pkg-config)))
5827 (inputs
5828 `(("dconf" ,dconf)
5829 ("gtk+" ,gtk+)
5830 ("libxml2" ,libxml2)))
5831 (home-page "https://git.gnome.org/browse/dconf-editor")
5832 (synopsis "Graphical editor for GNOME's dconf configuration system")
5833 (description
5834 "Dconf-editor is a graphical tool for browsing and editing the dconf
5835 configuration system for GNOME. It allows users to configure desktop
5836 software that do not provide their own configuration interface.")
5837 (license license:lgpl2.1+)))
5838
5839 (define-public gnome-default-applications
5840 (package
5841 (name "gnome-default-applications")
5842 (version "0")
5843 (build-system trivial-build-system)
5844 (source #f)
5845 (propagated-inputs
5846 `(("nautilus" ,nautilus)))
5847 (arguments
5848 `(#:modules ((guix build utils))
5849 #:builder
5850 (begin
5851 (use-modules (guix build utils))
5852 (let* ((out (assoc-ref %outputs "out"))
5853 (apps (string-append out "/share/applications")))
5854 (mkdir-p apps)
5855 (call-with-output-file (string-append apps "/defaults.list")
5856 (lambda (port)
5857 (format port "[Default Applications]\n")
5858 (format port "inode/directory=org.gnome.Nautilus.desktop\n")))
5859 #t))))
5860 (synopsis "Default MIME type associations for the GNOME desktop")
5861 (description
5862 "Given many installed packages which might handle a given MIME type, a
5863 user running the GNOME desktop probably has some preferences: for example,
5864 that folders be opened by default by the Nautilus file manager, not the Baobab
5865 disk usage analyzer. This package establishes that set of default MIME type
5866 associations for GNOME.")
5867 (license license:gpl3+)
5868 (home-page #f)))
5869
5870 (define-public gnome
5871 (package
5872 (name "gnome")
5873 (version (package-version gnome-shell))
5874 (source #f)
5875 (build-system trivial-build-system)
5876 (arguments '(#:builder (mkdir %output)))
5877 (propagated-inputs
5878 ;; TODO: Add more packages according to:
5879 ;; <https://packages.debian.org/jessie/gnome-core>.
5880 `(("adwaita-icon-theme" ,adwaita-icon-theme)
5881 ("baobab" ,baobab)
5882 ("font-cantarell" ,font-cantarell)
5883 ("font-dejavu" ,font-dejavu)
5884 ("at-spi2-core" ,at-spi2-core)
5885 ("dbus" ,dbus)
5886 ("dconf" ,dconf)
5887 ("desktop-file-utils" ,desktop-file-utils)
5888 ("eog" ,eog)
5889 ("epiphany" ,epiphany)
5890 ("evince" ,evince)
5891 ("file-roller" ,file-roller)
5892 ("gedit" ,gedit)
5893 ("glib-networking" ,glib-networking)
5894 ("gnome-backgrounds" ,gnome-backgrounds)
5895 ("gnome-bluetooth" ,gnome-bluetooth)
5896 ("gnome-calculator" ,gnome-calculator)
5897 ("gnome-control-center" ,gnome-control-center)
5898 ("gnome-disk-utility" ,gnome-disk-utility)
5899 ("gnome-default-applications" ,gnome-default-applications)
5900 ("gnome-keyring" ,gnome-keyring)
5901 ("gnome-online-accounts" ,gnome-online-accounts)
5902 ("gnome-session" ,gnome-session)
5903 ("gnome-settings-daemon" ,gnome-settings-daemon)
5904 ("gnome-shell" ,gnome-shell)
5905 ("gnome-system-monitor" ,gnome-system-monitor)
5906 ("gnome-terminal" ,gnome-terminal)
5907 ("gnome-themes-standard" ,gnome-themes-standard)
5908 ("gst-plugins-base" ,gst-plugins-base)
5909 ("gst-plugins-good" ,gst-plugins-good)
5910 ("gucharmap" ,gucharmap)
5911 ("gvfs" ,gvfs)
5912 ("hicolor-icon-theme" ,hicolor-icon-theme)
5913 ("nautilus" ,nautilus)
5914 ("pinentry-gnome3" ,pinentry-gnome3)
5915 ("pulseaudio" ,pulseaudio)
5916 ("shared-mime-info" ,shared-mime-info)
5917 ("totem" ,totem)
5918 ("xdg-user-dirs" ,xdg-user-dirs)
5919 ("yelp" ,yelp)
5920 ("zenity" ,zenity)))
5921 (synopsis "The GNU desktop environment")
5922 (home-page "https://www.gnome.org/")
5923 (description
5924 "GNOME is the graphical desktop for GNU. It includes a wide variety of
5925 applications for browsing the web, editing text and images, creating
5926 documents and diagrams, playing media, scanning, and much more.")
5927 (license license:gpl2+)))
5928
5929 (define-public byzanz
5930 ;; The last stable release of Byzanz was in 2011, but there have been many
5931 ;; useful commits made to the Byzanz repository since then that it would be
5932 ;; silly to use such an old release.
5933 (let ((commit "f7af3a5bd252db84af8365bd059c117a7aa5c4af"))
5934 (package
5935 (name "byzanz")
5936 (version (string-append "0.2-1." (string-take commit 7)))
5937 (source (origin
5938 (method git-fetch)
5939 (uri (git-reference
5940 (url "https://git.gnome.org/browse/byzanz")
5941 (commit commit)))
5942 (file-name (string-append name "-" version "-checkout"))
5943 (sha256
5944 (base32
5945 "1l60myzxf9cav27v5v3nsijlslz9r7ip6d5kiirfpkf9k0w26hz3"))))
5946 (build-system glib-or-gtk-build-system)
5947 (arguments
5948 '(#:phases
5949 (modify-phases %standard-phases
5950 (add-after 'unpack 'bootstrap
5951 (lambda _
5952 ;; The build system cleverly detects that we're not building from
5953 ;; a release tarball and turns on -Werror for GCC.
5954 ;; Unsurprisingly, there is a warning during compilation that
5955 ;; causes the build to fail unnecessarily, so we remove the flag.
5956 (substitute* '("configure.ac")
5957 (("-Werror") ""))
5958 ;; The autogen.sh script in gnome-common will run ./configure
5959 ;; by default, which is problematic because source shebangs
5960 ;; have not yet been patched.
5961 (setenv "NOCONFIGURE" "t")
5962 (zero? (system* "sh" "autogen.sh")))))))
5963 (native-inputs
5964 `(("autoconf" ,autoconf)
5965 ("automake" ,automake)
5966 ("gnome-common" ,gnome-common)
5967 ("intltool" ,intltool)
5968 ("libtool" ,libtool)
5969 ("pkg-config" ,pkg-config)
5970 ("which" ,which)))
5971 (inputs
5972 `(("glib" ,glib)
5973 ("gstreamer" ,gstreamer)
5974 ("gst-plugins-base" ,gst-plugins-base)
5975 ("gtk+" ,gtk+)))
5976 (synopsis "Desktop recording program")
5977 (description "Byzanz is a simple desktop recording program with a
5978 command-line interface. It can record part or all of an X display for a
5979 specified duration and save it as a GIF encoded animated image file.")
5980 (home-page "https://git.gnome.org/browse/byzanz")
5981 (license license:gpl2+))))
5982
5983 (define-public gsound
5984 (package
5985 (name "gsound")
5986 (version "1.0.2")
5987 (source (origin
5988 (method url-fetch)
5989 (uri (string-append "mirror://gnome/sources/" name "/"
5990 (version-major+minor version) "/"
5991 name "-" version ".tar.xz"))
5992 (sha256
5993 (base32
5994 "0lwfwx2c99qrp08pfaj59pks5dphsnxjgrxyadz065d8xqqgza5v"))))
5995 (build-system glib-or-gtk-build-system)
5996 (native-inputs
5997 `(("pkg-config" ,pkg-config)
5998 ("gobject-introspection" ,gobject-introspection)
5999 ("vala" ,vala)))
6000 (inputs
6001 `(("glib" ,glib)
6002 ("libcanberra" ,libcanberra)))
6003 (home-page "https://wiki.gnome.org/Projects/GSound")
6004 (synopsis "GObject wrapper for libcanberra")
6005 (description
6006 "GSound is a small library for playing system sounds. It's designed to be
6007 used via GObject Introspection, and is a thin wrapper around the libcanberra C
6008 library.")
6009 (license license:lgpl2.1+)))
6010
6011 (define-public libzapojit
6012 (package
6013 (name "libzapojit")
6014 (version "0.0.3")
6015 (source (origin
6016 (method url-fetch)
6017 (uri (string-append "mirror://gnome/sources/" name "/"
6018 (version-major+minor version) "/"
6019 name "-" version ".tar.xz"))
6020 (sha256
6021 (base32
6022 "0zn3s7ryjc3k1abj4k55dr2na844l451nrg9s6cvnnhh569zj99x"))))
6023 (build-system gnu-build-system)
6024 (native-inputs
6025 `(("gobject-introspection" ,gobject-introspection)
6026 ("intltool" ,intltool)
6027 ("pkg-config" ,pkg-config)))
6028 (inputs
6029 `(("gnome-online-accounts" ,gnome-online-accounts)
6030 ("json-glib" ,json-glib)
6031 ("rest" ,rest)))
6032 (home-page "https://wiki.gnome.org/Projects/Zapojit")
6033 (synopsis "Library for accessing SkyDrive and Hotmail")
6034 (description
6035 "Libzapojit is a GLib-based library for accessing online service APIs of
6036 Microsoft SkyDrive and Hotmail, using their REST protocols.")
6037 (license license:lgpl2.1+)))
6038
6039 (define-public gnome-clocks
6040 (package
6041 (name "gnome-clocks")
6042 (version "3.26.0")
6043 (source (origin
6044 (method url-fetch)
6045 (uri (string-append "mirror://gnome/sources/" name "/"
6046 (version-major+minor version) "/"
6047 name "-" version ".tar.xz"))
6048 (sha256
6049 (base32
6050 "00a5bqi1hbyb9kbl4p393l1g6rddl2y6ljxjby9c5j3k1qka0c0g"))))
6051 (build-system meson-build-system)
6052 (arguments
6053 '(#:glib-or-gtk? #t))
6054 (native-inputs
6055 `(("vala" ,vala)
6056 ("pkg-config" ,pkg-config)
6057 ("glib" ,glib "bin") ; for glib-compile-resources
6058 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
6059 ("desktop-file-utils" ,desktop-file-utils)
6060 ("gettext" ,gettext-minimal)
6061 ("itstool" ,itstool)))
6062 (inputs
6063 `(("glib" ,glib)
6064 ("gtk+" ,gtk+)
6065 ("gsound" ,gsound)
6066 ("geoclue" ,geoclue)
6067 ("geocode-glib" ,geocode-glib)
6068 ("libgweather" ,libgweather)
6069 ("gnome-desktop" ,gnome-desktop)))
6070 (home-page "https://wiki.gnome.org/Apps/Clocks")
6071 (synopsis "GNOME's clock application")
6072 (description
6073 "GNOME Clocks is a simple clocks application designed to fit the GNOME
6074 desktop. It supports world clock, stop watch, alarms, and count down timer.")
6075 (license license:gpl3+)))
6076
6077 (define-public gnome-calendar
6078 (package
6079 (name "gnome-calendar")
6080 (version "3.26.2")
6081 (source (origin
6082 (method url-fetch)
6083 (uri (string-append "mirror://gnome/sources/" name "/"
6084 (version-major+minor version) "/"
6085 name "-" version ".tar.xz"))
6086 (sha256
6087 (base32
6088 "03n51mvlc0vabr1rx9577z927icl3mrxrrv8zckfjav6p4vwg8hr"))))
6089 (build-system meson-build-system)
6090 (arguments
6091 '(#:glib-or-gtk? #t
6092 ;; gnome-calendar has to be installed before the tests can be run
6093 ;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
6094 #:tests? #f))
6095 (native-inputs
6096 `(("gettext" ,gettext-minimal)
6097 ("glib-bin" ,glib "bin") ; For glib-compile-schemas
6098 ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
6099 ("pkg-config" ,pkg-config)))
6100 (inputs
6101 `(("evolution-data-server" ,evolution-data-server)
6102 ("gnome-online-accounts" ,gnome-online-accounts)
6103 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
6104 (home-page "https://wiki.gnome.org/Apps/Calendar")
6105 (synopsis "GNOME's calendar application")
6106 (description
6107 "GNOME Calendar is a simple calendar application designed to fit the GNOME
6108 desktop. It supports multiple calendars, month, week and year view.")
6109 (license license:gpl3+)))
6110
6111 (define-public gnome-todo
6112 (package
6113 (name "gnome-todo")
6114 (version "3.26.1")
6115 (source (origin
6116 (method url-fetch)
6117 (uri (string-append "mirror://gnome/sources/" name "/"
6118 (version-major+minor version) "/"
6119 name "-" version ".tar.xz"))
6120 (sha256
6121 (base32
6122 "13if2lg4r65v3z7h5y57qv4iqz9ihjaml8bzvvihha7dffyr1lz4"))))
6123 (build-system meson-build-system)
6124 (arguments
6125 '(#:glib-or-gtk? #t
6126 #:phases (modify-phases %standard-phases
6127 (add-after
6128 'install 'wrap-gnome-todo
6129 (lambda* (#:key inputs outputs #:allow-other-keys)
6130 (let ((out (assoc-ref outputs "out"))
6131 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
6132 (python-path (getenv "PYTHONPATH")))
6133 (wrap-program (string-append out "/bin/gnome-todo")
6134 ;; XXX: gi plugins are broken.
6135 ;; See https://bugzilla.gnome.org/show_bug.cgi?id=787212
6136 ;; For plugins.
6137 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
6138 `("PYTHONPATH" ":" prefix (,python-path))))
6139 #t)))))
6140 (native-inputs
6141 `(("gettext" ,gettext-minimal)
6142 ("gobject-introspection" ,gobject-introspection)
6143 ("glib:bin" ,glib "bin") ; For glib-compile-resources
6144 ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
6145 ("pkg-config" ,pkg-config)))
6146 (inputs
6147 `(("rest" ,rest) ; For Todoist plugin
6148 ("json-glib" ,json-glib) ; For Todoist plugin
6149 ("libical" ,libical)
6150 ("libpeas" ,libpeas)
6151 ("python-pygobject" ,python-pygobject)
6152 ("evolution-data-server" ,evolution-data-server)
6153 ("gnome-online-accounts" ,gnome-online-accounts)
6154 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
6155 (home-page "https://wiki.gnome.org/Apps/Todo")
6156 (synopsis "GNOME's ToDo Application")
6157 (description
6158 "GNOME To Do is a simplistic personal task manager designed to perfectly
6159 fit the GNOME desktop.")
6160 (license license:gpl3+)))
6161
6162 (define-public gnome-dictionary
6163 (package
6164 (name "gnome-dictionary")
6165 (version "3.24.0")
6166 (source (origin
6167 (method url-fetch)
6168 (uri (string-append "mirror://gnome/sources/" name "/"
6169 (version-major+minor version) "/"
6170 name "-" version ".tar.xz"))
6171 (sha256
6172 (base32
6173 "1wnrpg8yndacq0xnzc84d519yp7f28brzklm3a48xcgs1i50drs1"))))
6174 (build-system glib-or-gtk-build-system)
6175 (native-inputs
6176 `(("glib:bin" ,glib "bin")
6177 ("gobject-introspection" ,gobject-introspection)
6178 ("intltool" ,intltool)
6179 ("itstool" ,itstool)
6180 ("pkg-config" ,pkg-config)
6181 ("xmllint" ,libxml2)))
6182 (inputs
6183 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6184 ("gtk+" ,gtk+)))
6185 (home-page "https://wiki.gnome.org/Apps/Dictionary")
6186 (synopsis "Look up words in dictionary sources")
6187 (description
6188 "GNOME Dictionary can look for the definition or translation of a word in
6189 existing databases over the internet.")
6190 (license license:gpl3+)))
6191
6192 (define-public gnome-tweak-tool
6193 (package
6194 (name "gnome-tweak-tool")
6195 (version "3.24.1")
6196 (source (origin
6197 (method url-fetch)
6198 (uri (string-append "mirror://gnome/sources/gnome-tweak-tool/"
6199 (version-major+minor version) "/"
6200 "gnome-tweak-tool-" version ".tar.xz"))
6201 (patches (list
6202 (search-patch "gnome-tweak-tool-search-paths.patch")))
6203 (sha256
6204 (base32
6205 "0rgmm7n6jwc5hz64sprm4jxnky62hw839a7r18rn1mj884vnn8hr"))))
6206 (build-system glib-or-gtk-build-system)
6207 (arguments
6208 `(#:configure-flags '("--localstatedir=/tmp"
6209 "--sysconfdir=/tmp")
6210 #:imported-modules ((guix build python-build-system)
6211 ,@%glib-or-gtk-build-system-modules)
6212 #:phases (modify-phases %standard-phases
6213 (add-after 'install 'wrap-program
6214 (lambda* (#:key outputs #:allow-other-keys)
6215 (let ((out (assoc-ref outputs "out"))
6216 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
6217 (wrap-program (string-append out "/bin/gnome-tweak-tool")
6218 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
6219 #t))
6220 (add-after 'install 'wrap
6221 (@@ (guix build python-build-system) wrap)))))
6222 (native-inputs
6223 `(("intltool" ,intltool)
6224 ("pkg-config" ,pkg-config)))
6225 (inputs
6226 `(("python" ,python-2)
6227 ("python2-pygobject" ,python2-pygobject)
6228 ("gnome-desktop" ,gnome-desktop)
6229 ("libsoup" ,libsoup)
6230 ("libnotify" ,libnotify)
6231 ("gobject-introspection" ,gobject-introspection)
6232 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6233 ("gtk+" ,gtk+)))
6234 (synopsis "Customize advanced GNOME 3 options")
6235 (home-page "https://wiki.gnome.org/action/show/Apps/GnomeTweakTool")
6236 (description
6237 "GNOME Tweak Tool allows adjusting advanced configuration settings in
6238 GNOME 3. This includes things like the fonts used in user interface elements,
6239 alternative user interface themes, changes in window management behavior,
6240 GNOME Shell appearance and extension, etc.")
6241 (license license:gpl3+)))
6242
6243 (define-public gnome-shell-extensions
6244 (package
6245 (name "gnome-shell-extensions")
6246 (version "3.24.3")
6247 (source (origin
6248 (method url-fetch)
6249 (uri (string-append "mirror://gnome/sources/" name "/"
6250 (version-major+minor version) "/"
6251 name "-" version ".tar.xz"))
6252 (sha256
6253 (base32
6254 "0y8anpp9ymp0lxn15w63ra6zxxf8nvbl48xqkvqdjzida73fyz9w"))))
6255 (build-system gnu-build-system)
6256 (arguments
6257 '(#:configure-flags '("--enable-extensions=all")))
6258 (native-inputs
6259 `(("intltool" ,intltool)
6260 ("pkg-config" ,pkg-config)))
6261 (propagated-inputs
6262 `(("glib" ,glib)
6263 ("glib" ,glib "bin")))
6264 (synopsis "Extensions for GNOME Shell")
6265 (description "GNOME Shell extensions modify and extend GNOME Shell
6266 functionality and behavior.")
6267 (home-page "https://extensions.gnome.org/")
6268 (license license:gpl3+)))
6269
6270 (define-public arc-theme
6271 (package
6272 (name "arc-theme")
6273 (version "20170302")
6274 (source (origin
6275 (method url-fetch)
6276 (uri (string-append "https://github.com/horst3180/arc-theme"
6277 "/archive/" version ".tar.gz"))
6278 (file-name (string-append name "-" version ".tar.gz"))
6279 (sha256
6280 (base32
6281 "0igxpngnkf1wpsg872a9jg3c9f5z8afm312yfbillz16mk8w39cw"))))
6282 (build-system gnu-build-system)
6283 (arguments
6284 '(#:phases
6285 (modify-phases %standard-phases
6286 (add-after 'unpack 'bootstrap
6287 (lambda _
6288 (zero? (system* "autoreconf" "-vif")))))))
6289 (native-inputs
6290 `(("autoconf" ,autoconf)
6291 ("automake" ,automake)
6292 ("pkg-config" ,pkg-config)))
6293 (inputs
6294 `(("gtk+" ,gtk+)))
6295 (synopsis "A flat GTK+ theme with transparent elements")
6296 (description "Arc is a flat theme with transparent elements for GTK 3, GTK
6297 2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments
6298 like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
6299 (home-page "https://github.com/horst3180/arc-theme")
6300 ;; No "or later" language found.
6301 (license license:gpl3)))
6302
6303 (define-public moka-icon-theme
6304 (package
6305 (name "moka-icon-theme")
6306 (version "5.3.6")
6307 (source (origin
6308 (method url-fetch)
6309 (uri (string-append "https://github.com/moka-project"
6310 "/moka-icon-theme/archive/v"
6311 version ".tar.gz"))
6312 (file-name (string-append name "-" version ".tar.gz"))
6313 (sha256
6314 (base32
6315 "04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37"))))
6316 (build-system gnu-build-system)
6317 (arguments
6318 '(#:phases
6319 (modify-phases %standard-phases
6320 (add-after 'unpack 'patch-makefile.am
6321 (lambda _
6322 (substitute* '("Makefile.am")
6323 (("\\$\\(DESTDIR\\)/usr/share")
6324 "$(datadir)"))
6325 #t))
6326 (add-after 'patch-makefile.am 'bootstrap
6327 (lambda _
6328 (zero? (system* "autoreconf" "-vif")))))))
6329 (native-inputs
6330 `(("autoconf" ,autoconf)
6331 ("automake" ,automake)))
6332 (synopsis "Moka icon theme")
6333 (description "Moka is a stylized desktop icon set, designed to be clear,
6334 simple and consistent.")
6335 (home-page "http://snwh.org/moka")
6336 (license license:gpl3+)))
6337
6338 (define-public arc-icon-theme
6339 (package
6340 (name "arc-icon-theme")
6341 (version "20161122")
6342 (source (origin
6343 (method url-fetch)
6344 (uri (string-append "https://github.com/horst3180/arc-icon-theme"
6345 "/archive/" version ".tar.gz"))
6346 (file-name (string-append name "-" version ".tar.gz"))
6347 (sha256
6348 (base32
6349 "1ya1cqvv8q847c0rpcg6apzky87q3h04y8jz5nmi52qk6kg8si0b"))))
6350 (build-system gnu-build-system)
6351 (arguments
6352 '(#:phases
6353 (modify-phases %standard-phases
6354 (add-after 'unpack 'bootstrap
6355 (lambda _
6356 (zero? (system* "autoreconf" "-vif")))))))
6357 (native-inputs
6358 `(("autoconf" ,autoconf)
6359 ("automake" ,automake)))
6360 ;; When Arc is missing an icon, it looks in the Moka icon theme for it.
6361 (propagated-inputs
6362 `(("moka-icon-theme" ,moka-icon-theme)))
6363 (synopsis "Arc icon theme")
6364 (description "The Arc icon theme provides a set of icons matching the
6365 style of the Arc GTK theme. Icons missing from the Arc theme are provided by
6366 the Moka icon theme.")
6367 (home-page "https://github.com/horst3180/arc-icon-theme")
6368 (license license:gpl3+)))
6369
6370 (define-public folks
6371 (package
6372 (name "folks")
6373 (version "0.11.2")
6374 (source (origin
6375 (method url-fetch)
6376 (uri (string-append
6377 "mirror://gnome/sources/" name "/"
6378 (version-major+minor version) "/"
6379 name "-" version ".tar.xz"))
6380 (sha256
6381 (base32
6382 "1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))
6383 (build-system glib-or-gtk-build-system)
6384 (inputs
6385 `(("bdb" ,bdb)
6386 ("dbus-glib" ,dbus-glib)
6387 ("evolution-data-server" ,evolution-data-server)
6388 ("glib" ,glib)
6389 ("libgee" ,libgee)
6390 ("telepathy-glib" ,telepathy-glib)))
6391 (native-inputs
6392 `(("gobject-introspection" ,gobject-introspection)
6393 ("intltool" ,intltool)
6394 ("pkg-config" ,pkg-config)
6395 ("vala" ,vala)))
6396 (synopsis "Library to aggregate data about people")
6397 (description "Libfolks is a library that aggregates information about people
6398 from multiple sources (e.g., Telepathy connection managers for IM contacts,
6399 Evolution Data Server for local contacts, libsocialweb for web service contacts,
6400 etc.) to create metacontacts. It's written in Vala, which generates C code when
6401 compiled.")
6402 (home-page "https://wiki.gnome.org/Projects/Folks")
6403 (license license:lgpl2.1+)))
6404
6405 (define-public gfbgraph
6406 (package
6407 (name "gfbgraph")
6408 (version "0.2.3")
6409 (source (origin
6410 (method url-fetch)
6411 (uri (string-append
6412 "mirror://gnome/sources/" name "/"
6413 (version-major+minor version) "/"
6414 name "-" version ".tar.xz"))
6415 (sha256
6416 (base32
6417 "1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))
6418 (build-system glib-or-gtk-build-system)
6419 (arguments
6420 `(#:tests? #f ; Tests appear to require the network.
6421 ;; FIXME --enable-gtk-doc fails even with gtk-doc as a native-input.
6422 #:configure-flags '("--disable-gtk-doc"
6423 "--disable-static"
6424 "--enable-introspection")))
6425 (native-inputs
6426 `(("pkg-config" ,pkg-config)
6427 ("gobject-introspection" ,gobject-introspection)))
6428 (inputs
6429 `(("json-glib" ,json-glib)
6430 ("gnome-online-accounts" ,gnome-online-accounts)
6431 ("rest" ,rest)))
6432 (synopsis "GLib/GObject wrapper for the Facebook API")
6433 (description "This library allows you to use the Facebook API from
6434 GLib/GObject code.")
6435 (home-page "https://wiki.gnome.org/Projects/GFBGraph")
6436 (license license:lgpl2.1+)))
6437
6438 (define-public libgnomekbd
6439 (package
6440 (name "libgnomekbd")
6441 (version "3.22.0.1")
6442 (source (origin
6443 (method url-fetch)
6444 (uri (string-append "mirror://gnome/sources/" name "/"
6445 (version-major+minor version) "/"
6446 name "-" version ".tar.xz"))
6447 (sha256
6448 (base32
6449 "1plkkack6s8b21gcmmly0lapgcjz53dmw2vixnn4rw4jxjwbdzaf"))))
6450 (build-system gnu-build-system)
6451 (native-inputs
6452 `(("pkg-config" ,pkg-config)
6453 ("glib" ,glib "bin")
6454 ("intltool" ,intltool)))
6455 (propagated-inputs
6456 ;; Referred to in .h files and .pc.
6457 `(("glib" ,glib)
6458 ("gtk+" ,gtk+)
6459 ("libxklavier" ,libxklavier)))
6460 (home-page "https://www.gnome.org")
6461 (synopsis "GNOME keyboard configuration library")
6462 (description
6463 "Libgnomekbd is a keyboard configuration library for the GNOME desktop
6464 environment, which can notably display keyboard layouts.")
6465 (license license:lgpl2.0+)))
6466
6467 ;;; This package is no longer maintained:
6468 ;;; https://wiki.gnome.org/Attic/LibUnique
6469 ;;; "Unique is now in maintenance mode, and its usage is strongly discouraged.
6470 ;;; Applications should use the GtkApplication class provided by GTK+ 3.0."
6471 (define-public libunique
6472 (package
6473 (name "libunique")
6474 (version "3.0.2")
6475 (source (origin
6476 (method url-fetch)
6477 (uri (string-append "mirror://gnome/sources/" name "/"
6478 (version-major+minor version) "/"
6479 name "-" version ".tar.xz"))
6480 (sha256
6481 (base32
6482 "0f70lkw66v9cj72q0iw1s2546r6bwwcd8idcm3621fg2fgh2rw58"))))
6483 (build-system glib-or-gtk-build-system)
6484 (arguments
6485 `(#:configure-flags '("--disable-static"
6486 "--disable-dbus" ; use gdbus
6487 "--enable-introspection")))
6488 (native-inputs
6489 `(("pkg-config" ,pkg-config)
6490 ("gobject-introspection" ,gobject-introspection)
6491 ("glib:bin" ,glib "bin")
6492 ("gtk-doc" ,gtk-doc)))
6493 (propagated-inputs
6494 ;; Referred to in .h files and .pc.
6495 `(("gtk+" ,gtk+)))
6496 (home-page "https://wiki.gnome.org/Attic/LibUnique")
6497 (synopsis "Library for writing single instance applications")
6498 (description
6499 "Libunique is a library for writing single instance applications. If you
6500 launch a single instance application twice, the second instance will either just
6501 quit or will send a message to the running instance. Libunique makes it easy to
6502 write this kind of application, by providing a base class, taking care of all
6503 the IPC machinery needed to send messages to a running instance, and also
6504 handling the startup notification side.")
6505 (license license:lgpl2.1+)))
6506
6507 (define-public gnome-calculator
6508 (package
6509 (name "gnome-calculator")
6510 (version "3.24.0")
6511 (source
6512 (origin
6513 (method url-fetch)
6514 (uri (string-append "mirror://gnome/sources/" name "/"
6515 (version-major+minor version) "/"
6516 name "-" version ".tar.xz"))
6517 (sha256
6518 (base32
6519 "041d40as8y0r5d0kk83dy842711zchydwwqh71kh1lpd373qlxa4"))))
6520 (build-system glib-or-gtk-build-system)
6521 (native-inputs
6522 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
6523 ("intltool" ,intltool)
6524 ("itstool" ,itstool)
6525 ("pkg-config" ,pkg-config)))
6526 (inputs
6527 `(("gtksourceview" ,gtksourceview)
6528 ("libsoup" ,libsoup)
6529 ("mpc" ,mpc)
6530 ("mpfr" ,mpfr)))
6531 (home-page "https://wiki.gnome.org/Apps/Calculator")
6532 (synopsis "Desktop calculator")
6533 (description
6534 "Calculator is an application that solves mathematical equations and
6535 is suitable as a default application in a Desktop environment.")
6536 (license license:gpl3)))
6537
6538 (define-public xpad
6539 (package
6540 (name "xpad")
6541 (version "4.8.0")
6542 (source
6543 (origin
6544 (method url-fetch)
6545 (uri (string-append "https://launchpad.net/xpad/trunk/4.8.0/+download/"
6546 name "-" version ".tar.bz2"))
6547 (sha256
6548 (base32
6549 "17f915yyvfa2fsavq6wh0q0dfhib28b4k1gc0292b9xdlrvy7f22"))))
6550 (build-system gnu-build-system)
6551 (native-inputs
6552 `(("intltool" ,intltool)
6553 ("pkg-config" ,pkg-config)))
6554 (inputs
6555 `(("gtk+" ,gtk+)
6556 ("gtksourceview" ,gtksourceview)
6557 ("libsm" ,libsm)))
6558 (home-page "https://wiki.gnome.org/Apps/Xpad")
6559 (synopsis "Virtual sticky note")
6560 (description
6561 "Xpad is a sticky note that strives to be simple, fault tolerant,
6562 and customizable. Xpad consists of independent pad windows, each is
6563 basically a text box in which notes can be written.")
6564 (license license:gpl3+)))
6565
6566 (define-public gucharmap
6567 (package
6568 (name "gucharmap")
6569 (version "3.18.0")
6570 (source
6571 (origin
6572 (method url-fetch)
6573 (uri (string-append "mirror://gnome/sources/" name "/"
6574 (version-major+minor version) "/"
6575 name "-" version ".tar.xz"))
6576 (sha256
6577 (base32
6578 "0c1q9w5vql0vvg6g0knxfnv4ap19fg5cdrwndi1cj9lsym92c78j"))))
6579 (build-system gnu-build-system)
6580 (native-inputs
6581 `(("desktop-file-utils" ,desktop-file-utils)
6582 ("glib:bin" ,glib "bin") ; for glib-compile-resources.
6583 ("gobject-introspection" ,gobject-introspection)
6584 ("intltool" ,intltool)
6585 ("itstool" ,itstool)
6586 ("pkg-config" ,pkg-config)))
6587 (inputs
6588 `(("gtk+" ,gtk+)
6589 ("xmllint" ,libxml2)))
6590 (home-page "https://wiki.gnome.org/Apps/Gucharmap")
6591 (synopsis "Unicode character picker and font browser")
6592 (description
6593 "This program allows you to browse through all the available Unicode
6594 characters and categories for the installed fonts, and to examine their
6595 detailed properties. It is an easy way to find the character you might
6596 only know by its Unicode name or code point.")
6597 (license license:gpl3+)))
6598
6599 (define-public bluefish
6600 (package
6601 (name "bluefish")
6602 (version "2.2.10")
6603 (source
6604 (origin
6605 (method url-fetch)
6606 (uri (string-append "http://www.bennewitz.com/bluefish/stable/source/"
6607 name "-" version ".tar.gz"))
6608 (sha256
6609 (base32
6610 "1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))
6611 (build-system gnu-build-system)
6612 (native-inputs
6613 `(("desktop-file-utils" ,desktop-file-utils)
6614 ("intltool" ,intltool)
6615 ("pkg-config" ,pkg-config)))
6616 (inputs
6617 `(("enchant" ,enchant)
6618 ("gtk+" ,gtk+)
6619 ("python" ,python-2)
6620 ("xmllint" ,libxml2)
6621 ("gucharmap" ,gucharmap)))
6622 (home-page "http://bluefish.openoffice.nl")
6623 (synopsis "Web development studio")
6624 (description
6625 "Bluefish is an editor targeted towards programmers and web developers,
6626 with many options to write web sites, scripts and other code.
6627 Bluefish supports many programming and markup languages.")
6628 (license license:gpl3+)))
6629
6630 (define-public gnome-system-monitor
6631 (package
6632 (name "gnome-system-monitor")
6633 (version "3.24.0")
6634 (source
6635 (origin
6636 (method url-fetch)
6637 (uri (string-append "mirror://gnome/sources/" name "/"
6638 (version-major+minor version) "/"
6639 name "-" version ".tar.xz"))
6640 (sha256
6641 (base32
6642 "1x3343hchkllj8wyifk844v8psi45kyjhphyd03fzahi4h34aay3"))))
6643 (build-system glib-or-gtk-build-system)
6644 (native-inputs
6645 `(("glib:bin" ,glib "bin") ; for glib-mkenums.
6646 ("intltool" ,intltool)
6647 ("itstool" ,itstool)
6648 ("libgtop" ,libgtop)
6649 ("pkg-config" ,pkg-config)))
6650 (inputs
6651 `(("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files.
6652 ("gtk+" ,gtk+)
6653 ("gtkmm" ,gtkmm)
6654 ("librsvg" ,librsvg)
6655 ("libxml2" ,libxml2)))
6656 (home-page "https://wiki.gnome.org/Apps/SystemMonitor")
6657 (synopsis "Process viewer and system resource monitor for GNOME")
6658 (description
6659 "GNOME System Monitor is a GNOME process viewer and system monitor with
6660 an attractive, easy-to-use interface. It has features, such as a tree view
6661 for process dependencies, icons for processes, the ability to hide processes,
6662 graphical time histories of CPU/memory/swap usage and the ability to
6663 kill/reinice processes.")
6664 (license license:gpl2+)))
6665
6666 (define-public python-pyatspi
6667 (package
6668 (name "python-pyatspi")
6669 (version "2.24.0")
6670 (source (origin
6671 (method url-fetch)
6672 (uri (string-append
6673 "mirror://gnome/sources/pyatspi/"
6674 (version-major+minor version)
6675 "/pyatspi-" version ".tar.xz"))
6676 (sha256
6677 (base32
6678 "14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7"))))
6679 (build-system gnu-build-system)
6680 (native-inputs
6681 `(("pkg-config" ,pkg-config)))
6682 (inputs
6683 `(("python" ,python)
6684 ("python-pygobject" ,python-pygobject)))
6685 (synopsis "Python client bindings for D-Bus AT-SPI")
6686 (home-page "https://wiki.linuxfoundation.org/accessibility\
6687 /atk/at-spi/at-spi_on_d-bus")
6688 (description
6689 "This package includes a python client library for the AT-SPI D-Bus
6690 accessibility infrastructure.")
6691 (license license:lgpl2.0)
6692 (properties '((upstream-name . "pyatspi")))))
6693
6694 (define-public orca
6695 (package
6696 (name "orca")
6697 (version "3.26.0")
6698 (source (origin
6699 (method url-fetch)
6700 (uri (string-append
6701 "mirror://gnome/sources/" name "/"
6702 (version-major+minor version) "/"
6703 name "-" version ".tar.xz"))
6704 (sha256
6705 (base32
6706 "0xk5k9cbswymma60nrfj00dl97wypx59c107fb1hwi75gm0i07a7"))))
6707 (build-system glib-or-gtk-build-system)
6708 (arguments
6709 '(#:phases
6710 (modify-phases %standard-phases
6711 (add-before 'configure 'qualify-xkbcomp
6712 (lambda* (#:key inputs #:allow-other-keys)
6713 (let ((xkbcomp (string-append
6714 (assoc-ref inputs "xkbcomp") "/bin/xkbcomp")))
6715 (substitute* "src/orca/orca.py"
6716 (("'xkbcomp'") (format #f "'~a'" xkbcomp))))
6717 #t))
6718 (add-after 'install 'wrap-orca
6719 (lambda* (#:key outputs #:allow-other-keys)
6720 (let* ((out (assoc-ref outputs "out"))
6721 (prog (string-append out "/bin/orca")))
6722 (wrap-program prog
6723 `("GI_TYPELIB_PATH" ":" prefix
6724 (,(getenv "GI_TYPELIB_PATH")))
6725 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix
6726 (,(getenv "GST_PLUGIN_SYSTEM_PATH")))
6727 `("PYTHONPATH" ":" prefix
6728 (,(getenv "PYTHONPATH")))))
6729 #t)))))
6730 (native-inputs
6731 `(("intltool" ,intltool)
6732 ("itstool" ,itstool)
6733 ("pkg-config" ,pkg-config)
6734 ("xmllint" ,libxml2)))
6735 (inputs
6736 `(("at-spi2-atk" ,at-spi2-atk)
6737 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6738 ("gstreamer" ,gstreamer)
6739 ("gst-plugins-base" ,gst-plugins-base)
6740 ("gst-plugins-good" ,gst-plugins-good)
6741 ("gtk+" ,gtk+)
6742 ("python" ,python)
6743 ("python-pygobject" ,python-pygobject)
6744 ("python-pyatspi" ,python-pyatspi)
6745 ("python-speechd" ,speech-dispatcher)
6746 ("xkbcomp" ,xkbcomp)))
6747 (synopsis
6748 "Screen reader for individuals who are blind or visually impaired")
6749 (home-page "https://wiki.gnome.org/Projects/Orca")
6750 (description
6751 "Orca is a screen reader that provides access to the graphical desktop
6752 via speech and refreshable braille. Orca works with applications and toolkits
6753 that support the Assistive Technology Service Provider Interface (AT-SPI).")
6754 (license license:lgpl2.1+)))
6755
6756 (define-public gspell
6757 (package
6758 (name "gspell")
6759 (version "1.4.2")
6760 (source (origin
6761 (method url-fetch)
6762 (uri (string-append "mirror://gnome/sources/" name "/"
6763 (version-major+minor version) "/"
6764 name "-" version ".tar.xz"))
6765 (sha256
6766 (base32
6767 "1683vyyfq3q0ph665jj6id8hnlyid4qxzmqiwpv97gmz8zksg6x5"))
6768 (patches (search-patches "gspell-dash-test.patch"))))
6769 (build-system glib-or-gtk-build-system)
6770 (arguments
6771 '(#:phases
6772 (modify-phases %standard-phases
6773 (add-before 'check 'pre-check
6774 (lambda* (#:key inputs #:allow-other-keys)
6775 ;; Tests require a running X server.
6776 (system "Xvfb :1 &")
6777 (setenv "DISPLAY" ":1")
6778
6779 ;; For the missing /etc/machine-id.
6780 (setenv "DBUS_FATAL_WARNINGS" "0")
6781
6782 ;; Allow Enchant and its Aspell backend to find the en_US
6783 ;; dictionary.
6784 (setenv "ASPELL_DICT_DIR"
6785 (string-append (assoc-ref inputs "aspell-dict-en")
6786 "/lib/aspell"))
6787 #t)))))
6788 (inputs
6789 `(("gtk+" ,gtk+)
6790 ("glib" ,glib)
6791 ("iso-codes" ,iso-codes)))
6792 (native-inputs
6793 `(("glib" ,glib "bin")
6794 ("pkg-config" ,pkg-config)
6795 ("xmllint" ,libxml2)
6796
6797 ;; For tests.
6798 ("aspell-dict-en" ,aspell-dict-en)
6799 ("xorg-server" ,xorg-server)))
6800 (propagated-inputs
6801 `(("enchant" ,enchant))) ; enchant.pc is required by gspell-1.pc
6802 (home-page "https://wiki.gnome.org/Projects/gspell")
6803 (synopsis "GNOME's alternative spell checker")
6804 (description
6805 "gspell provides a flexible API to add spell-checking to a GTK+
6806 application. It provides a GObject API, spell-checking to text entries and
6807 text views, and buttons to choose the language.")
6808 (license license:gpl2+)))
6809
6810 (define-public gnome-planner
6811 (package
6812 (name "gnome-planner")
6813 (version "0.14.6")
6814 (source (origin
6815 (method url-fetch)
6816 (uri (string-append "mirror://gnome/sources/planner/"
6817 (version-major+minor version) "/planner-"
6818 version ".tar.xz"))
6819 (sha256
6820 (base32
6821 "15h6ps58giy5r1g66sg1l4xzhjssl362mfny2x09khdqsvk2j38k"))))
6822 (build-system glib-or-gtk-build-system)
6823 (arguments
6824 ;; Disable the Python bindings because the Planner program functions
6825 ;; without them, and (as of 2017-06-13) we have not packaged all of
6826 ;; packages that are necessary for building the Python bindings.
6827 `(#:configure-flags
6828 (list "--disable-python"
6829 ,@(if (string=? "aarch64-linux" (%current-system))
6830 '("--build=aarch64-unknown-linux-gnu")
6831 '()))))
6832 (inputs
6833 `(("libgnomecanvas" ,libgnomecanvas)
6834 ("libgnomeui" ,libgnomeui)
6835 ("libglade" ,libglade)
6836 ("gnome-vfs" ,gnome-vfs)
6837 ("gconf" ,gconf)
6838 ("libxml2" ,libxml2)
6839 ("libxslt" ,libxslt)
6840 ("gtk+" ,gtk+)
6841 ("glib" ,glib)))
6842 (native-inputs
6843 `(("intltool" ,intltool)
6844 ("scrollkeeper" ,scrollkeeper)
6845 ("pkg-config" ,pkg-config)))
6846 (home-page "https://wiki.gnome.org/Apps/Planner")
6847 (synopsis "Project management software for the GNOME desktop")
6848 (description
6849 "GNOME Planner is a project management tool based on the Work Breakdown
6850 Structure (WBS). Its goal is to enable you to easily plan projects. Based on
6851 the resources, tasks, and constraints that you define, Planner generates
6852 various views into a project. For example, Planner can show a Gantt chart of
6853 the project. It can show a detailed summary of tasks including their
6854 duration, cost, and current progress. It can also show a report of resource
6855 utilization that highlights under-utilized and over-utilized resources. These
6856 views can be printed as PDF or PostScript files, or exported to HTML.")
6857 (license license:gpl2+)))
6858
6859 (define-public lollypop
6860 (package
6861 (name "lollypop")
6862 (version "0.9.244")
6863 (source
6864 (origin
6865 (method url-fetch)
6866 (uri (string-append "https://github.com/gnumdk/lollypop/"
6867 "releases/download/" version "/"
6868 name "-" version ".tar.xz"))
6869 (sha256
6870 (base32
6871 "0y9nmwrplz4mlvc2badfbyjj97ksn6qqis3rgm8lvp5llsk1583w"))))
6872 ;; TODO: Use meson-build-system
6873 (build-system glib-or-gtk-build-system)
6874 (arguments
6875 `(#:imported-modules ((guix build python-build-system)
6876 ,@%glib-or-gtk-build-system-modules)
6877 #:tests? #f ; no test suite
6878 #:phases
6879 (modify-phases %standard-phases
6880 (delete 'configure)
6881 (replace 'build
6882 (lambda* (#:key inputs outputs #:allow-other-keys)
6883 (let ((out (assoc-ref outputs "out")))
6884 ;; remove post-install script, we update the caches later
6885 (substitute* "meson.build"
6886 (("meson.add_install_script\\('meson_post_install.py'\\)") ""))
6887 (zero?
6888 (system* "meson" "builddir" (string-append "--prefix=" out))))))
6889 (replace 'install
6890 (lambda _ (zero? (system* "ninja" "-C" "builddir" "install"))))
6891 (add-after 'install 'wrap-program
6892 (lambda* (#:key outputs #:allow-other-keys)
6893 (let ((out (assoc-ref outputs "out"))
6894 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
6895 (wrap-program (string-append out "/bin/lollypop")
6896 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
6897 #t))
6898 (add-after 'install 'wrap
6899 (@@ (guix build python-build-system) wrap)))))
6900 (native-inputs
6901 `(("intltool" ,intltool)
6902 ("itstool" ,itstool)
6903 ("ninja" ,ninja)
6904 ("pkg-config" ,pkg-config)))
6905 (inputs
6906 `(("gobject-introspection" ,gobject-introspection)
6907 ("gst-plugins-base" ,gst-plugins-base)
6908 ("gtk+" ,gtk+)
6909 ("libnotify" ,libnotify)
6910 ("libsecret" ,libsecret)
6911 ("libsoup" ,libsoup)
6912 ("meson" ,meson)
6913 ("python" ,python)
6914 ("python-beautifulsoup4" ,python-beautifulsoup4)
6915 ("python-gst" ,python-gst)
6916 ("python-pycairo" ,python-pycairo)
6917 ("python-pygobject" ,python-pygobject)
6918 ("python-pylast" ,python-pylast)
6919 ("totem-pl-parser" ,totem-pl-parser)
6920 ("webkitgtk" ,webkitgtk)))
6921 (propagated-inputs
6922 `(;; gst-plugins-base is required to start Lollypop,
6923 ;; the others are required to play streaming.
6924 ("gst-plugins-good" ,gst-plugins-good)
6925 ("gst-plugins-ugly" ,gst-plugins-ugly)))
6926 (home-page "https://gnumdk.github.io/lollypop-web")
6927 (synopsis "GNOME music playing application")
6928 (description
6929 "Lollypop is a music player designed to play well with GNOME desktop.
6930 Lollypop plays audio formats such as mp3, mp4, ogg and flac and gets information
6931 from artists and tracks from the web. It also fetches cover artworks
6932 automatically and it can stream songs from online music services and charts.")
6933 (license license:gpl3+)))
6934
6935 (define-public gnome-video-effects
6936 (package
6937 (name "gnome-video-effects")
6938 (version "0.4.3")
6939 (source (origin
6940 (method url-fetch)
6941 (uri (string-append "mirror://gnome/sources/" name "/"
6942 (version-major+minor version) "/" name "-"
6943 version ".tar.xz"))
6944 (sha256
6945 (base32
6946 "06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs"))))
6947 (build-system glib-or-gtk-build-system)
6948 (arguments
6949 `(#:out-of-source? #f))
6950 (native-inputs
6951 `(("glib:bin" ,glib "bin")
6952 ("intltool" ,intltool)
6953 ("gettext" ,gettext-minimal)
6954 ("pkg-config" ,pkg-config)))
6955 (home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
6956 (synopsis "Video effects for Cheese and other GNOME applications")
6957 (description
6958 "A collection of GStreamer video filters and effects to be used in
6959 photo-booth-like software, such as Cheese.")
6960 (license license:gpl2+)))
6961
6962 (define-public cheese
6963 (package
6964 (name "cheese")
6965 (version "3.24.0")
6966 (source (origin
6967 (method url-fetch)
6968 (uri (string-append "mirror://gnome/sources/" name "/"
6969 (version-major+minor version) "/" name "-"
6970 version ".tar.xz"))
6971 (sha256
6972 (base32
6973 "0wpks2lnr8va9wxgmj26dwmhlcb3vamhpxkqi8xaan6q25635l16"))))
6974 (arguments
6975 ;; Tests require GDK.
6976 `(#:tests? #f
6977 #:phases
6978 (modify-phases %standard-phases
6979 (add-before 'install 'skip-gtk-update-icon-cache
6980 (lambda _
6981 ;; Don't create 'icon-theme.cache'
6982 (substitute* "Makefile"
6983 (("gtk-update-icon-cache") (which "true")))
6984 #t))
6985 (add-after 'install 'wrap-cheese
6986 (lambda* (#:key inputs outputs #:allow-other-keys)
6987 (let ((out (assoc-ref outputs "out"))
6988 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
6989 (wrap-program (string-append out "/bin/cheese")
6990 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
6991 #t)))))
6992 (build-system glib-or-gtk-build-system)
6993 (native-inputs
6994 `(("glib:bin" ,glib "bin")
6995 ("intltool" ,intltool)
6996 ("itstool" ,itstool)
6997 ("libxml2" ,libxml2)
6998 ("pkg-config" ,pkg-config)
6999 ("vala" ,vala)))
7000 (propagated-inputs
7001 `(("gnome-video-effects" ,gnome-video-effects)))
7002 (inputs
7003 `(("clutter" ,clutter)
7004 ("clutter-gst" ,clutter-gst)
7005 ("clutter-gtk" ,clutter-gtk)
7006 ("gdk-pixbuf" ,gdk-pixbuf)
7007 ("glib" ,glib)
7008 ("gnome-desktop" ,gnome-desktop)
7009 ("gobject-introspection" ,gobject-introspection)
7010 ("gstreamer" ,gstreamer)
7011 ("gst-plugins-base" ,gst-plugins-base)
7012 ("gst-plugins-bad" ,gst-plugins-bad)
7013 ("gtk+" ,gtk+)
7014 ("libcanberra" ,libcanberra)
7015 ("libx11" ,libx11)
7016 ("libxtst" ,libxtst)))
7017 (home-page "https://wiki.gnome.org/Apps/Cheese")
7018 (synopsis "Webcam photo booth software for GNOME")
7019 (description
7020 "Cheese uses your webcam to take photos and videos. Cheese can also
7021 apply fancy special effects and lets you share the fun with others.")
7022 (license license:gpl2+)))