Merge branch 'ungrafting' into staging
[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, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
4 ;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
5 ;;; Copyright © 2014, 2016, 2020 Eric Bavier <bavier@posteo.net>
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, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
12 ;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
13 ;;; Copyright © 2015 David Thompson <davet@gnu.org>
14 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
15 ;;; Copyright © 2016, 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
16 ;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
17 ;;; Copyright © 2016, 2017, 2019 Kei Kebreau <kkebreau@posteo.net>
18 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
19 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
20 ;;; Copyright © 2016, 2018 Leo Famulari <leo@famulari.name>
21 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
22 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
23 ;;; Copyright © 2016 David Craven <david@craven.ch>
24 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 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, 2018 nee <nee-git@hidamari.blue>
28 ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
29 ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
30 ;;; Copyright © 2017, 2020 Brendan Tildesley <mail@brendan.scot>
31 ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
32 ;;; Copyright © 2018 Jovany Leandro G.C <bit4bit@riseup.net>
33 ;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
34 ;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
35 ;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
36 ;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
37 ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
38 ;;; Copyright © 2019 Florian Pelz <pelzflorian@pelzflorian.de>
39 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
40 ;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
41 ;;; Copyright © 2019 Jonathan Frederickson <jonathan@terracrypt.net>
42 ;;; Copyright © 2019, 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
43 ;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
44 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
45 ;;; Copyright © 2019, 2020 Raghav Gururajan <raghavgururajan@disroot.org>
46 ;;; Copyright © 2019, 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
47 ;;; Copyright © 2019, 2020 Leo Prikler <leo.prikler@student.tugraz.at>
48 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
49 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
50 ;;; Copyright © 2020 raingloom <raingloom@riseup.net>
51 ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
52 ;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
53 ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
54 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
55 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
56 ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
57 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
58 ;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
59 ;;;
60 ;;; This file is part of GNU Guix.
61 ;;;
62 ;;; GNU Guix is free software; you can redistribute it and/or modify it
63 ;;; under the terms of the GNU General Public License as published by
64 ;;; the Free Software Foundation; either version 3 of the License, or (at
65 ;;; your option) any later version.
66 ;;;
67 ;;; GNU Guix is distributed in the hope that it will be useful, but
68 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
69 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
70 ;;; GNU General Public License for more details.
71 ;;;
72 ;;; You should have received a copy of the GNU General Public License
73 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
74
75 (define-module (gnu packages gnome)
76 #:use-module (gnu packages)
77 #:use-module (gnu packages admin)
78 #:use-module (gnu packages aidc)
79 #:use-module (gnu packages aspell)
80 #:use-module (gnu packages autotools)
81 #:use-module (gnu packages avahi)
82 #:use-module (gnu packages backup)
83 #:use-module (gnu packages base)
84 #:use-module (gnu packages bash)
85 #:use-module (gnu packages bison)
86 #:use-module (gnu packages boost)
87 #:use-module (gnu packages build-tools)
88 #:use-module (gnu packages calendar)
89 #:use-module (gnu packages cdrom)
90 #:use-module (gnu packages check)
91 #:use-module (gnu packages cmake)
92 #:use-module (gnu packages compression)
93 #:use-module (gnu packages crates-io)
94 #:use-module (gnu packages crates-graphics)
95 #:use-module (gnu packages crates-gtk)
96 #:use-module (gnu packages cups)
97 #:use-module (gnu packages curl)
98 #:use-module (gnu packages cyrus-sasl)
99 #:use-module (gnu packages databases)
100 #:use-module (gnu packages dbm)
101 #:use-module (gnu packages djvu)
102 #:use-module (gnu packages dns)
103 #:use-module (gnu packages docbook)
104 #:use-module (gnu packages documentation)
105 #:use-module (gnu packages enchant)
106 #:use-module (gnu packages flex)
107 #:use-module (gnu packages fonts)
108 #:use-module (gnu packages file-systems)
109 #:use-module (gnu packages fontutils)
110 #:use-module (gnu packages freedesktop)
111 #:use-module (gnu packages game-development)
112 #:use-module (gnu packages gcc)
113 #:use-module (gnu packages gettext)
114 #:use-module (gnu packages ghostscript)
115 #:use-module (gnu packages gimp)
116 #:use-module (gnu packages gl)
117 #:use-module (gnu packages glib)
118 #:use-module (gnu packages gnupg)
119 #:use-module (gnu packages gnuzilla)
120 #:use-module (gnu packages geo)
121 #:use-module (gnu packages gperf)
122 #:use-module (gnu packages graphviz)
123 #:use-module (gnu packages gstreamer)
124 #:use-module (gnu packages gtk)
125 #:use-module (gnu packages guile)
126 #:use-module (gnu packages ibus)
127 #:use-module (gnu packages icu4c)
128 #:use-module (gnu packages image)
129 #:use-module (gnu packages imagemagick)
130 #:use-module (gnu packages inkscape)
131 #:use-module (gnu packages iso-codes)
132 #:use-module (gnu packages kerberos)
133 #:use-module (gnu packages libcanberra)
134 #:use-module (gnu packages libffi)
135 #:use-module (gnu packages libunistring)
136 #:use-module (gnu packages libunwind)
137 #:use-module (gnu packages libusb)
138 #:use-module (gnu packages linux)
139 #:use-module (gnu packages lirc)
140 #:use-module (gnu packages lua)
141 #:use-module (gnu packages mail)
142 #:use-module (gnu packages mp3)
143 #:use-module (gnu packages multiprecision)
144 #:use-module (gnu packages music)
145 #:use-module (gnu packages ncurses)
146 #:use-module (gnu packages nettle)
147 #:use-module (gnu packages networking)
148 #:use-module (gnu packages ninja)
149 #:use-module (gnu packages node)
150 #:use-module (gnu packages nss)
151 #:use-module (gnu packages openldap)
152 #:use-module (gnu packages package-management)
153 #:use-module (gnu packages password-utils)
154 #:use-module (gnu packages pcre)
155 #:use-module (gnu packages pdf)
156 #:use-module (gnu packages perl)
157 #:use-module (gnu packages photo)
158 #:use-module (gnu packages php)
159 #:use-module (gnu packages pkg-config)
160 #:use-module (gnu packages polkit)
161 #:use-module (gnu packages popt)
162 #:use-module (gnu packages pretty-print)
163 #:use-module (gnu packages protobuf)
164 #:use-module (gnu packages pulseaudio)
165 #:use-module (gnu packages python)
166 #:use-module (gnu packages python-crypto)
167 #:use-module (gnu packages python-web)
168 #:use-module (gnu packages python-xyz)
169 #:use-module (gnu packages rdesktop)
170 #:use-module (gnu packages rdf)
171 #:use-module (gnu packages readline)
172 #:use-module (gnu packages ruby)
173 #:use-module (gnu packages rust)
174 #:use-module (gnu packages samba)
175 #:use-module (gnu packages scanner)
176 #:use-module (gnu packages sdl)
177 #:use-module (gnu packages search)
178 #:use-module (gnu packages selinux)
179 #:use-module (gnu packages slang)
180 #:use-module (gnu packages speech)
181 #:use-module (gnu packages spice)
182 #:use-module (gnu packages sqlite)
183 #:use-module (gnu packages ssh)
184 #:use-module (gnu packages swig)
185 #:use-module (gnu packages tex)
186 #:use-module (gnu packages time)
187 #:use-module (gnu packages tls)
188 #:use-module (gnu packages valgrind)
189 #:use-module (gnu packages version-control)
190 #:use-module (gnu packages video)
191 #:use-module (gnu packages virtualization)
192 #:use-module (gnu packages vpn)
193 #:use-module (gnu packages web)
194 #:use-module (gnu packages webkit)
195 #:use-module (gnu packages xdisorg)
196 #:use-module (gnu packages xiph)
197 #:use-module (gnu packages xml)
198 #:use-module (gnu packages xorg)
199 #:use-module (gnu artwork)
200 #:use-module ((guix build utils) #:select (modify-phases))
201 #:use-module (guix build-system cargo)
202 #:use-module (guix build-system cmake)
203 #:use-module (guix build-system glib-or-gtk)
204 #:use-module (guix build-system gnu)
205 #:use-module (guix build-system meson)
206 #:use-module (guix build-system python)
207 #:use-module (guix build-system trivial)
208 #:use-module (guix download)
209 #:use-module (guix git-download)
210 #:use-module ((guix licenses) #:prefix license:)
211 #:use-module (guix packages)
212 #:use-module (guix utils)
213 #:use-module (guix gexp)
214 #:use-module (guix monads)
215 #:use-module (guix store)
216 #:use-module (ice-9 match)
217 #:use-module (srfi srfi-1))
218
219 (define-public gupnp-igd
220 (package
221 (name "gupnp-igd")
222 (version "1.2.0")
223 (source
224 (origin
225 (method url-fetch)
226 (uri
227 (string-append "mirror://gnome/sources/" name "/"
228 (version-major+minor version) "/"
229 name "-" version ".tar.xz"))
230 (sha256
231 (base32 "1q9bw12ibih3yxpha3gm1dabyqg9gx6yxacbh4kxsgm1i84j0lab"))))
232 (build-system meson-build-system)
233 (outputs '("out" "doc"))
234 (arguments
235 `(#:glib-or-gtk? #t ; To wrap binaries and compile schemas
236 #:configure-flags (list "-Dgtk_doc=true")
237 #:phases
238 (modify-phases %standard-phases
239 (add-after 'unpack 'patch-docbook-xml
240 (lambda* (#:key inputs #:allow-other-keys)
241 (with-directory-excursion "doc"
242 (substitute* "gupnp-igd-docs.xml"
243 (("http://www.oasis-open.org/docbook/xml/4.1.2/")
244 (string-append (assoc-ref inputs "docbook-xml-4.1.2")
245 "/xml/dtd/docbook/"))))
246 #t))
247 (add-after 'install 'move-doc
248 (lambda* (#:key outputs #:allow-other-keys)
249 (let* ((out (assoc-ref outputs "out"))
250 (doc (assoc-ref outputs "doc")))
251 (mkdir-p (string-append doc "/share"))
252 (rename-file
253 (string-append out "/share/gtk-doc")
254 (string-append doc "/share/gtk-doc"))
255 #t))))))
256 (native-inputs
257 `(("docbook-xml-4.1.2" ,docbook-xml-4.1.2)
258 ("docbook-xsl" ,docbook-xsl)
259 ("glib:bin" ,glib "bin")
260 ("gobject-introspection" ,gobject-introspection)
261 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
262 ("gtk-doc" ,gtk-doc)
263 ("pkg-config" ,pkg-config)))
264 (propagated-inputs
265 `(("glib" ,glib)
266 ("glib-networking" ,glib-networking)
267 ("gssdp" ,gssdp)
268 ("gupnp" ,gupnp)
269 ("libsoup" ,libsoup)))
270 (synopsis "UPnP IGD for GNOME")
271 (description "GUPnP-IGD is a library to handle UPnP IGD port mapping.")
272 (home-page "https://gitlab.gnome.org/GNOME/gupnp-igd")
273 (license license:lgpl2.1+)))
274
275 (define-public brasero
276 (package
277 (name "brasero")
278 (version "3.12.2")
279 (source (origin
280 (method url-fetch)
281 (uri (string-append "mirror://gnome/sources/brasero/"
282 (version-major+minor version) "/"
283 "brasero-" version ".tar.xz"))
284 (sha256
285 (base32
286 "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
287 (build-system glib-or-gtk-build-system)
288 (arguments
289 `(#:configure-flags (list
290 (string-append "--with-girdir="
291 (assoc-ref %outputs "out")
292 "/share/gir-1.0")
293 (string-append "--with-typelibdir="
294 (assoc-ref %outputs "out")
295 "/lib/girepository-1.0"))
296 #:phases
297 (modify-phases %standard-phases
298 (add-before 'configure 'embed-growisofs
299 (lambda* (#:key inputs #:allow-other-keys)
300 (substitute* "plugins/growisofs/burn-growisofs.c"
301 (("\"growisofs") (string-append "\"" (which "growisofs"))))
302 #t)))))
303 (propagated-inputs
304 `(("hicolor-icon-theme" ,hicolor-icon-theme)))
305 (native-inputs
306 `(("intltool" ,intltool)
307 ("itstool" ,itstool)
308 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
309 ("gobject-introspection" ,gobject-introspection)
310 ("pkg-config" ,pkg-config)))
311 (inputs
312 `(("dvd+rw-tools" ,dvd+rw-tools)
313 ("glib" ,glib)
314 ("gnome-doc-utils" ,gnome-doc-utils)
315 ("gstreamer" ,gstreamer)
316 ("gst-plugins-base" ,gst-plugins-base)
317 ("gtk+" ,gtk+)
318 ("libcanberra" ,libcanberra)
319 ("libice" ,libice)
320 ("libnotify" ,libnotify)
321 ("libsm" ,libsm)
322 ("libxml2" ,libxml2)
323 ("totem-pl-parser" ,totem-pl-parser)))
324 (home-page "https://wiki.gnome.org/Apps/Brasero")
325 (synopsis "CD/DVD burning tool for Gnome")
326 (description "Brasero is an application to burn CD/DVD for the Gnome
327 Desktop. It is designed to be as simple as possible and has some unique
328 features to enable users to create their discs easily and quickly.")
329 (license license:gpl2+)))
330
331 (define-public libcloudproviders
332 (package
333 (name "libcloudproviders")
334 (version "0.3.1")
335 (source
336 (origin
337 (method url-fetch)
338 (uri
339 (string-append "mirror://gnome/sources/" name "/"
340 (version-major+minor version) "/"
341 name "-" version ".tar.xz"))
342 (sha256
343 (base32 "0aars24myf6n8b8hm1n12hsgcm54097kpbpm4ba31zp1l4y22qs7"))))
344 (build-system meson-build-system)
345 (outputs '("out" "doc"))
346 (arguments
347 `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
348 #:configure-flags
349 (list
350 "-Denable-gtk-doc=true")
351 #:phases
352 (modify-phases %standard-phases
353 (add-after 'install 'move-doc
354 (lambda* (#:key outputs #:allow-other-keys)
355 (let* ((out (assoc-ref outputs "out"))
356 (doc (assoc-ref outputs "doc")))
357 (mkdir-p (string-append doc "/share"))
358 (rename-file
359 (string-append out "/share/gtk-doc")
360 (string-append doc "/share/gtk-doc"))
361 #t))))))
362 (native-inputs
363 `(("glib:bin" ,glib "bin")
364 ("gobject-introspection" ,gobject-introspection)
365 ("gtk-doc" ,gtk-doc)
366 ("pkg-config" ,pkg-config)
367 ("vala" ,vala)))
368 (inputs
369 `(("glib" ,glib)
370 ("glib-networking" ,glib-networking)))
371 (synopsis "Cloudproviders Integration API")
372 (description "Libcloudproviders is a DBus API that allows cloud storage sync
373 clients to expose their services. Clients such as file managers and desktop
374 environments can then provide integrated access to the cloud providers
375 services.")
376 (home-page "https://csorianognome.wordpress.com/2015/07/07/cloud-providers/")
377 (license license:lgpl3+)))
378
379 (define-public libgrss
380 (package
381 (name "libgrss")
382 (version "0.7.0")
383 (source
384 (origin
385 (method url-fetch)
386 (uri
387 (string-append "mirror://gnome/sources/" name "/"
388 (version-major+minor version) "/"
389 name "-" version ".tar.xz"))
390 (sha256
391 (base32 "1nalslgyglvhpva3px06fj6lv5zgfg0qmj0sbxyyl5d963vc02b7"))))
392 (build-system glib-or-gtk-build-system)
393 (outputs '("out" "doc"))
394 (arguments
395 `(#:configure-flags
396 (list
397 "--enable-gtk-doc"
398 (string-append "--with-html-dir="
399 (assoc-ref %outputs "doc")
400 "/share/gtk-doc/html"))
401 #:phases
402 (modify-phases %standard-phases
403 (add-after 'unpack 'patch-docbook-xml
404 (lambda* (#:key inputs #:allow-other-keys)
405 (with-directory-excursion "doc/reference"
406 (substitute* "libgrss-docs.sgml"
407 (("http://www.oasis-open.org/docbook/xml/4.1.2/")
408 (string-append (assoc-ref inputs "docbook-xml")
409 "/xml/dtd/docbook/"))))
410 #t)))))
411 (native-inputs
412 `(("docbook-xml" ,docbook-xml-4.1.2)
413 ("gobject-introspection" ,gobject-introspection)
414 ("gtk-doc" ,gtk-doc)
415 ("pkg-config" ,pkg-config)))
416 (propagated-inputs
417 `(("glib" ,glib)
418 ("libsoup" ,libsoup)
419 ("libxml2" ,libxml2)))
420 (synopsis "Glib library for feeds")
421 (description "LibGRSS is a Glib abstraction to handle feeds in RSS, Atom,
422 and other formats.")
423 (home-page "https://wiki.gnome.org/Projects/Libgrss")
424 (license license:lgpl3+)))
425
426 (define-public gnome-js-common
427 (package
428 (name "gnome-js-common")
429 (version "0.1.2")
430 (source
431 (origin
432 (method url-fetch)
433 (uri
434 (string-append "mirror://gnome/sources/" name "/"
435 (version-major+minor version) "/"
436 name "-" version ".tar.gz"))
437 (sha256
438 (base32 "1zv5b9bcbclzj64xd9kgql4ndmbwvvi6cl937ykw8fp21xgh8z7y"))))
439 (build-system glib-or-gtk-build-system)
440 (arguments
441 `(#:configure-flags
442 (list
443 "--disable-static")))
444 (native-inputs
445 `(("gettext" ,gettext-minimal)
446 ("intltool" ,intltool)
447 ("pkg-config" ,pkg-config)))
448 (synopsis "Common JS Modules")
449 (description "GNOME-JS-Common provides common modules for GNOME JavaScript
450 bindings.")
451 (home-page "https://wiki.gnome.org/Projects/Seed")
452 (license license:gpl3+)))
453
454 (define-public seed
455 (package
456 (name "seed")
457 (version "3.8.1")
458 (source
459 (origin
460 (method url-fetch)
461 (uri
462 (string-append "mirror://gnome/sources/" name "/"
463 (version-major+minor version) "/"
464 name "-" version ".tar.xz"))
465 (sha256
466 (base32 "0cmcxaggcdcy13j27gy8id2qsf2p2sl4bz2mwb9zhv3gzavlvjw0"))
467 (patches
468 (search-patches "seed-webkit.patch"))))
469 (build-system glib-or-gtk-build-system)
470 (outputs '("out" "doc"))
471 (arguments
472 `(#:configure-flags
473 (list
474 "--disable-static"
475 "--enable-xorg-module"
476 (string-append "--with-html-dir="
477 (assoc-ref %outputs "doc")
478 "/share/gtk-doc/html")
479 "--with-webkit=4.0")
480 #:phases
481 (modify-phases %standard-phases
482 ;; The seed-webkit.patch patches configure.ac.
483 ;; So the source files need to be re-bootstrapped.
484 (add-after 'unpack 'trigger-bootstrap
485 (lambda _
486 (for-each delete-file
487 (list
488 "configure"
489 "Makefile.in"))
490 #t))
491 (add-after 'unpack 'patch-tests
492 (lambda* (#:key outputs #:allow-other-keys)
493 (substitute* (find-files "." "\\.js$")
494 (("#!/usr/bin/env seed")
495 (string-append "#!" (getcwd) "/src/seed")))
496 #t))
497 (add-before 'build 'patch-docbook-xml
498 (lambda* (#:key inputs #:allow-other-keys)
499 (with-directory-excursion "doc"
500 (substitute* '("reference/seed-docs.sgml" "modules/book.xml")
501 (("http://www.oasis-open.org/docbook/xml/4.1.2/")
502 (string-append (assoc-ref inputs "docbook-xml")
503 "/xml/dtd/docbook/"))))
504 #t)))))
505 (native-inputs
506 `(("autoconf" ,autoconf)
507 ("automake" ,automake)
508 ("docbook-xml" ,docbook-xml-4.1.2)
509 ("gettext" ,gettext-minimal)
510 ("gobject-introspection" ,gobject-introspection)
511 ("gtk-doc" ,gtk-doc)
512 ("intltool" ,intltool)
513 ("libtool" ,libtool)
514 ("pkg-config" ,pkg-config)))
515 (inputs
516 `(("cairo" ,cairo)
517 ("dbus" ,dbus)
518 ("dbus-glib" ,dbus-glib)
519 ("gnome-js-common" ,gnome-js-common)
520 ("gtk+" ,gtk+)
521 ("gtk+-2" ,gtk+-2)
522 ("libffi" ,libffi)
523 ("libxml2" ,libxml2)
524 ("mpfr" ,mpfr)
525 ("readline" ,readline)
526 ("sqlite" ,sqlite)
527 ("xscrnsaver" ,libxscrnsaver)))
528 (propagated-inputs
529 `(("glib" ,glib)
530 ("webkit" ,webkitgtk)))
531 (synopsis "GObject JavaScriptCore bridge")
532 (description "Seed is a library and interpreter, dynamically bridging
533 (through GObjectIntrospection) the WebKit JavaScriptCore engine, with the
534 GNOME platform. It serves as something which enables you to write standalone
535 applications in JavaScript, or easily enable your application to be extensible
536 in JavaScript.")
537 (home-page "https://wiki.gnome.org/Projects/Seed")
538 (license license:lgpl2.0+)))
539
540 (define-public libdmapsharing
541 (package
542 (name "libdmapsharing")
543 (version "3.9.10")
544 (source
545 (origin
546 (method url-fetch)
547 (uri
548 (string-append "https://www.flyn.org/projects/"
549 name "/" name "-" version ".tar.gz"))
550 (sha256
551 (base32 "152hnddwxv590cn802awv3mn27ixc3s6ac691a7z02d1c5fl45p2"))))
552 (build-system glib-or-gtk-build-system)
553 (outputs '("out" "doc"))
554 (arguments
555 `(#:tests? #f ; Tests require networking.
556 #:configure-flags
557 (list
558 "--disable-static"
559 (string-append "--with-html-dir="
560 (assoc-ref %outputs "doc")
561 "/share/gtk-doc/html"))
562 #:phases
563 (modify-phases %standard-phases
564 (add-after 'unpack 'patch-docbook-xml
565 (lambda* (#:key inputs #:allow-other-keys)
566 (with-directory-excursion "doc"
567 (substitute* "libdmapsharing-4.0-docs.xml"
568 (("http://www.oasis-open.org/docbook/xml/4.3/")
569 (string-append (assoc-ref inputs "docbook-xml")
570 "/xml/dtd/docbook/"))))
571 #t)))))
572 (native-inputs
573 `(("check" ,check)
574 ("docbook-xml" ,docbook-xml-4.3)
575 ("gobject-introspection" ,gobject-introspection)
576 ("pedansee" ,pedansee)
577 ("pkg-config" ,pkg-config)
578 ("vala" ,vala)))
579 (inputs
580 `(("avahi" ,avahi)
581 ("gdk-pixbuf" ,gdk-pixbuf+svg)
582 ("gee" ,libgee)
583 ("gst-plugins-base" ,gst-plugins-base)
584 ("gtk+" ,gtk+)))
585 (propagated-inputs
586 `(("glib" ,glib)
587 ("glib-networking" ,glib-networking)
588 ("gstreamer" ,gstreamer)
589 ("libsoup" ,libsoup)))
590 (synopsis "Media management library")
591 (description "Libdmapsharing is a library which allows programs to access,
592 share and control the playback of media content using DMAP (DAAP, DPAP & DACP).
593 It is written in C using GObject and libsoup.")
594 (home-page "https://launchpad.net/gtx")
595 (license license:lgpl2.1+)))
596
597 (define-public gtx
598 (package
599 (name "gtx")
600 (version "0.2.2")
601 (source
602 (origin
603 (method url-fetch)
604 (uri
605 (string-append "https://launchpad.net/gtx/trunk/"
606 version "/+download/gtx-" version ".tar.gz"))
607 (sha256
608 (base32 "0i4zvn5v4rf0cw3fxylk6j2pyy5lkrswdiw8jdxkys0ph0nan33n"))))
609 (build-system glib-or-gtk-build-system)
610 (outputs '("out" "doc"))
611 (arguments
612 `(#:configure-flags
613 (list
614 "--disable-static"
615 "--enable-gtk-doc"
616 (string-append "--with-html-dir="
617 (assoc-ref %outputs "doc")
618 "/share/gtk-doc/html"))))
619 (native-inputs
620 `(("gobject-introspection" ,gobject-introspection)
621 ("gtk-doc" ,gtk-doc)
622 ("pkg-config" ,pkg-config)))
623 (propagated-inputs
624 `(("glib" ,glib)))
625 (synopsis "GLib Testing Framework")
626 (description "GTX is a small collection of convenience functions intended to
627 enhance the GLib testing framework. With specific emphasis on easing the pain
628 of writing test cases for asynchronous interactions.")
629 (home-page "https://launchpad.net/gtx")
630 (license license:lgpl2.1+)))
631
632 (define-public dee
633 (package
634 (name "dee")
635 (version "1.2.7")
636 (source
637 (origin
638 (method url-fetch)
639 (uri
640 (string-append "https://launchpad.net/dee/1.0/"
641 version "/+download/dee-" version ".tar.gz"))
642 (sha256
643 (base32 "12mzffk0lyd566y46x57jlvb9af152b4dqpasr40zal4wrn37w0v"))
644 (patches
645 (search-patches "dee-vapi.patch"))))
646 (build-system glib-or-gtk-build-system)
647 (outputs '("out" "doc"))
648 (arguments
649 `(#:configure-flags
650 (list
651 "--disable-maintainer-flags"
652 (string-append "--with-pygi-overrides-dir="
653 (assoc-ref %outputs "out")
654 "/lib/python"
655 ,(version-major+minor
656 (package-version python))
657 "/site-packages/gi/overrides")
658 (string-append "--with-html-dir="
659 (assoc-ref %outputs "doc")
660 "/share/gtk-doc/html"))
661 #:phases
662 (modify-phases %standard-phases
663 (add-after 'unpack 'patch-docbook-xml
664 (lambda* (#:key inputs #:allow-other-keys)
665 (with-directory-excursion "doc/reference/dee-1.0"
666 (substitute* "dee-1.0-docs.sgml"
667 (("http://www.oasis-open.org/docbook/xml/4.3/")
668 (string-append (assoc-ref inputs "docbook-xml")
669 "/xml/dtd/docbook/"))))
670 #t))
671 (add-after 'patch-docbook-xml 'disable-failing-tests
672 (lambda _
673 (substitute* "tests/test-icu.c"
674 (("g_test_add \\(DOMAIN\"/Default/AsciiFolder\", Fixture, 0,")
675 "")
676 (("setup, test_ascii_folder, teardown\\);")
677 ""))
678 #t))
679 (add-before 'check 'pre-check
680 (lambda _
681 ;; Tests require a running dbus-daemon.
682 (system "dbus-daemon &")
683 ;; For missing '/etc/machine-id'.
684 (setenv "DBUS_FATAL_WARNINGS" "0")
685 #t)))))
686 (native-inputs
687 `(("dbus" ,dbus)
688 ("dbus-test-runner" ,dbus-test-runner)
689 ("docbook-xml" ,docbook-xml-4.3)
690 ("gobject-introspection" ,gobject-introspection)
691 ("gtk-doc" ,gtk-doc)
692 ;; Would only be required by configure flag "--enable-extended-tests".
693 ;("gtx" ,gtx)
694 ("pkg-config" ,pkg-config)
695 ("pygobject" ,python-pygobject)
696 ("python" ,python-wrapper)
697 ("vala" ,vala)))
698 (inputs
699 `(("icu" ,icu4c)))
700 (propagated-inputs
701 `(("glib" ,glib)))
702 (synopsis "Model to synchronize multiple instances over DBus")
703 (description "Dee is a library that uses DBus to provide objects allowing
704 you to create Model-View-Controller type programs across DBus. It also consists
705 of utility objects which extend DBus allowing for peer-to-peer discoverability
706 of known objects without needing a central registrar.")
707 (home-page "https://launchpad.net/dee")
708 (license
709 ;; Dual-licensed
710 (list
711 license:lgpl3+
712 license:gpl3+))))
713
714 (define-public zeitgeist
715 (package
716 (name "zeitgeist")
717 (version "1.0.3")
718 (source
719 (origin
720 (method git-fetch)
721 (uri
722 (git-reference
723 (url "https://gitlab.freedesktop.org/zeitgeist/zeitgeist.git")
724 (commit
725 (string-append "v" version))))
726 (file-name
727 (git-file-name name version))
728 (sha256
729 (base32 "0y6fyzxl5np4yskcxibd0p03h619w9ir907nhf40h02y0pk1kgkp"))))
730 (build-system glib-or-gtk-build-system)
731 (arguments
732 `(#:configure-flags
733 (list
734 "--enable-explain-queries"
735 "--enable-fts"
736 "--enable-docs")
737 #:phases
738 (modify-phases %standard-phases
739 (add-after 'unpack 'patch-docbook-xml
740 (lambda* (#:key inputs #:allow-other-keys)
741 (with-directory-excursion "doc/libzeitgeist"
742 (substitute* "zeitgeist-gtkdoc-index.sgml"
743 (("http://www.oasis-open.org/docbook/xml/4.3/")
744 (string-append (assoc-ref inputs "docbook-xml")
745 "/xml/dtd/docbook/"))))
746 #t))
747 (add-after 'patch-docbook-xml 'disable-failing-tests
748 (lambda _
749 (substitute* "test/direct/Makefile.am"
750 ((" log-test ")
751 ""))
752 (substitute* "test/c/Makefile.am"
753 ((" test-log ")
754 ""))
755 #t))
756 (add-before 'bootstrap 'remove-autogen-script
757 (lambda _
758 ;; To honor `autoreconf -vif` by build-system.
759 (delete-file "autogen.sh")
760 #t)))))
761 (native-inputs
762 `(("autoconf" ,autoconf)
763 ("automake" ,automake)
764 ("docbook-xml" ,docbook-xml-4.3)
765 ("gettext" ,gettext-minimal)
766 ("gobject-introspection" ,gobject-introspection)
767 ("gtk-doc" ,gtk-doc)
768 ("libtool" ,libtool)
769 ("pkg-config" ,pkg-config)
770 ("vala" ,vala)
771 ("xorg-server-for-tests" ,xorg-server-for-tests)))
772 (inputs
773 `(("dee-icu" ,dee)
774 ("gtk+" ,gtk+)
775 ("json-glib" ,json-glib)
776 ("sqlite" ,sqlite)
777 ("telepathy-glib" ,telepathy-glib)
778 ("python" ,python-wrapper)
779 ("python-rdflib" ,python-rdflib)
780 ("xapian-config" ,xapian)))
781 (propagated-inputs
782 `(("glib" ,glib)))
783 (synopsis "Desktop Activity Logging")
784 (description "Zeitgeist is a service which logs the users’s activities and
785 events, anywhere from files opened to websites visited and conversations. It
786 makes this information readily available for other applications to use. It is
787 able to establish relationships between items based on similarity and usage
788 patterns.")
789 (home-page "https://zeitgeist.freedesktop.org/")
790 (license
791 ;; Dual-licensed
792 (list
793 license:lgpl2.1+
794 license:gpl2+))))
795
796 (define-public gnome-photos
797 (package
798 (name "gnome-photos")
799 (version "3.34.2")
800 (source
801 (origin
802 (method url-fetch)
803 (uri
804 (string-append "mirror://gnome/sources/" name "/"
805 (version-major+minor version) "/"
806 name "-" version ".tar.xz"))
807 (sha256
808 (base32
809 "06ml5sf8xhpan410msqz085hmfc7082d368pb82yq646y9pcfn9w"))))
810 (build-system meson-build-system)
811 (arguments
812 `(#:glib-or-gtk? #t
813 #:configure-flags
814 (list "-Ddogtail=false" ; Not available
815 ;; Required for RUNPATH validation.
816 (string-append "-Dc_link_args=-Wl,-rpath="
817 (assoc-ref %outputs "out") "/lib/gnome-photos"))
818 #:phases
819 (modify-phases %standard-phases
820 (add-after 'install 'wrap-gnome-photos
821 (lambda* (#:key inputs outputs #:allow-other-keys)
822 (let*
823 ((out (assoc-ref outputs "out")))
824 (wrap-program (string-append out "/bin/gnome-photos")
825 `("GRL_PLUGIN_PATH" = (,(getenv "GRL_PLUGIN_PATH")))))
826 #t)))))
827 (native-inputs
828 `(("dbus" ,dbus)
829 ("desktop-file-utils" ,desktop-file-utils)
830 ("gettext" ,gettext-minimal)
831 ("git" ,git-minimal)
832 ("glib:bin" ,glib "bin")
833 ("gobject-introspection" ,gobject-introspection)
834 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
835 ("gtk+:bin" ,gtk+ "bin")
836 ("itstool" ,itstool)
837 ("pkg-config" ,pkg-config)))
838 (inputs
839 `(("babl" ,babl)
840 ("cairo" ,cairo)
841 ("gdk-pixbuf" ,gdk-pixbuf+svg)
842 ("gegl" ,gegl)
843 ("geocode-glib" ,geocode-glib)
844 ("gexiv2" ,gexiv2)
845 ("gnome-online-accounts" ,gnome-online-accounts)
846 ("gnome-online-miners" ,gnome-online-miners)
847 ("grilo" ,grilo)
848 ("grilo-plugins" ,grilo-plugins)
849 ("gtk+" ,gtk+)
850 ("libdazzle" ,libdazzle)
851 ("libgdata" ,libgdata)
852 ("libgfbgraph" ,gfbgraph)
853 ("libjpeg" ,libjpeg-turbo)
854 ("libpng" ,libpng)
855 ("librest" ,rest)
856 ("pygobject" ,python-pygobject)
857 ("tracker" ,tracker)
858 ("tracker-miners" ,tracker-miners)))
859 (synopsis "Access, organize and share your photos on GNOME desktop")
860 (description "GNOME Photos is a simple and elegant replacement for using a
861 file manager to deal with photos. Enhance, crop and edit in a snap. Seamless
862 cloud integration is offered through GNOME Online Accounts.")
863 (home-page "https://wiki.gnome.org/Apps/Photos")
864 (license license:gpl3+)))
865
866 (define-public gnome-music
867 (package
868 (name "gnome-music")
869 (version "3.34.5")
870 (source
871 (origin
872 (method url-fetch)
873 (uri
874 (string-append "mirror://gnome/sources/" name "/"
875 (version-major+minor version) "/"
876 name "-" version ".tar.xz"))
877 (sha256
878 (base32
879 "1r5sfw5cbd6qqh27lzhblazir0bfi3k7nqppw66qw990isqm5psy"))))
880 (build-system meson-build-system)
881 (arguments
882 `(#:glib-or-gtk? #t
883 #:phases
884 (modify-phases %standard-phases
885 (add-after 'install 'wrap-gnome-music
886 (lambda* (#:key inputs outputs #:allow-other-keys)
887 (let*
888 ((out (assoc-ref outputs "out"))
889 (pylib (string-append out "/lib/python"
890 ,(version-major+minor
891 (package-version python))
892 "/site-packages")))
893 (wrap-program (string-append out "/bin/gnome-music")
894 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))
895 `("GST_PLUGIN_SYSTEM_PATH" = (,(getenv "GST_PLUGIN_SYSTEM_PATH")))
896 `("GRL_PLUGIN_PATH" = (,(getenv "GRL_PLUGIN_PATH")))
897 `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib))))
898 #t)))))
899 (native-inputs
900 `(("desktop-file-utils" ,desktop-file-utils)
901 ("gettext" ,gettext-minimal)
902 ("glib:bin" ,glib "bin")
903 ("gobject-introspection" ,gobject-introspection)
904 ("gtk+:bin" ,gtk+ "bin")
905 ("itstools" ,itstool)
906 ("pkg-config" ,pkg-config)))
907 (inputs
908 `(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
909 ("grilo" ,grilo)
910 ("grilo-plugins" ,grilo-plugins)
911 ("gst-plugins-base" ,gst-plugins-base)
912 ("gstreamer" ,gstreamer)
913 ("gvfs" ,gvfs)
914 ("libdazzle" ,libdazzle)
915 ("libmediaart" ,libmediaart)
916 ("libsoup" ,libsoup)
917 ("pycairo" ,python-pycairo)
918 ("pygobject" ,python-pygobject)
919 ("tracker" ,tracker)
920 ("tracker-miners" ,tracker-miners)))
921 (synopsis "Simple music player for GNOME desktop")
922 (description "GNOME Music is the new GNOME music playing application that
923 aims to combine an elegant and immersive browsing experience with simple
924 and straightforward controls.")
925 (home-page "https://wiki.gnome.org/Apps/Music")
926 (license license:gpl2+)))
927
928 (define-public portablexdr
929 (package
930 (name "portablexdr")
931 (version "4.9.1")
932 (source
933 (origin
934 (method url-fetch)
935 (uri
936 (string-append "https://people.redhat.com/~rjones/" name "/files/"
937 name "-" version ".tar.gz"))
938 (sha256
939 (base32
940 "0b77ipvvi520nv7rr6jb1c3xryhc3m2mywhby7m48kfgag8vvx2w"))))
941 (build-system gnu-build-system)
942 (synopsis "External Data Representation Library")
943 (description "PortableXDR is an implementation of External Data
944 Representation (XDR) Library. It is a standard data serialization format, for
945 uses such as computer network protocols. It allows data to be transferred
946 between different kinds of computer systems.")
947 (home-page "https://people.redhat.com/~rjones/portablexdr/")
948 (license
949 (list
950 license:gpl2+
951 license:lgpl2.1+))))
952
953 (define-public tepl
954 (package
955 (name "tepl")
956 (version "4.4.0")
957 (source
958 (origin
959 (method url-fetch)
960 (uri
961 (string-append "mirror://gnome/sources/" name "/"
962 (version-major+minor version) "/"
963 name "-" version ".tar.xz"))
964 (sha256
965 (base32
966 "0mm2z849hnni7597an05mrv0dckrxjngpf2xfa0g5s17i8x6gxp6"))))
967 (build-system glib-or-gtk-build-system)
968 (arguments
969 `(#:tests? #f)) ; FIX-ME: Requires gvfs
970 (native-inputs
971 `(("gobject-introspection" ,gobject-introspection)
972 ("pkg-config" ,pkg-config)))
973 (inputs
974 `(("amtk" ,amtk)
975 ("glib" ,glib)
976 ("gtk+" ,gtk+)
977 ("gtksourceview" ,gtksourceview)
978 ("libxml2" ,libxml2)
979 ("uchardet" ,uchardet)))
980 (synopsis "Text editor product line")
981 (description "Tepl is a library that eases the development of
982 GtkSourceView-based text editors and IDEs.")
983 (home-page "https://wiki.gnome.org/Projects/Tepl")
984 (license license:lgpl2.1+)))
985
986 (define-public krb5-auth-dialog
987 (package
988 (name "krb5-auth-dialog")
989 (version "3.26.1")
990 (source
991 (origin
992 (method url-fetch)
993 (uri
994 (string-append "mirror://gnome/sources/" name "/"
995 (version-major+minor version) "/"
996 name "-" version ".tar.xz"))
997 (sha256
998 (base32
999 "1w91gsvmifqhiam3xqf88i5rk2w6qadjalmbvvamjdc37j0vdc6x"))))
1000 (build-system glib-or-gtk-build-system)
1001 (native-inputs
1002 `(("intltool" ,intltool)
1003 ("itstool" ,itstool)
1004 ("libxml2" ,libxml2)
1005 ("pkg-config" ,pkg-config)
1006 ("python-wrapper" ,python-wrapper)))
1007 (inputs
1008 `(("glib" ,glib)
1009 ("gtk+" ,gtk+)
1010 ("libnotify" ,libnotify)
1011 ("mit-krb5" ,mit-krb5)
1012 ("network-manager" ,network-manager)))
1013 (synopsis "Popup dialogs for Kerberos 5")
1014 (description "krb5-auth-dialog is a simple dialog that monitors Kerberos
1015 tickets, and pops up a dialog when they are about to expire.")
1016 (home-page "https://gitlab.gnome.org/GNOME/krb5-auth-dialog")
1017 (license license:gpl2+)))
1018
1019 (define-public notification-daemon
1020 (package
1021 (name "notification-daemon")
1022 (version "3.20.0")
1023 (source
1024 (origin
1025 (method url-fetch)
1026 (uri
1027 (string-append "mirror://gnome/sources/" name "/"
1028 (version-major+minor version) "/"
1029 name "-" version ".tar.xz"))
1030 (sha256
1031 (base32
1032 "1rgchqi4j2ll7d6a7lgy7id0w9rrkwkgic1096fbm2zx6n7pc4yx"))))
1033 (build-system glib-or-gtk-build-system)
1034 (native-inputs
1035 `(("intltool" ,intltool)
1036 ("pkg-config" ,pkg-config)))
1037 (inputs
1038 `(("glib" ,glib)
1039 ("gtk+" ,gtk+)
1040 ("x11" ,libx11)))
1041 (synopsis "Notification Daemon for GNOME Desktop")
1042 (description "Notification-Daemon is the server implementation of the
1043 freedesktop.org desktop notification specification.")
1044 (home-page "https://wiki.gnome.org/Projects/NotificationDaemon")
1045 (license license:gpl2+)))
1046
1047 (define-public mm-common
1048 (package
1049 (name "mm-common")
1050 (version "1.0.2")
1051 (source (origin
1052 (method url-fetch)
1053 (uri (string-append "mirror://gnome/sources/mm-common/"
1054 (version-major+minor version) "/"
1055 "mm-common-" version ".tar.xz"))
1056 (sha256
1057 (base32
1058 "07b4s5ckcz9q5gwx8vchim19mhfgl8wysqwi30pndks3m4zrzad2"))))
1059 (build-system meson-build-system)
1060 (arguments
1061 `(#:phases
1062 (modify-phases %standard-phases
1063 (add-after 'unpack 'patch
1064 (lambda* (#:key inputs #:allow-other-keys)
1065 (substitute* "util/mm-common-prepare.in"
1066 (("ln") (string-append (assoc-ref inputs "coreutils")
1067 "/bin/ln"))
1068 (("cp") (string-append (assoc-ref inputs "coreutils")
1069 "/bin/cp"))
1070 (("sed") (string-append (assoc-ref inputs "sed")
1071 "/bin/sed"))
1072 (("cat") (string-append (assoc-ref inputs "coreutils")
1073 "/bin/cat")))
1074 #t)))))
1075 (native-inputs
1076 `(("coreutils" ,coreutils)
1077 ("gettext" ,gettext-minimal)
1078 ("pkg-config" ,pkg-config)
1079 ("sed" ,sed)))
1080 (inputs
1081 `(("python" ,python)))
1082 (synopsis "Module of GNOME C++ bindings")
1083 (description "The mm-common module provides the build infrastructure
1084 and utilities shared among the GNOME C++ binding libraries. Release
1085 archives of mm-common include the Doxygen tag file for the GNU C++
1086 Library reference documentation.")
1087 (home-page "https://gitlab.gnome.org/GNOME/mm-common")
1088 (license license:gpl2+)))
1089
1090 (define-public phodav
1091 (package
1092 (name "phodav")
1093 (version "2.5")
1094 (source (origin
1095 (method url-fetch)
1096 (uri (string-append "mirror://gnome/sources/" name "/"
1097 (version-major+minor version) "/"
1098 name "-" version ".tar.xz"))
1099 (sha256
1100 (base32
1101 "045rdzf8isqmzix12lkz6z073b5qvcqq6ad028advm5gf36skw3i"))))
1102 (build-system meson-build-system)
1103 (arguments
1104 `(#:phases
1105 (modify-phases %standard-phases
1106 (add-before 'check 'start-virtual-dir-server
1107 ;; The same server when started by tests/virtual-dir returns an
1108 ;; unexpected status (4 instead of 200) and fails a test. It is
1109 ;; unclear why starting it manually here makes it pass.
1110 (lambda _
1111 (system "tests/virtual-dir-server &")
1112 #t)))))
1113 (native-inputs
1114 `(("docbook-xml" ,docbook-xml-4.3)
1115 ("gettext" ,gettext-minimal)
1116 ("glib:bin" ,glib "bin")
1117 ("gtk-doc" ,gtk-doc)
1118 ("pkg-config" ,pkg-config)))
1119 (inputs
1120 `(("avahi" ,avahi)
1121 ("libgudev" ,libgudev)
1122 ("libsoup" ,libsoup)))
1123 (synopsis "WebDav server implementation using libsoup")
1124 (description "PhoDav was initially developed as a file-sharing mechanism for Spice,
1125 but it is generic enough to be reused in other projects,
1126 in particular in the GNOME desktop.")
1127 (home-page "https://wiki.gnome.org/phodav")
1128 (license license:lgpl2.1+)))
1129
1130 (define-public gnome-color-manager
1131 (package
1132 (name "gnome-color-manager")
1133 (version "3.32.0")
1134 (source (origin
1135 (method url-fetch)
1136 (uri (string-append "mirror://gnome/sources/" name "/"
1137 (version-major+minor version) "/"
1138 name "-" version ".tar.xz"))
1139 (sha256
1140 (base32
1141 "1vpxa2zjz3lkq9ldjg0fl65db9s6b4kcs8nyaqfz3jygma7ifg3w"))))
1142 (build-system meson-build-system)
1143 (arguments
1144 `(#:glib-or-gtk? #t
1145 #:phases
1146 (modify-phases %standard-phases
1147 (add-before
1148 'check 'pre-check
1149 (lambda _
1150 ;; Tests require a running X server.
1151 (system "Xvfb :1 &")
1152 (setenv "DISPLAY" ":1")
1153 #t)))))
1154 (native-inputs
1155 `(("desktop-file-utils" ,desktop-file-utils)
1156 ("gettext" ,gettext-minimal)
1157 ("glib:bin" ,glib "bin")
1158 ("gtk+:bin" ,gtk+ "bin")
1159 ("itstool" ,itstool)
1160 ("pkg-config" ,pkg-config)
1161 ("xorg-server" ,xorg-server-for-tests)))
1162 (inputs
1163 `(("adwaita-icon-theme" ,adwaita-icon-theme)
1164 ("appstream-glib" ,appstream-glib)
1165 ("colord-gtk" ,colord-gtk)
1166 ("exiv2" ,exiv2)
1167 ("gnome-desktop" ,gnome-desktop)
1168 ("libcanberra" ,libcanberra)
1169 ("libexif" ,libexif)
1170 ("libtiff" ,libtiff)
1171 ("libxrandr" ,libxrandr)
1172 ("libxtst" ,libxtst)
1173 ("libxxf86vm" ,libxxf86vm)
1174 ("vte" ,vte)
1175 ("xorgproto" ,xorgproto)))
1176 (synopsis "Color profile manager for the GNOME desktop")
1177 (description "GNOME Color Manager is a session framework that makes
1178 it easy to manage, install and generate color profiles
1179 in the GNOME desktop.")
1180 (home-page "https://gitlab.gnome.org/GNOME/gnome-color-manager")
1181 (license license:gpl2+)))
1182
1183 (define-public gnome-online-miners
1184 (package
1185 (name "gnome-online-miners")
1186 (version "3.34.0")
1187 (source (origin
1188 (method url-fetch)
1189 (uri (string-append "mirror://gnome/sources/" name "/"
1190 (version-major+minor version) "/"
1191 name "-" version ".tar.xz"))
1192 (sha256
1193 (base32
1194 "1n2jz9i8a42zwxx5h8j2gdy6q1vyydh4vl00r0al7w8jzdh24p44"))))
1195 (build-system glib-or-gtk-build-system)
1196 (native-inputs
1197 `(("gettext" ,gettext-minimal)
1198 ("glib:bin" ,glib "bin")
1199 ("gobject-introspection" ,gobject-introspection)
1200 ("gtk+:bin" ,gtk+ "bin")
1201 ("pkg-config" ,pkg-config)))
1202 (inputs
1203 `(("gnome-online-accounts" ,gnome-online-accounts)
1204 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
1205 ("grilo" ,grilo)
1206 ("libgdata" ,libgdata)
1207 ("libgfbgraph" ,gfbgraph)
1208 ("libzapojit" ,libzapojit)
1209 ("rest" ,rest)
1210 ("tracker" ,tracker)))
1211 (synopsis "Web Crawlers for GNOME")
1212 (description "GNOME Online Miners provides a set of crawlers that
1213 go through your online content and index them locally in Tracker.
1214 It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.")
1215 (home-page "https://wiki.gnome.org/Projects/GnomeOnlineMiners")
1216 (license license:gpl2+)))
1217
1218 (define-public gssdp
1219 (package
1220 (name "gssdp")
1221 (version "1.2.3")
1222 (source (origin
1223 (method url-fetch)
1224 (uri (string-append "mirror://gnome/sources/" name "/"
1225 (version-major+minor version) "/"
1226 name "-" version ".tar.xz"))
1227 (sha256
1228 (base32
1229 "1s57i8a8wnnxnsfl27cq4503dkdlzbrhry5zpg23sfqfffvdqqx2"))))
1230 (build-system meson-build-system)
1231 (native-inputs
1232 `(("gettext" ,gettext-minimal)
1233 ("glib:bin" ,glib "bin")
1234 ("gobject-introspection" ,gobject-introspection)
1235 ("gtk-doc" ,gtk-doc)
1236 ("pkg-config" ,pkg-config)
1237 ("vala" ,vala)))
1238 (inputs
1239 `(("gtk+" ,gtk+)
1240 ("libsoup" ,libsoup)))
1241 (synopsis "GObject-based API over @acronym{SSDP, Simple Service Discovery
1242 Protocol} for GNOME")
1243 (description "This package provides a library to handle resource discovery
1244 and announcement over @acronym{SSDP, Simple Service Discovery Protocol} and
1245 a debugging tool, @command{gssdp-device-sniffer}.")
1246 (home-page "https://gitlab.gnome.org/GNOME/gssdp")
1247 (license license:lgpl2.0+)))
1248
1249 (define-public gupnp
1250 (package
1251 (name "gupnp")
1252 (version "1.2.4")
1253 (source (origin
1254 (method url-fetch)
1255 (uri (string-append "mirror://gnome/sources/" name "/"
1256 (version-major+minor version) "/"
1257 name "-" version ".tar.xz"))
1258 (sha256
1259 (base32
1260 "1ld7mrpdv9cszmfzh7i19qx4li25j3fr7x1jp38l8phzlmz3187p"))))
1261 (build-system meson-build-system)
1262 (native-inputs
1263 `(("gettext" ,gettext-minimal)
1264 ("glib:bin" ,glib "bin")
1265 ("gobject-introspection" ,gobject-introspection)
1266 ("gtk-doc" ,gtk-doc)
1267 ("pkg-config" ,pkg-config)
1268 ("vala" ,vala)))
1269 (inputs
1270 `(("gssdp" ,gssdp)
1271 ("gtk+" ,gtk+)
1272 ("libsoup" ,libsoup)))
1273 (synopsis "PnP API for GNOME")
1274 (description "This package provides GUPnP, an object-oriented framework
1275 for creating UPnP devices and control points, written in C using
1276 @code{GObject} and @code{libsoup}.")
1277 (home-page "https://gitlab.gnome.org/GNOME/gupnp")
1278 (license license:lgpl2.0+)))
1279
1280 (define-public gupnp-dlna
1281 (package
1282 (name "gupnp-dlna")
1283 (version "0.10.5")
1284 (source (origin
1285 (method url-fetch)
1286 (uri (string-append "mirror://gnome/sources/" name "/"
1287 (version-major+minor version) "/"
1288 name "-" version ".tar.xz"))
1289 (sha256
1290 (base32
1291 "0spzd2saax7w776p5laixdam6d7smyynr9qszhbmq7f14y13cghj"))))
1292 (build-system gnu-build-system)
1293 (native-inputs
1294 `(("gettext" ,gettext-minimal)
1295 ("glib:bin" ,glib "bin")
1296 ("gobject-introspection" ,gobject-introspection)
1297 ("gtk-doc" ,gtk-doc)
1298 ("libxml" ,libxml2)
1299 ("pkg-config" ,pkg-config)
1300 ("vala" ,vala)))
1301 (inputs
1302 `(("gstreamer" ,gstreamer)
1303 ("gupnp" ,gupnp)))
1304 (propagated-inputs
1305 `(("gst-plugins-base" ,gst-plugins-base)
1306 ("gst-plugins-good" ,gst-plugins-good)))
1307 (synopsis "GUPnP DLNA for GNOME")
1308 (description "This package provides a small utility library to
1309 support DLNA-related tasks such as media profile guessing, transcoding to a
1310 given profile, etc. DLNA is a subset of UPnP A/V.")
1311 (home-page "https://gitlab.gnome.org/GNOME/gupnp-dlna")
1312 (license license:lgpl2.0+)))
1313
1314 (define-public gupnp-av
1315 (package
1316 (name "gupnp-av")
1317 (version "0.12.11")
1318 (source (origin
1319 (method url-fetch)
1320 (uri (string-append "mirror://gnome/sources/" name "/"
1321 (version-major+minor version) "/"
1322 name "-" version ".tar.xz"))
1323 (sha256
1324 (base32
1325 "1p3grslwqm9bc8rmpn4l48d7v9s84nina4r9xbd932dbj8acz7b8"))))
1326 (build-system gnu-build-system)
1327 (native-inputs
1328 `(("gettext" ,gettext-minimal)
1329 ("glib:bin" ,glib "bin")
1330 ("gobject-introspection" ,gobject-introspection)
1331 ("gtk-doc" ,gtk-doc)
1332 ("libxml" ,libxml2)
1333 ("pkg-config" ,pkg-config)))
1334 (inputs
1335 `(("gtk+" ,gtk+)
1336 ("gupnp" ,gupnp)))
1337 (synopsis "GUPnP A/V for GNOME")
1338 (description "This package provides a small library for handling
1339 and implementation of UPnP A/V profiles.")
1340 (home-page "https://gitlab.gnome.org/GNOME/gupnp-av")
1341 (license license:lgpl2.0+)))
1342
1343 (define-public libmediaart
1344 (package
1345 (name "libmediaart")
1346 (version "1.9.4")
1347 (source (origin
1348 (method url-fetch)
1349 (uri (string-append "mirror://gnome/sources/" name "/"
1350 (version-major+minor version) "/"
1351 name "-" version ".tar.xz"))
1352 (sha256
1353 (base32
1354 "0gc10imyabk57ar54m0qzms0x9dnmkymhkzyk8w1aj3y4lby0yx5"))))
1355 (build-system gnu-build-system)
1356 (native-inputs
1357 `(("glib:bin" ,glib "bin")
1358 ("pkg-config" ,pkg-config)))
1359 (inputs
1360 `(("gdk-pixbuf" ,gdk-pixbuf)
1361 ("gettext" ,gettext-minimal)
1362 ("gobject-introspection" ,gobject-introspection)
1363 ("gtk+:doc" ,gtk+ "doc")
1364 ("vala" ,vala)))
1365 (synopsis "Media art library for the GNOME desktop")
1366 (description
1367 "The libmediaart library is the foundation for media art caching,
1368 extraction, and lookup for applications on the desktop.")
1369 (home-page "https://gitlab.gnome.org/GNOME/libmediaart")
1370 (license license:lgpl2.1+)))
1371
1372 (define-public gnome-initial-setup
1373 (package
1374 (name "gnome-initial-setup")
1375 (version "3.32.1")
1376 (source (origin
1377 (method url-fetch)
1378 (uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
1379 (version-major+minor version)
1380 "/gnome-initial-setup-" version ".tar.xz"))
1381 (sha256
1382 (base32
1383 "1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
1384 (build-system meson-build-system)
1385 (arguments
1386 '(#:configure-flags '(;; Enable camera support for user selfie.
1387 "-Dcheese=auto"
1388 "-Dsystemd=false")
1389 #:phases (modify-phases %standard-phases
1390 (add-after 'unpack 'set-gkbd-file-name
1391 (lambda* (#:key inputs #:allow-other-keys)
1392 ;; Allow the "Preview" button in the keyboard layout
1393 ;; selection dialog to display the layout.
1394 (let ((libgnomekbd (assoc-ref inputs "libgnomekbd")))
1395 (substitute* "gnome-initial-setup/pages/keyboard/cc-input-chooser.c"
1396 (("\"gkbd-keyboard-display")
1397 (string-append "\"" libgnomekbd
1398 "/bin/gkbd-keyboard-display")))
1399 #t))))))
1400 (native-inputs
1401 `(("gettext" ,gettext-minimal)
1402 ("glib:bin" ,glib "bin")
1403 ("gobject-introspection" ,gobject-introspection)
1404 ("gtk+:bin" ,gtk+ "bin")
1405 ("pkg-config" ,pkg-config)))
1406 (inputs
1407 `(("accountsservice" ,accountsservice)
1408 ;("adwaita-icon-theme" ,adwaita-icon-theme)
1409 ("gdm" ,gdm)
1410 ("geoclue" ,geoclue)
1411 ("gnome-desktop" ,gnome-desktop)
1412 ("gnome-getting-started-docs" ,gnome-getting-started-docs)
1413 ("gnome-online-accounts" ,gnome-online-accounts)
1414 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
1415 ("gstreamer" ,gstreamer)
1416 ("ibus" ,ibus)
1417 ("json-glib" ,json-glib)
1418 ("krb5" ,mit-krb5)
1419 ("libgweather" ,libgweather)
1420 ("libnma" ,libnma)
1421 ("libsecret" ,libsecret)
1422 ("network-manager" ,network-manager)
1423 ("packagekit" ,packagekit)
1424 ("polkit" ,polkit)
1425 ("pwquality" ,libpwquality)
1426 ("rest" ,rest)
1427 ("upower" ,upower)
1428 ("webkitgtk" ,webkitgtk)
1429 ("libgnomekbd" ,libgnomekbd)))
1430 (synopsis "Initial setup wizard for GNOME desktop")
1431 (description "This package provides a set-up wizard when a
1432 user logs into GNOME for the first time. It typically provides a
1433 tour of all gnome components and allows the user to set them up.")
1434 (home-page "https://gitlab.gnome.org/GNOME/gnome-initial-setup")
1435 (license license:gpl2)))
1436
1437 (define-public gnome-user-share
1438 (package
1439 (name "gnome-user-share")
1440 (version "3.33.1")
1441 (source (origin
1442 (method url-fetch)
1443 (uri (string-append "mirror://gnome/sources/" name "/"
1444 (version-major+minor version) "/"
1445 name "-" version ".tar.xz"))
1446 (sha256
1447 (base32
1448 "0lf790pyamdyj7180ils8vizjl8brxcg7jsm1iavfp9ay4wa8mz7"))))
1449 (build-system meson-build-system)
1450 (arguments
1451 `(#:glib-or-gtk? #t
1452 #:configure-flags
1453 `("-Dsystemd=false"
1454 ;; Enable nautilus extension for file sharing.
1455 "-Dnautilus_extension=true")))
1456 (native-inputs
1457 `(("gettext" ,gettext-minimal)
1458 ("glib:bin" ,glib "bin")
1459 ("gobject-introspection" ,gobject-introspection)
1460 ("gtk+:bin" ,gtk+ "bin")
1461 ("pkg-config" ,pkg-config)
1462 ("yelp-tools" ,yelp-tools)))
1463 (inputs
1464 `(("glib" ,glib)
1465 ("gnome-bluetooth" ,gnome-bluetooth)
1466 ("gtk+" ,gtk+)
1467 ("libcanberra" ,libcanberra)
1468 ("libnotify" ,libnotify)
1469 ("nautilus" ,nautilus))) ; For nautilus extension.
1470 (synopsis "File sharing for GNOME desktop")
1471 (description "GNOME User Share is a small package that binds together
1472 various free software projects to bring easy to use user-level file
1473 sharing to the masses.")
1474 (home-page "https://gitlab.gnome.org/GNOME/gnome-user-share")
1475 (license license:gpl2+)))
1476
1477 (define-public sushi
1478 (package
1479 (name "sushi")
1480 (version "3.32.1")
1481 (source (origin
1482 (method url-fetch)
1483 (uri (string-append "mirror://gnome/sources/" name "/"
1484 (version-major+minor version) "/"
1485 name "-" version ".tar.xz"))
1486 (sha256
1487 (base32
1488 "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj"))))
1489 (build-system meson-build-system)
1490 (arguments
1491 `(#:glib-or-gtk? #t
1492 #:phases
1493 (modify-phases %standard-phases
1494 (add-after 'glib-or-gtk-wrap 'wrap-typelib
1495 (lambda* (#:key outputs #:allow-other-keys)
1496 (let ((prog (string-append (assoc-ref outputs "out")
1497 "/bin/sushi")))
1498 ;; Put existing typelibs before sushi's deps, so as to correctly
1499 ;; infer gdk-pixbuf
1500 (wrap-program prog
1501 `("GI_TYPELIB_PATH" suffix (,(getenv "GI_TYPELIB_PATH"))))
1502 #t))))))
1503 (native-inputs
1504 `(("glib:bin" ,glib "bin")
1505 ("gettext" ,gettext-minimal)
1506 ("gobject-introspection" ,gobject-introspection)
1507 ("pkg-config" ,pkg-config)))
1508 (inputs
1509 `(("clutter" ,clutter)
1510 ("clutter-gst" ,clutter-gst)
1511 ("clutter-gtk" ,clutter-gtk)
1512 ("evince" ,evince) ; For file previewing.
1513 ("freetype" ,freetype)
1514 ("gdk-pixbuf" ,gdk-pixbuf)
1515 ("gjs" ,gjs)
1516 ("gst-plugins-base" ,gst-plugins-base)
1517 ("gstreamer" ,gstreamer)
1518 ("gtksourceview" ,gtksourceview-3)
1519 ("harfbuzz" ,harfbuzz)
1520 ("libepoxy" ,libepoxy)
1521 ("libmusicbrainz" ,libmusicbrainz)
1522 ("libxml2" ,libxml2)
1523 ("neon" ,neon)
1524 ("webkitgtk" ,webkitgtk)))
1525 (synopsis "File previewer for the GNOME desktop")
1526 (description "Sushi is a DBus-activated service that allows applications to
1527 preview files on the GNOME desktop.")
1528 (home-page "https://gitlab.gnome.org/GNOME/sushi")
1529 (license license:gpl2+)))
1530
1531 (define-public rygel
1532 (package
1533 (name "rygel")
1534 (version "0.38.3")
1535 (source (origin
1536 (method url-fetch)
1537 (uri (string-append "mirror://gnome/sources/" name "/"
1538 (version-major+minor version) "/"
1539 name "-" version ".tar.xz"))
1540 (sha256
1541 (base32
1542 "003xficqb08r1dgid20i7cn889lbfwrglpx78rjd5nkvgxbimhh8"))))
1543 (build-system gnu-build-system)
1544 (native-inputs
1545 `(("gettext" ,gettext-minimal)
1546 ("gobject-introspection" ,gobject-introspection)
1547 ("gtk-doc" ,gtk-doc)
1548 ("pkg-config" ,pkg-config)
1549 ("vala" ,vala)))
1550 (inputs
1551 `(("gdk-pixbuf" ,gdk-pixbuf)
1552 ("gssdp" ,gssdp)
1553 ("gstreamer" ,gstreamer)
1554 ("gst-plugins-base" ,gst-plugins-base)
1555 ("gtk+" ,gtk+)
1556 ("gupnp" ,gupnp)
1557 ("gupnp-av" ,gupnp-av)
1558 ("gupnp-dlna" ,gupnp-dlna)
1559 ("libgee" ,libgee)
1560 ("libmediaart" ,libmediaart)
1561 ("libsoup" ,libsoup)
1562 ("libxslt" ,libxslt)
1563 ("libunistring" ,libunistring)
1564 ("tracker" ,tracker)))
1565 (synopsis "Share audio, video, and pictures with other devices")
1566 (description
1567 "Rygel is a home media solution (@dfn{UPnP AV MediaServer and
1568 MediaRenderer}) for GNOME that allows you to easily share audio, video, and
1569 pictures, and to control a media player on your home network.
1570
1571 Rygel achieves interoperability with other devices by trying to conform to the
1572 strict requirements of DLNA and by converting media on-the-fly to formats that
1573 client devices can handle.")
1574 (home-page "https://wiki.gnome.org/Projects/Rygel")
1575 (license (list
1576 ;; For logo (data/icons/*).
1577 license:cc-by-sa3.0
1578 ;; For all others.
1579 license:lgpl2.1+))))
1580
1581 (define-public libnma
1582 (package
1583 (name "libnma")
1584 (version "1.8.28")
1585 (source (origin
1586 (method url-fetch)
1587 (uri (string-append "mirror://gnome/sources/" name "/"
1588 (version-major+minor version) "/"
1589 name "-" version ".tar.xz"))
1590 (sha256
1591 (base32
1592 "09mp6k0hfam1vyyv9kcd8j4gb2r58i05ipx2nswb58ris599bxja"))))
1593 (build-system meson-build-system)
1594 (arguments
1595 `(#:phases
1596 (modify-phases %standard-phases
1597 (add-after 'unpack 'patch-docbook-xml
1598 (lambda* (#:key inputs #:allow-other-keys)
1599 (let ((xmldoc (string-append (assoc-ref inputs "docbook-xml")
1600 "/xml/dtd/docbook")))
1601 (substitute* "libnma-docs.xml"
1602 (("http://.*/docbookx\\.dtd")
1603 (string-append xmldoc "/docbookx.dtd")))
1604 #t))))))
1605 (native-inputs
1606 `(("docbook-xml" ,docbook-xml-4.3)
1607 ("gettext" ,gettext-minimal)
1608 ("glib:bin" ,glib "bin")
1609 ("gtk-doc" ,gtk-doc)
1610 ("gobject-introspection" ,gobject-introspection)
1611 ("pkg-config" ,pkg-config)
1612 ("vala" ,vala)))
1613 (inputs
1614 `(("gcr" ,gcr)
1615 ("gtk+" ,gtk+)
1616 ("iso-codes" ,iso-codes)
1617 ("mobile-broadband-provider-info" ,mobile-broadband-provider-info)
1618 ("network-manager" ,network-manager)))
1619 (synopsis "Network Manager's applet library")
1620 (description "Libnma is an applet library for Network Manager. It was
1621 initially part of network-manager-applet and has now become a separate
1622 project.")
1623 (home-page "https://gitlab.gnome.org/GNOME/libnma")
1624 ;; Some files carry the "GPL-2.0+" SPDX identifier while others say
1625 ;; "LGPL-2.1+".
1626 (license license:gpl2+)))
1627
1628 (define-public gnome-menus
1629 (package
1630 (name "gnome-menus")
1631 (version "3.32.0")
1632 (source (origin
1633 (method url-fetch)
1634 (uri (string-append "mirror://gnome/sources/gnome-menus/"
1635 (version-major+minor version) "/"
1636 name "-" version ".tar.xz"))
1637 (sha256
1638 (base32
1639 "0x2blzqrapmbsbfzxjcdcpa3vkw9hq5k96h9kvjmy9kl415wcl68"))))
1640 (build-system gnu-build-system)
1641 (native-inputs
1642 `(("gettext" ,gettext-minimal)
1643 ("glib" ,glib)
1644 ("pkg-config" ,pkg-config)))
1645 (synopsis "Menu support for GNOME desktop")
1646 (description "GNOME Menus contains the libgnome-menu library, the layout
1647 configuration files for the GNOME menu, as well as a simple menu editor.")
1648 (home-page "https://gitlab.gnome.org/GNOME/gnome-menus")
1649 (license license:lgpl2.0+)))
1650
1651 (define-public deja-dup
1652 (package
1653 (name "deja-dup")
1654 (version "40.6")
1655 (source (origin
1656 (method url-fetch)
1657 (uri (string-append "https://gitlab.gnome.org/World/deja-dup/-/archive/"
1658 version "/deja-dup-" version ".tar.bz2"))
1659 (sha256
1660 (base32
1661 "0lwazh6crby5wpy9fg6zvwy4plqbhs2f98bm5lbizjdlbh88n5q0"))))
1662 (build-system meson-build-system)
1663 (arguments
1664 `(#:glib-or-gtk? #t
1665 #:configure-flags
1666 (list
1667 ;; Otherwise, the RUNPATH will lack the final path component.
1668 (string-append "-Dc_link_args=-Wl,-rpath="
1669 (assoc-ref %outputs "out") "/lib/deja-dup"))
1670 #:phases
1671 (modify-phases %standard-phases
1672 (add-after 'unpack 'patch-paths
1673 (lambda* (#:key inputs #:allow-other-keys)
1674 (let ((python (assoc-ref inputs "python")))
1675 (substitute* '("libdeja/tools/duplicity/DuplicityInstance.vala"
1676 "libdeja/tests/scripts/instance-error.test")
1677 (("/bin/rm")
1678 (which "rm")))
1679 (substitute* "libdeja/tests/runner.vala"
1680 (("/bin/sh")
1681 (which "sh")))
1682 (substitute* "libdeja/tests/scripts/instance-error.test"
1683 (("`which python3`")
1684 (string-append python "/bin/python3"))))))
1685 (add-after 'unpack 'patch-libgpg-error
1686 (lambda* (#:key inputs #:allow-other-keys)
1687 (let ((libgpg-error (assoc-ref inputs "libgpg-error")))
1688 (substitute* "meson.build"
1689 (("(gpgerror_libs = ).*" _ var)
1690 (format #f "~a '-L~a/lib -lgpg-error'\n" var libgpg-error))))
1691 #t))
1692 (add-after 'unpack 'skip-gtk-update-icon-cache
1693 ;; Don't create 'icon-theme.cache'.
1694 (lambda _
1695 (substitute* "data/post-install.sh"
1696 (("gtk-update-icon-cache") "true"))
1697 #t)))))
1698 (inputs
1699 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
1700 ("duplicity" ,duplicity)
1701 ("python" ,python)
1702 ("python-pygobject" ,python-pygobject)
1703 ("gtk+" ,gtk+)
1704 ("json-glib" ,json-glib)
1705 ("libnotify" ,libnotify)
1706 ("libgpg-error" ,libgpg-error)
1707 ("libsecret" ,libsecret)
1708 ("libsoup" ,libsoup)
1709 ("packagekit" ,packagekit)))
1710 (native-inputs
1711 `(("appstream-glib" ,appstream-glib)
1712 ("desktop-file-utils" ,desktop-file-utils)
1713 ("gettext" ,gettext-minimal)
1714 ("glib" ,glib "bin") ; for glib-compile-schemas.
1715 ("gobject-introspection" ,gobject-introspection)
1716 ("itstool" ,itstool)
1717 ("pkg-config" ,pkg-config)
1718 ("vala" ,vala)))
1719 (home-page "https://wiki.gnome.org/Apps/DejaDup")
1720 (synopsis "Simple backup tool, for regular encrypted backups")
1721 (description
1722 "Déjà Dup is a simple backup tool, for regular encrypted backups. It
1723 uses duplicity as the backend, which supports incremental backups and storage
1724 either on a local, or remote machine via a number of methods.")
1725 (license license:gpl3+)))
1726
1727 (define-public gnome-commander
1728 (package
1729 (name "gnome-commander")
1730 (version "1.10.3")
1731 (source
1732 (origin
1733 (method url-fetch)
1734 (uri (string-append "mirror://gnome/sources/" name "/"
1735 (version-major+minor version) "/"
1736 "gnome-commander-" version ".tar.xz"))
1737 (sha256
1738 (base32 "0bis36awb73vhkncq8yr0qlnyaxynqkvmyqbg57ijqwd0m8hh4zg"))))
1739 (build-system glib-or-gtk-build-system)
1740 (native-inputs
1741 `(("desktop-file-utils" ,desktop-file-utils)
1742 ("gcc" ,gcc-8) ;required for -Wcast-function-type
1743 ("gettext" ,gettext-minimal)
1744 ("glib:bin" ,glib "bin")
1745 ("gobject-introspection" ,gobject-introspection)
1746 ("googletest" ,googletest)
1747 ("intltool" ,intltool)
1748 ("itstool" ,itstool)
1749 ("libtool" ,libtool)
1750 ("pkg-config" ,pkg-config)))
1751 (inputs
1752 `(("gconf" ,gconf)
1753 ("gnome-vfs" ,gnome-vfs)
1754 ("gtk+" ,gtk+-2)
1755 ("libxml2" ,libxml2)))
1756 (home-page "https://gcmd.github.io/")
1757 (synopsis "Two-pane graphical file manager for the GNOME desktop")
1758 (description
1759 "GNOME Commander is a two-pane graphical file manager using GNOME
1760 libraries. It aims to fulfill the demands of more advanced users who
1761 like to focus on file management, their work through special applications
1762 and running smart commands.")
1763 (license license:gpl2+)))
1764
1765 (define-public gnome-user-docs
1766 (package
1767 (name "gnome-user-docs")
1768 (version "3.32.3")
1769 (source
1770 (origin
1771 (method url-fetch)
1772 (uri (string-append "mirror://gnome/sources/gnome-user-docs/"
1773 (version-major+minor version)
1774 "/gnome-user-docs-" version ".tar.xz"))
1775 (sha256
1776 (base32 "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig"))))
1777 (build-system gnu-build-system)
1778 (native-inputs
1779 `(("gettext" ,gettext-minimal)
1780 ("itstool" ,itstool)
1781 ("pkg-config" ,pkg-config)
1782 ("xmllint" ,libxml2)))
1783 (synopsis "User documentation for the GNOME desktop")
1784 (description
1785 "The GNOME User Documentation explains how to use the GNOME desktop and its
1786 components. It covers usage and setup of the core GNOME programs by end-users
1787 and system administrators.")
1788 (home-page "https://live.gnome.org/DocumentationProject")
1789 (license license:cc-by3.0)))
1790
1791 (define-public gnome-getting-started-docs
1792 (package
1793 (name "gnome-getting-started-docs")
1794 (version "3.32.2")
1795 (source
1796 (origin
1797 (method url-fetch)
1798 (uri (string-append "mirror://gnome/sources/gnome-getting-started-docs/"
1799 (version-major+minor version)
1800 "/gnome-getting-started-docs-" version ".tar.xz"))
1801 (sha256
1802 (base32 "1v4k465mlzrhgcdddzs6bmm0yliyrfx6jg3gh0s17a08i0w5rbwq"))))
1803 (build-system gnu-build-system)
1804 (native-inputs
1805 `(("gettext" ,gettext-minimal)
1806 ("itstool" ,itstool)
1807 ("pkg-config" ,pkg-config)
1808 ("xmllint" ,libxml2)))
1809 (synopsis "Help to get new users started with the GNOME desktop")
1810 (description
1811 "The GNOME Getting Started Documentation contains GNOME's intuitive
1812 \"Getting Started\" tour, with video guides, that can be viewed with Yelp.
1813
1814 It is normally used together with @command{gnome-initial-setup}, but is also
1815 useful as a tutorial and users' guide for new or less experienced users.")
1816 (home-page "https://live.gnome.org/DocumentationProject")
1817 (license license:cc-by-sa3.0)))
1818
1819 (define-public dia
1820 ;; This version from GNOME's repository includes fixes for compiling with
1821 ;; recent versions of the build tools. The latest activity on the
1822 ;; pre-GNOME version has been in 2014, while GNOME has continued applying
1823 ;; fixes since.
1824 (let ((commit "3cf7ec4c2e5bca139a7f3e17f9fc9009c237fcc5")
1825 (revision "2"))
1826 (package
1827 (name "dia")
1828 (version (git-version "0.97.3" revision commit))
1829 (source (origin
1830 (method git-fetch)
1831 (uri (git-reference
1832 (url "https://gitlab.gnome.org/GNOME/dia.git/")
1833 (commit commit)))
1834 (file-name (git-file-name name version))
1835 (sha256
1836 (base32
1837 "04r8dspa6nmicrifhi3sh46hqvyy88hzq37xx99q3q1mwsrpmwy8"))))
1838 (build-system meson-build-system)
1839 (inputs
1840 `(("graphene" ,graphene)
1841 ("gtk+" ,gtk+-2)
1842 ("libxml2" ,libxml2)
1843 ("libxslt" ,libxslt)
1844 ("poppler" ,poppler)
1845 ;; Without Python 2, build fails: plug-ins/python/meson.build:4:0:
1846 ;; ERROR: Unknown method "dependency" in object.
1847 ("python-2" ,python-2)))
1848 (native-inputs
1849 `(("appstream-glib" ,appstream-glib)
1850 ("docbook-xsl" ,docbook-xsl)
1851 ("glib" ,glib "bin")
1852 ("intltool" ,intltool)
1853 ("pkg-config" ,pkg-config)))
1854 (home-page "https://wiki.gnome.org/Apps/Dia")
1855 (synopsis "Diagram creation for GNOME")
1856 (description "Dia can be used to draw different types of diagrams, and
1857 includes support for UML static structure diagrams (class diagrams), entity
1858 relationship modeling, and network diagrams. The program supports various file
1859 formats like PNG, SVG, PDF and EPS.")
1860 (license license:gpl2+))))
1861
1862 ;; This is the unstable release, but it is required for the current stable
1863 ;; release of gvfs (1.38.1).
1864 (define-public libgdata
1865 (package
1866 (name "libgdata")
1867 (version "0.17.9")
1868 (source (origin
1869 (method url-fetch)
1870 (uri (string-append "mirror://gnome/sources/" name "/"
1871 (version-major+minor version) "/"
1872 name "-" version ".tar.xz"))
1873 (sha256
1874 (base32
1875 "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45"))))
1876 (build-system gnu-build-system)
1877 (arguments
1878 '(#:phases
1879 (modify-phases %standard-phases
1880 (add-before 'check 'disable-failing-tests
1881 (lambda _
1882 ;; The PicasaWeb API tests fail with gnome-online-accounts@3.24.2.
1883 ;; They have been removed in libgdata 0.17.6, so just do the same.
1884 (substitute* "gdata/tests/Makefile"
1885 (("picasaweb\\$\\(EXEEXT\\) ") ""))
1886 #t)))))
1887 (native-inputs
1888 `(("glib:bin" ,glib "bin")
1889 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
1890 ("intltool" ,intltool)
1891 ("pkg-config" ,pkg-config)
1892 ("uhttpmock" ,uhttpmock)))
1893 (inputs
1894 `(("cyrus-sasl" ,cyrus-sasl)
1895 ("glib-networking" ,glib-networking)))
1896 (propagated-inputs
1897 `(("gcr" ,gcr)
1898 ("glib" ,glib)
1899 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
1900 ("json-glib" ,json-glib)
1901 ("liboauth" ,liboauth)
1902 ("libsoup" ,libsoup)
1903 ("libxml2" ,libxml2)))
1904 (home-page "https://wiki.gnome.org/Projects/libgdata")
1905 (synopsis "Library for accessing online service APIs")
1906 (description
1907 "libgdata is a GLib-based library for accessing online service APIs using
1908 the GData protocol — most notably, Google's services. It provides APIs to
1909 access the common Google services, and has full asynchronous support.")
1910 (license license:lgpl2.1+)))
1911
1912 (define-public libgxps
1913 (package
1914 (name "libgxps")
1915 (version "0.3.1")
1916 (source (origin
1917 (method url-fetch)
1918 (uri (string-append "mirror://gnome/sources/" name "/"
1919 (version-major+minor version) "/"
1920 name "-" version ".tar.xz"))
1921 (sha256
1922 (base32
1923 "157s4c9gjjss6yd7qp7n4q6s72gz1k4ilsx4xjvp357azk49z4qs"))))
1924 (build-system meson-build-system)
1925 (native-inputs
1926 `(("gobject-introspection" ,gobject-introspection)
1927 ("pkg-config" ,pkg-config)))
1928 (inputs
1929 `(("gtk+" ,gtk+)
1930 ("libjpeg" ,libjpeg-turbo)
1931 ("lcms" ,lcms)
1932 ("libtiff" ,libtiff)))
1933 (propagated-inputs
1934 ;; In Requires of libgxps.pc.
1935 `(("cairo" ,cairo)
1936 ("glib" ,glib)
1937 ("libarchive" ,libarchive)))
1938 (home-page "https://wiki.gnome.org/Projects/libgxps")
1939 (synopsis "GObject-based library for handling and rendering XPS documents")
1940 (description
1941 "libgxps is a GObject-based library for handling and rendering XPS
1942 documents. This package also contains binaries that can convert XPS documents
1943 to other formats.")
1944 (license license:lgpl2.1+)))
1945
1946 (define-public gnome-characters
1947 (package
1948 (name "gnome-characters")
1949 (version "3.30.0")
1950 (source
1951 (origin
1952 (method url-fetch)
1953 (uri (string-append "mirror://gnome/sources/"
1954 "gnome-characters/" (version-major+minor version)
1955 "/gnome-characters-" version ".tar.xz"))
1956 (sha256
1957 (base32
1958 "08cwz39iwgsyyb2wqhb8vfbmh1cwfkgfiy7adp08w7rwqi99x3dp"))))
1959 (build-system meson-build-system)
1960 (arguments
1961 `(#:glib-or-gtk? #t
1962 #:phases (modify-phases %standard-phases
1963 (add-after 'install 'wrap
1964 (lambda* (#:key outputs #:allow-other-keys)
1965 ;; GNOME Characters needs Typelib files from GTK and
1966 ;; gnome-desktop.
1967 (wrap-program (string-append (assoc-ref outputs "out")
1968 "/bin/gnome-characters")
1969 `("GI_TYPELIB_PATH" ":" prefix
1970 (,(getenv "GI_TYPELIB_PATH"))))
1971 #t)))))
1972 (native-inputs
1973 `(("gettext" ,gettext-minimal)
1974 ("glib:bin" ,glib "bin")
1975 ("gtk+:bin" ,gtk+ "bin")
1976 ("pkg-config" ,pkg-config)
1977 ("python" ,python-minimal)))
1978 (inputs
1979 `(("gjs" ,gjs)
1980 ("gtk+" ,gtk+)
1981 ("libunistring" ,libunistring)
1982 ("gnome-desktop" ,gnome-desktop)))
1983 (home-page "https://wiki.gnome.org/Apps/CharacterMap")
1984 (synopsis "Find and insert unusual characters")
1985 (description "Characters is a simple utility application to find
1986 and insert unusual characters. It allows you to quickly find the
1987 character you are looking for by searching for keywords.")
1988 (license license:bsd-3)))
1989
1990 (define-public gnome-common
1991 (package
1992 (name "gnome-common")
1993 (version "3.18.0")
1994 (source
1995 (origin
1996 (method url-fetch)
1997 (uri (string-append "mirror://gnome/sources/" name "/"
1998 (version-major+minor version) "/"
1999 name "-" version ".tar.xz"))
2000 (sha256
2001 (base32
2002 "1kzqi8qvh5p1zncj8msazlmvcwsczjz2hqxp4x2y0mg718vrwmi2"))))
2003 (build-system gnu-build-system)
2004 (home-page "https://www.gnome.org/")
2005 (synopsis "Bootstrap GNOME modules built from Git")
2006 (description "gnome-common contains various files needed to bootstrap
2007 GNOME modules built from Git. It contains a common \"autogen.sh\" script that
2008 can be used to configure a source directory checked out from Git and some
2009 commonly used macros.")
2010 (license license:gpl2+)))
2011
2012 (define-public gnome-contacts
2013 (package
2014 (name "gnome-contacts")
2015 (version "3.34")
2016 (source (origin
2017 (method url-fetch)
2018 (uri (string-append "mirror://gnome/sources/gnome-contacts/"
2019 (version-major+minor version) "/"
2020 name "-" version ".tar.xz"))
2021 (sha256
2022 (base32
2023 "04igc9xvyc4kb5xf5g2missnvyvj9zv5cqxf5k4z7hb0sv42wq4r"))))
2024 (build-system meson-build-system)
2025 (arguments
2026 `(#:configure-flags '("-Dcheese=false")
2027 #:phases
2028 (modify-phases %standard-phases
2029 (add-after 'unpack 'generate-vapis
2030 (lambda* (#:key inputs #:allow-other-keys)
2031 ;; To generate goa's missing .vapi file
2032 (define goa
2033 (assoc-ref inputs "gnome-online-accounts:lib"))
2034
2035 (invoke "vapigen" "--directory=vapi" "--pkg=gio-2.0"
2036 "--library=goa-1.0"
2037 (string-append goa "/share/gir-1.0/Goa-1.0.gir"))
2038 #t))
2039 (add-after 'unpack 'skip-gtk-update-icon-cache
2040 ;; Don't create 'icon-theme.cache'.
2041 (lambda _
2042 (substitute* "build-aux/meson_post_install.py"
2043 (("gtk-update-icon-cache") "true"))
2044 #t)))))
2045 (native-inputs
2046 `(("glib:bin" ,glib "bin")
2047 ("pkg-config" ,pkg-config)))
2048 (inputs
2049 `(("docbook-xml" ,docbook-xml)
2050 ("dockbook-xsl" ,docbook-xsl)
2051 ("evolution-data-server" ,evolution-data-server)
2052 ("gettext" ,gettext-minimal)
2053 ("gnome-desktop" ,gnome-desktop)
2054 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
2055 ("gobject-introspection" ,gobject-introspection)
2056 ("gst-plugins-base" ,gst-plugins-base)
2057 ("gtk+" ,gtk+)
2058 ("libgee" ,libgee)
2059 ("libxslt" ,libxslt)
2060 ("telepathy-glib" ,telepathy-glib)
2061 ("vala" ,vala)))
2062 (propagated-inputs
2063 `(("folks" ,folks)
2064 ("telepathy-mission-control" ,telepathy-mission-control)))
2065 (synopsis "GNOME's integrated address book")
2066 (description
2067 "GNOME Contacts organizes your contact information from online and
2068 offline sources, providing a centralized place for managing your contacts.")
2069 (home-page "https://wiki.gnome.org/Apps/Contacts")
2070 (license license:gpl2+)))
2071
2072 (define-public gnome-desktop
2073 (package
2074 (name "gnome-desktop")
2075 (version "3.34.2")
2076 (source
2077 (origin
2078 (method url-fetch)
2079 (uri (string-append "mirror://gnome/sources/" name "/"
2080 (version-major+minor version) "/"
2081 name "-" version ".tar.xz"))
2082 (sha256
2083 (base32
2084 "1v983xirwp1y6ggz97bh742ak6gff0hxb359dgn37nikjxhvm0a0"))))
2085 (build-system meson-build-system)
2086 (arguments
2087 '(#:phases
2088 (modify-phases %standard-phases
2089 (add-before 'configure 'patch-path
2090 (lambda* (#:key inputs #:allow-other-keys)
2091 (let ((libc (assoc-ref inputs "libc")))
2092 (substitute* "libgnome-desktop/gnome-languages.c"
2093 (("\"locale\"")
2094 (string-append "\"" libc "/bin/locale\"")))
2095 #t)))
2096 (add-before 'configure 'patch-bubblewrap
2097 (lambda* (#:key inputs #:allow-other-keys)
2098 (substitute* "libgnome-desktop/gnome-desktop-thumbnail-script.c"
2099 (("\"bwrap\",")
2100 (string-append "\"" (which "bwrap") "\","))
2101 (("\"--ro-bind\", \"/usr\", \"/usr\",")
2102 (string-append "\"--ro-bind\", \""
2103 (%store-directory)
2104 "\", \""
2105 (%store-directory)
2106 "\","))
2107 (("\"--ro-bind\", \"/etc/ld.so.cache\", \"/etc/ld.so.cache\",") ""))
2108 #t))
2109 (add-before 'check 'pre-check
2110 (lambda* (#:key inputs #:allow-other-keys)
2111 ;; Tests require a running X server and locales.
2112 (system "Xvfb :1 &")
2113 (setenv "DISPLAY" ":1")
2114 (setenv "GUIX_LOCPATH"
2115 (string-append (assoc-ref inputs "glibc-locales")
2116 "/lib/locale"))
2117 #t)))))
2118 (native-inputs
2119 `(("glib:bin" ,glib "bin") ; for gdbus-codegen
2120 ("glibc-locales" ,glibc-locales) ; for tests
2121 ("gobject-introspection" ,gobject-introspection)
2122 ("itstool" ,itstool)
2123 ("intltool" ,intltool)
2124 ("pkg-config" ,pkg-config)
2125 ("xmllint" ,libxml2)
2126 ("xorg-server" ,xorg-server-for-tests)))
2127 (propagated-inputs
2128 ;; Required by gnome-desktop-3.0.pc.
2129 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2130 ("gtk+" ,gtk+)
2131 ("iso-codes" ,iso-codes)
2132 ("libseccomp" ,libseccomp)
2133 ("libx11" ,libx11)
2134 ("xkeyboard-config" ,xkeyboard-config)))
2135 (inputs
2136 `(("gdk-pixbuf" ,gdk-pixbuf)
2137 ("glib" ,glib)
2138 ("bubblewrap" ,bubblewrap)
2139 ("libxext" ,libxext)
2140 ("libxkbfile" ,libxkbfile)
2141 ("libxrandr" ,libxrandr)))
2142 (home-page "https://www.gnome.org/")
2143 (synopsis
2144 "Libgnome-desktop, gnome-about, and desktop-wide documents")
2145 (description
2146 "The libgnome-desktop library provides API shared by several applications
2147 on the desktop, but that cannot live in the platform for various reasons.
2148 There is no API or ABI guarantee, although we are doing our best to provide
2149 stability. Documentation for the API is available with gtk-doc.
2150
2151 The gnome-about program helps find which version of GNOME is installed.")
2152 ; Some bits under the LGPL.
2153 (license license:gpl2+)))
2154
2155 (define-public gnome-doc-utils
2156 (package
2157 (name "gnome-doc-utils")
2158 (version "0.20.10")
2159 (source
2160 (origin
2161 (method url-fetch)
2162 (uri (string-append "mirror://gnome/sources/" name "/"
2163 (version-major+minor version) "/"
2164 name "-" version ".tar.xz"))
2165 (sha256
2166 (base32
2167 "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb"))))
2168 (build-system gnu-build-system)
2169 (native-inputs
2170 `(("intltool" ,intltool)
2171 ("docbook-xml" ,docbook-xml-4.4)
2172 ("python2-libxml2" ,python2-libxml2)
2173 ("libxml2" ,libxml2)
2174 ("libxslt" ,libxslt)
2175 ("pkg-config" ,pkg-config)
2176 ("python-2" ,python-2)))
2177 (home-page "https://wiki.gnome.org/GnomeDocUtils")
2178 (synopsis
2179 "Documentation utilities for the Gnome project")
2180 (description
2181 "Gnome-doc-utils is a collection of documentation utilities for the
2182 Gnome project. It includes xml2po tool which makes it easier to translate
2183 and keep up to date translations of documentation.")
2184 (license license:gpl2+))) ; xslt under lgpl
2185
2186 (define-public gnome-disk-utility
2187 (package
2188 (name "gnome-disk-utility")
2189 (version "3.34.0")
2190 (source (origin
2191 (method url-fetch)
2192 (uri (string-append "mirror://gnome/sources/" name "/"
2193 (version-major+minor version) "/"
2194 name "-" version ".tar.xz"))
2195 (sha256
2196 (base32
2197 "1mb7q90lnlp97dhxhnadhjagcfd12dfqzp0vj9h6b1r61pzhy97y"))))
2198 (build-system meson-build-system)
2199 (arguments
2200 '(#:configure-flags '("-Dlogind=libelogind")
2201 #:phases
2202 (modify-phases %standard-phases
2203 (add-after 'unpack 'skip-gtk-update-icon-cache
2204 ;; Don't create 'icon-theme.cache'.
2205 (lambda _
2206 (substitute* "meson_post_install.py"
2207 (("gtk-update-icon-cache") "true"))
2208 #t)))))
2209 (native-inputs
2210 `(("glib:bin" ,glib "bin")
2211 ("intltool" ,intltool)
2212 ("pkg-config" ,pkg-config)
2213 ("docbook-xml" ,docbook-xml)
2214 ("docbook-xsl" ,docbook-xsl)
2215 ("libxml2" ,libxml2)
2216 ("libxslt" ,libxslt)))
2217 (inputs
2218 `(("elogind" ,elogind)
2219 ("glib" ,glib)
2220 ("appstream-glib" ,appstream-glib)
2221 ("gnome-settings-daemon" ,gnome-settings-daemon)
2222 ("gtk+" ,gtk+)
2223 ("libcanberra" ,libcanberra)
2224 ("libdvdread" ,libdvdread)
2225 ("libnotify" ,libnotify)
2226 ("libpwquality" ,libpwquality)
2227 ("libsecret" ,libsecret)
2228 ("udisks" ,udisks)))
2229 (home-page "https://git.gnome.org/browse/gnome-disk-utility")
2230 (synopsis "Disk management utility for GNOME")
2231 (description "Disk management utility for GNOME.")
2232 (license license:gpl2+)))
2233
2234 (define-public gnome-font-viewer
2235 (package
2236 (name "gnome-font-viewer")
2237 (version "3.30.0")
2238 (source (origin
2239 (method url-fetch)
2240 (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
2241 (version-major+minor version)
2242 "/gnome-font-viewer-" version ".tar.xz"))
2243 (sha256
2244 (base32
2245 "1wwnx2zrlbd2d6np7m9s78alx6j6ranrnh1g2z6zrv9qcj8rpzz5"))))
2246 (build-system meson-build-system)
2247 (arguments
2248 '(#:phases
2249 (modify-phases %standard-phases
2250 (add-after 'unpack 'patch-post-install-script
2251 (lambda _
2252 (substitute* "meson-postinstall.sh"
2253 (("update-desktop-database") (which "true")))
2254 #t)))))
2255 (native-inputs
2256 `(("gettext" ,gettext-minimal)
2257 ("glib:bin" ,glib "bin")
2258 ("pkg-config" ,pkg-config)))
2259 (inputs
2260 `(("glib" ,glib)
2261 ("gnome-desktop" ,gnome-desktop)
2262 ("gtk+" ,gtk+)))
2263 (home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer")
2264 (synopsis "GNOME Fonts")
2265 (description "Application to show you the fonts installed on your computer
2266 for your use as thumbnails. Selecting any thumbnails shows the full view of how
2267 the font would look under various sizes.")
2268 (license license:gpl2+)))
2269
2270 (define-public gcr
2271 (package
2272 (name "gcr")
2273 (version "3.34.0")
2274 (source (origin
2275 (method url-fetch)
2276 (uri (string-append "mirror://gnome/sources/" name "/"
2277 (version-major+minor version) "/"
2278 name "-" version ".tar.xz"))
2279 (sha256
2280 (base32
2281 "0925snsixzkwh49xiayqmj6fcrmklqk8kyy0jkv7m64h9abm1pr9"))))
2282 (build-system gnu-build-system)
2283 (arguments
2284 '(#:phases
2285 (modify-phases %standard-phases
2286 ;; These fail because /var/lib/dbus/machine-id is not present in the
2287 ;; build environment.
2288 (add-after 'unpack 'disable-failing-tests
2289 (lambda _
2290 (substitute* "Makefile.in"
2291 (("[[:blank:]]+test-system-prompt\\$\\(EXEEXT\\)")
2292 ""))
2293 #t))
2294 (add-before 'check 'pre-check
2295 (lambda _
2296 ;; Some tests expect to write to $HOME.
2297 (setenv "HOME" "/tmp")
2298 #t)))))
2299 (inputs
2300 `(("dbus" ,dbus)
2301 ("gnupg" ,gnupg) ;called as a child process during tests
2302 ("libgcrypt" ,libgcrypt)))
2303 (native-inputs
2304 `(("python" ,python-wrapper) ;for tests
2305 ("pkg-config" ,pkg-config)
2306 ("gettext" ,gettext-minimal)
2307 ("glib" ,glib "bin")
2308 ("gobject-introspection" ,gobject-introspection)
2309 ("libxml2" ,libxml2)
2310 ("vala" ,vala)
2311 ("xsltproc" ,libxslt)))
2312 ;; mentioned in gck.pc, gcr.pc and gcr-ui.pc
2313 (propagated-inputs
2314 `(("p11-kit" ,p11-kit)
2315 ("glib" ,glib)
2316 ("gtk+" ,gtk+)))
2317 (home-page "https://www.gnome.org")
2318 (synopsis "Libraries for displaying certificates and accessing key stores")
2319 (description
2320 "The GCR package contains libraries used for displaying certificates and
2321 accessing key stores. It also provides the viewer for crypto files on the
2322 GNOME Desktop.")
2323 (license license:lgpl2.1+)))
2324
2325 (define-public gdl
2326 (package
2327 (name "gdl")
2328 (version "3.34.0")
2329 (source (origin
2330 (method git-fetch)
2331 (uri (git-reference
2332 (url "https://gitlab.gnome.org/GNOME/gdl.git")
2333 (commit (string-append "GDL_" (string-map (match-lambda
2334 (#\. #\_)
2335 (c c))
2336 version)))))
2337 (file-name (git-file-name name version))
2338 (sha256
2339 (base32
2340 "154qcr0x6f68f4q526y87imv0rscmp34n47nk1pp82rsq52h2zna"))))
2341 (build-system gnu-build-system)
2342 (native-inputs
2343 `(("autoconf" ,autoconf)
2344 ("automake" ,automake)
2345 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
2346 ("gnome-common" ,gnome-common)
2347 ("gtk-doc" ,gtk-doc)
2348 ("intltool" ,intltool)
2349 ("pkg-config" ,pkg-config)
2350 ("libtool" ,libtool)
2351 ("which" ,which)))
2352 (inputs
2353 `(("libxml2" ,libxml2)))
2354 (propagated-inputs
2355 ;; The gdl-3.0.pc file 'Requires' GTK+.
2356 `(("gtk+" ,gtk+)))
2357 (home-page "https://gitlab.gnome.org/GNOME/gdl/")
2358 (synopsis "GNOME docking library")
2359 (description "This library provides docking features for gtk+.")
2360 (license license:lgpl2.1+)))
2361
2362 ;;; A minimal variant used to break a cycle with Inkscape.
2363 (define-public gdl-minimal
2364 (package
2365 (inherit gdl)
2366 (name "gdl-minimal")
2367 (arguments
2368 '(#:phases
2369 (modify-phases %standard-phases
2370 (add-after 'unpack 'disable-doc-generation
2371 ;; XXX: There is no easy way to disable generating the
2372 ;; documentation.
2373 (lambda _
2374 (substitute* "configure.in"
2375 (("GTK_DOC_CHECK.*") "")
2376 (("docs/.*") ""))
2377 (substitute* "Makefile.am"
2378 (("gdl docs po") "gdl po"))
2379 #t)))))
2380 (native-inputs (alist-delete "gtk-doc" (package-native-inputs gdl)))))
2381
2382 (define-public libgnome-keyring
2383 (package
2384 (name "libgnome-keyring")
2385 (version "3.12.0")
2386 (source (origin
2387 (method url-fetch)
2388 (uri (string-append "mirror://gnome/sources/" name "/"
2389 (version-major+minor version) "/"
2390 name "-" version ".tar.xz"))
2391 (sha256
2392 (base32
2393 "10vpjhgbjm7z2djy04qakd02qlzpd02xnbfjhk2aqwjzn3xpihf4"))))
2394 (build-system gnu-build-system)
2395 (inputs
2396 `(("libgcrypt" ,libgcrypt)
2397 ("dbus" ,dbus)))
2398 (native-inputs
2399 `(("pkg-config" ,pkg-config)
2400 ("glib" ,glib "bin")
2401 ("intltool" ,intltool)))
2402 (propagated-inputs
2403 ;; Referred to in .h files and .pc.
2404 `(("glib" ,glib)))
2405 (home-page "https://www.gnome.org")
2406 (synopsis "Accessing passwords from the GNOME keyring")
2407 (description
2408 "Client library to access passwords from the GNOME keyring.")
2409
2410 ;; Though a couple of files are LGPLv2.1+.
2411 (license license:lgpl2.0+)))
2412
2413 (define-public gnome-keyring
2414 (package
2415 (name "gnome-keyring")
2416 (version "3.34.0")
2417 (source (origin
2418 (method url-fetch)
2419 (uri (string-append "mirror://gnome/sources/" name "/"
2420 (version-major+minor version) "/"
2421 name "-" version ".tar.xz"))
2422 (sha256
2423 (base32
2424 "0hqrsh5g9q9lm190f0m85q4nki8k4ng7wphl6qbccdry59aakkg9"))))
2425 (build-system gnu-build-system)
2426 (arguments
2427 `(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does
2428 ;not exist
2429 #:configure-flags
2430 (list
2431 (string-append "--with-pkcs11-config="
2432 (assoc-ref %outputs "out") "/share/p11-kit/modules/")
2433 (string-append "--with-pkcs11-modules="
2434 (assoc-ref %outputs "out") "/share/p11-kit/modules/"))
2435 #:phases
2436 (modify-phases %standard-phases
2437 (add-after 'unpack 'fix-/bin/sh-reference
2438 (lambda _
2439 (substitute* "po/Makefile.in.in"
2440 (("/bin/sh") (which "sh")))
2441 #t))
2442 (add-after 'unpack 'fix-docbook
2443 (lambda* (#:key inputs #:allow-other-keys)
2444 (substitute* "docs/Makefile.am"
2445 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
2446 (string-append (assoc-ref inputs "docbook-xsl")
2447 "/xml/xsl/docbook-xsl-"
2448 ,(package-version docbook-xsl)
2449 "/manpages/docbook.xsl")))
2450 (setenv "XML_CATALOG_FILES"
2451 (string-append (assoc-ref inputs "docbook-xml")
2452 "/xml/dtd/docbook/catalog.xml"))
2453 ;; Rerun the whole thing to avoid version mismatch ("This is
2454 ;; Automake 1.15.1, but the definition used by this
2455 ;; AM_INIT_AUTOMAKE comes from Automake 1.15."). Note: we don't
2456 ;; use 'autoreconf' because it insists on running 'libtoolize'.
2457 (invoke "autoconf")
2458 (invoke "aclocal")
2459 (invoke "automake" "-ac"))))))
2460 (inputs
2461 `(("libgcrypt" ,libgcrypt)
2462 ("linux-pam" ,linux-pam)
2463 ("openssh" ,openssh)
2464 ("dbus" ,dbus)
2465 ("gcr" ,gcr)))
2466 (native-inputs
2467 `(("pkg-config" ,pkg-config)
2468 ("glib" ,glib "bin")
2469 ("glib" ,glib) ; for m4 macros
2470 ("python" ,python-2) ;for tests
2471 ("intltool" ,intltool)
2472 ("autoconf" ,autoconf)
2473 ("automake" ,automake)
2474 ("libxslt" ,libxslt) ;for documentation
2475 ("docbook-xml" ,docbook-xml-4.2)
2476 ("docbook-xsl" ,docbook-xsl)))
2477 (home-page "https://www.gnome.org")
2478 (synopsis "Daemon to store passwords and encryption keys")
2479 (description
2480 "gnome-keyring is a program that keeps passwords and other secrets for
2481 users. It is run as a daemon in the session, similar to ssh-agent, and other
2482 applications locate it via an environment variable or D-Bus.
2483
2484 The program can manage several keyrings, each with its own master password,
2485 and there is also a session keyring which is never stored to disk, but
2486 forgotten when the session ends.")
2487 (license license:lgpl2.1+)))
2488
2489 (define-public evince
2490 (package
2491 (name "evince")
2492 (version "3.36.5")
2493 (source (origin
2494 (method url-fetch)
2495 (uri (string-append "mirror://gnome/sources/evince/"
2496 (version-major+minor version) "/"
2497 "evince-" version ".tar.xz"))
2498 (sha256
2499 (base32
2500 "0z79jl0j9xq9wgwkfr0d1w1qrdy4447y8shs407n5srr0vixc3bg"))))
2501 (build-system glib-or-gtk-build-system)
2502 (arguments
2503 `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
2504 #:phases
2505 (modify-phases %standard-phases
2506 (add-before 'install 'skip-gtk-update-icon-cache
2507 ;; Don't create 'icon-theme.cache'.
2508 (lambda _
2509 (substitute* "data/Makefile"
2510 (("gtk-update-icon-cache") "true"))
2511 #t)))))
2512 (inputs
2513 `(("libarchive" ,libarchive)
2514 ("libgxps" ,libgxps)
2515 ("libspectre" ,libspectre)
2516 ("djvulibre" ,djvulibre)
2517 ("ghostscript" ,ghostscript)
2518 ("poppler" ,poppler)
2519 ("libtiff" ,libtiff)
2520 ;; TODO:
2521 ;; Build libkpathsea as a shared library for DVI support.
2522 ;; ("libkpathsea" ,texlive-bin)
2523 ("gnome-desktop" ,gnome-desktop)
2524 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2525 ("gspell" ,gspell)
2526 ("libgnome-keyring" ,libgnome-keyring)
2527 ("adwaita-icon-theme" ,adwaita-icon-theme)
2528 ("gdk-pixbuf" ,gdk-pixbuf)
2529 ("atk" ,atk)
2530 ("pango" ,pango)
2531 ("gtk+" ,gtk+)
2532 ("glib" ,glib)
2533 ("libxml2" ,libxml2)
2534 ("libsm" ,libsm)
2535 ("libice" ,libice)
2536 ("shared-mime-info" ,shared-mime-info)
2537 ("dconf" ,dconf)
2538 ("libcanberra" ,libcanberra)
2539 ("libsecret" ,libsecret)
2540
2541 ;; For tests.
2542 ("dogtail" ,python2-dogtail)))
2543 (native-inputs
2544 `(("itstool" ,itstool)
2545 ("intltool" ,intltool)
2546 ("glib" ,glib "bin")
2547 ("gobject-introspection" ,gobject-introspection)
2548 ("pkg-config" ,pkg-config)
2549 ("xmllint" ,libxml2)))
2550 (home-page "https://www.gnome.org/projects/evince/")
2551 (synopsis "GNOME's document viewer")
2552 (description
2553 "Evince is a document viewer for multiple document formats. It
2554 currently supports PDF, PostScript, DjVu, TIFF and DVI. The goal
2555 of Evince is to replace the multiple document viewers that exist
2556 on the GNOME Desktop with a single simple application.")
2557 (license license:gpl2+)))
2558
2559 (define-public gsettings-desktop-schemas
2560 (package
2561 (name "gsettings-desktop-schemas")
2562 (version "3.34.0")
2563 (source
2564 (origin
2565 (method url-fetch)
2566 (uri (string-append "mirror://gnome/sources/" name "/"
2567 (version-major+minor version) "/"
2568 name "-" version ".tar.xz"))
2569 (sha256
2570 (base32
2571 "1bayr76aylawf2fhyjhv9zgk4kpv7ivrrmd80khb0h3h1wk092r8"))))
2572 (build-system meson-build-system)
2573 (arguments
2574 '(#:phases (modify-phases %standard-phases
2575 (add-after 'unpack 'patch-schemas
2576 (lambda* (#:key inputs #:allow-other-keys)
2577 (let ((theme (assoc-ref inputs "gnome-backgrounds")))
2578 (substitute* (find-files "schemas"
2579 "\\.gschema\\.xml\\.in$")
2580 ;; Provide the correct file name of the default GNOME
2581 ;; background, 'adwaita-timed.xml'.
2582 (("@datadir@/backgrounds/gnome")
2583 (string-append theme "/share/backgrounds/gnome"))
2584 ;; Do not reference fonts, that may not exist.
2585 (("'Source Code Pro 10'") "'Monospace 11'"))
2586 #t))))))
2587 (inputs
2588 `(("glib" ,glib)
2589 ("gnome-backgrounds" ,gnome-backgrounds)))
2590 (native-inputs
2591 `(("intltool" ,intltool)
2592 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
2593 ("gobject-introspection" ,gobject-introspection)
2594 ("pkg-config" ,pkg-config)))
2595 (home-page "https://launchpad.net/gsettings-desktop-schemas")
2596 (synopsis
2597 "GNOME settings for various desktop components")
2598 (description
2599 "Gsettings-desktop-schemas contains a collection of GSettings schemas
2600 for settings shared by various components of the GNOME desktop.")
2601 (license license:lgpl2.1+)))
2602
2603 (define-public python-liblarch
2604 (package
2605 (name "python-liblarch")
2606 (version "3.0.1")
2607 (source
2608 (origin
2609 (method git-fetch)
2610 (uri (git-reference
2611 (url "https://github.com/getting-things-gnome/liblarch")
2612 (commit (string-append "v" version))))
2613 (file-name (git-file-name name version))
2614 (sha256
2615 (base32 "0xv2mfvyzipbny3iz8vll77wsqxfwh28xj6bj1ff0l452waph45m"))))
2616 (build-system python-build-system)
2617 (arguments
2618 `(#:phases
2619 (modify-phases %standard-phases
2620 (add-before 'check 'start-xserver
2621 (lambda* (#:key inputs #:allow-other-keys)
2622 (system (format #f "~a/bin/Xvfb :1 &"
2623 (assoc-ref inputs "xorg-server")))
2624 (setenv "DISPLAY" ":1")
2625 #t)))))
2626 (native-inputs
2627 `(("xorg-server" ,xorg-server-for-tests)))
2628 (inputs
2629 `(("gtk+" ,gtk+)))
2630 (propagated-inputs
2631 `(("python-pygobject" ,python-pygobject)))
2632 (home-page "https://wiki.gnome.org/Projects/liblarch")
2633 (synopsis "Library to easily handle complex data structures")
2634 (description
2635 "Liblarch is a Python library built to easily handle data structures such
2636 as lists, trees and acyclic graphs. There's also a GTK binding that will
2637 allow you to use your data structure in a @code{Gtk.Treeview}.
2638
2639 Liblarch support multiple views of one data structure and complex filtering.
2640 That way, you have a clear separation between your data themselves (Model)
2641 and how they are displayed (View).")
2642 (license license:lgpl3+)))
2643
2644 (define-public gtg
2645 (package
2646 (name "gtg")
2647 (version "0.4")
2648 (source
2649 (origin
2650 (method git-fetch)
2651 (uri (git-reference
2652 (url "https://github.com/getting-things-gnome/gtg")
2653 (commit (string-append "v" version))))
2654 (file-name (git-file-name name version))
2655 (sha256
2656 (base32 "0r28vyr88rj3kd3cg4gj7sd29wadjchi92wzmbx67d4hlg25h8kk"))))
2657 (build-system meson-build-system)
2658 (arguments
2659 `(#:glib-or-gtk? #t
2660 #:phases
2661 (modify-phases %standard-phases
2662 (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
2663 (lambda* (#:key outputs #:allow-other-keys)
2664 (let ((prog (string-append (assoc-ref outputs "out")
2665 "/bin/gtg"))
2666 (pylib (string-append (assoc-ref outputs "out")
2667 "/lib/python"
2668 ,(version-major+minor
2669 (package-version python))
2670 "/site-packages")))
2671 (wrap-program prog
2672 `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib))
2673 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
2674 #t))))))
2675 (native-inputs
2676 `(("desktop-file-utils" ,desktop-file-utils)
2677 ("gettext" ,gettext-minimal)
2678 ("glib:bin" ,glib "bin")
2679 ("gobject-introspection" ,gobject-introspection)
2680 ("gtk+:bin" ,gtk+ "bin")
2681 ("pkg-config" ,pkg-config)))
2682 (inputs
2683 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2684 ("gtk+" ,gtk+)
2685 ("python-dbus" ,python-dbus)
2686 ("python-liblarch" ,python-liblarch)
2687 ("python-pycairo" ,python-pycairo)
2688 ("python-pygobject" ,python-pygobject)
2689 ("python-pyxdg" ,python-pyxdg)))
2690 (home-page "https://wiki.gnome.org/Apps/GTG")
2691 (synopsis "Personal organizer for the GNOME desktop")
2692 (description
2693 "Getting Things GNOME! (GTG) is a personal tasks and TODO list items
2694 organizer for the GNOME desktop environment inspired by the Getting Things
2695 Done (GTD) methodology. GTG is designed with flexibility, adaptability,
2696 and ease of use in mind so it can be used as more than just GTD software.
2697 GTG is intended to help you track everything you need to do and need to
2698 know, from small tasks to large projects.")
2699 (license license:gpl3+)))
2700
2701 (define-public icon-naming-utils
2702 (package
2703 (name "icon-naming-utils")
2704 (version "0.8.90")
2705 (source
2706 (origin
2707 (method url-fetch)
2708 (uri (string-append "https://tango.freedesktop.org/releases/icon-naming-utils-"
2709 version ".tar.bz2"))
2710 (sha256
2711 (base32
2712 "1mc3v28fdfqanx3lqx233vcr4glb4c2376k0kx2v91a4vxwqcdxi"))))
2713 (build-system gnu-build-system)
2714 (inputs
2715 `(("perl" ,perl)
2716 ("perl-xml-simple" ,perl-xml-simple)))
2717 (arguments
2718 '(#:phases
2719 (modify-phases %standard-phases
2720 (add-after 'install 'set-load-paths
2721 ;; Tell 'icon-name-mapping' where XML::Simple is.
2722 (lambda* (#:key outputs #:allow-other-keys)
2723 (let* ((out (assoc-ref outputs "out"))
2724 (prog (string-append out "/libexec/icon-name-mapping")))
2725 (wrap-program
2726 prog
2727 `("PERL5LIB" = ,(list (getenv "PERL5LIB")))))
2728 #t)))))
2729 (home-page "http://tango.freedesktop.org/Standard_Icon_Naming_Specification")
2730 (synopsis
2731 "Utility to implement the Freedesktop Icon Naming Specification")
2732 (description
2733 "To help with the transition to the Freedesktop Icon Naming
2734 Specification, the icon naming utility maps the icon names used by the
2735 GNOME and KDE desktops to the icon names proposed in the specification.")
2736 (license license:lgpl2.1+)))
2737
2738 (define-public gnome-icon-theme
2739 (package
2740 (name "gnome-icon-theme")
2741 (version "3.12.0")
2742 (source
2743 (origin
2744 (method url-fetch)
2745 (uri (string-append "mirror://gnome/sources/" name "/"
2746 (version-major+minor version) "/"
2747 name "-" version ".tar.xz"))
2748 (sha256
2749 (base32
2750 "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im"))))
2751 (build-system gnu-build-system)
2752 (arguments
2753 '(#:configure-flags
2754 ;; Don't create 'icon-theme.cache'.
2755 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
2756 (true (string-append coreutils "/bin/true")))
2757 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
2758 (native-inputs
2759 `(("icon-naming-utils" ,icon-naming-utils)
2760 ("intltool" ,intltool)
2761 ("pkg-config" ,pkg-config)))
2762 (home-page "https://wiki.gnome.org/Personalization")
2763 (synopsis "GNOME icon theme")
2764 (description "Icons for the GNOME desktop.")
2765 (license license:lgpl3))) ; or Creative Commons BY-SA 3.0
2766
2767 ;; gnome-icon-theme was renamed to adwaita-icon-theme after version 3.12.0.
2768 (define-public adwaita-icon-theme
2769 (package (inherit gnome-icon-theme)
2770 (name "adwaita-icon-theme")
2771 (version "3.34.3")
2772 (source (origin
2773 (method url-fetch)
2774 (uri (string-append "mirror://gnome/sources/" name "/"
2775 (version-major+minor version) "/"
2776 name "-" version ".tar.xz"))
2777 (sha256
2778 (base32
2779 "025rj1fskw1y448hiar4a9icyzpyr242nlh9xhsmyp8jb71dihp7"))))
2780 (native-inputs
2781 `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
2782
2783 (define-public tango-icon-theme
2784 (package
2785 (name "tango-icon-theme")
2786 (version "0.8.90")
2787 (source (origin
2788 (method url-fetch)
2789 (uri (string-append "http://tango.freedesktop.org/releases/"
2790 "tango-icon-theme-" version ".tar.bz2"))
2791 (sha256
2792 (base32
2793 "034r9s944b4yikyfgn602yv7s54wdzlq0qfvqh52b9x6kbx08h79"))))
2794 (build-system gnu-build-system)
2795 (native-inputs
2796 `(("icon-naming-utils" ,icon-naming-utils)
2797 ("intltool" ,intltool)
2798 ("imagemagick" ,imagemagick)
2799 ("pkg-config" ,pkg-config)))
2800 (home-page "http://tango-project.org/")
2801 (synopsis "Tango icon theme")
2802 (description "This is an icon theme that follows the Tango visual
2803 guidelines.")
2804 (license license:public-domain)))
2805
2806 (define-public shared-mime-info
2807 (package
2808 (name "shared-mime-info")
2809 (version "1.15")
2810 (source (origin
2811 (method url-fetch)
2812 (uri (string-append
2813 "https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/"
2814 "b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-" version
2815 ".tar.xz"))
2816 (sha256
2817 (base32
2818 "146vynj78wcwdq0ms52jzm1r4m6dzi1rhyh3h4xyb6bw8ckv10pl"))))
2819 (build-system gnu-build-system)
2820 (arguments
2821 ;; The build system appears not to be parallel-safe.
2822 '(#:parallel-build? #f))
2823 (inputs
2824 `(("glib" ,glib)
2825 ("libxml2" ,libxml2)))
2826 (native-inputs
2827 `(("gettext" ,gettext-minimal)
2828 ("itstool" ,itstool)
2829 ("pkg-config" ,pkg-config)))
2830 (home-page "https://www.freedesktop.org/wiki/Software/shared-mime-info")
2831 (synopsis "Database of common MIME types")
2832 (description
2833 "The shared-mime-info package contains the core database of common types
2834 and the update-mime-database command used to extend it. It requires glib2 to
2835 be installed for building the update command. Additionally, it uses intltool
2836 for translations, though this is only a dependency for the maintainers. This
2837 database is translated at Transifex.")
2838 (license license:gpl2+)))
2839
2840 (define-public system-config-printer
2841 (package
2842 (name "system-config-printer")
2843 (version "1.5.13")
2844 (source
2845 (origin
2846 (method url-fetch)
2847 (uri (string-append
2848 "https://github.com/OpenPrinting/system-config-printer/releases/"
2849 "download/v" version
2850 "/system-config-printer-" version ".tar.xz"))
2851 (sha256
2852 (base32 "18dqvi1s971lggkw6pv1sqxixlpg5a8rppzc1pxbanxa91jg18zf"))))
2853 (build-system glib-or-gtk-build-system)
2854 (arguments
2855 `(#:imported-modules ((guix build python-build-system)
2856 ,@%glib-or-gtk-build-system-modules)
2857 #:phases
2858 (modify-phases %standard-phases
2859 (add-after 'unpack 'patch-Makefile.am
2860 (lambda _
2861 ;; The Makefile generates some scripts, so set a valid shebang
2862 (substitute* "Makefile.am"
2863 (("/bin/bash") (which "bash")))
2864 (delete-file "configure")
2865 #t))
2866 (add-after 'unpack 'patch-docbook-xml
2867 (lambda* (#:key inputs #:allow-other-keys)
2868 ;; Modify the man XML otherwise xmlto tries to access the network
2869 (substitute* "man/system-config-printer.xml"
2870 (("http://www.oasis-open.org/docbook/xml/4.1.2/")
2871 (string-append (assoc-ref inputs "docbook-xml")
2872 "/xml/dtd/docbook/")))
2873 #t))
2874 (add-after 'install 'wrap-for-python
2875 (@@ (guix build python-build-system) wrap))
2876 (add-after 'install 'wrap
2877 (lambda* (#:key outputs #:allow-other-keys)
2878 (let ((out (assoc-ref outputs "out"))
2879 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
2880 (for-each
2881 (lambda (program)
2882 (wrap-program program
2883 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
2884 (map (lambda (name)
2885 (string-append out "/bin/" name))
2886 '("system-config-printer"
2887 "system-config-printer-applet"
2888 "install-printerdriver"
2889 "scp-dbus-service"))))
2890 #t)))))
2891 (inputs
2892 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2893 ("gobject-introspection" ,gobject-introspection)
2894 ("python" ,python)
2895 ("cups" ,cups)
2896 ("gtk+" ,gtk+)
2897 ("python-dbus" ,python-dbus)
2898 ("python-pygobject" ,python-pygobject)
2899 ("python-pycups" ,python-pycups)
2900 ("python-requests" ,python-requests)
2901 ("python-pycairo" ,python-pycairo)
2902 ("libnotify" ,libnotify)
2903 ("packagekit" ,packagekit)))
2904 (native-inputs
2905 `(("pkg-config" ,pkg-config)
2906 ("desktop-file-utils" ,desktop-file-utils)
2907 ("glib" ,glib)
2908 ("autoconf" ,autoconf)
2909 ("automake" ,automake)
2910 ("intltool" ,intltool)
2911 ("xmlto" ,xmlto)
2912 ("docbook-xml" ,docbook-xml-4.1.2)
2913 ("docbook-xsl" ,docbook-xsl)
2914 ("libxml2" ,libxml2)))
2915 (home-page "https://github.com/zdohnal/system-config-printer")
2916 (synopsis "CUPS administration tool")
2917 (description
2918 "system-config-printer is a CUPS administration tool. It's written in
2919 Python using GTK+, and uses the @acronym{IPP, Internet Printing Protocol} when
2920 configuring CUPS.")
2921 (license license:gpl2+)))
2922
2923 (define-public hicolor-icon-theme
2924 (package
2925 (name "hicolor-icon-theme")
2926 (version "0.17")
2927 (source
2928 (origin
2929 (method url-fetch)
2930 (uri (string-append "https://icon-theme.freedesktop.org/releases/"
2931 "hicolor-icon-theme-" version ".tar.xz"))
2932 (sha256
2933 (base32
2934 "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
2935 (build-system gnu-build-system)
2936 (arguments
2937 `(#:tests? #f)) ; no check target
2938 (home-page "https://icon-theme.freedesktop.org/releases/")
2939 (synopsis
2940 "Freedesktop icon theme")
2941 (description
2942 "Freedesktop icon theme.")
2943 (license license:gpl2)))
2944
2945 (define-public libnotify
2946 (package
2947 (name "libnotify")
2948 (version "0.7.7")
2949 (source
2950 (origin
2951 (method url-fetch)
2952 (uri (string-append "mirror://gnome/sources/" name "/"
2953 (version-major+minor version) "/"
2954 name "-" version ".tar.xz"))
2955 (sha256
2956 (base32
2957 "017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
2958 (build-system gnu-build-system)
2959 (arguments
2960 `(#:configure-flags '("--disable-static")))
2961 (propagated-inputs
2962 `(;; In Requires of libnotify.pc.
2963 ("gdk-pixbuf" ,gdk-pixbuf)
2964 ("glib" ,glib)))
2965 (inputs
2966 `(("gtk+" ,gtk+)
2967 ("libpng" ,libpng)))
2968 (native-inputs
2969 `(("pkg-config" ,pkg-config)
2970 ("glib" ,glib "bin")
2971 ("gobject-introspection" ,gobject-introspection)))
2972 (home-page "https://developer-next.gnome.org/libnotify/")
2973 (synopsis
2974 "GNOME desktop notification library")
2975 (description
2976 "Libnotify is a library that sends desktop notifications to a
2977 notification daemon, as defined in the Desktop Notifications spec. These
2978 notifications can be used to inform the user about an event or display
2979 some form of information without getting in the user's way.")
2980 (license license:lgpl2.1+)))
2981
2982 (define-public libpeas
2983 (package
2984 (name "libpeas")
2985 (version "1.24.1")
2986 (source
2987 (origin
2988 (method url-fetch)
2989 (uri (string-append "mirror://gnome/sources/" name "/"
2990 (version-major+minor version) "/"
2991 name "-" version ".tar.xz"))
2992 (sha256
2993 (base32
2994 "1162dr7smmfb02czmhshr0f93hqj7w0nw29bys5lzfvwarxcyflw"))))
2995 (build-system meson-build-system)
2996 (arguments
2997 '(#:phases
2998 (modify-phases %standard-phases
2999 (add-before 'check 'start-xserver
3000 (lambda* (#:key inputs #:allow-other-keys)
3001 (let ((xorg-server (assoc-ref inputs "xorg-server"))
3002 (disp ":1"))
3003 (setenv "DISPLAY" disp)
3004 ;; Tests require a running X server.
3005 (system (format #f "~a/bin/Xvfb ~a &" xorg-server disp))
3006 #t))))))
3007 (inputs
3008 `(("gtk+" ,gtk+)
3009 ("glade" ,glade3)
3010 ("python" ,python)
3011 ("python-pygobject" ,python-pygobject)))
3012 (native-inputs
3013 `(("pkg-config" ,pkg-config)
3014 ("gettext" ,gettext-minimal)
3015 ("glib:bin" ,glib "bin")
3016 ("gobject-introspection" ,gobject-introspection)
3017 ("xorg-server" ,xorg-server-for-tests)))
3018 (propagated-inputs
3019 ;; The .pc file "Requires" gobject-introspection.
3020 `(("gobject-introspection" ,gobject-introspection)))
3021 (home-page "https://wiki.gnome.org/Libpeas")
3022 (synopsis "GObject plugin system")
3023 (description
3024 "Libpeas is a gobject-based plugin engine, targeted at giving every
3025 application the chance to assume its own extensibility. It also has a set of
3026 features including, but not limited to: multiple extension points; on-demand
3027 (lazy) programming language support for C, Python and JS; simplicity of the
3028 API.")
3029 (license license:lgpl2.0+)))
3030
3031 (define-public gtkglext
3032 (package
3033 (name "gtkglext")
3034 (version "1.2.0")
3035 (source (origin
3036 (method url-fetch)
3037 (uri (string-append "mirror://sourceforge/gtkglext/gtkglext/"
3038 version "/gtkglext-" version ".tar.gz"))
3039 (sha256
3040 (base32 "1ya4d2j2aacr9ii5zj4ac95fjpdvlm2rg79mgnk7yvl1dcy3y1z5"))
3041 (patches (search-patches
3042 "gtkglext-disable-disable-deprecated.patch"))))
3043 (build-system gnu-build-system)
3044 (arguments
3045 `(#:phases
3046 (modify-phases %standard-phases
3047 ;; Fix a collision between a local variable and a definition from
3048 ;; glibc's string.h.
3049 (add-after 'unpack 'fix-collision
3050 (lambda _
3051 (substitute* "gdk/gdkglshapes.c"
3052 ((" index") " triangle_index"))
3053 #t)))))
3054 (inputs `(("gtk+" ,gtk+-2)
3055 ("mesa" ,mesa)
3056 ("glu" ,glu)
3057 ("libx11" ,libx11)
3058 ("libxt" ,libxt)))
3059 (native-inputs `(("pkg-config" ,pkg-config)
3060 ("glib" ,glib "bin")))
3061 (propagated-inputs `(("pangox-compat" ,pangox-compat)))
3062 (home-page "https://projects.gnome.org/gtkglext")
3063 (synopsis "OpenGL extension to GTK+")
3064 (description "GtkGLExt is an OpenGL extension to GTK+. It provides
3065 additional GDK objects which support OpenGL rendering in GTK+ and GtkWidget
3066 API add-ons to make GTK+ widgets OpenGL-capable.")
3067 (license license:lgpl2.1+)))
3068
3069 (define-public glade3
3070 (package
3071 (name "glade")
3072 (version "3.36.0")
3073 (source (origin
3074 (method url-fetch)
3075 (uri (string-append "mirror://gnome/sources/" name "/"
3076 (version-major+minor version) "/"
3077 name "-" version ".tar.xz"))
3078 (sha256
3079 (base32
3080 "023gx8rj51njn8fsb6ma5kz1irjpxi4js0n8rwy22inc4ysldd8r"))))
3081 (build-system glib-or-gtk-build-system)
3082 (arguments
3083 `(#:phases
3084 (modify-phases %standard-phases
3085 (add-before 'configure 'fix-docbook
3086 (lambda* (#:key inputs #:allow-other-keys)
3087 (substitute* "man/Makefile.in"
3088 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
3089 (string-append (assoc-ref inputs "docbook-xsl")
3090 "/xml/xsl/docbook-xsl-"
3091 ,(package-version docbook-xsl)
3092 "/manpages/docbook.xsl")))
3093 #t))
3094 (add-before 'check 'pre-check
3095 (lambda _
3096 (setenv "HOME" "/tmp")
3097 ;; Tests require a running X server.
3098 (system "Xvfb :1 &")
3099 (setenv "DISPLAY" ":1")
3100 #t)))))
3101 (inputs
3102 `(("gtk+" ,gtk+)
3103 ("libxml2" ,libxml2)))
3104 (native-inputs
3105 `(("hicolor-icon-theme" ,hicolor-icon-theme)
3106 ("intltool" ,intltool)
3107 ("itstool" ,itstool)
3108 ("libxslt" ,libxslt) ;for xsltproc
3109 ("docbook-xml" ,docbook-xml-4.2)
3110 ("docbook-xsl" ,docbook-xsl)
3111 ("python" ,python-2)
3112 ("pkg-config" ,pkg-config)
3113 ("xorg-server" ,xorg-server-for-tests)))
3114 (home-page "https://glade.gnome.org")
3115 (synopsis "GTK+ rapid application development tool")
3116 (description "Glade is a rapid application development (RAD) tool to
3117 enable quick & easy development of user interfaces for the GTK+ toolkit and
3118 the GNOME desktop environment.")
3119 (license license:lgpl2.0+)
3120 (native-search-paths (list (search-path-specification
3121 (variable "GLADE_CATALOG_SEARCH_PATH")
3122 (files '("share/glade/catalogs")))
3123 (search-path-specification
3124 (variable "GLADE_MODULE_SEARCH_PATH")
3125 (files '("lib/glade/modules")))))))
3126
3127 (define-public libcroco
3128 (package
3129 (name "libcroco")
3130 (version "0.6.13")
3131 (source (origin
3132 (method url-fetch)
3133 (uri (string-append "mirror://gnome/sources/" name "/"
3134 (version-major+minor version) "/"
3135 name "-" version ".tar.xz"))
3136 (sha256
3137 (base32
3138 "1m110rbj5d2raxcdp4iz0qp172284945awrsbdlq99ksmqsc4zkn"))))
3139 (build-system gnu-build-system)
3140 (native-inputs
3141 `(("pkg-config" ,pkg-config)))
3142 (inputs
3143 `(("glib" ,glib)
3144 ("libxml2" ,libxml2)
3145 ("zlib" ,zlib)))
3146 (home-page "https://github.com/GNOME/libcroco")
3147 (synopsis "CSS2 parsing and manipulation library")
3148 (description
3149 "Libcroco is a standalone CSS2 parsing and manipulation library.
3150 The parser provides a low level event driven SAC-like API and a CSS object
3151 model like API. Libcroco provides a CSS2 selection engine and an experimental
3152 XML/CSS rendering engine.")
3153
3154 ;; LGPLv2.1-only.
3155 (license license:lgpl2.1)))
3156
3157 (define-public libgsf
3158 (package
3159 (name "libgsf")
3160 (version "1.14.47")
3161 (source (origin
3162 (method url-fetch)
3163 (uri (string-append "mirror://gnome/sources/" name "/"
3164 (version-major+minor version) "/"
3165 name "-" version ".tar.xz"))
3166 (sha256
3167 (base32
3168 "0kbpp9ksl7977xiga37sk1gdw1r039v6zviqznl7alvvg39yp26i"))))
3169 (build-system gnu-build-system)
3170 (arguments
3171 '(#:configure-flags '("--disable-static")))
3172 (native-inputs
3173 `(("pkg-config" ,pkg-config)
3174 ("gettext" ,gettext-minimal)
3175
3176 ;; For tests.
3177 ("perl" ,perl)
3178 ("perl-xml-parser" ,perl-xml-parser)))
3179 (inputs
3180 `(("zlib" ,zlib)
3181 ("bzip2" ,bzip2)))
3182 (propagated-inputs
3183 `(("gdk-pixbuf" ,gdk-pixbuf)
3184 ("glib" ,glib)
3185 ("libxml2" ,libxml2)))
3186 (home-page "https://www.gnome.org/projects/libgsf")
3187 (synopsis "GNOME's Structured File Library")
3188 (description
3189 "Libgsf aims to provide an efficient extensible I/O abstraction for
3190 dealing with different structured file formats.")
3191
3192 ;; LGPLv2.1-only.
3193 (license license:lgpl2.1)))
3194
3195 (define-public librsvg
3196 (package
3197 (name "librsvg")
3198 (version "2.40.21")
3199 (source (origin
3200 (method url-fetch)
3201 (uri (string-append "mirror://gnome/sources/" name "/"
3202 (version-major+minor version) "/"
3203 name "-" version ".tar.xz"))
3204 (sha256
3205 (base32
3206 "1fljkag2gr7c4k5mn798lgf9903xslz8h51bgvl89nnay42qjqpp"))))
3207 (build-system gnu-build-system)
3208 (arguments
3209 `(#:configure-flags
3210 (list "--disable-static"
3211 "--enable-vala") ; needed for e.g. gnome-mines
3212 #:phases
3213 (modify-phases %standard-phases
3214 (add-before 'configure 'pre-configure
3215 (lambda* (#:key inputs #:allow-other-keys)
3216 (substitute* "gdk-pixbuf-loader/Makefile.in"
3217 ;; By default the gdk-pixbuf loader is installed under
3218 ;; gdk-pixbuf's prefix. Work around that.
3219 (("gdk_pixbuf_moduledir = .*$")
3220 (string-append "gdk_pixbuf_moduledir = "
3221 "$(prefix)/lib/gdk-pixbuf-2.0/2.10.0/"
3222 "loaders\n"))
3223 ;; Drop the 'loaders.cache' file, it's in gdk-pixbuf+svg.
3224 (("gdk_pixbuf_cache_file = .*$")
3225 "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
3226 #t))
3227 (add-before 'check 'remove-failing-tests
3228 (lambda _
3229 (with-directory-excursion "tests/fixtures/reftests"
3230 (for-each delete-file
3231 '(;; This test fails on i686:
3232 "svg1.1/masking-path-04-b.svg"
3233 ;; This test fails on armhf:
3234 "svg1.1/masking-mask-01-b.svg"
3235 ;; This test fails on aarch64:
3236 "bugs/777834-empty-text-children.svg")))
3237 #t)))))
3238 (native-inputs
3239 `(("pkg-config" ,pkg-config)
3240 ("vala" ,vala)
3241 ("glib" ,glib "bin") ; glib-mkenums, etc.
3242 ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
3243 (inputs
3244 `(;; XXX: 1.44 causes some test failures, so we stick with 1.42 for
3245 ;; this ancient version of librsvg.
3246 ("pango" ,pango-1.42)
3247 ("libcroco" ,libcroco)
3248 ("bzip2" ,bzip2)
3249 ("libgsf" ,libgsf)
3250 ("libxml2" ,libxml2)))
3251 (propagated-inputs
3252 ;; librsvg-2.0.pc refers to all of that.
3253 `(("cairo" ,cairo)
3254 ("gdk-pixbuf" ,gdk-pixbuf)
3255 ("glib" ,glib)))
3256 (home-page "https://wiki.gnome.org/LibRsvg")
3257 (synopsis "Render SVG files using Cairo")
3258 (description
3259 "Librsvg is a C library to render SVG files using the Cairo 2D graphics
3260 library.")
3261 (license license:lgpl2.0+)))
3262
3263 (define-public librsvg-next
3264 (package
3265 (name "librsvg")
3266 (version "2.50.1")
3267 (source (origin
3268 (method url-fetch)
3269 (uri (string-append "mirror://gnome/sources/librsvg/"
3270 (version-major+minor version) "/"
3271 "librsvg-" version ".tar.xz"))
3272 (sha256
3273 (base32
3274 "02csvx2nzygh8kyal2qiy3y6xb7d52vszxxr37dzav704a9pkncv"))
3275 (modules '((guix build utils)))
3276 (snippet
3277 '(begin (delete-file-recursively "vendor")
3278 #t))))
3279 (build-system cargo-build-system)
3280 (outputs '("out" "doc"))
3281 (arguments
3282 `(#:modules
3283 ((guix build cargo-build-system)
3284 (guix build utils)
3285 ((guix build gnu-build-system) #:prefix gnu:))
3286 #:rust ,rust-1.40
3287 #:cargo-inputs
3288 (("rust-bitflags" ,rust-bitflags-1)
3289 ("rust-cairo-rs" ,rust-cairo-rs-0.8)
3290 ("rust-cairo-sys-rs" ,rust-cairo-sys-rs-0.9)
3291 ("rust-cast" ,rust-cast-0.2)
3292 ("rust-cssparser" ,rust-cssparser-0.27)
3293 ("rust-data-url" ,rust-data-url-0.1)
3294 ("rust-encoding" ,rust-encoding-0.2)
3295 ("rust-float-cmp" ,rust-float-cmp-0.8)
3296 ("rust-gdk-pixbuf" ,rust-gdk-pixbuf-0.8)
3297 ("rust-gdk-pixbuf-sys" ,rust-gdk-pixbuf-sys-0.9)
3298 ("rust-gio" ,rust-gio-0.8)
3299 ("rust-gio-sys" ,rust-gio-sys-0.9)
3300 ("rust-glib" ,rust-glib-0.9)
3301 ("rust-glib-sys" ,rust-glib-sys-0.9)
3302 ("rust-gobject-sys" ,rust-gobject-sys-0.9)
3303 ("rust-itertools" ,rust-itertools-0.9)
3304 ("rust-language-tags" ,rust-language-tags-0.2)
3305 ("rust-libc" ,rust-libc-0.2)
3306 ("rust-locale-config" ,rust-locale-config-0.3)
3307 ("rust-markup5ever" ,rust-markup5ever-0.10)
3308 ("rust-nalgebra" ,rust-nalgebra-0.21)
3309 ("rust-num-traits" ,rust-num-traits-0.2)
3310 ("rust-once-cell" ,rust-once-cell-1)
3311 ("rust-pkg-config" ,rust-pkg-config-0.3)
3312 ("rust-pango" ,rust-pango-0.8)
3313 ("rust-pango-sys" ,rust-pango-sys-0.9)
3314 ("rust-pangocairo" ,rust-pangocairo-0.9)
3315 ("rust-rayon" ,rust-rayon-1)
3316 ("rust-rctree" ,rust-rctree-0.3)
3317 ("rust-rgb" ,rust-rgb-0.8)
3318 ("rust-regex" ,rust-regex-1)
3319 ("rust-selectors" ,rust-selectors-0.22)
3320 ("rust-string-cache" ,rust-string-cache-0.8)
3321 ("rust-tinyvec" ,rust-tinyvec-0.3)
3322 ("rust-url" ,rust-url-2)
3323 ("rust-xml5ever" ,rust-xml5ever-0.16))
3324 #:cargo-development-inputs
3325 (("rust-assert-cmd" ,rust-assert-cmd-1)
3326 ("rust-cairo-rs" ,rust-cairo-rs-0.8)
3327 ("rust-chrono" ,rust-chrono-0.4)
3328 ("rust-criterion" ,rust-criterion-0.3)
3329 ("rust-float-cmp" ,rust-float-cmp-0.8)
3330 ("rust-lopdf" ,rust-lopdf-0.25)
3331 ("rust-png" ,rust-png-0.16)
3332 ("rust-predicates" ,rust-predicates-1)
3333 ("rust-tempfile" ,rust-tempfile-3))
3334 #:phases
3335 (modify-phases %standard-phases
3336 (add-after 'unpack 'patch-docbook-xml
3337 (lambda* (#:key inputs #:allow-other-keys)
3338 (with-directory-excursion "doc"
3339 (substitute* "rsvg-docs.xml"
3340 (("http://www.oasis-open.org/docbook/xml/4.3/")
3341 (string-append (assoc-ref inputs "docbook-xml")
3342 "/xml/dtd/docbook/"))))
3343 #t))
3344 (add-after 'unpack 'prepare-for-build
3345 (lambda _
3346 ;; In lieu of #:make-flags
3347 (setenv "CC" ,(cc-for-target))
3348 ;; Something about the build environment resists building
3349 ;; successfully with the '--locked' flag.
3350 (substitute* '("Makefile.am" "Makefile.in")
3351 (("--locked") ""))
3352 #t))
3353 (add-before 'configure 'pre-configure
3354 (lambda _
3355 (substitute* "gdk-pixbuf-loader/Makefile.in"
3356 ;; By default the gdk-pixbuf loader is installed under
3357 ;; gdk-pixbuf's prefix. Work around that.
3358 (("gdk_pixbuf_moduledir = .*$")
3359 (string-append "gdk_pixbuf_moduledir = "
3360 "$(prefix)/lib/gdk-pixbuf-2.0/2.10.0/"
3361 "loaders\n"))
3362 ;; Drop the 'loaders.cache' file, it's in gdk-pixbuf+svg.
3363 (("gdk_pixbuf_cache_file = .*$")
3364 "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
3365 #t))
3366 (add-after 'configure 'gnu-configure
3367 (lambda* (#:key inputs native-inputs outputs #:allow-other-keys)
3368 ((assoc-ref gnu:%standard-phases 'configure)
3369 #:native-inputs native-inputs
3370 #:inputs inputs
3371 #:outputs outputs
3372 #:configure-flags
3373 (list "--disable-static"
3374 "--enable-vala"
3375 (string-append "--with-html-dir="
3376 (assoc-ref %outputs "doc")
3377 "/share/gtk-doc/html")))))
3378 (add-after 'configure 'dont-vendor-self
3379 (lambda* (#:key vendor-dir #:allow-other-keys)
3380 ;; Don't keep the whole tarball in the vendor directory
3381 (delete-file-recursively
3382 (string-append vendor-dir "/" ,name "-" ,version ".tar.xz"))
3383 #t))
3384 (replace 'build
3385 (assoc-ref gnu:%standard-phases 'build))
3386 (add-before 'check 'ignore-failing-tests
3387 ;; stderr=```/tmp/guix-build-.../librsvg-2.50.1/rsvg-convert: line 150: ls: command not found
3388 (lambda _
3389 (substitute* "tests/src/cmdline/rsvg_convert.rs"
3390 (("fn background_color_option_invalid_color_yields_error" all)
3391 (string-append "#[ignore] " all))
3392 (("fn empty_input_yields_error" all)
3393 (string-append "#[ignore] " all))
3394 (("fn empty_svg_yields_error" all)
3395 (string-append "#[ignore] " all))
3396 (("fn env_source_data_epoch_empty" all)
3397 (string-append "#[ignore] " all))
3398 (("fn env_source_data_epoch_no_digits" all)
3399 (string-append "#[ignore] " all))
3400 (("fn env_source_data_epoch_trailing_garbage" all)
3401 (string-append "#[ignore] " all))
3402 (("fn export_id_option_error" all)
3403 (string-append "#[ignore] " all))
3404 (("fn huge_zoom_factor_yields_error" all)
3405 (string-append "#[ignore] " all))
3406 (("fn multiple_input_files_not_allowed_for_png_output" all)
3407 (string-append "#[ignore] " all))
3408 (("fn stylesheet_option_error" all)
3409 (string-append "#[ignore] " all)))
3410 #t))
3411 (replace 'check
3412 (lambda* args
3413 ((assoc-ref gnu:%standard-phases 'check)
3414 #:test-target "check")))
3415 (replace 'install
3416 (assoc-ref gnu:%standard-phases 'install)))))
3417 (native-inputs
3418 `(("docbook-xml" ,docbook-xml-4.3)
3419 ("glib" ,glib "bin")
3420 ("gobject-introspection" ,gobject-introspection)
3421 ("pkg-config" ,pkg-config)
3422 ("python" ,python-wrapper)
3423 ("ruby" ,ruby)
3424 ("vala" ,vala)))
3425 (inputs
3426 `(("bzip2" ,bzip2)
3427 ("fontconfig" ,fontconfig)
3428 ("freetype" ,freetype)
3429 ("harfbuzz" ,harfbuzz)
3430 ("libcroco" ,libcroco)
3431 ("libgsf" ,libgsf)
3432 ("libxml2" ,libxml2)
3433 ("pango" ,pango)))
3434 (propagated-inputs
3435 `(("cairo" ,cairo)
3436 ("gdk-pixbuf" ,gdk-pixbuf)
3437 ("glib" ,glib)))
3438 (synopsis "SVG rendering library")
3439 (description "Librsvg is a library to render SVG images to Cairo surfaces.
3440 GNOME uses this to render SVG icons. Outside of GNOME, other desktop
3441 environments use it for similar purposes. Wikimedia uses it for Wikipedia's SVG
3442 diagrams.")
3443 (home-page "https://wiki.gnome.org/LibRsvg")
3444 (license license:lgpl2.1+)))
3445
3446 (define-public libidl
3447 (package
3448 (name "libidl")
3449 (version "0.8.14")
3450 (source (origin
3451 (method url-fetch)
3452 (uri (string-append "mirror://gnome/sources/libIDL/"
3453 (version-major+minor version) "/"
3454 "libIDL-" version ".tar.bz2"))
3455 (sha256
3456 (base32
3457 "08129my8s9fbrk0vqvnmx6ph4nid744g5vbwphzkaik51664vln5"))))
3458 (build-system gnu-build-system)
3459 (inputs `(("glib" ,glib)))
3460 (native-inputs
3461 `(("pkg-config" ,pkg-config)
3462 ("flex" ,flex)
3463 ("bison" ,bison)))
3464 (home-page "http://freecode.com/projects/libidl")
3465 (synopsis "Create trees of CORBA Interface Definition Language files")
3466 (description "Libidl is a library for creating trees of CORBA Interface
3467 Definition Language (idl) files, which is a specification for defining
3468 portable interfaces. libidl was initially written for orbit (the orb from the
3469 GNOME project, and the primary means of libidl distribution). However, the
3470 functionality was designed to be as reusable and portable as possible.")
3471 (properties `((upstream-name . "libIDL")))
3472 (license license:lgpl2.0+)))
3473
3474
3475 (define-public orbit2
3476 (package
3477 (name "orbit2")
3478 (version "2.14.19")
3479 (source (origin
3480 (method url-fetch)
3481 (uri (let ((upstream-name "ORBit2"))
3482 (string-append "mirror://gnome/sources/" upstream-name "/"
3483 (version-major+minor version) "/"
3484 upstream-name "-" version ".tar.bz2")))
3485 (sha256
3486 (base32
3487 "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"))))
3488 (build-system gnu-build-system)
3489 (arguments
3490 `(;; The "timeout-server" test hangs when run in parallel.
3491 #:parallel-tests? #f
3492 #:configure-flags
3493 '(;; We don't need static libraries, plus they don't build reproducibly
3494 ;; (non-deterministic ordering of .o files in the archive.)
3495 "--disable-static"
3496
3497 ;; The programmer kindly gives us a hook to turn off deprecation
3498 ;; warnings ...
3499 "DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
3500 ;; ... which they then completly ignore !!
3501 #:phases
3502 (modify-phases %standard-phases
3503 (add-before 'configure 'ignore-deprecations
3504 (lambda _
3505 (substitute* "linc2/src/Makefile.in"
3506 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
3507 #t)))))
3508 (inputs `(("glib" ,glib)
3509 ("libidl" ,libidl)))
3510 (native-inputs
3511 `(("pkg-config" ,pkg-config)))
3512 (home-page "https://projects.gnome.org/orbit2/")
3513 (synopsis "CORBA 2.4-compliant Object Request Broker")
3514 (description "ORBit2 is a CORBA 2.4-compliant Object Request Broker (orb)
3515 featuring mature C, C++ and Python bindings.")
3516 ;; Licence notice is unclear. The Web page simply say "GPL" without giving
3517 ;; a version. SOME of the code files have licence notices for GPLv2+.
3518 ;; The tarball contains files of the text of GPLv2 and LGPLv2.
3519 (license license:gpl2+)
3520 (properties `((upstream-name . "ORBit2")))))
3521
3522
3523 (define-public libbonobo
3524 (package
3525 (name "libbonobo")
3526 (version "2.32.1")
3527 (source (origin
3528 (method url-fetch)
3529 (uri (string-append "mirror://gnome/sources/" name "/"
3530 (version-major+minor version)
3531 "/" name "-" version ".tar.bz2"))
3532 (sha256
3533 (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i"))
3534 (patches (search-patches
3535 "libbonobo-activation-test-race.patch"))))
3536 (build-system gnu-build-system)
3537 (arguments
3538 ;; The programmer kindly gives us a hook to turn off deprecation warnings ...
3539 `(#:configure-flags
3540 '("DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
3541 ;; ... which they then completly ignore !!
3542 #:phases
3543 (modify-phases %standard-phases
3544 (add-before 'configure 'ignore-deprecations
3545 (lambda _
3546 (substitute* "activation-server/Makefile.in"
3547 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
3548 #t)))
3549
3550 ;; There's apparently a race condition between the server stub
3551 ;; generation and linking of the example under 'samples/echo' that can
3552 ;; lead do undefined references when building in parallel, as reported
3553 ;; at <https://forums.gentoo.org/viewtopic-t-223376-start-550.html>.
3554 ;; Thus, disable parallel builds.
3555 #:parallel-build? #f))
3556 (inputs `(("popt" ,popt)
3557 ("libxml2" ,libxml2)))
3558 ;; The following are Required by the .pc file
3559 (propagated-inputs
3560 `(("glib" ,glib)
3561 ("orbit2" ,orbit2)))
3562 (native-inputs
3563 `(("intltool" ,intltool)
3564 ("pkg-config" ,pkg-config)
3565 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
3566 ("flex" ,flex)
3567 ("bison" ,bison)))
3568 (home-page "https://developer.gnome.org/libbonobo/")
3569 (synopsis "Framework for creating reusable components for use in GNOME applications")
3570 (description "Bonobo is a framework for creating reusable components for
3571 use in GNOME applications, built on top of CORBA.")
3572 ;; Licence not explicitly stated. Source files contain no licence notices.
3573 ;; Tarball contains text of both GPLv2 and LGPLv2
3574 ;; GPLv2 covers both conditions
3575 (license license:gpl2+)))
3576
3577
3578 (define-public gconf
3579 (package
3580 (name "gconf")
3581 (version "3.2.6")
3582 (source (origin
3583 (method url-fetch)
3584 (uri
3585 (let ((upstream-name "GConf"))
3586 (string-append "mirror://gnome/sources/" upstream-name "/"
3587 (version-major+minor version) "/"
3588 upstream-name "-" version ".tar.xz")))
3589 (sha256
3590 (base32 "0k3q9nh53yhc9qxf1zaicz4sk8p3kzq4ndjdsgpaa2db0ccbj4hr"))))
3591 (build-system gnu-build-system)
3592 (inputs `(("dbus-glib" ,dbus-glib)
3593 ("libxml2" ,libxml2)))
3594 (propagated-inputs `(("glib" ,glib) ; referred to in the .pc file
3595 ("orbit2" ,orbit2)))
3596 (native-inputs
3597 `(("intltool" ,intltool)
3598 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
3599 ("pkg-config" ,pkg-config)))
3600 (home-page "https://projects.gnome.org/gconf/")
3601 (synopsis "Store application preferences")
3602 (description "Gconf is a system for storing application preferences. It
3603 is intended for user preferences; not arbitrary data storage.")
3604 (license license:lgpl2.0+)
3605 (properties '((upstream-name . "GConf")))))
3606
3607
3608 (define-public gnome-mime-data
3609 (package
3610 (name "gnome-mime-data")
3611 (version "2.18.0")
3612 (source (origin
3613 (method url-fetch)
3614 (uri (string-append "mirror://gnome/sources/" name "/"
3615 (version-major+minor version) "/"
3616 name "-" version ".tar.bz2"))
3617 (sha256
3618 (base32
3619 "1mvg8glb2a40yilmyabmb7fkbzlqd3i3d31kbkabqnq86xdnn69p"))))
3620 (build-system gnu-build-system)
3621 (native-inputs
3622 `(("perl" ,perl)
3623 ("intltool" ,intltool)))
3624 (arguments
3625 '(#:phases (modify-phases %standard-phases
3626 (add-after 'configure 'use-our-intltool
3627 (lambda _
3628 ;; Do not use the bundled intltool commands, which lack
3629 ;; the "dotless @INC" fixes of our 'intltool' package.
3630 (substitute* (find-files "." "^Makefile$")
3631 (("^INTLTOOL_(EXTRACT|UPDATE|MERGE) = .*$" _ tool)
3632 (string-append "INTLTOOL_" tool " = intltool-"
3633 (string-downcase tool) "\n")))
3634 #t)))))
3635 (home-page "https://www.gnome.org")
3636 (synopsis "Base MIME and Application database for GNOME")
3637 (description "GNOME Mime Data is a module which contains the base MIME
3638 and Application database for GNOME. The data stored by this module is
3639 designed to be accessed through the MIME functions in GnomeVFS.")
3640 (license license:gpl2+)))
3641
3642
3643 (define-public gnome-vfs
3644 (package
3645 (name "gnome-vfs")
3646 (version "2.24.4")
3647 (source (origin
3648 (method url-fetch)
3649 (uri (string-append "mirror://gnome/sources/" name "/"
3650 (version-major+minor version) "/"
3651 name "-" version ".tar.bz2"))
3652 (sha256
3653 (base32
3654 "1ajg8jb8k3snxc7rrgczlh8daxkjidmcv3zr9w809sq4p2sn9pk2"))))
3655 (build-system gnu-build-system)
3656 (arguments
3657 `(#:phases
3658 (modify-phases %standard-phases
3659 (add-before 'configure 'ignore-deprecations
3660 (lambda _
3661 (substitute* '("libgnomevfs/Makefile.in"
3662 "daemon/Makefile.in")
3663 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
3664 #t))
3665 (add-before 'configure 'patch-test-async-cancel-to-never-fail
3666 (lambda _
3667 (substitute* "test/test-async-cancel.c"
3668 (("EXIT_FAILURE") "77"))
3669 #t)))))
3670 (inputs `(("libxml2" ,libxml2)
3671 ("dbus-glib" ,dbus-glib)
3672 ("gconf" ,gconf)
3673 ("gnome-mime-data" ,gnome-mime-data)
3674 ("zlib" ,zlib)))
3675 (native-inputs
3676 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
3677 ("intltool" ,intltool)
3678 ("pkg-config" ,pkg-config)))
3679 (home-page "https://developer.gnome.org/gnome-vfs/")
3680 (synopsis "Access files and folders in GNOME applications")
3681 (description
3682 "GnomeVFS is the core library used to access files and folders in GNOME
3683 applications. It provides a file system abstraction which allows applications
3684 to access local and remote files with a single consistent API.")
3685 (license license:lgpl2.0+)))
3686
3687
3688
3689 (define-public libgnome
3690 (package
3691 (name "libgnome")
3692 (version "2.32.1")
3693 (source (origin
3694 (method url-fetch)
3695 (uri (string-append "mirror://gnome/sources/" name "/"
3696 (version-major+minor version) "/"
3697 name "-" version ".tar.bz2"))
3698 (sha256
3699 (base32
3700 "197pnq8y0knqjhm2fg4j6hbqqm3qfzfnd0irhwxpk1b4hqb3kimj"))
3701 (patches (search-patches "libgnome-encoding.patch"))))
3702 (build-system gnu-build-system)
3703 (arguments
3704 `(#:phases
3705 (modify-phases %standard-phases
3706 (add-before 'configure 'enable-deprecated
3707 (lambda _
3708 (substitute* "libgnome/Makefile.in"
3709 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
3710 #t)))))
3711 (inputs `(("libxml2" ,libxml2)))
3712 (native-inputs
3713 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
3714 ("intltool" ,intltool)
3715 ("pkg-config" ,pkg-config)))
3716 ;; The following are listed as Required in the .pc file
3717 ;; (except for libcanberra -- which seems to be oversight on the part
3718 ;; of the upstream developers -- anything that links against libgnome,
3719 ;; must also link against libcanberra
3720 (propagated-inputs
3721 `(("libcanberra" ,libcanberra)
3722 ("libbonobo" ,libbonobo)
3723 ("gconf" ,gconf)
3724 ("gnome-vfs" ,gnome-vfs)
3725 ("popt" ,popt))) ;gnome-program.h includes popt.h
3726 (home-page "https://developer.gnome.org/libgnome/")
3727 (synopsis "Useful routines for building applications")
3728 (description "The libgnome library provides a number of useful routines
3729 for building modern applications, including session management, activation of
3730 files and URIs, and displaying help.")
3731 (license license:lgpl2.0+)))
3732
3733
3734 (define-public libart-lgpl
3735 (package
3736 (name "libart-lgpl")
3737 (version "2.3.21")
3738 (source (origin
3739 (method url-fetch)
3740 (uri (let ((upstream-name "libart_lgpl"))
3741 (string-append "mirror://gnome/sources/" upstream-name "/"
3742 (version-major+minor version) "/"
3743 upstream-name "-" version ".tar.bz2")))
3744 (sha256
3745 (base32
3746 "1yknfkyzgz9s616is0l9gp5aray0f2ry4dw533jgzj8gq5s1xhgx"))))
3747 (build-system gnu-build-system)
3748 (native-inputs
3749 `(("pkg-config" ,pkg-config)))
3750 (home-page "https://people.gnome.org/~mathieu/libart")
3751 (synopsis "2D drawing library")
3752 (description "Libart is a 2D drawing library intended as a
3753 high-quality vector-based 2D library with antialiasing and alpha composition.")
3754 (license license:lgpl2.0+)))
3755
3756
3757
3758 (define-public libgnomecanvas
3759 (package
3760 (name "libgnomecanvas")
3761 (version "2.30.3")
3762 (source (origin
3763 (method url-fetch)
3764 (uri (string-append "mirror://gnome/sources/" name "/"
3765 (version-major+minor version) "/"
3766 name "-" version ".tar.gz"))
3767 (sha256
3768 (base32
3769 "1nhnq4lfkk8ljkdafscwaggx0h95mq0rxnd7zgqyq0xb6kkqbjm8"))))
3770 (build-system gnu-build-system)
3771 ;; Mentioned as Required in the .pc file
3772 (propagated-inputs `(("libart-lgpl" ,libart-lgpl)
3773 ("gtk+" ,gtk+-2)))
3774 (native-inputs
3775 `(("intltool" ,intltool)
3776 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
3777 ("pkg-config" ,pkg-config)))
3778 (home-page "https://developer.gnome.org/libgnomecanvas/")
3779 (synopsis "Flexible widget for creating interactive structured graphics")
3780 (description "The GnomeCanvas widget provides a flexible widget for
3781 creating interactive structured graphics.")
3782 (license license:lgpl2.0+)))
3783
3784 (define-public libgnomecanvasmm
3785 (package
3786 (name "libgnomecanvasmm")
3787 (version "2.26.0")
3788 (source (origin
3789 (method url-fetch)
3790 (uri (string-append "mirror://gnome/sources/" name "/"
3791 (version-major+minor version) "/"
3792 name "-" version ".tar.bz2"))
3793 (sha256
3794 (base32
3795 "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
3796 (build-system gnu-build-system)
3797 (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
3798 (native-inputs
3799 `(("gtkmm-2" ,gtkmm-2)
3800 ("pkg-config" ,pkg-config)))
3801 (home-page "https://gtkmm.org")
3802 (synopsis "C++ bindings to the GNOME Canvas library")
3803 (description "C++ bindings to the GNOME Canvas library.")
3804 (license license:lgpl2.0+)))
3805
3806 (define-public libgnomeui
3807 (package
3808 (name "libgnomeui")
3809 (version "2.24.5")
3810 (source (origin
3811 (method url-fetch)
3812 (uri (string-append "mirror://gnome/sources/" name "/"
3813 (version-major+minor version) "/"
3814 name "-" version ".tar.bz2"))
3815 (patches (search-patches "libgnomeui-utf8.patch"))
3816 (sha256
3817 (base32
3818 "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf"))))
3819 (build-system gnu-build-system)
3820 ;; Mentioned as Required in the .pc file
3821 (propagated-inputs `(("libbonoboui" ,libbonoboui)
3822 ("libgnome" ,libgnome)
3823 ("libgnomecanvas" ,libgnomecanvas)
3824 ("libgnome-keyring" ,libgnome-keyring)))
3825 (inputs `(("libjpeg" ,libjpeg-turbo)
3826 ("popt" ,popt)
3827 ("libbonobo" ,libbonobo)
3828 ("libxml2" ,libxml2)
3829 ("libglade" ,libglade)))
3830 (native-inputs
3831 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
3832 ("intltool" ,intltool)
3833 ("pkg-config" ,pkg-config)))
3834 (home-page "https://developer.gnome.org/libgnomeui/")
3835 (synopsis "Additional widgets for applications")
3836 (description "The libgnomeui library provides additional widgets for
3837 applications. Many of the widgets from libgnomeui have already been
3838 ported to GTK+.")
3839 (license license:lgpl2.0+)))
3840
3841 (define-public libglade
3842 (package
3843 (name "libglade")
3844 (version "2.6.4")
3845 (source (origin
3846 (method url-fetch)
3847 (uri (string-append "mirror://gnome/sources/" name "/"
3848 (version-major+minor version) "/"
3849 name "-" version ".tar.bz2"))
3850 (sha256
3851 (base32
3852 "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4"))))
3853 (build-system gnu-build-system)
3854 (inputs
3855 `(("python" ,python))) ;; needed for the optional libglade-convert program
3856 (propagated-inputs
3857 `(("gtk+-2" ,gtk+-2)
3858 ("libxml2" ,libxml2))) ; required by libglade-2.0.pc
3859 (native-inputs
3860 `(("pkg-config" ,pkg-config)))
3861 (home-page "https://developer.gnome.org/libglade")
3862 (synopsis "Load glade interfaces and access the glade built widgets")
3863 (description "Libglade is a library that provides interfaces for loading
3864 graphical interfaces described in glade files and for accessing the
3865 widgets built in the loading process.")
3866 (license license:gpl2+))) ; This is correct. GPL not LGPL
3867
3868 (define-public libgnomeprint
3869 ;; This library has been deprecated since 2006; see
3870 ;; <https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>.
3871 (package
3872 (name "libgnomeprint")
3873 (version "2.18.8")
3874 (source (origin
3875 (method url-fetch)
3876 (uri (string-append "mirror://gnome/sources/" name "/"
3877 (version-major+minor version) "/"
3878 name "-" version ".tar.bz2"))
3879 (sha256
3880 (base32
3881 "14cnimvlc7ky22g2snyf4362412k3jk1syjf8b9887q5a63fqd0h"))))
3882 (build-system gnu-build-system)
3883 (inputs
3884 `(("popt" ,popt)
3885 ("libart-lgpl" ,libart-lgpl)
3886 ("gtk+" ,gtk+-2)
3887 ("libxml2" ,libxml2)))
3888 (native-inputs
3889 `(("intltool" ,intltool)
3890 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
3891 ("pkg-config" ,pkg-config)))
3892 (home-page "https://projects.gnome.org/gnome-print/home/faq.html")
3893 (synopsis "Printing framework for GNOME")
3894 (description
3895 "GNOME-print was a printing framework for GNOME. It has been deprecated
3896 since ca. 2006, when GTK+ itself incorporated printing support.")
3897 (license license:lgpl2.0+)))
3898
3899
3900 (define-public libgnomeprintui
3901 ;; Deprecated; see libgnomeprint.
3902 (package
3903 (name "libgnomeprintui")
3904 (version "2.18.6")
3905 (source (origin
3906 (method url-fetch)
3907 (uri (string-append "mirror://gnome/sources/" name "/"
3908 (version-major+minor version) "/"
3909 name "-" version ".tar.bz2"))
3910 (sha256
3911 (base32
3912 "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm"))))
3913 (build-system gnu-build-system)
3914 ;; Mentioned as Required in the .pc file
3915 (propagated-inputs `(("libgnomeprint" ,libgnomeprint)))
3916 (inputs `(("gtk+" ,gtk+-2)
3917 ("glib" ,glib)
3918 ("gnome-icon-theme" ,gnome-icon-theme)
3919 ("libgnomecanvas" ,libgnomecanvas)
3920 ("libxml2" ,libxml2)))
3921 (native-inputs
3922 `(("intltool" ,intltool)
3923 ("pkg-config" ,pkg-config)))
3924 (home-page "https://projects.gnome.org/gnome-print/home/faq.html")
3925 (synopsis "Printing framework for GNOME")
3926 (description (package-description libgnomeprint))
3927 (license license:lgpl2.0+)))
3928
3929 (define-public libbonoboui
3930 (package
3931 (name "libbonoboui")
3932 (version "2.24.5")
3933 (source (origin
3934 (method url-fetch)
3935 (uri (string-append "mirror://gnome/sources/" name "/"
3936 (version-major+minor version) "/"
3937 name "-" version ".tar.bz2"))
3938 (sha256
3939 (base32
3940 "1kbgqh7bw0fdx4f1a1aqwpff7gp5mwhbaz60c6c98bc4djng5dgs"))))
3941 (build-system gnu-build-system)
3942 (arguments
3943 `(#:phases
3944 (modify-phases %standard-phases
3945 (add-before 'check 'start-xserver
3946 (lambda* (#:key inputs #:allow-other-keys)
3947 (let ((xorg-server (assoc-ref inputs "xorg-server"))
3948 (disp ":1"))
3949
3950 (setenv "HOME" (getcwd))
3951 (setenv "DISPLAY" disp)
3952 ;; There must be a running X server and make check doesn't start one.
3953 ;; Therefore we must do it.
3954 (zero? (system (format #f "~a/bin/Xvfb ~a &" xorg-server disp)))))))))
3955 ;; Mentioned as Required by the .pc file
3956 (propagated-inputs `(("libxml2" ,libxml2)))
3957 (inputs
3958 `(("popt" ,popt)
3959 ("pangox-compat" ,pangox-compat)
3960 ("libgnome" ,libgnome)
3961 ("libgnomecanvas" ,libgnomecanvas)
3962 ("libglade" ,libglade)))
3963 (native-inputs
3964 `(("glib" ,glib "bin") ; for glib-genmarshal, etc.
3965 ("intltool" ,intltool)
3966 ("xorg-server" ,xorg-server-for-tests) ; For running the tests
3967 ("pkg-config" ,pkg-config)))
3968 (home-page "https://developer.gnome.org/libbonoboui/")
3969 (synopsis "Some user interface controls using Bonobo")
3970 (description "The Bonobo UI library provides a number of user interface
3971 controls using the Bonobo component framework.")
3972 (license license:lgpl2.0+)))
3973
3974 (define-public libwnck
3975 (package
3976 (name "libwnck")
3977 (version "3.32.0")
3978 (source (origin
3979 (method url-fetch)
3980 (uri (string-append "mirror://gnome/sources/" name "/"
3981 (version-major+minor version) "/"
3982 name "-" version ".tar.xz"))
3983 (sha256
3984 (base32
3985 "1jp3p1lnwnwi6fxl2rz3166cmwzwy9vqz896anpwc3wdy9f875cm"))))
3986 (build-system meson-build-system)
3987 (native-inputs
3988 `(("pkg-config" ,pkg-config)
3989 ("glib" ,glib "bin") ; for glib-mkenums
3990 ("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
3991 ("intltool" ,intltool)))
3992 (propagated-inputs
3993 `(("gtk+" ,gtk+)
3994 ("libxres" ,libxres)
3995 ("startup-notification" ,startup-notification)))
3996 (home-page "https://developer.gnome.org/libwnck/")
3997 (synopsis "Window Navigator Construction Kit")
3998 (description
3999 "Libwnck is the Window Navigator Construction Kit, a library for use in
4000 writing pagers, tasklists, and more generally applications that are dealing
4001 with window management. It tries hard to respect the Extended Window Manager
4002 Hints specification (EWMH).")
4003 (license license:lgpl2.0+)))
4004
4005 ;; stable version for gtk2, required by xfwm4.
4006 (define-public libwnck-2
4007 (package (inherit libwnck)
4008 (name "libwnck")
4009 (version "2.30.7")
4010 (source (origin
4011 (method url-fetch)
4012 (uri (string-append "mirror://gnome/sources/" name "/"
4013 (version-major+minor version) "/"
4014 name "-" version ".tar.xz"))
4015 (sha256
4016 (base32
4017 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b"))))
4018 (build-system gnu-build-system)
4019 (native-inputs
4020 `(("pkg-config" ,pkg-config)
4021 ("intltool" ,intltool)))
4022 (propagated-inputs
4023 `(("gtk+" ,gtk+-2)
4024 ("libxres" ,libxres)
4025 ("startup-notification" ,startup-notification)))))
4026
4027 (define-public goffice
4028 (package
4029 (name "goffice")
4030 (version "0.10.48")
4031 (source (origin
4032 (method url-fetch)
4033 (uri (string-append "mirror://gnome/sources/goffice/"
4034 (version-major+minor version) "/"
4035 "goffice-" version ".tar.xz"))
4036 (sha256
4037 (base32 "1z6f3q8fxkd1ysqrwdxdi0844zqa00vjpf07gq8mh3kal8picfd4"))))
4038 (build-system gnu-build-system)
4039 (outputs '("out"
4040 "doc")) ; 4.0 MiB of gtk-doc
4041 (arguments
4042 '(#:configure-flags (list (string-append "--with-html-dir="
4043 (assoc-ref %outputs "doc")
4044 "/share/gtk-doc/html"))))
4045 (inputs
4046 `(("gtk+" ,gtk+)
4047 ("libgsf" ,libgsf)
4048 ("librsvg" ,librsvg)
4049 ("libxslt" ,libxslt)
4050 ("libxml2" ,libxml2)))
4051 (native-inputs
4052 `(("intltool" ,intltool)
4053 ("glib" ,glib "bin")
4054 ("pkg-config" ,pkg-config)))
4055 (home-page "https://developer.gnome.org/goffice/")
4056 (synopsis "Document-centric objects and utilities")
4057 (description "A GLib/GTK+ set of document-centric objects and utilities.")
4058 (license
4059 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
4060 ;; Note: NOT LGPL
4061 (list license:gpl2 license:gpl3))))
4062
4063 (define-public goffice-0.8
4064 (package (inherit goffice)
4065 (version "0.8.17")
4066 (source (origin
4067 (method url-fetch)
4068 (uri (string-append "mirror://gnome/sources/" (package-name goffice) "/"
4069 (version-major+minor version) "/"
4070 (package-name goffice) "-" version ".tar.xz"))
4071 (sha256
4072 (base32 "05fvzbs5bin05bbsr4dp79aiva3lnq0a3a40zq55i13vnsz70l0n"))))
4073 (arguments
4074 `(#:phases
4075 (modify-phases %standard-phases
4076 (add-after 'unpack 'fix-pcre-check
4077 (lambda _
4078 ;; Only glib.h can be included directly. See
4079 ;; https://bugzilla.gnome.org/show_bug.cgi?id=670316
4080 (substitute* "configure"
4081 (("glib/gregex\\.h") "glib.h")) #t)))
4082
4083 ,@(package-arguments goffice)))
4084 (propagated-inputs
4085 ;; libgoffice-0.8.pc mentions libgsf-1
4086 `(("libgsf" ,libgsf)))
4087 (inputs
4088 `(("gtk" ,gtk+-2)
4089 ,@(alist-delete "gtk" (package-inputs goffice))))))
4090
4091 (define-public gnumeric
4092 (package
4093 (name "gnumeric")
4094 (version "1.12.48")
4095 (source (origin
4096 (method url-fetch)
4097 (uri (string-append "mirror://gnome/sources/gnumeric/"
4098 (version-major+minor version) "/"
4099 "gnumeric-" version ".tar.xz"))
4100 (sha256
4101 (base32
4102 "14556b0vyxdvdwjlin0rv7jk0vq4nplbmvp9j89bhkfk84xf7k2p"))))
4103 (build-system glib-or-gtk-build-system)
4104 (arguments
4105 `(;; The gnumeric developers don't worry much about failing tests.
4106 ;; See https://bugzilla.gnome.org/show_bug.cgi?id=732387
4107 #:tests? #f
4108 #:phases
4109 (modify-phases %standard-phases
4110 (add-before
4111 'configure 'pre-conf
4112 (lambda* (#:key outputs #:allow-other-keys)
4113 ;; Make install tries to write into the directory of goffice
4114 ;; I am informed that this only affects the possibility to embed a
4115 ;; spreadsheet inside an Abiword document. So presumably when we
4116 ;; package Abiword we'll have to refer it to this directory.
4117 (substitute* "configure"
4118 (("^GOFFICE_PLUGINS_DIR=.*")
4119 (string-append "GOFFICE_PLUGINS_DIR="
4120 (assoc-ref outputs "out")
4121 "/goffice/plugins"))))))))
4122 (inputs
4123 `(("glib" ,glib)
4124 ("gtk+" ,gtk+)
4125 ("goffice" ,goffice)
4126 ("libgsf" ,libgsf)
4127 ("librsvg" ,librsvg)
4128 ("libxml2" ,libxml2)
4129 ("libxslt" ,libxslt)
4130 ("python" ,python)
4131 ("python-pygobject" ,python-pygobject)
4132 ("zlib" ,zlib)))
4133 (native-inputs
4134 `(("bison" ,bison)
4135 ("docbook-xml" ,docbook-xml)
4136 ("intltool" ,intltool)
4137 ("itstool" ,itstool)
4138 ("glib:bin" ,glib "bin")
4139 ("pkg-config" ,pkg-config)))
4140 (home-page "http://www.gnumeric.org")
4141 (synopsis "Spreadsheet application")
4142 (description
4143 "GNUmeric is a GNU spreadsheet application, running under GNOME. It is
4144 interoperable with other spreadsheet applications. It has a vast array of
4145 features beyond typical spreadsheet functionality, such as support for linear
4146 and non-linear solvers, statistical analysis, and telecommunication
4147 engineering.")
4148 (license
4149 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
4150 (list license:gpl2 license:gpl3))))
4151
4152 (define-public gnome-themes-standard
4153 (package
4154 (name "gnome-themes-standard")
4155 (version "3.22.3")
4156 (source
4157 (origin
4158 (method url-fetch)
4159 (uri (string-append "mirror://gnome/sources/" name "/"
4160 (version-major+minor version) "/" name "-"
4161 version ".tar.xz"))
4162 (sha256
4163 (base32
4164 "0smmiamrgcgf5sa88bsn8hwmvsyx4gczzs359nwxbkv14b2qgp31"))))
4165 (build-system gnu-build-system)
4166 (arguments
4167 '(#:configure-flags
4168 ;; Don't create 'icon-theme.cache'.
4169 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
4170 (true (string-append coreutils "/bin/true")))
4171 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
4172 (inputs
4173 `(("gtk+" ,gtk+)
4174 ("gtk+-2" ,gtk+-2)
4175 ("librsvg" ,librsvg)
4176 ("libxml2" ,libxml2)
4177 ("glib" ,glib)))
4178 (native-inputs
4179 `(("intltool" ,intltool)
4180 ("glib:bin" ,glib "bin")
4181 ("pkg-config" ,pkg-config)))
4182 (home-page "https://launchpad.net/gnome-themes-standard")
4183 (synopsis "Default GNOME 3 themes")
4184 (description
4185 "The default GNOME 3 themes (Adwaita and some accessibility themes).")
4186 (license license:lgpl2.1+)))
4187
4188 (define-public seahorse
4189 (package
4190 (name "seahorse")
4191 (version "3.36.2")
4192 (source
4193 (origin
4194 (method url-fetch)
4195 (uri (string-append "mirror://gnome/sources/" name "/"
4196 (version-major+minor version) "/" name "-"
4197 version ".tar.xz"))
4198 (sha256
4199 (base32 "16wmxxppgcgfj8zkagcny5af1c81x32ysm9d6j9f2k7bmik21ss5"))))
4200 (build-system meson-build-system)
4201 (arguments
4202 '(#:glib-or-gtk? #t
4203 #:phases
4204 (modify-phases %standard-phases
4205 (add-after 'unpack 'skip-gtk-update-icon-cache
4206 ;; Don't create 'icon-theme.cache'.
4207 (lambda _
4208 (substitute* "build-aux/meson_post_install.py"
4209 (("gtk-update-icon-cache") "true"))
4210 #t)))))
4211 (inputs
4212 `(("gtk+" ,gtk+)
4213 ("gcr" ,gcr)
4214 ("gnupg" ,gnupg)
4215 ("gpgme" ,gpgme)
4216 ("openldap" ,openldap)
4217 ("openssh" ,openssh)
4218 ("avahi" ,avahi)
4219 ("libhandy" ,libhandy-0.0)
4220 ("libpwquality" ,libpwquality)
4221 ("libsecret" ,libsecret)
4222 ("libsoup" ,libsoup)))
4223 (native-inputs
4224 `(("gettext" ,gettext-minimal)
4225 ("glib:bin" ,glib "bin")
4226 ("itstool" ,itstool)
4227 ("pkg-config" ,pkg-config)
4228 ("vala" ,vala)
4229 ("xmllint" ,libxml2)))
4230 (home-page "https://wiki.gnome.org/Apps/Seahorse")
4231 (synopsis "Manage encryption keys and passwords in the GNOME keyring")
4232 (description
4233 "Seahorse is a GNOME application for managing encryption keys and
4234 passwords in the GNOME keyring.")
4235 (license license:gpl2+)))
4236
4237 (define-public vala
4238 (package
4239 (name "vala")
4240 (version "0.46.5")
4241 (source (origin
4242 (method url-fetch)
4243 (uri (string-append "mirror://gnome/sources/" name "/"
4244 (version-major+minor version) "/"
4245 name "-" version ".tar.xz"))
4246 (sha256
4247 (base32
4248 "07fv895sp9wq74b20qig7hic0r4ynrr5pfaqba02r44xb794fy0s"))))
4249 (build-system gnu-build-system)
4250 (arguments
4251 '(#:phases
4252 (modify-phases %standard-phases
4253 (add-before 'check 'pre-check
4254 (lambda _
4255 (setenv "CC" "gcc")
4256 (substitute* "valadoc/tests/testrunner.sh"
4257 (("export PKG_CONFIG_PATH=" m)
4258 (string-append m "$PKG_CONFIG_PATH:")))
4259 ;; For missing '/etc/machine-id'.
4260 (setenv "DBUS_FATAL_WARNINGS" "0")
4261 #t)))))
4262 (native-inputs
4263 `(("pkg-config" ,pkg-config)
4264 ("flex" ,flex)
4265 ("bison" ,bison)
4266 ("xsltproc" ,libxslt)
4267 ("dbus" ,dbus) ; for dbus tests
4268 ("gobject-introspection" ,gobject-introspection))) ; for gir tests
4269 (inputs
4270 `(("graphviz" ,graphviz)))
4271 (propagated-inputs
4272 `(("glib" ,glib))) ; required by libvala-0.40.pc
4273 (home-page "https://wiki.gnome.org/Projects/Vala/")
4274 (synopsis "Compiler for the GObject type system")
4275 (description
4276 "Vala is a programming language that aims to bring modern programming
4277 language features to GNOME developers without imposing any additional runtime
4278 requirements and without using a different ABI compared to applications and
4279 libraries written in C.")
4280 (license license:lgpl2.1+)))
4281
4282 (define-public vala-0.50
4283 (package
4284 (inherit vala)
4285 (version "0.50.2")
4286 (source (origin
4287 (method url-fetch)
4288 (uri (string-append "mirror://gnome/sources/vala/"
4289 (version-major+minor version) "/"
4290 "vala-" version ".tar.xz"))
4291 (sha256
4292 (base32
4293 "1nnf0x6vk0a9p2y6z7jwjfvmlxh3qhj581v381r0y1sxsv35s39c"))))))
4294
4295 (define-public vte
4296 (package
4297 (name "vte")
4298 (version "0.60.3")
4299 (source (origin
4300 (method url-fetch)
4301 (uri (string-append "mirror://gnome/sources/vte/"
4302 (version-major+minor version) "/"
4303 "vte-" version ".tar.xz"))
4304 (sha256
4305 (base32
4306 "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy"))))
4307 (build-system meson-build-system)
4308 (arguments
4309 `(#:configure-flags
4310 '("-Dvapi=true"
4311 "-D_systemd=false")))
4312 (native-inputs
4313 `(("pkg-config" ,pkg-config)
4314 ("gettext" ,gettext-minimal)
4315 ("vala" ,vala)
4316 ("gobject-introspection" ,gobject-introspection)
4317 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
4318 ("gperf" ,gperf)
4319 ("xmllint" ,libxml2)))
4320 (propagated-inputs
4321 `(("gtk+" ,gtk+) ; required by vte-2.91.pc
4322 ("gnutls" ,gnutls) ; ditto
4323 ("pcre2" ,pcre2))) ; ditto
4324 (home-page "https://www.gnome.org/")
4325 (synopsis "Virtual Terminal Emulator")
4326 (description
4327 "VTE is a library (libvte) implementing a terminal emulator widget for
4328 GTK+, and a minimal sample application (vte) using that. Vte is mainly used in
4329 gnome-terminal, but can also be used to embed a console/terminal in games,
4330 editors, IDEs, etc.")
4331 (license license:lgpl2.1+)))
4332
4333 (define-public vte-ng
4334 (package
4335 (inherit vte)
4336 (name "vte-ng")
4337 (version "0.58.2.a")
4338 (home-page "https://github.com/thestinger/vte-ng")
4339 (source (origin
4340 (method git-fetch)
4341 (uri (git-reference (url home-page) (commit version)))
4342 (file-name (git-file-name name version))
4343 (sha256
4344 (base32
4345 "0rnm5c6m3abbm81jsfdas0y80z299ny54gr4syn4bfrms3s4g19l"))))
4346 (build-system meson-build-system)
4347 (native-inputs
4348 `(("gtk-doc" ,gtk-doc)
4349 ,@(package-native-inputs vte)))
4350 (arguments
4351 `(#:configure-flags '("-Ddocs=true")))
4352 (synopsis "Enhanced VTE terminal widget")
4353 (description
4354 "VTE is a library (libvte) implementing a terminal emulator widget for
4355 GTK+, this fork provides additional functions exposed for keyboard text
4356 selection and URL hints.")))
4357
4358 ;; Stable version for gtk2, required by gnurobots and lxterminal as of 2020-07.
4359 (define-public vte/gtk+-2
4360 (package (inherit vte)
4361 (name "vte")
4362 (version "0.28.2")
4363 (source (origin
4364 (method url-fetch)
4365 (uri (string-append "mirror://gnome/sources/" name "/"
4366 (version-major+minor version) "/"
4367 name "-" version ".tar.xz"))
4368 (sha256
4369 (base32
4370 "1bmhahkf8wdsra9whd3k5l5z4rv7r58ksr8mshzajgq2ma0hpkw6"))
4371 (patches (search-patches
4372 "vte-CVE-2012-2738-pt1.patch"
4373 "vte-CVE-2012-2738-pt2.patch"))))
4374 (build-system gnu-build-system)
4375 (arguments
4376 '(#:configure-flags '("--disable-python")))
4377 (native-inputs
4378 `(("pkg-config" ,pkg-config)
4379 ("intltool" ,intltool)
4380 ("glib" ,glib "bin"))) ; for glib-genmarshal, etc.
4381 (propagated-inputs
4382 `(("gtk+" ,gtk+-2) ; required by libvte.pc
4383 ("ncurses" ,ncurses))))) ; required by libvte.la
4384
4385 (define-public vinagre
4386 (package
4387 (name "vinagre")
4388 (version "3.22.0")
4389 (source (origin
4390 (method url-fetch)
4391 (uri (string-append "mirror://gnome/sources/" name "/"
4392 (version-major+minor version) "/"
4393 name "-" version ".tar.xz"))
4394 (patches (search-patches "vinagre-newer-freerdp.patch"
4395 "vinagre-newer-rdp-parameters.patch"))
4396 (sha256
4397 (base32
4398 "10jya3jyrm18nbw3v410gbkc7677bqamax44pzgd3j15randn76d"))))
4399 (build-system glib-or-gtk-build-system)
4400 (arguments
4401 ;; Disable -Werror and such, to avoid build failures on compilation
4402 ;; warnings.
4403 '(#:configure-flags '("--enable-compile-warnings=minimum")
4404 #:phases
4405 (modify-phases %standard-phases
4406 (add-before 'install 'skip-gtk-update-icon-cache
4407 (lambda _
4408 ;; Don't create 'icon-theme.cache'
4409 (substitute* (find-files "." "^Makefile$")
4410 (("gtk-update-icon-cache") (which "true")))
4411 #t))
4412 (add-after 'unpack 'patch-configure
4413 (lambda _
4414 (substitute* "configure"
4415 (("freerdp") "freerdp2"))
4416 #t)))))
4417 (native-inputs
4418 `(("pkg-config" ,pkg-config)
4419 ("intltool" ,intltool)
4420 ("itstool" ,itstool)
4421 ("glib-bin" ,glib "bin"))) ;for glib-compile-schemas
4422 (inputs
4423 `(("libxml2" ,libxml2)
4424 ("gtk-vnc" ,gtk-vnc)
4425 ("gnome-keyring" ,gnome-keyring)
4426 ("libsecret" ,libsecret)
4427 ("freerdp" ,freerdp)
4428 ("spice" ,spice)
4429 ("spice-gtk" ,spice-gtk)
4430 ("telepathy-glib" ,telepathy-glib)
4431 ("vte" ,vte)))
4432 (home-page "https://wiki.gnome.org/Apps/Vinagre")
4433 (synopsis "Remote desktop viewer for GNOME")
4434 (description "Vinagre is a remote display client supporting the VNC, SPICE
4435 and RDP protocols.")
4436 (license license:gpl3+)))
4437
4438 (define-public dconf
4439 (package
4440 (name "dconf")
4441 (version "0.36.0")
4442 (source (origin
4443 (method url-fetch)
4444 (uri (string-append
4445 "mirror://gnome/sources/" name "/"
4446 (version-major+minor version) "/"
4447 name "-" version ".tar.xz"))
4448 (sha256
4449 (base32
4450 "0bfs069pjv6lhp7xrzmrhz3876ay2ryqxzc6mlva1hhz34ibprlz"))))
4451 (build-system meson-build-system)
4452 (propagated-inputs
4453 ;; In Requires of dconf.pc.
4454 `(("glib" ,glib)))
4455 (inputs
4456 `(("gtk+" ,gtk+)
4457 ("dbus" ,dbus)))
4458 (native-inputs
4459 `(("bash-completion" ,bash-completion)
4460 ("libxslt" ,libxslt) ;for xsltproc
4461 ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
4462 ("docbook-xml" ,docbook-xml-4.2)
4463 ("docbook-xsl" ,docbook-xsl)
4464 ("glib:bin" ,glib "bin")
4465 ("gtk-doc" ,gtk-doc)
4466 ("pkg-config" ,pkg-config)
4467 ("vala" ,vala)))
4468 (arguments
4469 `(#:glib-or-gtk? #t
4470 #:configure-flags '("-Denable-gtk-doc=true")
4471 #:phases (modify-phases %standard-phases
4472 (add-after 'unpack 'increase-test-timeout
4473 (lambda _
4474 ;; On big-memory systems, the engine test may take
4475 ;; much longer than the default of 30 seconds.
4476 (substitute* "tests/meson.build"
4477 (("test\\(unit_test\\[0\\], exe" all)
4478 (string-append all ", timeout : 90")))
4479 #t)))))
4480 (home-page "https://developer.gnome.org/dconf/")
4481 (synopsis "Low-level GNOME configuration system")
4482 (description "Dconf is a low-level configuration system. Its main purpose
4483 is to provide a backend to GSettings on platforms that don't already have
4484 configuration storage systems.")
4485 (license license:lgpl2.1+)))
4486
4487 (define-public json-glib
4488 (package
4489 (name "json-glib")
4490 (version "1.4.4")
4491 (source (origin
4492 (method url-fetch)
4493 (uri (string-append "mirror://gnome/sources/" name "/"
4494 (version-major+minor version) "/"
4495 name "-" version ".tar.xz"))
4496 (sha256
4497 (base32
4498 "0ixwyis47v5bkx6h8a1iqlw3638cxcv57ivxv4gw2gaig51my33j"))))
4499 (build-system meson-build-system)
4500 (native-inputs
4501 `(("gettext" ,gettext-minimal)
4502 ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal
4503 ("gobject-introspection" ,gobject-introspection)
4504 ("pkg-config" ,pkg-config)))
4505 (propagated-inputs
4506 `(("glib" ,glib))) ;according to json-glib-1.0.pc
4507 (home-page "https://wiki.gnome.org/Projects/JsonGlib")
4508 (synopsis "Compiler for the GObject type system")
4509 (description
4510 "JSON-GLib is a C library based on GLib providing serialization and
4511 deserialization support for the JavaScript Object Notation (JSON) format
4512 described by RFC 4627. It provides parser and generator GObject classes and
4513 various wrappers for the complex data types employed by JSON, such as arrays
4514 and objects.")
4515 (license license:lgpl2.1+)))
4516
4517 (define-public libxklavier
4518 (package
4519 (name "libxklavier")
4520 (version "5.4")
4521 (source (origin
4522 ;; Note: There's no tarball at ftp.gnome.org for this version.
4523 (method git-fetch)
4524 (uri (git-reference
4525 (url "https://anongit.freedesktop.org/git/libxklavier")
4526 (commit (string-append "libxklavier-" version))))
4527 (sha256
4528 (base32
4529 "1w1x5mrgly2ldiw3q2r6y620zgd89gk7n90ja46775lhaswxzv7a"))
4530 (file-name (git-file-name name version))))
4531 (build-system gnu-build-system)
4532 (arguments
4533 '(#:configure-flags
4534 (list (string-append "--with-xkb-base="
4535 (assoc-ref %build-inputs "xkeyboard-config")
4536 "/share/X11/xkb")
4537 "--disable-xmodmap-support")))
4538 (native-inputs
4539 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
4540 ("gobject-introspection" ,gobject-introspection)
4541 ("pkg-config" ,pkg-config)
4542 ("gtk-doc" ,gtk-doc)
4543 ("intltool" ,intltool)
4544 ("which" ,which)
4545 ("autoconf" ,autoconf)
4546 ("automake" ,automake)
4547 ("libtool" ,libtool)))
4548 (propagated-inputs
4549 ;; Required by libxklavier.pc.
4550 `(("glib" ,glib)
4551 ("libxml2" ,libxml2)))
4552 (inputs
4553 `(("iso-codes" ,iso-codes)
4554 ("libxi" ,libxi)
4555 ("libxkbfile" ,libxkbfile)
4556 ("xkbcomp" ,xkbcomp)
4557 ("xkeyboard-config" ,xkeyboard-config)))
4558 (home-page "https://www.freedesktop.org/wiki/Software/LibXklavier/")
4559 (synopsis "High-level API for X Keyboard Extension")
4560 (description
4561 "LibXklavier is a library providing high-level API for X Keyboard
4562 Extension known as XKB. This library is intended to support XFree86 and other
4563 commercial X servers. It is useful for creating XKB-related software (layout
4564 indicators etc).")
4565 (license license:lgpl2.0+)))
4566
4567 (define-public python2-rsvg
4568 ;; XXX: This is actually a subset of gnome-python-desktop.
4569 (package
4570 (name "python2-rsvg")
4571 (version "2.32.0")
4572 (source
4573 (origin
4574 (method url-fetch)
4575 (uri (string-append
4576 "mirror://gnome/sources/gnome-python-desktop/2.32/gnome-python-desktop-"
4577 version ".tar.bz2"))
4578 (sha256
4579 (base32
4580 "1s8f9rns9v7qlwjv9qh9lr8crp88dpzfm45hj47zc3ivpy0dbnq9"))))
4581 (build-system gnu-build-system)
4582 (native-inputs
4583 `(("pkg-config" ,pkg-config)))
4584 (inputs
4585 `(("python" ,python-2)
4586 ("python2-pygtk" ,python2-pygtk)
4587 ("librsvg" ,librsvg)))
4588 (home-page "https://www.gnome.org")
4589 (synopsis "Python bindings to librsvg")
4590 (description
4591 "This package provides Python bindings to librsvg, the SVG rendering
4592 library.")
4593
4594 ;; This is the license of the rsvg bindings. The license of each module
4595 ;; of gnome-python-desktop is given in 'COPYING'.
4596 (license license:lgpl2.1+)))
4597
4598 (define-public glib-networking
4599 (package
4600 (name "glib-networking")
4601 (version "2.62.2")
4602 (source (origin
4603 (method url-fetch)
4604 (uri (string-append "mirror://gnome/sources/glib-networking/"
4605 (version-major+minor version) "/"
4606 "glib-networking-" version ".tar.xz"))
4607 (sha256
4608 (base32
4609 "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
4610 (build-system meson-build-system)
4611 (arguments
4612 `(#:configure-flags '("-Dlibproxy_support=false")))
4613 (native-inputs
4614 `(("pkg-config" ,pkg-config)
4615 ("intltool" ,intltool)))
4616 (inputs
4617 `(("glib" ,glib)
4618 ("gnutls" ,gnutls)
4619 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
4620 (home-page "https://www.gnome.org")
4621 (synopsis "Network-related GIO modules")
4622 (description
4623 "This package contains various network related extensions for the GIO
4624 library.")
4625 (license license:lgpl2.0+)))
4626
4627 (define-public rest
4628 (package
4629 (name "rest")
4630 (version "0.8.1")
4631 (source (origin
4632 (method url-fetch)
4633 (uri (string-append "mirror://gnome/sources/rest/"
4634 (version-major+minor version) "/"
4635 name "-" version ".tar.xz"))
4636 (sha256
4637 (base32
4638 "1j81bgqmd55s5lxyaxcplym9n6xywcs1cm9wmvafsg2xiv9sl4q5"))))
4639 (build-system gnu-build-system)
4640 (arguments
4641 '(#:tests? #f ; tests require internet connection
4642 #:configure-flags
4643 '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt")))
4644 (native-inputs
4645 `(("glib-mkenums" ,glib "bin")
4646 ("gobject-introspection" ,gobject-introspection)
4647 ("pkg-config" ,pkg-config)))
4648 (propagated-inputs
4649 ;; rest-0.7.pc refers to all these.
4650 `(("glib" ,glib)
4651 ("libsoup" ,libsoup)
4652 ("libxml2" ,libxml2)))
4653 (home-page "https://www.gtk.org/")
4654 (synopsis "RESTful web api query library")
4655 (description
4656 "This library was designed to make it easier to access web services that
4657 claim to be \"RESTful\". It includes convenience wrappers for libsoup and
4658 libxml to ease remote use of the RESTful API.")
4659 (license license:lgpl2.1+)))
4660
4661 (define-public libsoup
4662 (package
4663 (name "libsoup")
4664 (version "2.70.0")
4665 (source (origin
4666 (method url-fetch)
4667 (uri (string-append "mirror://gnome/sources/libsoup/"
4668 (version-major+minor version) "/"
4669 "libsoup-" version ".tar.xz"))
4670 (sha256
4671 (base32
4672 "0hjk9lgppc5435my0lyywbpmj7ib5vvcylwfin8ki97g9bvj1c2l"))))
4673 (build-system meson-build-system)
4674 (outputs '("out" "doc"))
4675 (arguments
4676 `(#:modules ((guix build utils)
4677 (guix build meson-build-system)
4678 (ice-9 popen))
4679
4680 #:configure-flags '("-Dgtk_doc=true")
4681 #:phases
4682 (modify-phases %standard-phases
4683 (add-after 'unpack 'patch-docbook-xml
4684 (lambda* (#:key inputs #:allow-other-keys)
4685 (let ((xmldoc (string-append (assoc-ref inputs "docbook-xml")
4686 "/xml/dtd/docbook")))
4687 (substitute* (find-files "docs/reference")
4688 (("http://.*/docbookx\\.dtd")
4689 (string-append xmldoc "/docbookx.dtd")))
4690 #t)))
4691 (add-after 'unpack 'adjust-tests
4692 (lambda _
4693 ;; This test fails due to missing /etc/nsswitch.conf
4694 ;; in the build environment.
4695 (substitute* "tests/socket-test.c"
4696 ((".*/sockets/unconnected.*") ""))
4697
4698 ;; These fail because "subdomain.localhost" does not resolve in
4699 ;; the build environment.
4700 (substitute* "tests/hsts-test.c"
4701 ((".*/hsts/basic.*") "")
4702 ((".*/hsts/subdomains.*") "")
4703 ((".*/hsts/superdomain.*") "")
4704 ((".*/hsts/utf8-address.*") ""))
4705 (substitute* "tests/hsts-db-test.c"
4706 ((".*/hsts-db/subdomains.*") ""))
4707
4708 ;; Generate a self-signed certificate that has "localhost" as its
4709 ;; 'dnsName'. Failing to do that, and starting with GnuTLS
4710 ;; 3.5.12, tests such as "ssl-tests" fail:
4711 ;;
4712 ;; ERROR:ssl-test.c:406:do_tls_interaction_test: Unexpected status 6 Unacceptable TLS certificate (expected 200 OK)
4713 ;;
4714 ;; 'certtool' is interactive so we have to pipe it the answers.
4715 ;; Reported at <https://bugzilla.gnome.org/show_bug.cgi?id=784696>.
4716 (let ((pipe (open-output-pipe "certtool --generate-self-signed \
4717 --load-privkey tests/test-key.pem --outfile tests/test-cert.pem")))
4718 (for-each (lambda (line)
4719 (display line pipe)
4720 (newline pipe))
4721 '("" ;Common name
4722 "" ;UID
4723 "Guix" ;Organizational unit name
4724 "GNU" ;Organization name
4725 "" ;Locality name
4726 "" ;State or province
4727 "" ;Country
4728 "" ;subject's domain component (DC)
4729 "" ;E-mail
4730 "" ;serial number
4731 "-1" ;expiration time
4732 "N" ;belong to authority?
4733 "N" ;web client certificate?
4734 "N" ;IPsec IKE?
4735 "Y" ;web server certificate?
4736 "localhost" ;dnsName of subject
4737 "" ;dnsName of subject (end)
4738 "" ;URI of subject
4739 "127.0.0.1" ;IP address of subject
4740 "" ;signing?
4741 "" ;encryption (RSA)?
4742 "" ;data encryption?
4743 "" ;sign OCSP requests?
4744 "" ;sign code?
4745 "" ;time stamping?
4746 "" ;email protection?
4747 "" ;URI of the CRL distribution point
4748 "y" ;above info OK?
4749 ))
4750 (close-pipe pipe))
4751 #t))
4752 (add-after 'install 'move-doc
4753 (lambda* (#:key outputs #:allow-other-keys)
4754 (let ((out (assoc-ref outputs "out"))
4755 (doc (assoc-ref outputs "doc")))
4756 (mkdir-p (string-append doc "/share"))
4757 (copy-recursively (string-append out "/share/gtk-doc")
4758 (string-append doc "/share/gtk-doc"))
4759 (delete-file-recursively (string-append out "/share/gtk-doc"))
4760 #t))))))
4761 (native-inputs
4762 `(("docbook-xml" ,docbook-xml-4.1.2)
4763 ("glib:bin" ,glib "bin") ; for glib-mkenums
4764 ("gobject-introspection" ,gobject-introspection)
4765 ("gtk-doc" ,gtk-doc)
4766 ("intltool" ,intltool)
4767 ("pkg-config" ,pkg-config)
4768 ("python" ,python-wrapper)
4769 ("vala" ,vala)
4770 ("php" ,php)
4771 ("curl" ,curl)
4772 ("gnutls" ,gnutls) ;for 'certtool'
4773 ("httpd" ,httpd)))
4774 (propagated-inputs
4775 ;; libsoup-2.4.pc refers to all these.
4776 `(("brotli" ,google-brotli)
4777 ("glib" ,glib)
4778 ("libpsl" ,libpsl)
4779 ("libxml2" ,libxml2)
4780 ("sqlite" ,sqlite)
4781 ("zlib" ,zlib)))
4782 (inputs
4783 `(("glib-networking" ,glib-networking)
4784 ("mit-krb5" ,mit-krb5)))
4785 (home-page "https://live.gnome.org/LibSoup/")
4786 (synopsis "GLib-based HTTP Library")
4787 (description
4788 "LibSoup is an HTTP client/server library for GNOME. It uses GObjects
4789 and the GLib main loop, to integrate well with GNOME applications.")
4790 (license license:lgpl2.0+)))
4791
4792
4793 ;;; A minimal version of libsoup used to prevent a cycle with Inkscape.
4794 (define-public libsoup-minimal
4795 (package
4796 (inherit libsoup)
4797 (name "libsoup-minimal")
4798 (outputs (delete "doc" (package-outputs libsoup)))
4799 (arguments
4800 (substitute-keyword-arguments (package-arguments libsoup)
4801 ((#:configure-flags configure-flags)
4802 `(delete "-Dgtk_doc=true" ,configure-flags))
4803 ((#:phases phases)
4804 `(modify-phases ,phases
4805 (delete 'move-doc)))))
4806 (native-inputs (alist-delete "gtk-doc" (package-native-inputs libsoup)))))
4807
4808 (define-public libsecret
4809 (package
4810 (name "libsecret")
4811 (version "0.20.4")
4812 (source (origin
4813 (method url-fetch)
4814 (uri (string-append
4815 "mirror://gnome/sources/libsecret/"
4816 (version-major+minor version) "/"
4817 "libsecret-" version ".tar.xz"))
4818 (sha256
4819 (base32
4820 "0a4xnfmraxchd9cq5ai66j12jv2vrgjmaaxz25kl031jvda4qnij"))))
4821 (build-system gnu-build-system)
4822 (outputs '("out" "doc"))
4823 (arguments
4824 `(#:tests? #f ; FIXME: Testing hangs.
4825 #:configure-flags
4826 (list (string-append "--with-html-dir="
4827 (assoc-ref %outputs "doc")
4828 "/share/gtk-doc/html"))))
4829 (native-inputs
4830 `(("gettext" ,gettext-minimal)
4831 ("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
4832 ("gobject-introspection" ,gobject-introspection)
4833 ("pkg-config" ,pkg-config)
4834 ("vala" ,vala)
4835 ("xsltproc" ,libxslt)))
4836 ;; These are needed for the tests.
4837 ;; FIXME: Add gjs once available.
4838 ;("dbus" ,dbus)
4839 ;("python2" ,python-2)
4840 ;("python2-dbus" ,python2-dbus)
4841 ;("python2-pygobject" ,python2-pygobject)
4842 ;("python2-pygobject-2" ,python2-pygobject-2)))
4843 (propagated-inputs
4844 `(("glib" ,glib))) ; required by libsecret-1.pc
4845 (inputs
4846 ;; The ‘build’ phase complains about missing docbook-xml-4.2 but adding it
4847 ;; doesn't seem to affect the build result.
4848 `(("docbook-xsl" ,docbook-xsl)
4849 ("libgcrypt" ,libgcrypt)
4850 ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
4851 (home-page "https://wiki.gnome.org/Projects/Libsecret/")
4852 (synopsis "GObject bindings for \"Secret Service\" API")
4853 (description
4854 "Libsecret is a GObject based library for storing and retrieving passwords
4855 and other secrets. It communicates with the \"Secret Service\" using DBus.")
4856 (license license:lgpl2.1+)))
4857
4858 (define-public five-or-more
4859 (package
4860 (name "five-or-more")
4861 (version "3.32.2")
4862 (source
4863 (origin
4864 (method url-fetch)
4865 (uri (string-append "mirror://gnome/sources/five-or-more/"
4866 (version-major+minor version) "/"
4867 "five-or-more-" version ".tar.xz"))
4868 (sha256
4869 (base32 "19pf8wzbf3ciqf2k4bj9sddvyhckfd62x86pnqr6s8h4vn9jc6ii"))))
4870 (build-system meson-build-system)
4871 (arguments
4872 '(#:glib-or-gtk? #t
4873 #:phases
4874 (modify-phases %standard-phases
4875 (add-after 'unpack 'skip-gtk-update-icon-cache
4876 (lambda _
4877 (substitute* "meson_post_install.py"
4878 (("gtk-update-icon-cache") (which "true")))
4879 #t)))))
4880 (native-inputs
4881 `(("pkg-config" ,pkg-config)
4882 ("appstream-glib" ,appstream-glib)
4883 ("desktop-file-utils" ,desktop-file-utils)
4884 ("glib:bin" ,glib "bin") ; for glib-compile-resources
4885 ("intltool" ,intltool)
4886 ("itstool" ,itstool)
4887 ("vala" ,vala)
4888 ("xmllint" ,libxml2)))
4889 (inputs
4890 `(("gtk+" ,gtk+)
4891 ("libgnome-games-support" ,libgnome-games-support)
4892 ("librsvg" ,librsvg)))
4893 (home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
4894 (synopsis "Logic puzzle game")
4895 (description "Five or More is a game where you try to align
4896 five or more objects of the same color and shape causing them to disappear.
4897 On every turn more objects will appear, until the board is full.
4898 Try to last as long as possible.")
4899 (license license:gpl2+)))
4900
4901 (define-public gnome-mines
4902 (package
4903 (name "gnome-mines")
4904 (version "3.36.1")
4905 (source
4906 (origin
4907 (method url-fetch)
4908 (uri (string-append "mirror://gnome/sources/" name "/"
4909 (version-major+minor version) "/"
4910 name "-" version ".tar.xz"))
4911 (sha256
4912 (base32 "0m2680r94nk61imym4x73j03jwfjd8cxm592m5ybiqdfdw6i723i"))))
4913 (build-system meson-build-system)
4914 (arguments
4915 '(#:glib-or-gtk? #t
4916 #:phases
4917 (modify-phases %standard-phases
4918 (add-after 'unpack 'skip-gtk-update-icon-cache
4919 (lambda _
4920 (substitute* "build-aux/meson_post_install.py"
4921 (("gtk-update-icon-cache") (which "true")))
4922 #t)))))
4923 (native-inputs
4924 `(("glib:bin" ,glib "bin") ; for glib-compile-resources
4925 ("pkg-config" ,pkg-config)
4926 ("desktop-file-utils" ,desktop-file-utils)
4927 ("intltool" ,intltool)
4928 ("itstool" ,itstool)
4929 ("vala" ,vala)
4930 ("yelp" ,yelp)
4931 ("appstream-glib" ,appstream-glib)))
4932 (inputs
4933 `(("gtk+" ,gtk+)
4934 ("libgnome-games-support" ,libgnome-games-support)
4935 ("librsvg" ,librsvg)))
4936 (home-page "https://wiki.gnome.org/Apps/Mines")
4937 (synopsis "Minesweeper game")
4938 (description
4939 "Mines (previously gnomine) is a puzzle game where you locate mines
4940 floating in an ocean using only your brain and a little bit of luck.")
4941 (license license:gpl2+)))
4942
4943 (define-public gnome-multi-writer
4944 (package
4945 (name "gnome-multi-writer")
4946 (version "3.35.90")
4947 (source
4948 (origin
4949 (method url-fetch)
4950 (uri (string-append "mirror://gnome/sources/gnome-multi-writer/"
4951 (version-major+minor version) "/"
4952 "gnome-multi-writer-" version ".tar.xz"))
4953 (sha256
4954 (base32
4955 "07vgzjjdrxcp7h73z13h9agafxb4vmqx5i81bcfyw0ilw9kkdzmp"))))
4956 (build-system meson-build-system)
4957 (arguments
4958 '(#:glib-or-gtk? #t
4959 #:phases
4960 (modify-phases %standard-phases
4961 (add-after 'unpack 'skip-post-install
4962 (lambda _
4963 (substitute* "meson.build"
4964 (("meson.add_install_script" &) (string-append "# " &)))
4965 #t)))))
4966 (native-inputs
4967 `(("glib:bin" ,glib "bin")
4968 ("pkg-config" ,pkg-config)))
4969 (inputs
4970 `(("gtk+" ,gtk+)
4971 ("glib" ,glib) ; for gio
4972 ("gusb" ,gusb)
4973 ("udisks" ,udisks)
4974 ("libgudev" ,libgudev)
4975 ("libcanberra" ,libcanberra)
4976 ("polkit" ,polkit)))
4977 (home-page "https://wiki.gnome.org/Apps/MultiWriter")
4978 (synopsis "Write to multiple USB devices at once")
4979 (description
4980 "MultiWriter can be used to write an ISO file to multiple USB devices at
4981 once.")
4982 (license license:gpl2+)))
4983
4984 (define-public gnome-sudoku
4985 (package
4986 (name "gnome-sudoku")
4987 (version "3.34.1")
4988 (source
4989 (origin
4990 (method url-fetch)
4991 (uri (string-append "mirror://gnome/sources/" name "/"
4992 (version-major+minor version) "/"
4993 name "-" version ".tar.xz"))
4994 (sha256
4995 (base32
4996 "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b"))))
4997 (build-system meson-build-system)
4998 (arguments
4999 '(#:glib-or-gtk? #t
5000 #:phases
5001 (modify-phases %standard-phases
5002 (add-after 'unpack 'skip-gtk-update-icon-cache
5003 (lambda _
5004 (substitute* "build-aux/post_install.py"
5005 (("gtk-update-icon-cache") (which "true")))
5006 #t)))))
5007 (native-inputs
5008 `(("pkg-config" ,pkg-config)
5009 ("desktop-file-utils" ,desktop-file-utils)
5010 ("glib:bin" ,glib "bin") ; for glib-compile-resources
5011 ("intltool" ,intltool)
5012 ("itstool" ,itstool)
5013 ("vala" ,vala)
5014 ("xmllint" ,libxml2)))
5015 (inputs
5016 `(("gtk+" ,gtk+)
5017 ("json-glib" ,json-glib)
5018 ("libgee" ,libgee)
5019 ("librsvg" ,librsvg)
5020 ("qqwing" ,qqwing)))
5021 (home-page "https://wiki.gnome.org/Apps/Sudoku")
5022 (synopsis "Japanese logic game")
5023 (description
5024 "Sudoku is a Japanese logic game that exploded in popularity in 2005.
5025 GNOME Sudoku is meant to have an interface as simple and unobstrusive as
5026 possible while still providing features that make playing difficult Sudoku
5027 more fun.")
5028 (license license:gpl2+)))
5029
5030 (define-public gnome-terminal
5031 (package
5032 (name "gnome-terminal")
5033 (version "3.34.2")
5034 (source
5035 (origin
5036 (method url-fetch)
5037 (uri (string-append "mirror://gnome/sources/" name "/"
5038 (version-major+minor version) "/"
5039 name "-" version ".tar.xz"))
5040 (sha256
5041 (base32
5042 "0gc004f9b5k94gkdanmqjz3wqgnpny0l3nqm8zd19h4f0ps27mrv"))))
5043 (build-system glib-or-gtk-build-system)
5044 (arguments
5045 '(#:configure-flags
5046 (list "--disable-migration" "--disable-search-provider"
5047 "--without-nautilus-extension")
5048 #:phases
5049 (modify-phases %standard-phases
5050 (add-before 'configure 'patch-/bin/true
5051 (lambda _
5052 (substitute* "configure"
5053 (("/bin/true") (which "true"))))))))
5054 (native-inputs
5055 `(("pkg-config" ,pkg-config)
5056 ("desktop-file-utils" ,desktop-file-utils)
5057 ("intltool" ,intltool)
5058 ("itstool" ,itstool)
5059 ("xmllint" ,libxml2)))
5060 (propagated-inputs
5061 `(("dconf" ,dconf)))
5062 (inputs
5063 `(("gtk+" ,gtk+)
5064 ("vte" ,vte)
5065 ("gnutls" ,gnutls)
5066 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
5067 ("util-linux" ,util-linux "lib")
5068 ("vala" ,vala)))
5069 (home-page "https://wiki.gnome.org/Apps/Terminal")
5070 (synopsis "Terminal emulator")
5071 (description
5072 "GNOME Terminal is a terminal emulator application for accessing a
5073 UNIX shell environment which can be used to run programs available on
5074 your system.
5075
5076 It supports several profiles, multiple tabs and implements several
5077 keyboard shortcuts.")
5078 (license license:gpl3+)))
5079
5080 (define-public colord
5081 (package
5082 (name "colord")
5083 (version "1.4.5")
5084 (source
5085 (origin
5086 (method url-fetch)
5087 (uri (string-append "https://www.freedesktop.org/software/colord/releases/"
5088 "colord-" version ".tar.xz"))
5089 (sha256
5090 (base32 "05sydi6qqqx1rrqwnga1vbg9srkf89wdcfw5w4p4m7r37m2flx5p"))))
5091 (build-system meson-build-system)
5092 (arguments
5093 '(;; FIXME: One test fails:
5094 ;; /colord/icc-store (in lib/colord/colord-self-test-private):
5095 ;; Incorrect content type for /tmp/colord-vkve/already-exists.icc, got
5096 ;; application/x-zerosize
5097 #:tests? #f
5098 #:glib-or-gtk? #t
5099 #:configure-flags (list "-Dlocalstatedir=/var"
5100 ;; No dep on systemd.
5101 "-Dsystemd=false"
5102 ;; Wants to install to global completion dir;
5103 ;; punt.
5104 "-Dbash_completion=false"
5105 "-Ddaemon_user=colord"
5106 "-Dsane=true"
5107 "-Dvapi=true"
5108 ;; Requires spotread.
5109 "-Dargyllcms_sensor=false"
5110 ;; TODO: Requires docbook2x.
5111 "-Dman=false")
5112 #:phases
5113 (modify-phases %standard-phases
5114 (add-before 'configure 'patch-build-system
5115 (lambda* (#:key outputs #:allow-other-keys)
5116 (substitute* "rules/meson.build"
5117 (("udev.get_pkgconfig_variable\\('udevdir'\\)")
5118 (string-append "'" (assoc-ref outputs "out") "/lib/udev'")))
5119 #t))
5120 (add-before 'configure 'set-sqlite3-file-name
5121 (lambda* (#:key inputs #:allow-other-keys)
5122 ;; "colormgr dump" works by invoking the "sqlite3" command.
5123 ;; Record its absolute file name.
5124 (let ((sqlite (assoc-ref inputs "sqlite")))
5125 (substitute* "client/cd-util.c"
5126 (("\"sqlite3\"")
5127 (string-append "\"" sqlite "/bin/sqlite3\"")))
5128 #t))))))
5129 (native-inputs
5130 `(("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
5131 ("gettext" ,gettext-minimal)
5132 ("gobject-introspection" ,gobject-introspection)
5133 ("gtk-doc" ,gtk-doc)
5134 ("pkg-config" ,pkg-config)
5135 ("vala" ,vala)))
5136 (propagated-inputs
5137 ;; colord.pc refers to all these.
5138 `(("glib" ,glib)
5139 ("lcms" ,lcms)
5140 ("udev" ,eudev)))
5141 (inputs
5142 `(("dbus-glib" ,dbus-glib)
5143 ("gusb" ,gusb)
5144 ("libgudev" ,libgudev)
5145 ("libusb" ,libusb)
5146 ("polkit" ,polkit)
5147 ("python" ,python-wrapper)
5148 ("sqlite" ,sqlite)
5149 ("sane-backends" ,sane-backends)))
5150 (home-page "https://www.freedesktop.org/software/colord/")
5151 (synopsis "Color management service")
5152 (description "Colord is a system service that makes it easy to manage,
5153 install and generate color profiles to accurately color manage input and
5154 output devices.")
5155 (license license:gpl2+)))
5156
5157 (define-public geoclue
5158 (package
5159 (name "geoclue")
5160 (version "2.5.6")
5161 (source
5162 (origin
5163 (method url-fetch)
5164 (uri
5165 (string-append "https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/"
5166 version "/geoclue-" version ".tar.bz2"))
5167 (sha256
5168 (base32 "0a833x5apzabxj80ywvsh8crd635vni2i9v9c1p095f6hvmfc45k"))
5169 (patches (search-patches "geoclue-config.patch"))))
5170 (build-system meson-build-system)
5171 (arguments
5172 '(#:configure-flags (list "-Dbus-srv-user=geoclue")))
5173 (native-inputs
5174 `(("pkg-config" ,pkg-config)
5175 ("gobject-introspection" ,gobject-introspection)
5176 ("modem-manager" ,modem-manager)
5177 ("libnotify" ,libnotify)
5178 ("gtk-doc" ,gtk-doc)
5179 ("intltool" ,intltool)))
5180 (inputs
5181 `(("avahi" ,avahi)
5182 ("glib:bin" ,glib "bin")
5183 ("glib-networking" ,glib-networking)
5184 ("json-glib" ,json-glib)
5185 ("libsoup" ,libsoup)))
5186 (home-page "https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home")
5187 (synopsis "Geolocation service")
5188 (description "Geoclue is a D-Bus service that provides location
5189 information. The primary goal of the Geoclue project is to make creating
5190 location-aware applications as simple as possible, while the secondary goal is
5191 to ensure that no application can access location information without explicit
5192 permission from user.")
5193 (license license:gpl2+)))
5194
5195 (define-public geocode-glib
5196 (package
5197 (name "geocode-glib")
5198 (version "3.26.2")
5199 (source (origin
5200 (method url-fetch)
5201 (uri (string-append "mirror://gnome/sources/geocode-glib/"
5202 (version-major+minor version) "/"
5203 "geocode-glib-" version ".tar.xz"))
5204 (sha256
5205 (base32
5206 "1l8g0f13xgkrk335afr9w8k46mziwb2jnyhl07jccl5yl37q9zh1"))))
5207 (build-system meson-build-system)
5208 (arguments
5209 `(#:phases
5210 (modify-phases %standard-phases
5211 ;; The tests require a bunch of locales.
5212 (add-before 'check 'set-locales
5213 (lambda* (#:key inputs #:allow-other-keys)
5214 (setenv "GUIX_LOCPATH"
5215 (string-append (assoc-ref inputs "glibc-locales")
5216 "/lib/locale"))
5217 #t)))))
5218 (native-inputs
5219 `(("glib:bin" ,glib "bin") ; for glib-mkenums
5220 ("glibc-locales" ,glibc-locales) ; for tests
5221 ("gettext" ,gettext-minimal)
5222 ("gobject-introspection" ,gobject-introspection)
5223 ("gtk-doc" ,gtk-doc)
5224 ("pkg-config" ,pkg-config)
5225 ("json-glib" ,json-glib)))
5226 (propagated-inputs
5227 ;; geocode-glib-1.0.pc refers to GIO.
5228 `(("glib" ,glib)))
5229 (inputs
5230 `(("libsoup" ,libsoup)))
5231 (home-page "https://github.com/GNOME/geocode-glib/")
5232 (synopsis "Geocoding and reverse-geocoding library")
5233 (description
5234 "geocode-glib is a convenience library for geocoding (finding longitude,
5235 and latitude from an address) and reverse geocoding (finding an address from
5236 coordinates) using the Nominatim service. geocode-glib caches requests for
5237 faster results and to avoid unnecessary server load.")
5238 (license license:lgpl2.0+)))
5239
5240 (define-public upower
5241 (package
5242 (name "upower")
5243 (version "0.99.11")
5244 (source (origin
5245 (method url-fetch)
5246 (uri (string-append "https://upower.freedesktop.org/releases/"
5247 "upower-" version ".tar.xz"))
5248 (sha256
5249 (base32
5250 "1vxxvmz2cxb1qy6ibszaz5bskqdy9nd9fxspj9fv3gfmrjzzzdb4"))
5251 (patches (search-patches "upower-builddir.patch"))
5252 (modules '((guix build utils)))
5253 (snippet
5254 '(begin
5255 ;; Upstream commit
5256 ;; <https://cgit.freedesktop.org/upower/commit/?id=18457c99b68786cd729b315723d680e6860d9cfa>
5257 ;; moved 'dbus-1/system.d' from etc/ to share/. However,
5258 ;; 'dbus-configuration-directory' in (gnu services dbus)
5259 ;; expects it in etc/. Thus, move it back to its previous
5260 ;; location.
5261 (substitute* "src/Makefile.in"
5262 (("^dbusconfdir =.*$")
5263 "dbusconfdir = $(sysconfdir)/dbus-1/system.d\n"))
5264 #t))))
5265 (build-system glib-or-gtk-build-system)
5266 (arguments
5267 '(#:phases
5268 (modify-phases %standard-phases
5269 (add-before 'check 'pre-check
5270 (lambda* (#:key inputs #:allow-other-keys)
5271 (let ((umockdev (string-append (assoc-ref inputs "umockdev")
5272 "/lib")))
5273 (setenv "LD_LIBRARY_PATH" umockdev))
5274 #t)))
5275 #:configure-flags (list "--localstatedir=/var"
5276 (string-append "--with-udevrulesdir="
5277 (assoc-ref %outputs "out")
5278 "/lib/udev/rules.d"))))
5279 (native-inputs
5280 `(("gobject-introspection" ,gobject-introspection)
5281 ("pkg-config" ,pkg-config)
5282 ("intltool" ,intltool)
5283 ("python" ,python)
5284
5285 ;; For tests.
5286 ("python-dbus" ,python-dbus)
5287 ("python-dbusmock" ,python-dbusmock)
5288 ("python-pygobject" ,python-pygobject)
5289 ("umockdev" ,umockdev)
5290
5291 ;; For man pages.
5292 ("libxslt" ,libxslt) ;for 'xsltproc'
5293 ("libxml2" ,libxml2) ;for 'XML_CATALOG_FILES'
5294 ("docbook-xsl" ,docbook-xsl)))
5295 (inputs
5296 `(("dbus-glib" ,dbus-glib)
5297 ("libgudev" ,libgudev)
5298 ("libusb" ,libusb)))
5299 (propagated-inputs
5300 ;; In Requires of upower-glib.pc.
5301 `(("glib" ,glib)))
5302 (home-page "https://upower.freedesktop.org/")
5303 (synopsis "System daemon for managing power devices")
5304 (description
5305 "UPower is an abstraction for enumerating power devices,
5306 listening to device events and querying history and statistics. Any
5307 application or service on the system can access the org.freedesktop.UPower
5308 service via the system message bus.")
5309 (license license:gpl2+)))
5310
5311 (define-public libgweather
5312 (package
5313 (name "libgweather")
5314 (version "3.34.0")
5315 (source (origin
5316 (method url-fetch)
5317 (uri (string-append "mirror://gnome/sources/" name "/"
5318 (version-major+minor version) "/"
5319 name "-" version ".tar.xz"))
5320 (sha256
5321 (base32
5322 "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
5323 (build-system meson-build-system)
5324 (arguments
5325 `(#:tests? #f ; one of two tests requires network access
5326 #:configure-flags
5327 `(,(string-append "-Dzoneinfo_dir="
5328 (assoc-ref %build-inputs "tzdata")
5329 "/share/zoneinfo"))))
5330 (native-inputs
5331 `(("glib:bin" ,glib "bin") ; for glib-mkenums
5332 ("gobject-introspection" ,gobject-introspection)
5333 ("pkg-config" ,pkg-config)
5334 ("vala" ,vala)
5335 ("intltool" ,intltool)))
5336 (propagated-inputs
5337 ;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
5338 ;; libsoup.
5339 `(("gtk+" ,gtk+)
5340 ("gdk-pixbuf" ,gdk-pixbuf)
5341 ("libxml2" ,libxml2)
5342 ("libsoup" ,libsoup)
5343 ("geocode-glib" ,geocode-glib)))
5344 (inputs
5345 `(("tzdata" ,tzdata)))
5346 (home-page "https://wiki.gnome.org/action/show/Projects/LibGWeather")
5347 (synopsis "Location, time zone, and weather library for GNOME")
5348 (description
5349 "libgweather is a library to access weather information from online
5350 services for numerous locations.")
5351 (license license:gpl2+)))
5352
5353 (define-public gnome-settings-daemon
5354 (package
5355 (name "gnome-settings-daemon")
5356 (version "3.34.1")
5357 (source
5358 (origin
5359 (method url-fetch)
5360 (uri (string-append "mirror://gnome/sources/" name "/"
5361 (version-major+minor version) "/"
5362 name "-" version ".tar.xz"))
5363 (sha256
5364 (base32
5365 "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))
5366 (patches (search-patches "gnome-settings-daemon-gc.patch"))))
5367 (build-system meson-build-system)
5368 (arguments
5369 `(#:glib-or-gtk? #t
5370 #:configure-flags
5371 (list (string-append "-Dudev_dir="
5372 (assoc-ref %outputs "out")
5373 "/lib/udev/rules.d/")
5374 "-Dsystemd=false"
5375 ;; Otherwise, the RUNPATH will lack the final path component.
5376 (string-append "-Dc_link_args=-Wl,-rpath="
5377 (assoc-ref %outputs "out")
5378 "/lib/gnome-settings-daemon-3.0"))
5379
5380 #:phases (modify-phases %standard-phases
5381 (add-before 'configure 'set-baobab-file-name
5382 (lambda* (#:key inputs #:allow-other-keys)
5383 ;; Hard-code the file name of Baobab instead of looking
5384 ;; it up in $PATH. This ensures users get the "Examine"
5385 ;; button in the low disk space notification of GDM even
5386 ;; if they don't have GNOME in their main profile.
5387 (let ((baobab (assoc-ref inputs "baobab")))
5388 (substitute* "plugins/housekeeping/gsd-disk-space.c"
5389 (("g_find_program_in_path \\(DISK_SPACE_ANALYZER\\)")
5390 (string-append "g_strdup (\"" baobab
5391 "/bin/baobab\")")))
5392 #t))))
5393
5394 ;; Color management test can't reach the colord system service.
5395 #:tests? #f))
5396 (native-inputs
5397 `(("glib:bin" ,glib "bin") ; for glib-mkenums
5398 ("pkg-config" ,pkg-config)
5399 ("intltool" ,intltool)
5400 ("xsltproc" ,libxslt)
5401 ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
5402 ("docbook-xml" ,docbook-xml-4.2)
5403 ("docbook-xsl" ,docbook-xsl)))
5404 (inputs
5405 `(("alsa-lib" ,alsa-lib)
5406 ("baobab" ,baobab)
5407 ("colord" ,colord)
5408 ("libgudev" ,libgudev)
5409 ("upower" ,upower)
5410 ("polkit" ,polkit)
5411 ("pulseaudio" ,pulseaudio)
5412 ("libcanberra" ,libcanberra)
5413 ("libx11" ,libx11)
5414 ("libxtst" ,libxtst)
5415 ("lcms" ,lcms)
5416 ("libnotify" ,libnotify)
5417 ("geoclue" ,geoclue)
5418 ("geocode-glib" ,geocode-glib)
5419 ("libgweather" ,libgweather)
5420 ("gnome-desktop" ,gnome-desktop)
5421 ("nss" ,nss)
5422 ("cups" ,cups)
5423 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
5424 ("libwacom" ,libwacom)
5425 ("librsvg" ,librsvg)
5426 ("xf86-input-wacom" ,xf86-input-wacom)
5427 ("wayland" ,wayland)
5428 ("network-manager" ,network-manager)
5429 ("gcr" ,gcr)
5430 ("modem-manager" ,modem-manager)))
5431 (home-page "https://www.gnome.org")
5432 (synopsis "GNOME settings daemon")
5433 (description
5434 "This package contains the daemon responsible for setting the various
5435 parameters of a GNOME session and the applications that run under it. It
5436 handles settings such keyboard layout, shortcuts, and accessibility, clipboard
5437 settings, themes, mouse settings, and startup of other daemons.")
5438 (license license:gpl2+)))
5439
5440 (define-public totem-pl-parser
5441 (package
5442 (name "totem-pl-parser")
5443 (version "3.26.5")
5444 (source (origin
5445 (method url-fetch)
5446 (uri (string-append "mirror://gnome/sources/totem-pl-parser/"
5447 (version-major+minor version) "/"
5448 "totem-pl-parser-" version ".tar.xz"))
5449 (sha256
5450 (base32
5451 "132jihnf51zs98yjkc6jxyqib4f3dawpjm17g4bj4j78y93dww2k"))))
5452 (build-system meson-build-system)
5453 (arguments
5454 ;; FIXME: Tests require gvfs.
5455 `(#:tests? #f))
5456 (native-inputs
5457 `(("intltool" ,intltool)
5458 ("glib" ,glib "bin")
5459 ("gobject-introspection" ,gobject-introspection)
5460 ("pkg-config" ,pkg-config)))
5461 (propagated-inputs
5462 `(("glib" ,glib)
5463 ("gmime" ,gmime)
5464 ("libarchive" ,libarchive)
5465 ("libgcrypt" ,libgcrypt)
5466 ("libxml2" ,libxml2)))
5467 (inputs
5468 `(("libsoup" ,libsoup)))
5469 (home-page "https://projects.gnome.org/totem")
5470 (synopsis "Library to parse and save media playlists for GNOME")
5471 (description "Totem-pl-parser is a GObjects-based library to parse and save
5472 playlists in a variety of formats.")
5473 (license license:lgpl2.0+)))
5474
5475 (define-public aisleriot
5476 (package
5477 (name "aisleriot")
5478 (version "3.22.9")
5479 (source (origin
5480 (method url-fetch)
5481 (uri (string-append "mirror://gnome/sources/aisleriot/"
5482 (version-major+minor version) "/"
5483 "aisleriot-" version ".tar.xz"))
5484 (sha256
5485 (base32
5486 "0yzdh9cw5cjjgvfh75bihl968czlgfmpmn1z0fdk88sgvpjgzwji"))))
5487 (build-system glib-or-gtk-build-system)
5488 (arguments
5489 '(#:configure-flags
5490 '("--with-platform=gtk-only"
5491 "--with-card-theme-formats=svg")))
5492 (native-inputs
5493 `(("desktop-file-utils" ,desktop-file-utils)
5494 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5495 ("intltool" ,intltool)
5496 ("itstool" ,itstool)
5497 ("pkg-config" ,pkg-config)
5498 ("xmllint" ,libxml2)))
5499 (inputs
5500 `(("gtk+" ,gtk+)
5501 ("guile" ,guile-2.2)
5502 ("libcanberra" ,libcanberra)
5503 ("librsvg" ,librsvg)))
5504 (home-page "https://wiki.gnome.org/Apps/Aisleriot")
5505 (synopsis "Solitaire card games")
5506 (description
5507 "Aisleriot (also known as Solitaire or sol) is a collection of card games
5508 which are easy to play with the aid of a mouse.")
5509 (license license:gpl3+)))
5510
5511 (define-public amtk
5512 (package
5513 (name "amtk")
5514 (version "5.0.2")
5515 (source (origin
5516 (method url-fetch)
5517 (uri (string-append "mirror://gnome/sources/amtk/"
5518 (version-major+minor version) "/"
5519 "amtk-" version ".tar.xz"))
5520 (sha256
5521 (base32
5522 "11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
5523 (build-system gnu-build-system)
5524 (arguments
5525 '(#:configure-flags '("--enable-gtk-doc")))
5526 (native-inputs
5527 `(("gobject-introspection" ,gobject-introspection)
5528 ("glib:bin" ,glib "bin") ; for glib-mkenums
5529 ("gtk-doc" ,gtk-doc)
5530 ("pkg-config" ,pkg-config)))
5531 (inputs
5532 `(("glib" ,glib)
5533 ("gtk+" ,gtk+)))
5534 (home-page "https://wiki.gnome.org/Projects/Amtk")
5535 (synopsis "Actions, Menus and Toolbars Kit for GTK+ applications")
5536 (description
5537 "Amtk is the acronym for @acronym{Amtk, Actions Menus and Toolbars Kit}.
5538 It is a basic GtkUIManager replacement based on GAction. It is suitable for
5539 both a traditional UI or a modern UI with a GtkHeaderBar.")
5540 (license license:lgpl2.1+)))
5541
5542 (define-public devhelp
5543 (package
5544 (name "devhelp")
5545 (version "3.34.0")
5546 (source (origin
5547 (method url-fetch)
5548 (uri (string-append "mirror://gnome/sources/" name "/"
5549 (version-major+minor version) "/"
5550 name "-" version ".tar.xz"))
5551 (sha256
5552 (base32
5553 "0zpmn6fgkgiayvn4diia5df0s6s7dqrdnp3nrvpavsmgn0vhb4pg"))))
5554 (build-system meson-build-system)
5555 (arguments
5556 '(#:glib-or-gtk? #t
5557 #:phases
5558 (modify-phases %standard-phases
5559 (add-after 'unpack 'skip-gtk-update-icon-cache
5560 ;; Don't create 'icon-theme.cache'.
5561 (lambda _
5562 (substitute* "meson_post_install.py"
5563 (("gtk-update-icon-cache") "true"))
5564 #t)))))
5565 (native-inputs
5566 `(("intltool" ,intltool)
5567 ("itstool" ,itstool)
5568 ("gobject-introspection" ,gobject-introspection)
5569 ("glib:bin" ,glib "bin") ; for glib-mkmenus
5570 ("pkg-config" ,pkg-config)))
5571 (inputs
5572 `(("amtk" ,amtk)
5573 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
5574 ("webkitgtk" ,webkitgtk)))
5575 (home-page "https://wiki.gnome.org/Apps/Devhelp")
5576 (synopsis "API documentation browser for GNOME")
5577 (description
5578 "Devhelp is an API documentation browser for GTK+ and GNOME. It works
5579 natively with GTK-Doc (the API reference system developed for GTK+ and used
5580 throughout GNOME for API documentation).")
5581 (license license:gpl2+)))
5582
5583 (define-public cogl
5584 (package
5585 (name "cogl")
5586 (version "1.22.8")
5587 (source
5588 (origin
5589 (method url-fetch)
5590 (uri (string-append "mirror://gnome/sources/cogl/"
5591 (version-major+minor version) "/"
5592 "cogl-" version ".tar.xz"))
5593 (sha256
5594 (base32 "0nfph4ai60ncdx7hy6hl1i1cmp761jgnyjfhagzi0iqq36qb41d8"))))
5595 ;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
5596 ;; cogl, corresponding changes may be appropriate in mutter as well.
5597 (build-system gnu-build-system)
5598 (native-inputs
5599 `(("glib:bin" ,glib "bin") ; for glib-mkenums
5600 ("gobject-introspection" ,gobject-introspection)
5601 ("xorg-server" ,xorg-server-for-tests)
5602 ("pkg-config" ,pkg-config)))
5603 (propagated-inputs
5604 `(("glib" ,glib)
5605 ("gdk-pixbuf" ,gdk-pixbuf)
5606 ("libx11" ,libx11)
5607 ("libxext" ,libxext)
5608 ("libxfixes" ,libxfixes)
5609 ("libxdamage" ,libxdamage)
5610 ("libxcomposite" ,libxcomposite)
5611 ("libxrandr" ,libxrandr)))
5612 (inputs
5613 `(("mesa" ,mesa)
5614 ("cairo" ,cairo)
5615 ("pango" ,pango)
5616 ("gstreamer" ,gstreamer)
5617 ("gst-plugins-base" ,gst-plugins-base)
5618 ("wayland" ,wayland)))
5619 (arguments
5620 `(#:disallowed-references (,xorg-server-for-tests)
5621 #:configure-flags (list "--enable-cogl-gst"
5622 "--enable-wayland-egl-platform"
5623 "--enable-wayland-egl-server"
5624
5625 ;; Arrange to pass an absolute file name to
5626 ;; dlopen for libGL.so.
5627 (string-append "--with-gl-libname="
5628 (assoc-ref %build-inputs "mesa")
5629 "/lib/libGL.so"))
5630 #:phases
5631 (modify-phases %standard-phases
5632 (add-after 'unpack 'fix-build-with-mesa-20
5633 (lambda _
5634 ;; Work around a problem with Mesa 20 where some macros used by
5635 ;; Cogl went missing from eglext.h. This can likely be removed
5636 ;; for newer versions of Cogl or Mesa.
5637 ;; https://gitlab.gnome.org/GNOME/cogl/-/merge_requests/19
5638 (substitute* '("configure"
5639 "cogl/winsys/cogl-winsys-egl-kms.c")
5640 (("#include <EGL/eglext.h>" all)
5641 (string-append all "\n#include <EGL/eglmesaext.h>\n")))
5642 #t))
5643 (add-before 'check 'start-xorg-server
5644 (lambda* (#:key tests? inputs #:allow-other-keys)
5645 (if tests?
5646 (begin
5647 ;; The test suite requires a running X server.
5648 (system (format #f "~a/bin/Xvfb :1 +extension GLX &"
5649 (assoc-ref inputs "xorg-server")))
5650 (setenv "DISPLAY" ":1")
5651 #t)
5652 (format #t "test suite not run~%"))
5653 #t)))))
5654 (home-page "https://www.cogl3d.org")
5655 (synopsis "Object oriented GL/GLES Abstraction/Utility Layer")
5656 (description
5657 "Cogl is a small library for using 3D graphics hardware to draw pretty
5658 pictures. The API departs from the flat state machine style of OpenGL and is
5659 designed to make it easy to write orthogonal components that can render
5660 without stepping on each others toes.")
5661 (license (list license:expat ; most of the code
5662 license:bsd-3 ; cogl/cogl-point-in-poly.c
5663 license:sgifreeb2.0 ; cogl-path/tesselator/
5664 license:asl2.0)))) ; examples/android/
5665
5666 (define-public clutter
5667 (package
5668 (name "clutter")
5669 (version "1.26.2")
5670 (source
5671 (origin
5672 (method url-fetch)
5673 (uri (string-append "mirror://gnome/sources/" name "/"
5674 (version-major+minor version) "/"
5675 name "-" version ".tar.xz"))
5676 (sha256
5677 (base32
5678 "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
5679 ;; NOTE: mutter exports a bundled fork of clutter, so when making changes
5680 ;; to clutter, corresponding changes may be appropriate in mutter as well.
5681 (build-system gnu-build-system)
5682 (outputs '("out"
5683 "doc")) ;9 MiB of gtk-doc HTML pages
5684 (native-inputs
5685 `(("glib:bin" ,glib "bin") ; for glib-genmarshal
5686 ("gobject-introspection" ,gobject-introspection)
5687 ("pkg-config" ,pkg-config)
5688 ("xsltproc" ,libxslt)))
5689 (propagated-inputs
5690 `(("cogl" ,cogl)
5691 ("cairo" ,cairo)
5692 ("atk" ,atk)
5693 ("gtk+" ,gtk+)
5694 ("json-glib" ,json-glib)
5695 ("glib" ,glib)
5696 ("libxcomposite" ,libxcomposite)
5697 ("libxdamage" ,libxdamage)
5698 ("libxext" ,libxext)
5699 ("xinput" ,xinput)))
5700 (inputs
5701 `(("libxkbcommon" ,libxkbcommon)
5702 ("udev" ,eudev)))
5703 (arguments
5704 `(#:configure-flags (list "--enable-x11-backend=yes"
5705
5706 ;; This produces share/doc/{clutter,cally}.
5707 (string-append "--with-html-dir="
5708 (assoc-ref %outputs "doc")
5709 "/share/doc"))
5710 ;; XXX FIXME: Get test suite working. It would probably fail in the
5711 ;; same way the cogl tests fail, since clutter is based on cogl.
5712 #:tests? #f))
5713 (home-page "http://www.clutter-project.org")
5714 (synopsis "OpenGL-based interactive canvas library")
5715 (description
5716 "Clutter is an OpenGL-based interactive canvas library, designed for
5717 creating fast, mainly 2D single window applications such as media box UIs,
5718 presentations, kiosk style applications and so on.")
5719 (license license:lgpl2.0+)))
5720
5721 (define-public clutter-gtk
5722 (package
5723 (name "clutter-gtk")
5724 (version "1.8.4")
5725 (source
5726 (origin
5727 (method url-fetch)
5728 (uri (string-append "mirror://gnome/sources/" name "/"
5729 (version-major+minor version) "/"
5730 name "-" version ".tar.xz"))
5731 (sha256
5732 (base32
5733 "01ibniy4ich0fgpam53q252idm7f4fn5xg5qvizcfww90gn9652j"))))
5734 (build-system gnu-build-system)
5735 (native-inputs
5736 `(("pkg-config" ,pkg-config)
5737 ("gobject-introspection" ,gobject-introspection)))
5738 (propagated-inputs
5739 ;; clutter-gtk.pc refers to all these.
5740 `(("clutter" ,clutter)
5741 ("gtk+" ,gtk+)))
5742 (home-page "http://www.clutter-project.org")
5743 (synopsis "OpenGL-based interactive canvas library GTK+ widget")
5744 (description
5745 "Clutter is an OpenGL-based interactive canvas library, designed for
5746 creating fast, mainly 2D single window applications such as media box UIs,
5747 presentations, kiosk style applications and so on.")
5748 (license license:lgpl2.0+)))
5749
5750 (define-public clutter-gst
5751 (package
5752 (name "clutter-gst")
5753 (version "3.0.27")
5754 (source
5755 (origin
5756 (method url-fetch)
5757 (uri (string-append "mirror://gnome/sources/clutter-gst/"
5758 (version-major+minor version) "/"
5759 "clutter-gst-" version ".tar.xz"))
5760 (sha256
5761 (base32 "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy"))))
5762 (build-system gnu-build-system)
5763 (native-inputs
5764 `(("glib:bin" ,glib "bin") ; for glib-mkenums
5765 ("pkg-config" ,pkg-config)
5766 ("gobject-introspection" ,gobject-introspection)))
5767 (inputs
5768 `(("clutter" ,clutter)
5769 ("gstreamer" ,gstreamer)
5770 ("gst-plugins-base" ,gst-plugins-base)))
5771 (home-page "http://www.clutter-project.org")
5772 (synopsis "Integration library for using GStreamer with Clutter")
5773 (description
5774 "Clutter-Gst is an integration library for using GStreamer with Clutter.
5775 It provides a GStreamer sink to upload frames to GL and an actor that
5776 implements the ClutterGstPlayer interface using playbin. Clutter is an
5777 OpenGL-based interactive canvas library.")
5778 (license license:lgpl2.0+)))
5779
5780 (define-public libchamplain
5781 (package
5782 (name "libchamplain")
5783 (version "0.12.16")
5784 (source (origin
5785 (method url-fetch)
5786 (uri (string-append
5787 "mirror://gnome/sources/libchamplain/0.12/libchamplain-"
5788 version ".tar.xz"))
5789 (sha256
5790 (base32
5791 "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
5792 (build-system gnu-build-system)
5793 (arguments '(#:configure-flags '("--enable-vala")))
5794 (native-inputs
5795 `(("gobject-introspection" ,gobject-introspection)
5796 ("pkg-config" ,pkg-config)
5797 ("vala" ,vala)))
5798 (propagated-inputs
5799 `(("libsoup" ,libsoup)
5800 ("sqlite" ,sqlite)
5801 ("clutter" ,clutter)
5802 ("clutter-gtk" ,clutter-gtk)
5803 ("glib:bin" ,glib "bin") ;glib-mkenums, etc.
5804 ("cairo" ,cairo)
5805 ("gtk+3" ,gtk+)
5806 ("glib" ,glib)))
5807 (home-page "https://projects.gnome.org/libchamplain/")
5808 (synopsis "C library providing a ClutterActor to display maps")
5809 (description
5810 "libchamplain is a C library providing a ClutterActor to display maps.
5811 It also provides a Gtk+ widget to display maps in Gtk+ applications. Python
5812 and Perl bindings are also available. It supports numerous free map sources
5813 such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.")
5814 (license license:lgpl2.1+)))
5815
5816 (define-public gom
5817 (package
5818 (name "gom")
5819 (version "0.3.2")
5820 (source
5821 (origin
5822 (method url-fetch)
5823 (uri (string-append "mirror://gnome/sources/gom/"
5824 (version-major+minor version) "/"
5825 "gom-" version ".tar.xz"))
5826 (sha256
5827 (base32
5828 "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))
5829 (build-system gnu-build-system)
5830 (native-inputs
5831 `(("intltool" ,intltool)
5832 ("pkg-config" ,pkg-config)
5833 ("gobject-introspection" ,gobject-introspection)))
5834 (inputs
5835 `(("glib" ,glib)
5836 ("gdk-pixbuf" ,gdk-pixbuf)
5837 ("sqlite" ,sqlite)))
5838 ;; XXX TODO: Figure out how to run the test suite.
5839 (arguments `(#:tests? #f))
5840 (home-page "https://wiki.gnome.org/Projects/Gom")
5841 (synopsis "Object mapper from GObjects to SQLite")
5842 (description
5843 "Gom provides an object mapper from GObjects to SQLite. It helps you
5844 write applications that need to store structured data as well as make complex
5845 queries upon that data.")
5846 (license license:lgpl2.1+)))
5847
5848 (define-public libgnome-games-support
5849 (package
5850 (name "libgnome-games-support")
5851 (version "1.4.4")
5852 (source (origin
5853 (method url-fetch)
5854 (uri (string-append "mirror://gnome/sources/libgnome-games-support/"
5855 (version-major+minor version) "/"
5856 "libgnome-games-support-" version ".tar.xz"))
5857 (sha256
5858 (base32
5859 "1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq"))))
5860 (build-system gnu-build-system)
5861 (arguments
5862 '(#:phases
5863 (modify-phases %standard-phases
5864 (add-before 'check 'pre-check
5865 (lambda _
5866 ;; Tests require a writable HOME.
5867 (setenv "HOME" (getcwd))
5868 #t)))))
5869 (native-inputs
5870 `(("intltool" ,intltool)
5871 ("pkg-config" ,pkg-config)
5872 ("vala" ,vala)))
5873 (propagated-inputs
5874 ;; Required by libgnome-games-support-1.0.pc
5875 `(("gtk+" ,gtk+)
5876 ("libgee" ,libgee)))
5877 (home-page "https://www.gnome.org/")
5878 (synopsis "Useful functionality shared among GNOME games")
5879 (description
5880 "libgnome-games-support is a small library intended for internal use by
5881 GNOME Games, but it may be used by others.")
5882 (license license:lgpl3+)))
5883
5884 (define-public gnome-klotski
5885 (package
5886 (name "gnome-klotski")
5887 (version "3.34.0")
5888 (source (origin
5889 (method url-fetch)
5890 (uri (string-append "mirror://gnome/sources/" name "/"
5891 (version-major+minor version) "/"
5892 name "-" version ".tar.xz"))
5893 (sha256
5894 (base32
5895 "0sbx0bzy32lh2c9jp8v7gz788wn9y1la8mr5a7gf7370szsl4d4f"))))
5896 (build-system meson-build-system)
5897 (arguments
5898 '(#:glib-or-gtk? #t
5899 #:phases
5900 (modify-phases %standard-phases
5901 (add-after 'unpack 'skip-gtk-update-icon-cache
5902 ;; Don't create 'icon-theme.cache'.
5903 (lambda _
5904 (substitute* "build-aux/meson_post_install.py"
5905 (("gtk-update-icon-cache") (which "true")))
5906 #t)))))
5907 (native-inputs
5908 `(("desktop-file-utils" ,desktop-file-utils)
5909 ("glib:bin" ,glib "bin") ; for glib-compile-resources
5910 ("intltool" ,intltool)
5911 ("itstool" ,itstool)
5912 ("pkg-config" ,pkg-config)
5913 ("vala" ,vala)
5914 ("xmllint" ,libxml2)))
5915 (inputs
5916 `(("gtk+" ,gtk+)
5917 ("libgnome-games-support" ,libgnome-games-support)
5918 ("librsvg" ,librsvg)))
5919 (home-page "https://wiki.gnome.org/Apps/Klotski")
5920 (synopsis "Sliding block puzzles")
5921 (description
5922 "GNOME Klotski is a set of block sliding puzzles. The objective is to move
5923 the patterned block to the area bordered by green markers. To do so, you will
5924 need to slide other blocks out of the way. Complete each puzzle in as few moves
5925 as possible!")
5926 (license license:gpl2+)))
5927
5928 (define-public grilo
5929 (package
5930 (name "grilo")
5931 (version "0.3.12")
5932 (source
5933 (origin
5934 (method url-fetch)
5935 (uri (string-append "mirror://gnome/sources/grilo/"
5936 (version-major+minor version) "/"
5937 "grilo-" version ".tar.xz"))
5938 (sha256
5939 (base32 "0w8sq5g6g1rg85h53vbll8va70fcp6082mlpmy98aa03444ddyyv"))))
5940 (build-system meson-build-system)
5941 (native-inputs
5942 `(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
5943 ("intltool" ,intltool)
5944 ("pkg-config" ,pkg-config)
5945 ("gobject-introspection" ,gobject-introspection)
5946 ("gtk-doc" ,gtk-doc)
5947 ("vala" ,vala)))
5948 (inputs
5949 `(("cyrus-sasl" ,cyrus-sasl)
5950 ("glib" ,glib)
5951 ("gtk+" ,gtk+)
5952 ("libxml2" ,libxml2)
5953 ("liboauth" ,liboauth)
5954 ("libsoup" ,libsoup)
5955 ("totem-pl-parser" ,totem-pl-parser)))
5956 (native-search-paths
5957 (list (search-path-specification
5958 (variable "GRL_PLUGIN_PATH")
5959 (files (list (string-append "lib/grilo-"
5960 (version-major+minor version)))))))
5961 (home-page "https://wiki.gnome.org/action/show/Projects/Grilo")
5962 (synopsis "Framework for discovering and browsing media")
5963 (description
5964 "Grilo is a framework focused on making media discovery and browsing easy
5965 for application developers.")
5966 (license license:lgpl2.1+)))
5967
5968 (define-public grilo-plugins
5969 (package
5970 (name "grilo-plugins")
5971 (version "0.3.11")
5972 (source
5973 (origin
5974 (method url-fetch)
5975 (uri (string-append "mirror://gnome/sources/" name "/"
5976 (version-major+minor version) "/"
5977 name "-" version ".tar.xz"))
5978 (sha256
5979 (base32 "0wyd3n5mn7b77hxylkc3f62v01mlavh96901pz342hwrn42ydqnx"))))
5980 (build-system meson-build-system)
5981 (native-inputs
5982 `(("gettext" ,gettext-minimal)
5983 ("glib:bin" ,glib "bin")
5984 ("gtk+:bin" ,gtk+ "bin")
5985 ("itstool" ,itstool)
5986 ("pkg-config" ,pkg-config)))
5987 ;; TODO: ahavi, gstreamer
5988 (inputs
5989 `(("grilo" ,grilo)
5990 ;("gmime" ,gmime) ; unused
5991 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
5992 ("gom" ,gom)
5993 ;("gssdp" ,gssdp) ; unused
5994 ;("gupnp" ,gupnp) ; unused
5995 ;("gupnp-av" ,gupnp-av) ; unused
5996 ("json-glib" ,json-glib)
5997 ("avahi" ,avahi)
5998 ("libgdata" ,libgdata)
5999 ("libmediaart" ,libmediaart)
6000 ;("librest" ,rest) ; unused
6001 ("libsoup" ,libsoup)
6002 ("totam-pl-parser" ,totem-pl-parser)
6003 ("tracker" ,tracker))) ; unused because it's too old
6004 (arguments
6005 `(#:glib-or-gtk? #t
6006 ;;Disable lua-factory as it needs missing dependencies
6007 #:configure-flags '("-Denable-lua-factory=no")))
6008 (home-page "https://live.gnome.org/Grilo")
6009 (synopsis "Plugins for the Grilo media discovery library")
6010 (description
6011 "Grilo is a framework focused on making media discovery and browsing easy
6012 for application developers. This package provides plugins for common media
6013 discovery protocols.")
6014 (license license:lgpl2.1+)))
6015
6016 (define-public totem
6017 (package
6018 (name "totem")
6019 (version "3.38.0")
6020 (source
6021 (origin
6022 (method url-fetch)
6023 (uri (string-append "mirror://gnome/sources/totem/"
6024 (version-major+minor version) "/"
6025 "totem-" version ".tar.xz"))
6026 (sha256
6027 (base32
6028 "0bs33ijvxbr2prb9yj4dxglsszslsn9k258n311sld84masz4ad8"))))
6029 (build-system meson-build-system)
6030 (native-inputs
6031 `(("pkg-config" ,pkg-config)
6032 ("desktop-file-utils" ,desktop-file-utils)
6033 ("gettext" ,gettext-minimal)
6034 ("gobject-introspection" ,gobject-introspection)
6035 ("glib:bin" ,glib "bin") ;for 'glib-mkenums'
6036 ("itstool" ,itstool)
6037 ("xmllint" ,libxml2)
6038 ("xorg-server" ,xorg-server-for-tests)))
6039 (propagated-inputs
6040 `(("dconf" ,dconf)))
6041 (inputs
6042 `(("gtk+" ,gtk+)
6043 ("gdk-pixbuf" ,gdk-pixbuf)
6044 ("atk" ,atk)
6045 ("cairo" ,cairo)
6046 ("dbus-glib" ,dbus-glib)
6047 ("clutter" ,clutter)
6048 ("clutter-gtk" ,clutter-gtk)
6049 ("clutter-gst" ,clutter-gst)
6050 ("xorgproto" ,xorgproto)
6051 ("libxxf86vm" ,libxxf86vm)
6052 ("libxtst" ,libxtst)
6053 ("libxrandr" ,libxrandr)
6054 ("libxml2" ,libxml2)
6055 ("libsoup" ,libsoup)
6056 ("libpeas" ,libpeas)
6057 ("librsvg" ,librsvg)
6058 ("lirc" ,lirc)
6059 ("gnome-desktop" ,gnome-desktop)
6060 ("gstreamer" ,gstreamer)
6061 ("gst-plugins-base" ,gst-plugins-base)
6062 ("gst-plugins-good" ,gst-plugins-good)
6063 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6064 ("adwaita-icon-theme" ,adwaita-icon-theme)
6065 ("python" ,python)
6066 ("python-pygobject" ,python-pygobject)
6067 ("totem-pl-parser" ,totem-pl-parser)
6068 ("grilo" ,grilo)
6069 ("grilo-plugins" ,grilo-plugins)
6070 ("vala" ,vala)))
6071 (arguments
6072 `(#:glib-or-gtk? #t
6073
6074 ;; Disable automatic GStreamer plugin installation via PackageKit and
6075 ;; all that.
6076 #:configure-flags '("-D" "enable-easy-codec-installation=no"
6077
6078 ;; Do not build .a files for the plugins, it's
6079 ;; completely useless. This saves 2 MiB.
6080 "--default-library" "shared")
6081 #:phases
6082 (modify-phases %standard-phases
6083 (add-after 'unpack 'skip-gtk-update-icon-cache
6084 ;; Don't create 'icon-theme.cache'.
6085 (lambda _
6086 (substitute* "meson_post_install.py"
6087 (("gtk-update-icon-cache") "true"))
6088 #t))
6089 (add-after 'unpack 'patch-failing-test
6090 (lambda _
6091 ;; Work around test failure with GStreamer 1.18, because the test
6092 ;; relies on "und" not being mapped to a particular language:
6093 ;; https://gitlab.gnome.org/GNOME/totem/-/issues/450
6094 (substitute* "src/test-totem.c"
6095 (("und") "nosuchlang"))
6096 #t))
6097 (add-before
6098 'install 'disable-cache-generation
6099 (lambda _
6100 (setenv "DESTDIR" "/")
6101 #t))
6102 (add-before
6103 'check 'pre-check
6104 (lambda _
6105 ;; Tests require a running X server.
6106 (system "Xvfb :1 &")
6107 (setenv "DISPLAY" ":1")
6108 #t))
6109 (add-after
6110 'install 'wrap-totem
6111 (lambda* (#:key inputs outputs #:allow-other-keys)
6112 (let ((out (assoc-ref outputs "out"))
6113 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
6114 (grl-plugin-path (getenv "GRL_PLUGIN_PATH")))
6115 (wrap-program (string-append out "/bin/totem")
6116 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
6117 `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path)))
6118 (wrap-program (string-append out "/bin/totem-video-thumbnailer")
6119 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
6120 #t)))))
6121 (home-page "https://wiki.gnome.org/Apps/Videos")
6122 (synopsis "Simple media player for GNOME based on GStreamer")
6123 (description "Totem is a simple yet featureful media player for GNOME
6124 which can read a large number of file formats.")
6125 ;; GPL2+ with an exception clause for non-GPL compatible GStreamer plugins
6126 ;; to be used and distributed together with GStreamer and Totem. See
6127 ;; file://COPYING in the source distribution for details.
6128 (license license:gpl2+)))
6129
6130 (define-public rhythmbox
6131 (package
6132 (name "rhythmbox")
6133 (version "3.4.4")
6134 (source (origin
6135 (method url-fetch)
6136 (uri (string-append "mirror://gnome/sources/rhythmbox/"
6137 (version-major+minor version) "/"
6138 "rhythmbox-" version ".tar.xz"))
6139 (sha256
6140 (base32
6141 "142xcvw4l19jyr5i72nbnrihs953pvrrzcbijjn9dxmxszbv03pf"))))
6142 (build-system glib-or-gtk-build-system)
6143 (arguments
6144 `(#:configure-flags
6145 (list "--enable-lirc"
6146 "--enable-python"
6147 "--enable-vala"
6148 "--with-brasero"
6149 "--with-gudev"
6150 "--with-libsecret")
6151 #:phases
6152 (modify-phases %standard-phases
6153 (add-after
6154 'install 'wrap-rhythmbox
6155 (lambda* (#:key inputs outputs #:allow-other-keys)
6156 (let ((out (assoc-ref outputs "out"))
6157 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
6158 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
6159 (grl-plugin-path (getenv "GRL_PLUGIN_PATH"))
6160 (python-path (getenv "PYTHONPATH")))
6161 (wrap-program (string-append out "/bin/rhythmbox")
6162 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
6163 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
6164 `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path))
6165 `("PYTHONPATH" ":" prefix (,python-path))))
6166 #t)))))
6167 (propagated-inputs
6168 `(("dconf" ,dconf)))
6169 (native-inputs
6170 `(("itstool" ,itstool)
6171 ("intltool" ,intltool)
6172 ("glib" ,glib "bin")
6173 ("gobject-introspection" ,gobject-introspection)
6174 ("desktop-file-utils" ,desktop-file-utils)
6175 ("pkg-config" ,pkg-config)
6176 ("xmllint" ,libxml2)))
6177 (inputs
6178 `(("json-glib" ,json-glib)
6179 ("tdb" ,tdb)
6180 ("gnome-desktop" ,gnome-desktop)
6181 ("python" ,python)
6182 ("python-pygobject" ,python2-pygobject)
6183 ("vala" ,vala)
6184 ("gmime" ,gmime)
6185 ("adwaita-icon-theme" ,adwaita-icon-theme)
6186 ("grilo" ,grilo)
6187 ("grilo-plugins" ,grilo-plugins)
6188 ("gstreamer" ,gstreamer)
6189 ("gst-plugins-base" ,gst-plugins-base)
6190 ("gst-plugins-good" ,gst-plugins-good)
6191 ("totem-pl-parser" ,totem-pl-parser)
6192 ("libgudev" ,libgudev)
6193 ;;("libmtp" ,libmtp) FIXME: Not detected
6194 ("libsecret" ,libsecret)
6195 ("libsoup" ,libsoup)
6196 ("libnotify" ,libnotify)
6197 ("libpeas" ,libpeas)
6198 ("lirc" ,lirc)
6199 ;; TODO: clutter* only used by visualizer plugin, which also requires mx
6200 ;;("clutter" ,clutter)
6201 ;;("clutter-gtk" ,clutter-gtk)
6202 ;;("clutter-gst" ,clutter-gst)
6203 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6204 ("atk" ,atk)
6205 ("pango" ,pango)
6206 ("gtk+" ,gtk+)
6207 ;; TODO:
6208 ;; * libgpod
6209 ;; * mx
6210 ("brasero" ,brasero)))
6211 (home-page "https://wiki.gnome.org/Apps/Rhythmbox")
6212 (synopsis "Music player for GNOME")
6213 (description "Rhythmbox is a music playing application for GNOME. It
6214 supports playlists, song ratings, and any codecs installed through gstreamer.")
6215 (license license:gpl2+)))
6216
6217 (define-public eog
6218 (package
6219 (name "eog")
6220 (version "3.34.1")
6221 (source (origin
6222 (method url-fetch)
6223 (uri (string-append "mirror://gnome/sources/" name "/"
6224 (version-major+minor version) "/"
6225 name "-" version ".tar.xz"))
6226 (sha256
6227 (base32
6228 "0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
6229 (build-system meson-build-system)
6230 (arguments
6231 `(#:configure-flags
6232 ;; Otherwise, the RUNPATH will lack the final 'eog' path component.
6233 (list (string-append "-Dc_link_args=-Wl,-rpath="
6234 (assoc-ref %outputs "out") "/lib/eog"))
6235 #:phases
6236 (modify-phases %standard-phases
6237 (add-after 'unpack 'skip-gtk-update-icon-cache
6238 ;; Don't create 'icon-theme.cache'.
6239 (lambda _
6240 (substitute* "meson_post_install.py"
6241 (("gtk-update-icon-cache") "true"))
6242 #t))
6243 (add-after 'install 'wrap-eog
6244 (lambda* (#:key outputs #:allow-other-keys)
6245 (let ((out (assoc-ref outputs "out"))
6246 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
6247 (wrap-program (string-append out "/bin/eog")
6248 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
6249 #t)))))
6250 (propagated-inputs
6251 `(("dconf" ,dconf)))
6252 (native-inputs
6253 `(("intltool" ,intltool)
6254 ("itstool" ,itstool)
6255 ("glib" ,glib "bin")
6256 ("gobject-introspection" ,gobject-introspection)
6257 ("pkg-config" ,pkg-config)
6258 ("xmllint" ,libxml2)))
6259 (inputs
6260 `(("gnome-desktop" ,gnome-desktop)
6261 ("shared-mime-info" ,shared-mime-info)
6262 ("adwaita-icon-theme" ,adwaita-icon-theme)
6263 ("exempi" ,exempi)
6264 ("lcms" ,lcms)
6265 ("libexif" ,libexif)
6266 ("libpeas" ,libpeas)
6267 ("libjpeg" ,libjpeg-turbo)
6268 ("librsvg" ,librsvg-next)
6269 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6270 ("gtk+" ,gtk+)))
6271 (home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
6272 (synopsis "GNOME image viewer")
6273 (description "Eye of GNOME is the GNOME image viewer. It
6274 supports image conversion, rotation, and slideshows.")
6275 (license license:gpl2+)))
6276
6277 (define-public eog-plugins
6278 ;; Note: EOG looks for its plugins (via libpeas) in ~/.local as well as
6279 ;; $DATA/lib/eog/plugins, where DATA is one of the entries in
6280 ;; $XDG_DATA_DIRS. Thus, for EOG to find these, you have to have
6281 ;; 'XDG_DATA_DIRS' appropriately set.
6282 (package
6283 (name "eog-plugins")
6284 (version "3.26.4")
6285 (source (origin
6286 (method url-fetch)
6287 (uri (string-append "mirror://gnome/sources/eog-plugins/"
6288 (version-major+minor version) "/"
6289 "eog-plugins-" version ".tar.xz"))
6290 (sha256
6291 (base32
6292 "0pd7fqa4ciy5844k5s1c6rlsqkk8pxd8cchxjcjhxlsngm9lynnx"))))
6293 (build-system gnu-build-system)
6294 (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
6295 (synopsis "Extensions for the Eye of GNOME image viewer")
6296 (native-inputs
6297 `(("pkg-config" ,pkg-config)
6298 ("gettext" ,gettext-minimal)))
6299 (inputs
6300 `(("eog" ,eog)
6301 ("glib" ,glib)
6302 ("gtk+" ,gtk+)
6303 ("libpeas" ,libpeas)
6304 ("libexif" ,libexif)
6305 ("libchamplain" ,libchamplain)))
6306 (description
6307 "This package provides plugins for the Eye of GNOME (EOG) image viewer,
6308 notably:
6309
6310 @itemize
6311 @item @dfn{EXIF Display}, which displays camera (EXIF) information;
6312 @item @dfn{Map}, which displays a map of where the picture was taken on the
6313 side panel;
6314 @item @dfn{Slideshow Shuffle}, to shuffle images in slideshow mode.
6315 @end itemize\n")
6316
6317 ;; XXX: eog-postasa-plugin-resources.c (which we don't build) contains a
6318 ;; long suspicious byte stream that goes to a
6319 ;; ".gresource.eog_postasa_plugin" ELF section.
6320 (license license:gpl2+)))
6321
6322 (define-public libgudev
6323 (package
6324 (name "libgudev")
6325 (version "232")
6326 (source (origin
6327 (method url-fetch)
6328 (uri (string-append "mirror://gnome/sources/" name "/"
6329 version "/" name "-" version ".tar.xz"))
6330 (sha256
6331 (base32
6332 "0q3qki451zzgdjazlgshsfzbbm0in40lyx7dyrag7kbkqnwv4k7f"))))
6333 (build-system gnu-build-system)
6334 (arguments
6335 '(#:configure-flags
6336 ;; umockdev depends on libgudev.
6337 (list "--disable-umockdev")))
6338 (native-inputs
6339 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
6340 ("gobject-introspection" ,gobject-introspection)
6341 ("pkg-config" ,pkg-config)))
6342 (propagated-inputs
6343 `(("glib" ,glib))) ; required by gudev-1.0.pc
6344 (inputs
6345 `(("udev" ,eudev)))
6346 (home-page "https://wiki.gnome.org/Projects/libgudev")
6347 (synopsis "GObject bindings for libudev")
6348 (description
6349 "This library provides GObject bindings for libudev. It was originally
6350 part of udev-extras, then udev, then systemd. It's now a project on its own.")
6351 (license license:lgpl2.1+)))
6352
6353 (define-public gvfs
6354 (package
6355 (name "gvfs")
6356 (version "1.40.1")
6357 (source (origin
6358 (method url-fetch)
6359 (uri (string-append "mirror://gnome/sources/gvfs/"
6360 (version-major+minor version) "/"
6361 "gvfs-" version ".tar.xz"))
6362 (sha256
6363 (base32
6364 "1cfnzamr4mvgpf6yhm28lh9cafy9z6842s8jpbqnfizfxybg8ylj"))
6365 ;; This patch may be removed when upgrading to version 1.46.x.
6366 (patches
6367 (search-patches "gvfs-add-support-for-libplist-2.2.patch"))))
6368 (build-system meson-build-system)
6369 (arguments
6370 '(#:glib-or-gtk? #t
6371 #:configure-flags
6372 (list "-Dsystemduserunitdir=no"
6373 "-Dtmpfilesdir=no"
6374 ;; Otherwise, the RUNPATH will lack the final path component.
6375 (string-append "-Dc_link_args=-Wl,-rpath="
6376 (assoc-ref %outputs "out") "/lib/gvfs"))))
6377 (native-inputs
6378 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
6379 ("gettext" ,gettext-minimal)
6380 ("gtk-doc" ,gtk-doc)
6381 ("pkg-config" ,pkg-config)
6382 ("xsltproc" ,libxslt)))
6383 (inputs
6384 `(("avahi" ,avahi)
6385 ("docbook-xml" ,docbook-xml-4.2)
6386 ("docbook-xsl" ,docbook-xsl)
6387 ("dbus" ,dbus)
6388 ("elogind" ,elogind)
6389 ("fuse" ,fuse)
6390 ("gcr" ,gcr)
6391 ("glib" ,glib)
6392 ("gnome-online-accounts" ,gnome-online-accounts)
6393 ("libarchive" ,libarchive)
6394 ("libbluray" ,libbluray)
6395 ("libcap" ,libcap)
6396 ("libcdio-paranoia" ,libcdio-paranoia)
6397 ("libgcrypt" ,libgcrypt)
6398 ("libgdata" ,libgdata)
6399 ("libgphoto2" ,libgphoto2)
6400 ("libgudev" ,libgudev)
6401 ("libimobiledevice" ,libimobiledevice)
6402 ("libmtp" ,libmtp)
6403 ("libnfs" ,libnfs)
6404 ("libsecret" ,libsecret)
6405 ("libsmbclient" ,samba)
6406 ("libsoup" ,libsoup)
6407 ("libxml2" ,libxml2)
6408 ("openssh" ,openssh)
6409 ("polkit" ,polkit)
6410 ("udisks" ,udisks)))
6411 (home-page "https://wiki.gnome.org/gvfs/")
6412 (synopsis "Userspace virtual file system for GIO")
6413 (description
6414 "GVFS is a userspace virtual file system designed to work with the I/O
6415 abstraction of GIO. It contains a GIO module that seamlessly adds GVFS support
6416 to all applications using the GIO API. It also supports exposing the GVFS
6417 mounts to non-GIO applications using FUSE.
6418
6419 GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP,
6420 DAV, and others.")
6421 (license license:lgpl2.0+)))
6422
6423 (define-public gusb
6424 (package
6425 (name "gusb")
6426 (version "0.3.0")
6427 (source (origin
6428 (method git-fetch)
6429 (uri (git-reference
6430 (url "https://github.com/hughsie/libgusb")
6431 (commit version)))
6432 (file-name (git-file-name name version))
6433 (sha256
6434 (base32
6435 "002pg0p4qzzk5dkyiynm483ir26zxrn4k71c7f6j85mfsdzbgli7"))))
6436 (build-system meson-build-system)
6437 (native-inputs
6438 `(("gobject-introspection" ,gobject-introspection)
6439 ("pkg-config" ,pkg-config)
6440 ("vala" ,vala)
6441 ("gtk-doc" ,gtk-doc)))
6442 (propagated-inputs
6443 ;; Both of these are required by gusb.pc.
6444 `(("glib" ,glib)
6445 ("libusb" ,libusb)))
6446 (arguments
6447 `(#:tests? #f)) ;libusb fails to initialize. Wonder what that is.
6448 (home-page "https://github.com/hughsie/libgusb")
6449 (synopsis "GLib binding for libusb1")
6450 (description
6451 "GUsb is a GObject wrapper for libusb1 that makes it easy to do
6452 asynchronous control, bulk and interrupt transfers with proper cancellation
6453 and integration into a mainloop. This makes it easy to integrate low level
6454 USB transfers with your high-level application or system daemon.")
6455 (license license:lgpl2.1+)))
6456
6457 (define-public simple-scan
6458 (package
6459 (name "simple-scan")
6460 (version "3.38.1")
6461 (source
6462 (origin
6463 (method url-fetch)
6464 (uri (string-append "mirror://gnome/sources/simple-scan/"
6465 (version-major+minor version) "/"
6466 "simple-scan-" version ".tar.xz"))
6467 (sha256
6468 (base32 "0grscz96bwj79ka4qvxh8h75avdx6824k8k38ylmaj6xbl6gi0hy"))))
6469 (build-system meson-build-system)
6470 ;; TODO: Fix icons in home screen, About dialogue, and scan menu.
6471 (arguments
6472 '(#:glib-or-gtk? #t))
6473 (inputs
6474 `(("gtk" ,gtk+)
6475 ("zlib" ,zlib)
6476 ("cairo" ,cairo)
6477 ("colord" ,colord)
6478 ("gdk-pixbuf" ,gdk-pixbuf)
6479 ("gusb" ,gusb)
6480 ("libsane" ,sane-backends)))
6481 (native-inputs
6482 `(("gettext" ,gettext-minimal)
6483 ("itstool" ,itstool)
6484 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
6485 ("pkg-config" ,pkg-config)
6486 ("vala" ,vala)
6487 ("xmllint" ,libxml2)))
6488 (home-page "https://gitlab.gnome.org/GNOME/simple-scan")
6489 (synopsis "Document and image scanner")
6490 (description
6491 "Document Scanner is an easy-to-use application that lets you connect your
6492 scanner and quickly capture images and documents in an appropriate format. It
6493 supports any scanner for which a suitable SANE driver is available, which is
6494 almost all of them.")
6495 (license license:gpl3+)))
6496
6497 (define-public eolie
6498 (package
6499 (name "eolie")
6500 (version "0.9.100")
6501 (source (origin
6502 (method url-fetch)
6503 (uri (string-append "https://adishatz.org/eolie/eolie-"
6504 version ".tar.xz"))
6505 (sha256
6506 (base32
6507 "1vzhfp8j1z3jvd5ndqfyn7nqrx3zdvx9mv1byjl36nnd9g63ji62"))))
6508 (build-system meson-build-system)
6509 (arguments
6510 `(#:glib-or-gtk? #t
6511 #:phases
6512 (modify-phases %standard-phases
6513 (add-after 'unpack 'skip-gtk-update-icon-cache
6514 ;; Don't create 'icon-theme.cache'.
6515 (lambda _
6516 (substitute* "meson_post_install.py"
6517 (("gtk-update-icon-cache") "true"))
6518 #t))
6519 (add-after 'wrap 'wrap-more
6520 (lambda* (#:key inputs outputs #:allow-other-keys)
6521 (let* ((out (assoc-ref outputs "out"))
6522 ;; These libraries must be on LD_LIBRARY_PATH.
6523 (libs '("gtkspell3" "webkitgtk" "libsoup" "libsecret"
6524 "atk" "gtk+" "gsettings-desktop-schemas"
6525 "gobject-introspection"))
6526 (path (string-join
6527 (map (lambda (lib)
6528 (string-append (assoc-ref inputs lib) "/lib"))
6529 libs)
6530 ":")))
6531 (wrap-program (string-append out "/bin/eolie")
6532 `("LD_LIBRARY_PATH" ":" prefix (,path))
6533 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))
6534 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
6535 #t)))))
6536 (native-inputs
6537 `(("intltool" ,intltool)
6538 ("itstool" ,itstool)
6539 ("pkg-config" ,pkg-config)
6540 ("python" ,python)
6541 ("glib:bin" ,glib "bin")))
6542 (inputs
6543 `(("gobject-introspection" ,gobject-introspection)
6544 ("glib-networking" ,glib-networking)
6545 ("cairo" ,cairo)
6546 ("gtk+" ,gtk+)
6547 ("atk" ,atk) ; propagated by gtk+, but we need it in LD_LIBRARY_PATH
6548 ("python" ,python-wrapper)
6549 ("python-dateutil" ,python-dateutil)
6550 ("python-pyfxa" ,python-pyfxa)
6551 ("python-pygobject" ,python-pygobject)
6552 ("python-pycairo" ,python-pycairo)
6553 ("python-pycrypto" ,python-pycrypto)
6554 ("libsecret" ,libsecret)
6555 ("gtkspell3" ,gtkspell3)
6556 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6557 ("webkitgtk" ,webkitgtk)))
6558 (home-page "https://wiki.gnome.org/Apps/Eolie")
6559 (synopsis "Web browser for GNOME")
6560 (description
6561 "Eolie is a new web browser for GNOME. It features Firefox sync support,
6562 a secret password store, an adblocker, and a modern UI.")
6563 (license license:gpl3+)))
6564
6565 (define-public epiphany
6566 (package
6567 (name "epiphany")
6568 (version "3.34.4")
6569 (source (origin
6570 (method url-fetch)
6571 (uri (string-append "mirror://gnome/sources/epiphany/"
6572 (version-major+minor version) "/"
6573 "epiphany-" version ".tar.xz"))
6574 (sha256
6575 (base32
6576 "13ar3s40cds1rplwbzx0fzigf120w0rydiv05r3k6zpc0zy91qb0"))))
6577
6578 (build-system meson-build-system)
6579 (arguments
6580 '(#:glib-or-gtk? #t
6581 #:phases
6582 (modify-phases %standard-phases
6583 (add-after 'unpack 'skip-gtk-update-icon-cache
6584 ;; Don't create 'icon-theme.cache'.
6585 (lambda _
6586 (substitute* "post_install.py"
6587 (("gtk-update-icon-cache") "true"))
6588 #t))
6589 (add-after 'unpack 'disable-failing-tests
6590 (lambda _
6591 (substitute* "tests/meson.build"
6592 ;; embed_shell fails, because webkitgtk apparently no longer supports
6593 ;; overriding the ftp schema
6594 ;; web_app_utils fails due to missing network access
6595 (("(embed_shell|web_app_utils)_test,")
6596 "find_program('sh'), args: ['-c', 'exit 77'],"))
6597 #t))
6598 (add-before 'check 'pre-check
6599 (lambda _
6600 ;; Tests require a running X server.
6601 (system "Xvfb :1 &")
6602 (setenv "DISPLAY" ":1")
6603 #t)))
6604 #:configure-flags
6605 ;; Otherwise, the RUNPATH will lack the final 'epiphany' path component.
6606 (list (string-append "-Dc_link_args=-Wl,-rpath="
6607 (assoc-ref %outputs "out") "/lib/epiphany"))))
6608 (propagated-inputs
6609 `(("dconf" ,dconf)))
6610 (native-inputs
6611 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
6612 ("glib:bin" ,glib "bin") ; for glib-mkenums
6613 ("intltool" ,intltool)
6614 ("itstool" ,itstool)
6615 ("pkg-config" ,pkg-config)
6616 ("xmllint" ,libxml2)
6617 ("xorg-server" ,xorg-server-for-tests)))
6618 (inputs
6619 `(("avahi" ,avahi)
6620 ("gcr" ,gcr)
6621 ("gdk-pixbuf+svg" ,gdk-pixbuf+svg) ; for loading SVG files
6622 ("glib-networking" ,glib-networking)
6623 ("gnome-desktop" ,gnome-desktop)
6624 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6625 ("json-glib" ,json-glib)
6626 ("iso-codes" ,iso-codes)
6627 ("libdazzle" ,libdazzle)
6628 ("libnotify" ,libnotify)
6629 ("libsecret" ,libsecret)
6630 ("libxslt" ,libxslt)
6631 ("nettle" ,nettle) ; for hogweed
6632 ("sqlite" ,sqlite)
6633 ("webkitgtk" ,webkitgtk)))
6634 (home-page "https://wiki.gnome.org/Apps/Web")
6635 (synopsis "GNOME web browser")
6636 (description
6637 "Epiphany is a GNOME web browser targeted at non-technical users. Its
6638 principles are simplicity and standards compliance.")
6639 (license license:gpl2+)))
6640
6641 (define-public d-feet
6642 (package
6643 (name "d-feet")
6644 (version "0.3.14")
6645 (source (origin
6646 (method url-fetch)
6647 (uri (string-append "mirror://gnome/sources/" name "/"
6648 (version-major+minor version) "/"
6649 name "-" version ".tar.xz"))
6650 (sha256
6651 (base32
6652 "1m8lwiwl5jhi0x7y6x5zmd3hjplgvdjrb8a8jg74rvkygslj1p7f"))))
6653 (build-system glib-or-gtk-build-system)
6654 (arguments
6655 '(#:out-of-source? #f ; tests need to run in the source directory.
6656 #:phases
6657 (modify-phases %standard-phases
6658 (add-before
6659 'check 'pre-check
6660 (lambda _
6661 ;; The test suite requires a running X server.
6662 (system "Xvfb :1 &")
6663 (setenv "DISPLAY" ":1")
6664 ;; Don't fail on missing '/etc/machine-id'.
6665 (setenv "DBUS_FATAL_WARNINGS" "0")
6666 ;; tests.py and window.py don't meet E402:
6667 ;; E402 module level import not at top of file
6668 (substitute* "src/tests/Makefile"
6669 (("--ignore=E123") "--ignore=E123,E402"))
6670 #t))
6671 (add-after
6672 'install 'wrap-program
6673 (lambda* (#:key outputs #:allow-other-keys)
6674 (let ((prog (string-append (assoc-ref outputs "out")
6675 "/bin/d-feet")))
6676 (wrap-program prog
6677 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
6678 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
6679 #t))))))
6680 (native-inputs
6681 `(("intltool" ,intltool)
6682 ("itstool" ,itstool)
6683 ("pkg-config" ,pkg-config)
6684 ("python-pep8" ,python-pep8)
6685 ("xmllint" ,libxml2)
6686 ("xorg-server" ,xorg-server-for-tests)))
6687 (inputs
6688 `(("gobject-introspection" ,gobject-introspection)
6689 ("gtk+" ,gtk+)
6690 ("python" ,python-wrapper)
6691 ("hicolor-icon-theme" ,hicolor-icon-theme)
6692 ("python-pygobject" ,python-pygobject)))
6693 (home-page "https://wiki.gnome.org/Apps/DFeet")
6694 (synopsis "D-Bus debugger")
6695 (description
6696 "D-Feet is a D-Bus debugger, which can be used to inspect D-Bus interfaces
6697 of running programs and invoke methods on those interfaces.")
6698 (license license:gpl2+)))
6699
6700 (define-public yelp-xsl
6701 (package
6702 (name "yelp-xsl")
6703 (version "3.34.2")
6704 (source
6705 (origin
6706 (method url-fetch)
6707 (uri
6708 (string-append "mirror://gnome/sources/" name "/"
6709 (version-major+minor version) "/"
6710 name "-" version ".tar.xz"))
6711 (sha256
6712 (base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
6713 (build-system gnu-build-system)
6714 (native-inputs
6715 `(("gettext-minimal" ,gettext-minimal)
6716 ("itstool" ,itstool)
6717 ("xmllint" ,libxml2)))
6718 (synopsis "XSL stylesheets for Yelp")
6719 (description "Yelp-XSL is a collection of programs and data files to help
6720 you build, maintain, and distribute documentation. It provides XSLT stylesheets
6721 that can be built upon for help viewers and publishing systems. These
6722 stylesheets output JavaScript and CSS content, and reference images
6723 provided by yelp-xsl. It also redistributes copies of the jQuery and
6724 jQuery.Syntax JavaScript libraries.")
6725 (home-page "https://wiki.gnome.org/Apps/Yelp")
6726 (license
6727 (list
6728 ;; XSLT
6729 license:gpl2+
6730 ;; Images
6731 license:lgpl2.1+
6732 ;; JavaScript
6733 license:expat))))
6734
6735 (define-public yelp
6736 (package
6737 (name "yelp")
6738 (version "3.32.2")
6739 (source (origin
6740 (method url-fetch)
6741 (uri (string-append "mirror://gnome/sources/" name "/"
6742 (version-major+minor version) "/"
6743 name "-" version ".tar.xz"))
6744 (sha256
6745 (base32
6746 "0yrl96icmmrxvg7sxl519gzg9qb368cmzgrr9ddh181ignkxzx7f"))))
6747 (build-system glib-or-gtk-build-system)
6748 (native-inputs
6749 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
6750 ("intltool" ,intltool)
6751 ("itstool" ,itstool)
6752 ("pkg-config" ,pkg-config)))
6753 (propagated-inputs
6754 `(("dconf" ,dconf)))
6755 (inputs
6756 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6757 ("libxslt" ,libxslt)
6758 ("sqlite" ,sqlite)
6759 ("webkitgtk" ,webkitgtk)
6760 ("yelp-xsl" ,yelp-xsl)))
6761 (home-page "https://wiki.gnome.org/Apps/Yelp")
6762 (synopsis "GNOME help browser")
6763 (description
6764 "Yelp is the help viewer in Gnome. It natively views Mallard, DocBook,
6765 man, info, and HTML documents. It can locate documents according to the
6766 freedesktop.org help system specification.")
6767 (license license:gpl2+)))
6768
6769 (define-public yelp-tools
6770 (package
6771 (name "yelp-tools")
6772 (version "3.32.2")
6773 (source
6774 (origin
6775 (method url-fetch)
6776 (uri
6777 (string-append "mirror://gnome/sources/" name "/"
6778 (version-major+minor version) "/"
6779 name "-" version ".tar.xz"))
6780 (sha256
6781 (base32 "1yg8f5g5wadhmy4yfd9yjhvd8vll4gq4l86ibp0b42qbxnsmcf0q"))))
6782 (build-system gnu-build-system)
6783 (native-inputs
6784 `(("pkg-config" ,pkg-config)))
6785 (inputs
6786 `(("yelp-xsl" ,yelp-xsl)))
6787 (propagated-inputs
6788 `(("itstool" ,itstool)
6789 ("xmllint" ,libxml2)
6790 ("xsltproc" ,libxslt)))
6791 (synopsis "Yelp documentation tools")
6792 (description
6793 "Yelp-tools is a collection of scripts and build utilities to help create,
6794 manage, and publish documentation for Yelp and the web. Most of the heavy
6795 lifting is done by packages like yelp-xsl and itstool. This package just
6796 wraps things up in a developer-friendly way.")
6797 (home-page "https://wiki.gnome.org/Apps/Yelp/Tools")
6798 (license license:gpl2+)))
6799
6800 (define-public libgee
6801 (package
6802 (name "libgee")
6803 (version "0.20.3")
6804 (source (origin
6805 (method url-fetch)
6806 (uri (string-append "mirror://gnome/sources/libgee/"
6807 (version-major+minor version) "/"
6808 "libgee-" version ".tar.xz"))
6809 (sha256
6810 (base32
6811 "1pm525wm11dhwz24m8bpcln9547lmrigl6cxf3qsbg4cr3pyvdfh"))))
6812 (build-system gnu-build-system)
6813 (arguments
6814 `(#:phases
6815 (modify-phases %standard-phases
6816 (add-after 'unpack 'fix-introspection-install-dir
6817 (lambda* (#:key outputs #:allow-other-keys)
6818 (let ((out (assoc-ref outputs "out")))
6819 (substitute* "gee/Makefile.in"
6820 (("@INTROSPECTION_GIRDIR@")
6821 (string-append out "/share/gir-1.0/"))
6822 (("@INTROSPECTION_TYPELIBDIR@")
6823 (string-append out "/lib/girepository-1.0/")))))))))
6824 (native-inputs
6825 `(("glib" ,glib "bin")
6826 ("pkg-config" ,pkg-config)))
6827 (inputs
6828 `(("glib" ,glib)
6829 ("gobject-introspection" ,gobject-introspection)))
6830 (home-page "https://wiki.gnome.org/Projects/Libgee")
6831 (synopsis "GObject collection library")
6832 (description
6833 "Libgee is a utility library providing GObject-based interfaces and
6834 classes for commonly used data structures.")
6835 (license license:lgpl2.1+)))
6836
6837 (define-public gexiv2
6838 (package
6839 (name "gexiv2")
6840 (version "0.12.1")
6841 (source (origin
6842 (method url-fetch)
6843 (uri (string-append "mirror://gnome/sources/" name "/"
6844 (version-major+minor version) "/"
6845 name "-" version ".tar.xz"))
6846 (sha256
6847 (base32
6848 "0xxxq8xdkgkn146my307jgws4qgxx477h0ybg1mqza1ycmczvsla"))))
6849 (build-system meson-build-system)
6850 (native-inputs
6851 `(("gcr" ,gcr)
6852 ("glib" ,glib "bin")
6853 ("pkg-config" ,pkg-config)
6854 ("vala" ,vala)))
6855 (propagated-inputs
6856 ;; Listed in "Requires" section of gexiv2.pc
6857 `(("exiv2" ,exiv2)))
6858 (inputs
6859 `(("glib" ,glib)
6860 ("gobject-introspection" ,gobject-introspection)))
6861 (home-page "https://wiki.gnome.org/Projects/gexiv2")
6862 (synopsis "GObject wrapper around the Exiv2 photo metadata library")
6863 (description
6864 "Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It
6865 allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP
6866 metadata in photo and video files of various formats.")
6867 (license license:gpl2+)))
6868
6869 (define-public shotwell
6870 (package
6871 (name "shotwell")
6872 (version "0.30.11")
6873 (source (origin
6874 (method url-fetch)
6875 (uri (string-append "mirror://gnome/sources/shotwell/"
6876 (version-major+minor version) "/"
6877 "shotwell-" version ".tar.xz"))
6878 (sha256
6879 (base32
6880 "12d26y40kjlv5x8f5g04wff33vh7mdjb8c41ydqbrwdip0jwy2n2"))))
6881 (build-system meson-build-system)
6882 (arguments
6883 '(#:glib-or-gtk? #t
6884 #:phases
6885 (modify-phases %standard-phases
6886 (add-after 'unpack 'skip-gtk-update-icon-cache
6887 (lambda _
6888 (substitute* "build-aux/meson/postinstall.py"
6889 (("gtk-update-icon-cache") (which "true"))
6890 (("update-desktop-database") (which "true")))
6891 #t)))))
6892 (propagated-inputs
6893 `(("dconf" ,dconf)))
6894 (native-inputs
6895 `(("gettext" ,gettext-minimal)
6896 ("glib:bin" ,glib "bin")
6897 ("itstool" ,itstool)
6898 ("pkg-config" ,pkg-config)
6899 ("vala" ,vala)))
6900 (inputs
6901 `(("gcr" ,gcr)
6902 ("gexiv2" ,gexiv2)
6903 ("gst-plugins-base" ,gst-plugins-base)
6904 ("gstreamer" ,gstreamer)
6905 ("json-glib" ,json-glib)
6906 ("libgdata" ,libgdata)
6907 ("libgee" ,libgee)
6908 ("libgphoto2" ,libgphoto2)
6909 ("libgudev" ,libgudev)
6910 ("libraw" ,libraw)
6911 ("libsoup" ,libsoup)
6912 ("libxml2" ,libxml2)
6913 ("sqlite" ,sqlite)
6914 ("webkitgtk" ,webkitgtk)))
6915 (home-page "https://wiki.gnome.org/Apps/Shotwell")
6916 (synopsis "Photo manager for GNOME 3")
6917 (description
6918 "Shotwell is a digital photo manager designed for the GNOME desktop
6919 environment. It allows you to import photos from disk or camera, organize
6920 them by keywords and events, view them in full-window or fullscreen mode, and
6921 share them with others via social networking and more.")
6922 (license license:lgpl2.1+)))
6923
6924 (define-public file-roller
6925 (package
6926 (name "file-roller")
6927 (version "3.32.3")
6928 (source (origin
6929 (method url-fetch)
6930 (uri (string-append "mirror://gnome/sources/file-roller/"
6931 (version-major+minor version) "/"
6932 "file-roller-" version ".tar.xz"))
6933 (sha256
6934 (base32
6935 "0ap2hxvjljh4p6wsd9ikh2my3vsxp9r2nvjxxj3v87nwfyw1y4dy"))))
6936 (build-system meson-build-system)
6937 (native-inputs
6938 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
6939 ("intltool" ,intltool)
6940 ("itstool" ,itstool)
6941 ("pkg-config" ,pkg-config)
6942 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
6943 ("glib:bin" ,glib "bin")))
6944 ;; TODO: Add libnautilus.
6945 (inputs
6946 `(("gtk+" ,gtk+)
6947 ("gdk-pixbuf" ,gdk-pixbuf)
6948 ("json-glib" ,json-glib)
6949 ("libarchive" ,libarchive)
6950 ("libnotify" ,libnotify)
6951 ("nettle" ,nettle)
6952 ("libxml2" ,libxml2)))
6953 (synopsis "Graphical archive manager for GNOME")
6954 (description "File Roller is an archive manager for the GNOME desktop
6955 environment that allows users to view, unpack, and create compressed archives
6956 such as gzip tarballs.")
6957 (home-page "http://fileroller.sourceforge.net/")
6958 (license license:gpl2+)))
6959
6960 (define-public gnome-session
6961 (package
6962 (name "gnome-session")
6963 (version "3.34.2")
6964 (source (origin
6965 (method url-fetch)
6966 (uri (string-append "mirror://gnome/sources/" name "/"
6967 (version-major+minor version) "/"
6968 name "-" version ".tar.xz"))
6969 (sha256
6970 (base32
6971 "1qgqp97f8k2zi2ydvhds14zsjzfj7cv521r6wx5sw0qacn0p7dwb"))))
6972 (arguments
6973 '(#:glib-or-gtk? #t
6974 #:phases
6975 (modify-phases %standard-phases
6976 (add-before 'configure 'pre-configure
6977 (lambda* (#:key outputs #:allow-other-keys)
6978 ;; Use elogind instead of systemd.
6979 (substitute* "meson.build"
6980 (("libsystemd-login") "libelogind")
6981 (("and libsystemd_daemon_dep.found.*") ","))
6982 (substitute* "gnome-session/gsm-systemd.c"
6983 (("#include <systemd/sd-login.h>")
6984 "#include <elogind/sd-login.h>"))
6985 ;; Remove uses of the systemd daemon.
6986 (substitute* "gnome-session/gsm-autostart-app.c"
6987 (("#ifdef HAVE_SYSTEMD") "#if 0"))
6988 #t))
6989 (add-after 'install 'wrap-gnome-session
6990 (lambda* (#:key inputs outputs #:allow-other-keys)
6991 ;; Make sure 'gnome-session' finds the 'gsettings' program.
6992 (let ((glib (assoc-ref inputs "glib:bin"))
6993 (out (assoc-ref outputs "out")))
6994 (wrap-program (string-append out "/bin/gnome-session")
6995 `("PATH" ":" prefix (,(string-append glib "/bin"))))
6996 #t))))
6997
6998 #:configure-flags
6999 '("-Ddocbook=false" ; FIXME: disabled because of docbook validation error
7000 "-Dman=false" ; FIXME: disabled because of docbook validation error
7001 "-Dsystemd_journal=false")))
7002 (build-system meson-build-system)
7003 (native-inputs
7004 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
7005 ("pkg-config" ,pkg-config)
7006 ("intltool" ,intltool)
7007 ("xsltproc" ,libxslt)
7008 ("libxml2" ,libxml2) ;for 'XML_CATALOG_FILES'
7009 ("docbook-xsl" ,docbook-xsl)
7010 ("docbook-xml" ,docbook-xml)
7011 ("xmlto" ,xmlto)))
7012 (inputs
7013 `(("elogind" ,elogind)
7014 ("gnome-desktop" ,gnome-desktop)
7015 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7016 ("gtk+" ,gtk+)
7017 ("json-glib" ,json-glib)
7018 ("libsm" ,libsm)
7019 ("libxcomposite" ,libxcomposite)
7020 ("libxtst" ,libxtst)
7021 ("mesa" ,mesa)
7022 ("upower" ,upower)
7023 ("xtrans" ,xtrans)))
7024 (synopsis "Session manager for GNOME")
7025 (description
7026 "This package contains the GNOME session manager, as well as a
7027 configuration program to choose applications starting on login.")
7028 (home-page "https://wiki.gnome.org/Projects/SessionManagement")
7029 (license license:gpl2+)))
7030
7031 (define-public gjs
7032 (package
7033 (name "gjs")
7034 (version "1.58.3")
7035 (source (origin
7036 (method url-fetch)
7037 (uri (string-append "mirror://gnome/sources/" name "/"
7038 (version-major+minor version) "/"
7039 name "-" version ".tar.xz"))
7040 (sha256
7041 (base32
7042 "1bkksx362007zs8c31ydygb29spwa5g5kch1ad2grc2sp53wv7ya"))))
7043 (build-system gnu-build-system)
7044 (arguments
7045 '(#:phases
7046 (modify-phases %standard-phases
7047 (add-before
7048 'check 'pre-check
7049 (lambda _
7050 ;; The test suite requires a running X server.
7051 (system "Xvfb :1 &")
7052 (setenv "DISPLAY" ":1")
7053
7054 ;; For the missing /etc/machine-id.
7055 (setenv "DBUS_FATAL_WARNINGS" "0")
7056
7057 ;; Our mozjs-38 package does not compile the required Intl API
7058 ;; support for these failing tests.
7059 (substitute* "installed-tests/js/testLocale.js"
7060 ((".*toBeDefined.*") "")
7061 ((".*expect\\(datestr\\).*") ""))
7062 (substitute* "installed-tests/scripts/testCommandLine.sh"
7063 (("Valentín") "")
7064 (("☭") ""))
7065 #t)))))
7066 (native-inputs
7067 `(("glib:bin" ,glib "bin") ; for glib-compile-resources
7068 ("pkg-config" ,pkg-config)
7069 ("xmllint" ,libxml2)
7070 ;; For testing
7071 ("dbus-launch" ,dbus)
7072 ("dconf" ,dconf) ; required to properly store settings
7073 ("uuidgen" ,util-linux)
7074 ("xvfb" ,xorg-server-for-tests)))
7075 (propagated-inputs
7076 ;; These are all in the Requires.private field of gjs-1.0.pc.
7077 `(("cairo" ,cairo)
7078 ("gobject-introspection" ,gobject-introspection)
7079 ("mozjs" ,mozjs-60)))
7080 (inputs
7081 `(("gtk+" ,gtk+)
7082 ("readline" ,readline)))
7083 (synopsis "Javascript bindings for GNOME")
7084 (home-page "https://live.gnome.org/Gjs")
7085 (description
7086 "Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey
7087 javascript engine and the GObject introspection framework.")
7088 (license license:gpl2+)))
7089
7090 (define-public gedit
7091 (package
7092 (name "gedit")
7093 (version "3.34.1")
7094 (source (origin
7095 (method url-fetch)
7096 (uri (string-append "mirror://gnome/sources/" name "/"
7097 (version-major+minor version) "/"
7098 name "-" version ".tar.xz"))
7099 (sha256
7100 (base32
7101 "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
7102 (build-system meson-build-system)
7103 (arguments
7104 `(#:glib-or-gtk? #t
7105 #:configure-flags
7106 ;; Otherwise, the RUNPATH will lack the final path component.
7107 (list (string-append "-Dc_link_args=-Wl,-rpath="
7108 (assoc-ref %outputs "out") "/lib/gedit"))
7109
7110 ;; XXX: Generated .h files are sometimes used before being built.
7111 #:parallel-build? #f
7112
7113 #:phases
7114 (modify-phases %standard-phases
7115 (add-after 'unpack 'skip-gtk-update-icon-cache
7116 ;; Don't create 'icon-theme.cache'.
7117 (lambda _
7118 (substitute* "build-aux/meson/post_install.py"
7119 (("gtk-update-icon-cache") (which "true")))
7120 #t))
7121 (add-after 'unpack 'patch-libgd-fetch
7122 (lambda* (#:key inputs #:allow-other-keys)
7123 (let ((libgd (assoc-ref inputs "libgd")))
7124 ;; Calling git is unnecessary because libgd is fetched as a
7125 ;; native input to this package.
7126 (substitute* "meson.build"
7127 ((".*git.*") ""))
7128 (copy-recursively libgd "subprojects/libgd")
7129 #t)))
7130 (add-after 'install 'wrap-gedit
7131 (lambda* (#:key inputs outputs #:allow-other-keys)
7132 (let ((out (assoc-ref outputs "out"))
7133 (gtksourceview (assoc-ref inputs "gtksourceview"))
7134 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
7135 (python-path (getenv "PYTHONPATH")))
7136 (wrap-program (string-append out "/bin/gedit")
7137 ;; For plugins.
7138 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
7139 `("PYTHONPATH" ":" prefix (,python-path))
7140 ;; For language-specs.
7141 `("XDG_DATA_DIRS" ":" prefix (,(string-append gtksourceview
7142 "/share")))))
7143 #t)))))
7144 (propagated-inputs
7145 `(("dconf" ,dconf)))
7146 (native-inputs
7147 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
7148 ("intltool" ,intltool)
7149 ("itstool" ,itstool)
7150 ("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
7151 ("gobject-introspection" ,gobject-introspection)
7152 ("libgd"
7153 ,(origin
7154 (method git-fetch)
7155 (uri (git-reference
7156 (url "https://gitlab.gnome.org/GNOME/libgd")
7157 (commit "c7c7ff4e05d3fe82854219091cf116cce6b19de0")))
7158 (file-name (git-file-name "libgd" version))
7159 (sha256
7160 (base32 "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs"))))
7161 ("pkg-config" ,pkg-config)))
7162 (inputs
7163 `(("glib" ,glib)
7164 ("gspell" ,gspell)
7165 ("gtk+" ,gtk+)
7166 ("gtksourceview" ,gtksourceview)
7167 ("libpeas" ,libpeas)
7168 ("libxml2" ,libxml2)
7169 ("iso-codes" ,iso-codes)
7170 ("python-pygobject" ,python-pygobject)
7171 ("python" ,python)
7172 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7173 ("libx11" ,libx11)
7174 ("vala" ,vala)
7175 ("adwaita-icon-theme" ,adwaita-icon-theme)
7176 ("libsoup" ,libsoup)
7177 ("gnome-desktop" ,gnome-desktop)))
7178 (home-page "https://wiki.gnome.org/Apps/Gedit")
7179 (synopsis "GNOME text editor")
7180 (description "While aiming at simplicity and ease of use, gedit is a
7181 powerful general purpose text editor.")
7182 (license license:gpl2+)))
7183
7184 (define-public zenity
7185 (package
7186 (name "zenity")
7187 (version "3.32.0")
7188 (source (origin
7189 (method url-fetch)
7190 (uri (string-append "mirror://gnome/sources/zenity/"
7191 (version-major+minor version) "/"
7192 "zenity-" version ".tar.xz"))
7193 (sha256
7194 (base32
7195 "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))
7196 (build-system gnu-build-system)
7197 (native-inputs
7198 `(("gettext" ,gettext-minimal)
7199 ("itstool" ,itstool)
7200 ("pkg-config" ,pkg-config)))
7201 (inputs
7202 `(("libnotify" ,libnotify)
7203 ("webkitgtk" ,webkitgtk)))
7204 (synopsis "Display graphical dialog boxes from shell scripts")
7205 (home-page "https://www.gnome.org")
7206 (description
7207 "Zenity is a rewrite of gdialog, the GNOME port of dialog which allows you
7208 to display dialog boxes from the commandline and shell scripts.")
7209 (license license:lgpl2.0+)))
7210
7211 (define-public mutter
7212 (package
7213 (name "mutter")
7214 (version "3.34.2")
7215 (source (origin
7216 (method url-fetch)
7217 (uri (string-append "mirror://gnome/sources/" name "/"
7218 (version-major+minor version) "/"
7219 name "-" version ".tar.xz"))
7220 (sha256
7221 (base32
7222 "0b8bz5kvs7rlwvqsg87cf6jhrrj95vgd1l235mjx8rip35ipfvrd"))))
7223 ;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
7224 ;; versions of cogl and clutter. As a result, many of the inputs,
7225 ;; propagated-inputs, and configure flags used in cogl and clutter are
7226 ;; needed here as well.
7227 (build-system meson-build-system)
7228 (arguments
7229 '(;; XXX: All mutter tests fail with the following error:
7230 ;; Settings schema 'org.gnome.mutter' is not installed
7231 #:tests? #f
7232 #:glib-or-gtk? #t
7233 #:configure-flags
7234 ;; TODO: Enable profiler when Sysprof is packaged.
7235 (list "-Dprofiler=false"
7236 ;; Otherwise, the RUNPATH will lack the final path component.
7237 (string-append "-Dc_link_args=-Wl,-rpath="
7238 (assoc-ref %outputs "out") "/lib:"
7239 (assoc-ref %outputs "out") "/lib/mutter-5")
7240
7241 ;; The following flags are needed for the bundled clutter
7242 (string-append "-Dxwayland_path="
7243 (assoc-ref %build-inputs "xorg-server-xwayland")
7244 "/bin/Xwayland")
7245
7246 ;; the remaining flags are needed for the bundled cogl
7247 (string-append "-Dopengl_libname="
7248 (assoc-ref %build-inputs "mesa")
7249 "/lib/libGL.so"))
7250 #:phases (modify-phases %standard-phases
7251 (add-after 'unpack 'fix-build-with-mesa-20
7252 (lambda _
7253 ;; Mimic upstream commit a444a4c5f58ea516ad for
7254 ;; compatibility with Mesa 20. Remove for 3.36.
7255 (substitute* '("src/backends/meta-egl-ext.h"
7256 "src/backends/meta-egl.c"
7257 "src/backends/meta-egl.h")
7258 (("#include <EGL/eglext\\.h>" all)
7259 (string-append all "\n#include <EGL/eglmesaext.h>")))
7260 (substitute* "cogl/cogl/meson.build"
7261 (("#include <EGL/eglext\\.h>" all)
7262 (string-append all "\\n#include <EGL/eglmesaext.h>")))
7263 #t)))))
7264 (native-inputs
7265 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
7266 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
7267 ("gobject-introspection" ,gobject-introspection)
7268 ("intltool" ,intltool)
7269 ("pkg-config" ,pkg-config)
7270 ("xorg-server" ,xorg-server-for-tests)
7271 ;; For git build
7272 ("autoconf" ,autoconf)
7273 ("automake" ,automake)
7274 ("libtool" ,libtool)))
7275 (propagated-inputs
7276 `(;; libmutter.pc refers to these:
7277 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7278 ("gtk+" ,gtk+)
7279 ;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
7280 ("atk" ,atk)
7281 ("cairo" ,cairo)
7282 ("gdk-pixbuf" ,gdk-pixbuf)
7283 ("glib" ,glib)
7284 ("json-glib" ,json-glib)
7285 ("libinput" ,libinput)
7286 ("libx11" ,libx11)
7287 ("libxcomposite" ,libxcomposite)
7288 ("libxdamage" ,libxdamage)
7289 ("libxext" ,libxext)
7290 ("libxfixes" ,libxfixes)
7291 ("libxkbcommon" ,libxkbcommon)
7292 ("libxrandr" ,libxrandr)
7293 ("mesa" ,mesa)
7294 ("pango" ,pango)
7295 ("udev" ,eudev)
7296 ("xinput" ,xinput)))
7297 (inputs
7298 `(("elogind" ,elogind)
7299 ("gnome-desktop" ,gnome-desktop)
7300 ("gnome-settings-daemon" ,gnome-settings-daemon)
7301 ("libcanberra-gtk" ,libcanberra)
7302 ("libgudev" ,libgudev)
7303 ("libice" ,libice)
7304 ("libsm" ,libsm)
7305 ("libwacom" ,libwacom)
7306 ("libxkbfile" ,libxkbfile)
7307 ("libxrandr" ,libxrandr)
7308 ("libxtst" ,libxtst)
7309 ("pipewire" ,pipewire)
7310 ("startup-notification" ,startup-notification)
7311 ("upower-glib" ,upower)
7312 ("xkeyboard-config" ,xkeyboard-config)
7313 ("xorg-server-xwayland" ,xorg-server-xwayland)
7314 ("zenity" ,zenity)))
7315 (synopsis "Window and compositing manager")
7316 (home-page "https://www.gnome.org")
7317 (description
7318 "Mutter is a window and compositing manager that displays and manages your
7319 desktop via OpenGL. Mutter combines a sophisticated display engine using the
7320 Clutter toolkit with solid window-management logic inherited from the Metacity
7321 window manager.")
7322 (license license:gpl2+)))
7323
7324 (define-public gnome-online-accounts
7325 (package
7326 (name "gnome-online-accounts")
7327 (version "3.36.0")
7328 (source (origin
7329 (method url-fetch)
7330 (uri (string-append "mirror://gnome/sources/" name "/"
7331 (version-major+minor version) "/"
7332 name "-" version ".tar.xz"))
7333 (sha256
7334 (base32
7335 "0bigfi225g1prnxpb9lcc1i7mdcrkplwb05vilc43jik12cn53qw"))))
7336 (outputs '("out" "lib"))
7337 (build-system glib-or-gtk-build-system)
7338 (arguments
7339 `(#:configure-flags
7340 (list (string-append "--libdir=" (assoc-ref %outputs "out") "/lib"))
7341 #:phases
7342 (modify-phases %standard-phases
7343 (add-before 'configure 'patch-libgoa-output
7344 (lambda* (#:key outputs #:allow-other-keys)
7345 (let ((lib (assoc-ref outputs "lib")))
7346 (substitute* '("src/goa/Makefile.in" "src/goa/goa-1.0.pc.in")
7347 (("@prefix@") lib)
7348 (("@exec_prefix@") lib)
7349 (("@libdir@") (string-append lib "/lib"))
7350 (("@includedir@") (string-append lib "/include"))
7351 (("@datadir@") (string-append lib "/share")))
7352 ;; Make sure gobject-introspection knows about the output
7353 ;; too (see <https://bugs.gnu.org/36535>).
7354 (setenv "outputs" "out lib")
7355 #t))))))
7356 (native-inputs
7357 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
7358 ("gobject-introspection" ,gobject-introspection)
7359 ("intltool" ,intltool)
7360 ("pkg-config" ,pkg-config)
7361 ("vala" ,vala)
7362 ("xsltproc" ,libxslt)))
7363 (propagated-inputs
7364 `(("glib" ,glib) ; required by goa-1.0.pc
7365 ("gtk+" ,gtk+))) ; required by goa-backend-1.0.pc
7366 (inputs
7367 `(("docbook-xsl" ,docbook-xsl)
7368 ("json-glib" ,json-glib)
7369 ("libsecret" ,libsecret)
7370 ("rest" ,rest)
7371 ("webkitgtk" ,webkitgtk)))
7372 (synopsis "Single sign-on framework for GNOME")
7373 (home-page "https://wiki.gnome.org/Projects/GnomeOnlineAccounts")
7374 (description
7375 "GNOME Online Accounts provides interfaces so that applications and
7376 libraries in GNOME can access the user's online accounts. It has providers for
7377 Google, ownCloud, Facebook, Flickr, Windows Live, Pocket, Foursquare, Microsoft
7378 Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
7379 (license license:lgpl2.0+)))
7380
7381 (define-public evolution-data-server
7382 (package
7383 (name "evolution-data-server")
7384 (version "3.34.2")
7385 (source (origin
7386 (method url-fetch)
7387 (uri (string-append "mirror://gnome/sources/" name "/"
7388 (version-major+minor version) "/"
7389 name "-" version ".tar.xz"))
7390 (patches (search-patches "evolution-data-server-locales.patch"
7391 "evolution-data-server-libical-compat.patch"))
7392 (sha256
7393 (base32
7394 "16z85y6hhazcrp5ngw47w4x9r0j8zrj7awv5im58hhp0xs19zf1y"))))
7395 (build-system cmake-build-system)
7396 (arguments
7397 '(#:configure-flags
7398 (let* ((lib (string-append (assoc-ref %outputs "out") "/lib"))
7399 (runpaths (map (lambda (s)
7400 (string-append lib "/evolution-data-server/" s))
7401 '("addressbook-backends" "calendar-backends"
7402 "camel-providers" "credential-modules"
7403 "registry-modules"))))
7404 (list "-DENABLE_UOA=OFF" ;disable Ubuntu Online Accounts support
7405 "-DENABLE_GOOGLE=OFF" ;disable Google Contacts support
7406 "-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication
7407 "-DENABLE_VALA_BINDINGS=ON"
7408 (string-append "-DCMAKE_INSTALL_RPATH=" lib ";"
7409 (string-append lib "/evolution-data-server;")
7410 (string-join runpaths ";"))
7411 "-DENABLE_INTROSPECTION=ON")) ;required for Vala bindings
7412 #:phases
7413 (modify-phases %standard-phases
7414 (add-after 'unpack 'disable-failing-tests
7415 (lambda _
7416 ;; tests/book-migration/test-migration.c:160:test_fetch_contacts:
7417 ;; assertion failed (g_slist_length (contacts) == 20): (0 == 20)
7418 (delete-file-recursively "tests/book-migration")
7419 (substitute* "tests/CMakeLists.txt"
7420 (("add_subdirectory\\(book-migration\\)") ""))
7421 #t))
7422 (add-after 'unpack 'patch-paths
7423 (lambda _
7424 (substitute* '("tests/test-server-utils/e-test-server-utils.c"
7425 "tests/libedata-book/data-test-utils.c"
7426 "tests/libedata-book/test-book-cache-utils.c"
7427 "tests/libedata-cal/test-cal-cache-utils.c")
7428 (("/bin/rm") (which "rm")))
7429 #t))
7430 (add-before 'configure 'dont-override-rpath
7431 (lambda _
7432 (substitute* "CMakeLists.txt"
7433 ;; CMakeLists.txt hard-codes runpath to just the libdir.
7434 ;; Remove it so the configure flag is respected.
7435 (("SET\\(CMAKE_INSTALL_RPATH .*") ""))
7436 #t)))))
7437 (native-inputs
7438 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
7439 ("gobject-introspection" ,gobject-introspection)
7440 ("gperf" ,gperf)
7441 ("intltool" ,intltool)
7442 ("pkg-config" ,pkg-config)
7443 ("vala" ,vala)
7444 ("python" ,python-wrapper)))
7445 (propagated-inputs
7446 ;; These are all in the Requires field of .pc files.
7447 `(("gtk+" ,gtk+)
7448 ("libical" ,libical)
7449 ("libsecret" ,libsecret)
7450 ("libsoup" ,libsoup)
7451 ("nss" ,nss)
7452 ("sqlite" ,sqlite)))
7453 (inputs
7454 `(("bdb" ,bdb)
7455 ("gcr" ,gcr)
7456 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
7457 ("json-glib" ,json-glib)
7458 ("libcanberra" ,libcanberra)
7459 ("libgweather" ,libgweather)
7460 ("mit-krb5" ,mit-krb5)
7461 ("openldap" ,openldap)
7462 ("webkitgtk" ,webkitgtk)))
7463 (synopsis "Store address books and calendars")
7464 (home-page "https://wiki.gnome.org/Apps/Evolution")
7465 (description
7466 "This package provides a unified backend for programs that work with
7467 contacts, tasks, and calendar information. It was originally developed for
7468 Evolution (hence the name), but is now used by other packages as well.")
7469 (license license:lgpl2.0)))
7470
7471 (define-public caribou
7472 (package
7473 (name "caribou")
7474 (version "0.4.21")
7475 (source (origin
7476 (method url-fetch)
7477 (uri (string-append "mirror://gnome/sources/" name "/"
7478 (version-major+minor version) "/"
7479 name "-" version ".tar.xz"))
7480 (sha256
7481 (base32
7482 "0mfychh1q3dx0b96pjz9a9y112bm9yqyim40yykzxx1hppsdjhww"))))
7483 (build-system glib-or-gtk-build-system)
7484 (arguments
7485 '(#:phases
7486 (modify-phases %standard-phases
7487 (add-before
7488 'build 'pre-build
7489 (lambda* (#:key outputs #:allow-other-keys)
7490 (let ((out (assoc-ref outputs "out")))
7491 ;; Use absolute shared library path in Caribou-1.0.typelib.
7492 (substitute* "libcaribou/Makefile"
7493 (("--shared-library=libcaribou.so")
7494 (string-append "--shared-library="
7495 out "/lib/libcaribou.so")))
7496 #t)))
7497 (add-after 'install 'wrap-programs
7498 (lambda* (#:key outputs #:allow-other-keys)
7499 (let* ((out (assoc-ref outputs "out"))
7500 (python-path (getenv "PYTHONPATH"))
7501 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
7502 (for-each
7503 (lambda (prog)
7504 (wrap-program prog
7505 `("PYTHONPATH" ":" prefix (,python-path))
7506 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
7507 (list (string-append out "/bin/caribou-preferences")
7508 (string-append out "/libexec/antler-keyboard"))))
7509 #t)))))
7510 (native-inputs
7511 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
7512 ("gobject-introspection" ,gobject-introspection)
7513 ("intltool" ,intltool)
7514 ("pkg-config" ,pkg-config)
7515 ("python" ,python)
7516 ("vala" ,vala)
7517 ("xsltproc" ,libxslt)))
7518 (propagated-inputs
7519 ;; caribou-1.0.pc refers to all these.
7520 `(("libgee" ,libgee)
7521 ("libxklavier" ,libxklavier)
7522 ("libxtst" ,libxtst)
7523 ("gtk+" ,gtk+)))
7524 (inputs
7525 `(("clutter" ,clutter)
7526 ("dconf" ,dconf)
7527 ("gtk+-2" ,gtk+-2)
7528 ("python-pygobject" ,python-pygobject)))
7529 (synopsis "Text entry and UI navigation application")
7530 (home-page "https://wiki.gnome.org/Projects/Caribou")
7531 (description
7532 "Caribou is an input assistive technology intended for switch and pointer
7533 users.")
7534 (license license:lgpl2.1)))
7535
7536 (define-public network-manager
7537 (package
7538 (name "network-manager")
7539 (version "1.24.0")
7540 (source (origin
7541 (method url-fetch)
7542 (uri (string-append "mirror://gnome/sources/NetworkManager/"
7543 (version-major+minor version) "/"
7544 "NetworkManager-" version ".tar.xz"))
7545 (patches (search-patches "network-manager-plugin-path.patch"))
7546 (sha256
7547 (base32
7548 "06044fl60bjlj7c6rqqfbm5795h61h6yzp7ch392hzcnm46wwhn3"))
7549 (modules '((guix build utils)))
7550 (snippet
7551 '(begin
7552 (substitute* "src/devices/wwan/nm-modem-manager.c"
7553 (("systemd") "elogind"))
7554 #t))))
7555 (build-system meson-build-system)
7556 (outputs '("out"
7557 "doc")) ; 8 MiB of gtk-doc HTML
7558 (arguments
7559 `(#:configure-flags
7560 (let ((out (assoc-ref %outputs "out"))
7561 (dhclient (string-append (assoc-ref %build-inputs "isc-dhcp")
7562 "/sbin/dhclient")))
7563 (list
7564 ;; Otherwise, the RUNPATH will lack the final 'NetworkManager' path
7565 ;; component.
7566 (string-append "-Dc_link_args=-Wl,-rpath="
7567 out "/lib:"
7568 out "/lib/NetworkManager/" ,version)
7569 "-Dsystemd_journal=false"
7570 "-Dsession_tracking=elogind"
7571 "-Dsuspend_resume=elogind"
7572 "-Dsystemdsystemunitdir=no"
7573 "-Dsession_tracking_consolekit=false"
7574 "-Ddhcpcd=no"
7575 "-Ddhcpcanon=no"
7576 "-Dcrypto=gnutls"
7577 "-Diwd=true"
7578 "-Dlibaudit=yes"
7579 "-Dqt=false"
7580 "-Ddocs=true"
7581 "--sysconfdir=/etc"
7582 "--localstatedir=/var"
7583 (string-append "-Dudev_dir="
7584 out "/lib/udev")
7585 (string-append "-Ddbus_conf_dir="
7586 out "/etc/dbus-1/system.d")
7587
7588 (string-append "-Ddhclient=" dhclient)))
7589 #:phases
7590 (modify-phases %standard-phases
7591 (add-before 'configure 'pre-configure
7592 (lambda _
7593 ;; These tests try to test aspects of network-manager's
7594 ;; functionality within restricted containers, but they don't
7595 ;; cope with being already in the Guix build jail as that jail
7596 ;; lacks some features that they would like to proxy over (like
7597 ;; a /sys mount).
7598 (substitute* "src/platform/tests/meson.build"
7599 ((".*test-address-linux.*") "")
7600 ((".*test-cleanup-linux.*") "")
7601 ((".*test-link-linux.*") "")
7602 ((".*test-route-linux.*") ""))
7603 (substitute* "src/devices/tests/meson.build"
7604 ((".*test-acd.*") "")
7605 ((".*test-lldp.*") ""))
7606 #t))
7607 (add-after 'unpack 'patch-docbook-xml
7608 (lambda* (#:key inputs #:allow-other-keys)
7609 (let ((xmldoc (string-append (assoc-ref inputs "docbook-xml")
7610 "/xml/dtd/docbook")))
7611 (substitute* (find-files "." ".*\\.(xsl|xml)")
7612 (("http://.*/docbookx\\.dtd")
7613 (string-append xmldoc "/docbookx.dtd")))
7614 #t)))
7615 (add-before 'check 'pre-check
7616 (lambda _
7617 ;; For the missing /etc/machine-id.
7618 (setenv "DBUS_FATAL_WARNINGS" "0")
7619 #t))
7620 (add-before 'install 'no-polkit-magic
7621 ;; Meson ‘magically’ invokes pkexec, which fails (not setuid).
7622 (lambda _
7623 (setenv "PKEXEC_UID" "something")
7624 #t))
7625 (add-after 'install 'move-doc
7626 (lambda* (#:key outputs #:allow-other-keys)
7627 (let ((out (assoc-ref outputs "out"))
7628 (doc (assoc-ref outputs "doc")))
7629 (mkdir-p (string-append doc "/share"))
7630 (for-each (lambda (directory)
7631 (copy-recursively (string-append out directory)
7632 (string-append doc directory))
7633 (delete-file-recursively
7634 (string-append out directory)))
7635 '("/share/doc" "/share/gtk-doc"))
7636 #t))))))
7637 (propagated-inputs
7638 `(("glib" ,glib)))
7639 (native-inputs
7640 `(("glib:bin" ,glib "bin") ; for gdbus-codegen
7641 ("gtk-doc" ,gtk-doc)
7642 ("gobject-introspection" ,gobject-introspection)
7643 ("docbook-xml" ,docbook-xml)
7644 ("docbook-xsl" ,docbook-xsl)
7645 ("intltool" ,intltool)
7646 ("libxslt" ,libxslt)
7647 ("libxml2" ,libxml2)
7648 ("pkg-config" ,pkg-config)
7649 ("vala" ,vala)
7650 ;; For testing.
7651 ("python" ,python-wrapper)
7652 ("python-dbus" ,python-dbus)
7653 ("python-pygobject" ,python-pygobject)))
7654 (inputs
7655 `(("curl" ,curl)
7656 ("cyrus-sasl" ,cyrus-sasl)
7657 ("dbus-glib" ,dbus-glib)
7658 ("dnsmasq" ,dnsmasq)
7659 ("eudev" ,eudev)
7660 ("gnutls" ,gnutls)
7661 ("iptables" ,iptables)
7662 ("isc-dhcp" ,isc-dhcp)
7663 ("iwd" ,iwd) ; wpa_supplicant alternative
7664 ("jansson" ,jansson)
7665 ("libaudit" ,audit)
7666 ("libgcrypt" ,libgcrypt)
7667 ("libgudev" ,libgudev)
7668 ("libndp" ,libndp)
7669 ("libnl" ,libnl)
7670 ("libsoup" ,libsoup)
7671 ("mobile-broadband-provider-info" ,mobile-broadband-provider-info)
7672 ("modem-manager" ,modem-manager)
7673 ("newt" ,newt) ;for the 'nmtui' console interface
7674 ("openresolv" ,openresolv) ; alternative resolv.conf manager
7675 ("polkit" ,polkit)
7676 ("ppp" ,ppp)
7677 ("readline" ,readline)
7678 ("util-linux" ,util-linux)
7679 ("elogind" ,elogind)))
7680 (synopsis "Network connection manager")
7681 (home-page "https://wiki.gnome.org/Projects/NetworkManager")
7682 (description
7683 "NetworkManager is a system network service that manages your network
7684 devices and connections, attempting to keep active network connectivity when
7685 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
7686 devices, and provides VPN integration with a variety of different VPN
7687 services.")
7688 ;; “This NetworkManager project consists of the daemon, client tools, and
7689 ;; libnm. libnm is licensed LGPL-2.1+, while the rest is licensed under
7690 ;; GPL-2.0+.”
7691 (license (list license:gpl2+
7692 license:lgpl2.1+))
7693 (properties '((upstream-name . "NetworkManager")))))
7694
7695 (define-public network-manager-openvpn
7696 (package
7697 (name "network-manager-openvpn")
7698 (version "1.8.12")
7699 (source (origin
7700 (method url-fetch)
7701 (uri (string-append
7702 "mirror://gnome/sources/NetworkManager-openvpn/"
7703 (version-major+minor version)
7704 "/NetworkManager-openvpn-" version ".tar.xz"))
7705 (sha256
7706 (base32
7707 "062kh4zj7jfbwy4zzcwpq2m457bzbpm3l18s0ysnw3mgia3siz8f"))))
7708 (build-system gnu-build-system)
7709 (arguments
7710 `(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")
7711 #:phases
7712 (modify-phases %standard-phases
7713 (add-after 'configure 'patch-path
7714 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
7715 (let* ((ovpn (string-append (assoc-ref inputs "openvpn")
7716 "/sbin/openvpn"))
7717 (modprobe (string-append (assoc-ref inputs "kmod")
7718 "/bin/modprobe"))
7719 (pretty-ovpn (string-append "\"" ovpn "\"")))
7720 (for-each
7721 (lambda (file)
7722 (substitute* file
7723 (("\"/usr/local/sbin/openvpn\"") pretty-ovpn)
7724 (("\"/usr/sbin/openvpn\"") pretty-ovpn)
7725 (("\"/sbin/openvpn\"") pretty-ovpn)
7726 (("/sbin/modprobe") modprobe)))
7727 '("src/nm-openvpn-service.c" "properties/nm-openvpn-editor.c")))
7728 #t)))))
7729 (native-inputs
7730 `(("pkg-config" ,pkg-config)
7731 ("intltool" ,intltool)))
7732 (inputs
7733 `(("gtk+" ,gtk+)
7734 ("kmod" ,kmod)
7735 ("openvpn" ,openvpn)
7736 ("network-manager" ,network-manager)
7737 ("libnma" ,libnma)
7738 ("libsecret" ,libsecret)))
7739 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
7740 (synopsis "OpenVPN plug-in for NetworkManager")
7741 (description
7742 "This extension of NetworkManager allows it to take care of connections
7743 to virtual private networks (VPNs) via OpenVPN.")
7744 (license license:gpl2+)
7745 (properties `((upstream-name . "NetworkManager-openvpn")))))
7746
7747 (define-public network-manager-vpnc
7748 (package
7749 (name "network-manager-vpnc")
7750 (version "1.2.6")
7751 (source (origin
7752 (method url-fetch)
7753 (uri (string-append
7754 "mirror://gnome/sources/NetworkManager-vpnc/"
7755 (version-major+minor version)
7756 "/NetworkManager-vpnc-" version ".tar.xz"))
7757 (sha256
7758 (base32
7759 "1js5lwcsqws4klgypfxl4ikmakv7v7xgddij1fj6b0y0qicx0kyy"))))
7760 (build-system gnu-build-system)
7761 (arguments
7762 `(#:configure-flags '("--enable-absolute-paths"
7763 "--localstatedir=/var"
7764 ;; libnm-glib has been removed from network-manager
7765 ;; 1de8383ad9fdfc8f552117e5d109bdfa7005634b
7766 "--with-libnm-glib=no")
7767 #:phases
7768 (modify-phases %standard-phases
7769 (add-after 'configure 'patch-path
7770 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
7771 (let* ((vpnc (string-append (assoc-ref inputs "vpnc")
7772 "/sbin/vpnc"))
7773 (modprobe (string-append (assoc-ref inputs "kmod")
7774 "/bin/modprobe"))
7775 (pretty-ovpn (string-append "\"" vpnc "\"")))
7776 (substitute* "src/nm-vpnc-service.c"
7777 (("\"/usr/local/sbin/vpnc\"") pretty-ovpn)
7778 (("\"/usr/sbin/vpnc\"") pretty-ovpn)
7779 (("\"/sbin/vpnc\"") pretty-ovpn)
7780 (("/sbin/modprobe") modprobe)))
7781 #t)))))
7782 (native-inputs
7783 `(("pkg-config" ,pkg-config)
7784 ("intltool" ,intltool)))
7785 (inputs
7786 `(("gtk+" ,gtk+)
7787 ("kmod" ,kmod)
7788 ("vpnc" ,vpnc)
7789 ("network-manager" ,network-manager)
7790 ("libnma" ,libnma)
7791 ("libsecret" ,libsecret)))
7792 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
7793 (synopsis "VPNC plug-in for NetworkManager")
7794 (description
7795 "Support for configuring virtual private networks based on VPNC.
7796 Compatible with Cisco VPN concentrators configured to use IPsec.")
7797 (license license:gpl2+)
7798 (properties `((upstream-name . "NetworkManager-vpnc")))))
7799
7800 (define-public network-manager-openconnect
7801 (package
7802 (name "network-manager-openconnect")
7803 (version "1.2.6")
7804 (source (origin
7805 (method url-fetch)
7806 (uri (string-append
7807 "mirror://gnome/sources/NetworkManager-openconnect/"
7808 (version-major+minor version)
7809 "/NetworkManager-openconnect-" version ".tar.xz"))
7810 (sha256
7811 (base32
7812 "0nlp290nkawc4wqm978n4vhzg3xdqi8kpjjx19l855vab41rh44m"))))
7813 (build-system gnu-build-system)
7814 (arguments
7815 `(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")
7816 #:phases
7817 (modify-phases %standard-phases
7818 (add-after 'configure 'patch-path
7819 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
7820 (let* ((openconnect (string-append (assoc-ref inputs "openconnect")
7821 "/sbin/openconnect"))
7822 (modprobe (string-append (assoc-ref inputs "kmod")
7823 "/bin/modprobe"))
7824 (pretty-ovpn (string-append "\"" openconnect "\"")))
7825 (substitute* "src/nm-openconnect-service.c"
7826 (("\"/usr(/local)?/s?bin/openconnect\"") pretty-ovpn)
7827 (("/sbin/modprobe") modprobe)))
7828 #t)))))
7829 (native-inputs
7830 `(("intltool" ,intltool)
7831 ("libnma" ,libnma)
7832 ("pkg-config" ,pkg-config)))
7833 (inputs
7834 `(("gcr" ,gcr)
7835 ("gtk+" ,gtk+)
7836 ("kmod" ,kmod)
7837 ("libsecret" ,libsecret)
7838 ("libxml2" ,libxml2)
7839 ("lz4" ,lz4)
7840 ("network-manager" ,network-manager)
7841 ("openconnect" ,openconnect)))
7842 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
7843 (synopsis "OpenConnect plug-in for NetworkManager")
7844 (description
7845 "This extension of NetworkManager allows it to take care of connections
7846 to @acronym{VPNs, virtual private networks} via OpenConnect, an open client for
7847 Cisco's AnyConnect SSL VPN.")
7848 (license license:gpl2+)
7849 (properties `((upstream-name . "NetworkManager-openconnect")
7850
7851 ;; The 'etc/dbus-1/system.d/nm-openconnect-service.conf'
7852 ;; file refers to account "nm-openconnect". Specify it here
7853 ;; so that 'network-manager-service-type' creates it.
7854 (user-accounts . ("nm-openconnect"))))))
7855
7856 (define-public mobile-broadband-provider-info
7857 (package
7858 (name "mobile-broadband-provider-info")
7859 (version "20190116")
7860 (source (origin
7861 (method url-fetch)
7862 (uri (string-append
7863 "mirror://gnome/sources/"
7864 "mobile-broadband-provider-info/" version "/"
7865 "mobile-broadband-provider-info-" version ".tar.xz"))
7866 (sha256
7867 (base32
7868 "16y5lc7pfdvai9c8xwb825zc3v46039gghbip13fqslf5gw11fic"))))
7869 (build-system gnu-build-system)
7870 (arguments
7871 `(#:tests? #f)) ; no tests
7872 (home-page "https://wiki.gnome.org/Projects/NetworkManager")
7873 (synopsis "Database of broadband connection configuration")
7874 (description "Database of broadband connection configuration.")
7875 (license license:public-domain)))
7876
7877 (define-public network-manager-applet
7878 (package
7879 (name "network-manager-applet")
7880 (version "1.16.0")
7881 (source (origin
7882 (method url-fetch)
7883 (uri (string-append "mirror://gnome/sources/network-manager-applet/"
7884 (version-major+minor version) "/"
7885 "network-manager-applet-" version ".tar.xz"))
7886 (sha256
7887 (base32
7888 "1rf3nm0hjcy9f8ajb4vmvwy503w8yj8d4daxkcb7w7i7b92qmyfn"))))
7889 (build-system meson-build-system)
7890 (arguments
7891 '(#:glib-or-gtk? #t))
7892 (native-inputs
7893 `(("intltool" ,intltool)
7894 ("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
7895 ("gobject-introspection" ,gobject-introspection)
7896 ("gtk-doc" ,gtk-doc)
7897 ("pkg-config" ,pkg-config)))
7898 (propagated-inputs
7899 ;; libnm-gtk.pc refers to all these.
7900 `(("dbus-glib" ,dbus-glib)
7901 ("gtk+" ,gtk+)
7902 ("network-manager" ,network-manager)
7903 ;; nm-applet need by org.gnome.nm-applet.gschema.xml
7904 ("libnma" ,libnma)))
7905 (inputs
7906 `(("gcr" ,gcr)
7907 ("libgudev" ,libgudev)
7908 ("libnotify" ,libnotify)
7909 ("libsecret" ,libsecret)
7910 ("libselinux" ,libselinux)
7911 ("jansson" ,jansson) ; for team support
7912 ("modem-manager" ,modem-manager)))
7913 (synopsis "Applet for managing network connections")
7914 (home-page "https://wiki.gnome.org/Projects/NetworkManager")
7915 (description
7916 "This package contains a systray applet for NetworkManager. It displays
7917 the available networks and allows users to easily switch between them.")
7918 (license license:gpl2+)))
7919
7920 (define-public libxml++
7921 (package
7922 (name "libxml++")
7923 (version "3.0.1")
7924 (source (origin
7925 (method url-fetch)
7926 (uri (string-append "mirror://gnome/sources/" name "/"
7927 (version-major+minor version) "/"
7928 name "-" version ".tar.xz"))
7929 (sha256
7930 (base32
7931 "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r"))))
7932 (build-system gnu-build-system)
7933 ;; libxml++-3.0.pc refers to all these.
7934 (propagated-inputs
7935 `(("libxml2" ,libxml2)
7936 ("glibmm" ,glibmm)))
7937 (native-inputs
7938 `(("perl" ,perl)
7939 ("pkg-config" ,pkg-config)))
7940 (home-page "http://libxmlplusplus.sourceforge.net/")
7941 (synopsis "C++ wrapper for XML parser library libxml2")
7942 (description
7943 "This package provides a C++ wrapper for the XML parser library
7944 libxml2.")
7945 (license license:lgpl2.1+)))
7946
7947 (define-public libxml++-2
7948 (package
7949 (inherit libxml++)
7950 (name "libxml++")
7951 (version "2.40.1")
7952 (source (origin
7953 (method url-fetch)
7954 (uri (string-append "mirror://gnome/sources/" name "/"
7955 (version-major+minor version) "/"
7956 name "-" version ".tar.xz"))
7957 (sha256
7958 (base32
7959 "1sb3akryklvh2v6m6dihdnbpf1lkx441v972q9hlz1sq6bfspm2a"))))))
7960
7961 (define-public gdm
7962 (package
7963 (name "gdm")
7964 (version "3.34.1")
7965 (source (origin
7966 (method url-fetch)
7967 (uri (string-append "mirror://gnome/sources/" name "/"
7968 (version-major+minor version) "/"
7969 name "-" version ".tar.xz"))
7970 (sha256
7971 (base32
7972 "1lyqvcwxhwxklbxn4xjswjzr6fhjix6h28mi9ypn34wdm9bzcpg8"))
7973 (patches (search-patches "gdm-default-session.patch"))))
7974 (build-system glib-or-gtk-build-system)
7975 (arguments
7976 '(#:configure-flags
7977 `("--without-plymouth"
7978 "--disable-systemd-journal"
7979
7980 ;; Using --with-initial-vt=7 allows GDM to run alongside TTY 1,
7981 ;; instead of having to replace it (i.e., stopping the mingetty
7982 ;; service for TTY 1 before starting GDM).
7983 "--with-initial-vt=7"
7984
7985 ;; Use '/etc/environment' for locale settings instead of the
7986 ;; systemd-specific '/etc/locale.conf'.
7987 "--with-lang-file=/etc/environment"
7988
7989 ,(string-append "--with-udevdir="
7990 (assoc-ref %outputs "out") "/lib/udev")
7991
7992 "--localstatedir=/var"
7993 ,(string-append "--with-default-path="
7994 (string-join '("/run/setuid-programs"
7995 "/run/current-system/profile/bin"
7996 "/run/current-system/profile/sbin")
7997 ":"))
7998 ;; Put GDM in bindir so that glib-or-gtk-build-system wraps the
7999 ;; XDG_DATA_DIRS so that it finds its schemas.
8000 "--sbindir" ,(string-append (assoc-ref %outputs "out") "/bin"))
8001 #:phases
8002 (modify-phases %standard-phases
8003 (add-before
8004 'configure 'pre-configure
8005 (lambda* (#:key inputs outputs #:allow-other-keys)
8006 ;; We don't have <systemd/sd-daemon.h>.
8007 (substitute* '("common/gdm-log.c"
8008 "daemon/gdm-server.c"
8009 "daemon/gdm-session-worker.c"
8010 "daemon/gdm-session-worker-job.c")
8011 (("#include <systemd/sd-daemon\\.h>") ""))
8012 ;; Use elogind for sd-login.
8013 (substitute* '("common/gdm-common.c"
8014 "daemon/gdm-local-display-factory.c"
8015 "daemon/gdm-manager.c"
8016 "libgdm/gdm-user-switching.c")
8017 (("#include <systemd/sd-login\\.h>")
8018 "#include <elogind/sd-login.h>"))
8019 ;; Check for elogind.
8020 (substitute* '("configure")
8021 (("libsystemd")
8022 "libelogind"))
8023 ;; Look for system-installed sessions in
8024 ;; /run/current-system/profile/share.
8025 (substitute* '("libgdm/gdm-sessions.c"
8026 "daemon/gdm-session.c"
8027 "daemon/gdm-display.c"
8028 "daemon/gdm-launch-environment.c")
8029 (("DATADIR \"/x")
8030 "\"/run/current-system/profile/share/x")
8031 (("DATADIR \"/wayland")
8032 "\"/run/current-system/profile/share/wayland")
8033 (("DATADIR \"/gnome")
8034 "\"/run/current-system/profile/share/gnome"))
8035 (let ((propagate '("GDM_CUSTOM_CONF"
8036 "GDM_DBUS_DAEMON"
8037 "GDM_X_SERVER"
8038 "GDM_X_SESSION"
8039 ;; XXX: Remove this once GNOME Shell is
8040 ;; a dependency of GDM.
8041 "XDG_DATA_DIRS")))
8042 (substitute* "daemon/gdm-session.c"
8043 (("set_up_session_environment \\(self\\);")
8044 (apply string-append
8045 "set_up_session_environment (self);\n"
8046 (map (lambda (name)
8047 (string-append
8048 "gdm_session_set_environment_variable "
8049 "(self, \"" name "\","
8050 "g_getenv (\"" name "\"));\n"))
8051 propagate)))))
8052 ;; Find the configuration file using an environment variable.
8053 (substitute* '("common/gdm-settings.c")
8054 (("GDM_CUSTOM_CONF")
8055 (string-append "(g_getenv(\"GDM_CUSTOM_CONF\") != NULL"
8056 " ? g_getenv(\"GDM_CUSTOM_CONF\")"
8057 " : GDM_CUSTOM_CONF)")))
8058 ;; Use service-supplied path to X.
8059 (substitute* '("daemon/gdm-server.c")
8060 (("\\(X_SERVER X_SERVER_ARG_FORMAT")
8061 "(\"%s\" X_SERVER_ARG_FORMAT, g_getenv (\"GDM_X_SERVER\")"))
8062 (substitute* '("daemon/gdm-wayland-session.c"
8063 "daemon/gdm-x-session.c")
8064 (("\"dbus-daemon\"")
8065 "g_getenv (\"GDM_DBUS_DAEMON\")")
8066 (("X_SERVER")
8067 "g_getenv (\"GDM_X_SERVER\")")
8068 (("GDMCONFDIR \"/Xsession\"")
8069 "g_getenv (\"GDM_X_SESSION\")"))
8070 ;; Use an absolute path for GNOME Session.
8071 (substitute* "daemon/gdm-launch-environment.c"
8072 (("\"gnome-session\"")
8073 (string-append "\"" (assoc-ref inputs "gnome-session")
8074 "/bin/gnome-session\"")))
8075 ;; Do not automatically select the placeholder session.
8076 (substitute* "daemon/gdm-session.c"
8077 (("!g_str_has_suffix [(]base_name, \"\\.desktop\"[)]")
8078 (string-append "!g_str_has_suffix (base_name, \".desktop\") || "
8079 "(g_strcmp0(search_dirs[i], \""
8080 (assoc-ref outputs "out") "/share/gdm/BuiltInSessions/"
8081 "\") == 0 && "
8082 "g_strcmp0(base_name, \"fail.desktop\") == 0)"))
8083 (("g_error [(]\"GdmSession: no session desktop files installed, aborting\\.\\.\\.\"[)];")
8084 "{ self->fallback_session_name = g_strdup(\"fail\"); goto out; }"))
8085 #t))
8086 ;; GDM requires that there be at least one desktop entry
8087 ;; file. This phase installs a hidden one that simply
8088 ;; fails. This enables users to use GDM with a
8089 ;; '~/.xsession' script with no other desktop entry files.
8090 ;; See <https://bugs.gnu.org/35068>.
8091 (add-after 'install 'install-placeholder-desktop-entry
8092 (lambda* (#:key inputs outputs #:allow-other-keys)
8093 (let* ((out (assoc-ref outputs "out"))
8094 (sessions (string-append out "/share/gdm/BuiltInSessions"))
8095 (fail (string-append sessions "/fail.desktop")))
8096 (mkdir-p sessions)
8097 (with-output-to-file fail
8098 (lambda ()
8099 (for-each
8100 display
8101 '("[Desktop Entry]\n"
8102 "Encoding=UTF-8\n"
8103 "Type=Application\n"
8104 "Name=Fail\n"
8105 "Comment=This session fails immediately.\n"
8106 "NoDisplay=true\n"
8107 "Exec=false\n"))))
8108 #t)))
8109 ;; GDM needs GNOME Session to run these applications. We link
8110 ;; their autostart files in `share/gdm/greeter/autostart'
8111 ;; because GDM explicitly tells GNOME Session to look there.
8112 ;;
8113 ;; XXX: GNOME Shell should be linked here too, but currently
8114 ;; GNOME Shell depends on GDM.
8115 (add-after 'install 'link-autostart-files
8116 (lambda* (#:key inputs outputs #:allow-other-keys)
8117 (let* ((out (assoc-ref outputs "out"))
8118 (autostart (string-append out "/share/gdm/"
8119 "greeter/autostart"))
8120 (settings (assoc-ref inputs "gnome-settings-daemon")))
8121 (mkdir-p autostart)
8122 (with-directory-excursion autostart
8123 (for-each (lambda (desktop)
8124 (symlink desktop (basename desktop)))
8125 (find-files (string-append settings "/etc/xdg"))))
8126 #t))))))
8127 (native-inputs
8128 `(("dconf" ,dconf)
8129 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
8130 ("gobject-introspection" ,gobject-introspection)
8131 ("intltool" ,intltool)
8132 ("itstool" ,itstool)
8133 ("pkg-config" ,pkg-config)
8134 ("xmllint" ,libxml2)))
8135 (inputs
8136 `(("accountsservice" ,accountsservice)
8137 ("check" ,check-0.14) ;for testing
8138 ("elogind" ,elogind)
8139 ("gnome-session" ,gnome-session)
8140 ("gnome-settings-daemon" ,gnome-settings-daemon)
8141 ("gtk+" ,gtk+)
8142 ("iso-codes" ,iso-codes)
8143 ("libcanberra" ,libcanberra)
8144 ("linux-pam" ,linux-pam)))
8145 (synopsis "Display manager for GNOME")
8146 (home-page "https://wiki.gnome.org/Projects/GDM/")
8147 (description
8148 "GNOME Display Manager is a system service that is responsible for
8149 providing graphical log-ins and managing local and remote displays.")
8150 (license license:gpl2+)))
8151
8152 (define-public libgtop
8153 (package
8154 (name "libgtop")
8155 (version "2.40.0")
8156 (source (origin
8157 (method url-fetch)
8158 (uri (string-append "mirror://gnome/sources/libgtop/"
8159 (version-major+minor version) "/"
8160 "libgtop-" version ".tar.xz"))
8161 (sha256
8162 (base32
8163 "1m6jbqk8maa52gxrf223442fr5bvvxgb7ham6v039i3r1i62gwvq"))))
8164 (build-system gnu-build-system)
8165 (native-inputs
8166 `(("gobject-introspection" ,gobject-introspection)
8167 ("intltool" ,intltool)
8168 ("perl" ,perl)
8169 ("pkg-config" ,pkg-config)))
8170 (propagated-inputs
8171 `(("glib" ,glib))) ; required by libgtop-2.0.pc
8172 (synopsis "Portable system access library")
8173 (home-page "https://www.gnome.org/")
8174 (description
8175 "LibGTop is a library to get system specific data such as CPU and memory
8176 usage and information about running processes.")
8177 (license license:gpl2+)))
8178
8179 (define-public gnome-bluetooth
8180 (package
8181 (name "gnome-bluetooth")
8182 (version "3.34.2")
8183 (source (origin
8184 (method url-fetch)
8185 (uri (string-append "mirror://gnome/sources/" name "/"
8186 (version-major+minor version) "/"
8187 name "-" version ".tar.xz"))
8188 (sha256
8189 (base32
8190 "0lmjvb49vgr4jjplrisv6pi29jsn1q42715i6c5a0p9ad3gawyyv"))))
8191 (build-system meson-build-system)
8192 (native-inputs
8193 `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
8194 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
8195 ("gobject-introspection" ,gobject-introspection)
8196 ("intltool" ,intltool)
8197 ("pkg-config" ,pkg-config)
8198 ("xmllint" ,libxml2)))
8199 (propagated-inputs
8200 ;; gnome-bluetooth-1.0.pc refers to all these.
8201 `(("glib" ,glib)
8202 ("gtk+" ,gtk+)))
8203 (inputs
8204 `(("eudev" ,eudev)
8205 ("libcanberra" ,libcanberra)
8206 ("libnotify" ,libnotify)))
8207 (synopsis "GNOME Bluetooth subsystem")
8208 (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
8209 (description
8210 "This package contains tools for managing and manipulating Bluetooth
8211 devices using the GNOME desktop.")
8212 (license license:lgpl2.1+)))
8213
8214 (define-public gnome-control-center
8215 (package
8216 (name "gnome-control-center")
8217 (version "3.34.2")
8218 (source (origin
8219 (method url-fetch)
8220 (uri (string-append "mirror://gnome/sources/" name "/"
8221 (version-major+minor version) "/"
8222 name "-" version ".tar.xz"))
8223 (sha256
8224 (base32
8225 "054igagvmyzpaa5nwzz98gv7bk7l5dwp6g813707132si3szlpx8"))))
8226 (build-system meson-build-system)
8227 (arguments
8228 '(#:glib-or-gtk? #t
8229 #:configure-flags
8230 (list "-Dcheese=false"
8231 (string-append "-Dgnome_session_libexecdir="
8232 (assoc-ref %build-inputs "gnome-session")
8233 "/libexec"))
8234 #:phases
8235 (modify-phases %standard-phases
8236 (add-before 'configure 'patch-paths
8237 (lambda* (#:key inputs #:allow-other-keys)
8238 (let ((libc (assoc-ref inputs "libc"))
8239 (tzdata (assoc-ref inputs "tzdata"))
8240 (libgnomekbd (assoc-ref inputs "libgnomekbd"))
8241 (nm-applet (assoc-ref inputs "network-manager-applet"))
8242 (gnome-desktop (assoc-ref inputs "gnome-desktop")))
8243 (substitute* "panels/datetime/tz.h"
8244 (("/usr/share/zoneinfo/zone.tab")
8245 (string-append tzdata "/share/zoneinfo/zone.tab")))
8246 (substitute* "tests/datetime/test-endianess.c"
8247 (("/usr/share/locale")
8248 (string-append libc "/share/locale")))
8249 (substitute* "panels/region/cc-region-panel.c"
8250 (("\"gkbd-keyboard-display")
8251 (string-append "\"" libgnomekbd
8252 "/bin/gkbd-keyboard-display")))
8253 (substitute* '("panels/network/net-device-wifi.c"
8254 "panels/network/net-device.c"
8255 "panels/network/connection-editor/net-connection-editor.c")
8256 (("\"nm-connection-editor")
8257 (string-append "\"" nm-applet
8258 "/bin/nm-connection-editor")))
8259 (substitute* '("panels/user-accounts/run-passwd.c")
8260 (("/usr/bin/passwd")
8261 "/run/setuid-programs/passwd"))
8262 (substitute* "panels/info/cc-info-overview-panel.c"
8263 (("DATADIR \"/gnome/gnome-version.xml\"")
8264 (string-append "\"" gnome-desktop
8265 "/share/gnome/gnome-version.xml\"")))
8266 #t)))
8267 (add-after 'unpack 'skip-gtk-update-icon-cache
8268 ;; Don't create 'icon-theme.cache'.
8269 (lambda _
8270 (substitute* "build-aux/meson/meson_post_install.py"
8271 (("gtk-update-icon-cache") (which "true")))
8272 #t)))))
8273 (native-inputs
8274 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
8275 ("intltool" ,intltool)
8276 ("pkg-config" ,pkg-config)
8277 ("xsltproc" ,libxslt)
8278 ;; For tests
8279 ("hicolor-icon-theme" ,hicolor-icon-theme)
8280 ("python-dbusmock" ,python-dbusmock)
8281 ("xorg-server" ,xorg-server-for-tests)))
8282 (inputs
8283 `(("accountsservice" ,accountsservice)
8284 ("clutter-gtk" ,clutter-gtk)
8285 ("colord-gtk" ,colord-gtk)
8286 ("cups" ,cups)
8287 ("dconf" ,dconf)
8288 ("docbook-xsl" ,docbook-xsl)
8289 ("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files
8290 ("gnome-bluetooth" ,gnome-bluetooth)
8291 ("gnome-desktop" ,gnome-desktop)
8292 ("gnome-online-accounts" ,gnome-online-accounts)
8293 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
8294 ("gnome-session" ,gnome-session)
8295 ("gnome-settings-daemon" ,gnome-settings-daemon)
8296 ("grilo" ,grilo)
8297 ("gsound" ,gsound)
8298 ("ibus" ,ibus)
8299 ("libcanberra" ,libcanberra)
8300 ("libgnomekbd" ,libgnomekbd)
8301 ("libgudev" ,libgudev)
8302 ("libgtop" ,libgtop)
8303 ("libnma" ,libnma)
8304 ("libpwquality" ,libpwquality)
8305 ("libsecret" ,libsecret)
8306 ("libsoup" ,libsoup)
8307 ("libxml2" ,libxml2)
8308 ("libwacom" ,libwacom)
8309 ("mesa" ,mesa)
8310 ("mit-krb5" ,mit-krb5)
8311 ("modem-manager" ,modem-manager)
8312 ("network-manager-applet" ,network-manager-applet)
8313 ("polkit" ,polkit)
8314 ("pulseaudio" ,pulseaudio)
8315 ("smbclient" ,samba)
8316 ("tzdata" ,tzdata)
8317 ("udisks" ,udisks)
8318 ("upower" ,upower)))
8319 (synopsis "Utilities to configure the GNOME desktop")
8320 (home-page "https://www.gnome.org/")
8321 (description
8322 "This package contains configuration applets for the GNOME desktop,
8323 allowing to set accessibility configuration, desktop fonts, keyboard and mouse
8324 properties, sound setup, desktop theme and background, user interface
8325 properties, screen resolution, and other GNOME parameters.")
8326 (license license:gpl2+)))
8327
8328 (define-public gnome-shell
8329 (package
8330 (name "gnome-shell")
8331 (version "3.34.2")
8332 (source (origin
8333 (method url-fetch)
8334 (uri (string-append "mirror://gnome/sources/" name "/"
8335 (version-major+minor version) "/"
8336 name "-" version ".tar.xz"))
8337 (sha256
8338 (base32
8339 "0k9vq2gh1nhdd6fpp7jnwx37qxaakawiqw1xnlfjvq5g5zdn8ckh"))
8340 (patches (search-patches "gnome-shell-theme.patch"
8341 "gnome-shell-disable-test.patch"))
8342 (modules '((guix build utils)))
8343 (snippet
8344 #~(begin
8345 ;; Copy images for use on the GDM log-in screen.
8346 (copy-file #$(file-append %artwork-repository
8347 "/slim/0.x/background.png")
8348 "data/theme/guix-background.png")
8349 (copy-file #$(file-append %artwork-repository
8350 "/logo/Guix-horizontal-white.svg")
8351 "data/theme/guix-logo.svg")
8352 #t))))
8353 (build-system meson-build-system)
8354 (arguments
8355 `(#:glib-or-gtk? #t
8356 #:disallowed-references ((,glib "bin")
8357 ,inkscape ,libxslt
8358 ,ruby-sass)
8359 #:configure-flags
8360 (list "-Dsystemd=false"
8361 ;; Otherwise, the RUNPATH will lack the final path component.
8362 (string-append "-Dc_link_args=-Wl,-rpath="
8363 (assoc-ref %outputs "out")
8364 "/lib/gnome-shell"))
8365
8366 #:modules ((guix build meson-build-system)
8367 (guix build utils)
8368 (srfi srfi-1))
8369
8370 #:phases
8371 (modify-phases %standard-phases
8372 (add-after 'unpack 'fix-keysdir
8373 (lambda* (#:key outputs #:allow-other-keys)
8374 (let* ((out (assoc-ref outputs "out"))
8375 (keysdir (string-append
8376 out "/share/gnome-control-center/keybindings")))
8377 (substitute* "meson.build"
8378 (("keysdir =.*")
8379 (string-append "keysdir = '" keysdir "'\n")))
8380 #t)))
8381 (add-before 'configure 'convert-logo-to-png
8382 (lambda* (#:key inputs #:allow-other-keys)
8383 ;; Convert the logo from SVG to PNG.
8384 (invoke "inkscape" "--export-png=data/theme/guix-logo.png"
8385 "data/theme/guix-logo.svg")))
8386 (add-before 'configure 'record-absolute-file-names
8387 (lambda* (#:key inputs #:allow-other-keys)
8388 (substitute* "js/misc/ibusManager.js"
8389 (("'ibus-daemon'")
8390 (string-append "'" (assoc-ref inputs "ibus")
8391 "/bin/ibus-daemon'")))
8392 (substitute* "js/ui/status/keyboard.js"
8393 (("'gkbd-keyboard-display'")
8394 (string-append "'" (assoc-ref inputs "libgnomekbd")
8395 "/bin/gkbd-keyboard-display'")))
8396 #t))
8397 (add-before 'check 'pre-check
8398 (lambda* (#:key inputs #:allow-other-keys)
8399 ;; Tests require a running X server.
8400 (system "Xvfb :1 &")
8401 (setenv "DISPLAY" ":1")
8402 #t))
8403 (add-after 'install 'wrap-programs
8404 (lambda* (#:key inputs outputs #:allow-other-keys)
8405 (let ((out (assoc-ref outputs "out"))
8406 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
8407 (python-path (getenv "PYTHONPATH")))
8408 (wrap-program (string-append out "/bin/gnome-shell")
8409 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
8410 ;; FIXME: gnome-shell loads these libraries with unqualified
8411 ;; names only, so they need to be on LD_LIBRARY_PATH. The
8412 ;; alternative might be to patch gnome-shell.
8413 `("LD_LIBRARY_PATH" ":" prefix
8414 ,(map (lambda (pkg)
8415 (string-append (assoc-ref inputs pkg) "/lib"))
8416 '("gdk-pixbuf"
8417 "gnome-bluetooth" "librsvg" "libgweather"))))
8418 (for-each
8419 (lambda (prog)
8420 (wrap-program (string-append out "/bin/" prog)
8421 `("PYTHONPATH" ":" prefix (,python-path))
8422 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
8423 '("gnome-shell-extension-tool" "gnome-shell-perf-tool"))
8424 #t)))
8425 (replace 'glib-or-gtk-wrap
8426 (let ((wrap (assoc-ref %standard-phases 'glib-or-gtk-wrap)))
8427 (lambda* (#:key inputs outputs #:allow-other-keys #:rest rest)
8428 ;; By default Inkscape et al. would end up in the XDG_DATA_DIRS
8429 ;; settings of the wrappers created by the 'glib-or-gtk-wrap'
8430 ;; phase. Fix that since we don't need these.
8431 (wrap #:inputs (fold alist-delete inputs
8432 '("inkscape" "intltool" "glib:bin"))
8433 #:outputs outputs)))))))
8434 (native-inputs
8435 `(("asciidoc" ,asciidoc)
8436 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
8437 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
8438 ("gobject-introspection" ,gobject-introspection)
8439 ("inkscape" ,inkscape)
8440 ("intltool" ,intltool)
8441 ("pkg-config" ,pkg-config)
8442 ("python" ,python)
8443 ("ruby-sass" ,ruby-sass)
8444 ("sassc" ,sassc)
8445 ("xsltproc" ,libxslt)
8446 ;; For tests
8447 ("xorg-server" ,xorg-server-for-tests)))
8448 (inputs
8449 `(("accountsservice" ,accountsservice)
8450 ("caribou" ,caribou)
8451 ("docbook-xsl" ,docbook-xsl)
8452 ("evolution-data-server" ,evolution-data-server)
8453 ("gcr" ,gcr)
8454 ("gdm" ,gdm)
8455 ("gdk-pixbuf" ,gdk-pixbuf+svg)
8456 ("gjs" ,gjs)
8457 ("gnome-autoar" ,gnome-autoar)
8458 ("gnome-bluetooth" ,gnome-bluetooth)
8459 ("gnome-desktop" ,gnome-desktop)
8460 ("gnome-settings-daemon" ,gnome-settings-daemon)
8461 ("gst-plugins-base" ,gst-plugins-base)
8462 ("ibus" ,ibus)
8463 ("libcanberra" ,libcanberra)
8464 ("libcroco" ,libcroco)
8465 ("libgnomekbd" ,libgnomekbd) ;for gkbd-keyboard-display
8466 ("libgweather" ,libgweather)
8467 ("libnma" ,libnma)
8468 ("libsoup" ,libsoup)
8469 ("mesa-headers" ,mesa-headers)
8470 ("mutter" ,mutter)
8471 ("network-manager-applet" ,network-manager-applet)
8472 ("polkit" ,polkit)
8473 ("pulseaudio" ,pulseaudio)
8474 ("python-pygobject" ,python-pygobject)
8475 ("startup-notification" ,startup-notification)
8476 ("telepathy-logger" ,telepathy-logger)
8477 ("upower" ,upower)
8478 ;; XXX: These requirements were added in 3.24, but no mention in NEWS.
8479 ;; Missing propagation? See also: <https://bugs.gnu.org/27264>
8480 ("librsvg" ,librsvg)
8481 ("geoclue" ,geoclue)))
8482 (synopsis "Desktop shell for GNOME")
8483 (home-page "https://wiki.gnome.org/Projects/GnomeShell")
8484 (description
8485 "GNOME Shell provides core user interface functions for the GNOME desktop,
8486 like switching to windows and launching applications.")
8487 (license license:gpl2+)))
8488
8489 (define-public gtk-vnc
8490 (package
8491 (name "gtk-vnc")
8492 (version "1.0.0")
8493 (source
8494 (origin
8495 (method url-fetch)
8496 (uri
8497 (string-append "mirror://gnome/sources/" name "/"
8498 (version-major+minor version) "/"
8499 name "-" version ".tar.xz"))
8500 (sha256
8501 (base32 "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
8502 (build-system meson-build-system)
8503 (arguments
8504 `(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
8505 (native-inputs
8506 `(("gjs" ,gjs)
8507 ("glib:bin" ,glib "bin")
8508 ("gobject-introspection" ,gobject-introspection)
8509 ("intltool" ,intltool)
8510 ("node" ,node)
8511 ("perl" ,perl)
8512 ("pkg-config" ,pkg-config)
8513 ("python" ,python-wrapper)
8514 ("vala" ,vala)))
8515 (inputs
8516 `(("cairo" ,cairo)
8517 ("gdk-pixbuf" ,gdk-pixbuf+svg)
8518 ("glib" ,glib)
8519 ("gnutls" ,gnutls)
8520 ("libgcrypt" ,libgcrypt)
8521 ("libsasl" ,cyrus-sasl)
8522 ("pulseaudio" ,pulseaudio)
8523 ("x11" ,libx11)
8524 ("zlib" ,zlib)))
8525 (propagated-inputs
8526 `(("gtk+" ,gtk+)))
8527 (synopsis "VNC client viewer widget for GTK+")
8528 (description "GTK-VNC is a project providing client side APIs for the RFB
8529 protocol / VNC remote desktop technology. It is built using coroutines allowing
8530 it to be completely asynchronous while remaining single threaded. It provides a
8531 core C library, and bindings for Python (PyGTK).")
8532 (home-page "https://wiki.gnome.org/Projects/gtk-vnc")
8533 (license license:lgpl2.1+)))
8534
8535 (define-public gnome-autoar
8536 (package
8537 (name "gnome-autoar")
8538 (version "0.2.4")
8539 (source (origin
8540 (method url-fetch)
8541 (uri (string-append "mirror://gnome/sources/" name "/"
8542 (version-major+minor version) "/"
8543 name "-" version ".tar.xz"))
8544 (sha256
8545 (base32
8546 "0yk56ch46n3wfy633mq31kif9n7v06rlij4vqbsbn6l4z1vw6d0a"))))
8547 (build-system glib-or-gtk-build-system)
8548 (native-inputs
8549 `(("gobject-introspection" ,gobject-introspection)
8550 ("pkg-config" ,pkg-config)))
8551 (propagated-inputs
8552 `(("libarchive" ,libarchive))) ; Required by gnome-autoar-0.pc
8553 (inputs
8554 `(("gtk+" ,gtk+)))
8555 (synopsis "Archives integration support for GNOME")
8556 (home-page "https://git.gnome.org/browse/gnome-autoar/")
8557 (description
8558 "GNOME Autoar is a library which makes creating and extracting archives
8559 easy, safe, and automatic.")
8560 (license license:lgpl2.1+)))
8561
8562 (define-public tracker
8563 (package
8564 (name "tracker")
8565 (version "2.3.5")
8566 (source (origin
8567 (method url-fetch)
8568 (uri (string-append "mirror://gnome/sources/tracker/"
8569 (version-major+minor version) "/"
8570 "tracker-" version ".tar.xz"))
8571 (sha256
8572 (base32
8573 "1ixxyqjlv7pnl4j8g6b72fkbjvzfspza8y71ppkncry8i6xkr223"))))
8574 (build-system meson-build-system)
8575 (arguments
8576 `(#:glib-or-gtk? #t
8577 #:configure-flags
8578 ;; Otherwise, the RUNPATH will lack the final path component.
8579 (list (string-append "-Dc_link_args=-Wl,-rpath="
8580 (assoc-ref %outputs "out") "/lib:"
8581 (assoc-ref %outputs "out") "/lib/tracker-2.0"))
8582 #:phases
8583 (modify-phases %standard-phases
8584 (add-before 'check 'pre-check
8585 (lambda _
8586 ;; Some tests expect to write to $HOME.
8587 (setenv "HOME" "/tmp")
8588 #t)))))
8589 (native-inputs
8590 `(("glib:bin" ,glib "bin")
8591 ("gobject-introspection" ,gobject-introspection)
8592 ("python-pygobject" ,python-pygobject)
8593 ("intltool" ,intltool)
8594 ("pkg-config" ,pkg-config)
8595 ("vala" ,vala)))
8596 (inputs
8597 `(("dbus" ,dbus)
8598 ("sqlite" ,sqlite)
8599 ("libxml2" ,libxml2)
8600 ("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
8601 ("json-glib" ,json-glib)
8602 ("libsoup" ,libsoup)))
8603 (synopsis "Metadata database, indexer and search tool")
8604 (home-page "https://wiki.gnome.org/Projects/Tracker")
8605 (description
8606 "Tracker is a search engine and triplestore for desktop, embedded and mobile.
8607
8608 It is a middleware component aimed at desktop application developers who want
8609 their apps to browse and search user content. It's not designed to be used
8610 directly by desktop users, but it provides a commandline tool named
8611 @command{tracker} for the adventurous.
8612
8613 Tracker allows your application to instantly perform full-text searches across
8614 all documents. This feature is used by the @{emph{search} bar in GNOME Files, for
8615 example. This is achieved by indexing the user's home directory in the
8616 background.
8617
8618 Tracker also allows your application to query and list content that the user
8619 has stored. For example, GNOME Music displays all the music files that are
8620 found by Tracker. This means that GNOME Music doesn't need to maintain a
8621 database of its own.
8622
8623 If you need to go beyond simple searches, Tracker is also a linked data
8624 endpoint and it understands SPARQL. ")
8625 ;; https://gitlab.gnome.org/GNOME/tracker/-/blob/master/COPYING:
8626 ;; src/libtracker-*/* and src/tracker-extract/* are covered by lgpl2.1+,
8627 ;; libstemmer is bsd-3 and the rest is gpl2+.
8628 (license (list license:gpl2+
8629 license:bsd-3
8630 license:lgpl2.1+))))
8631
8632 (define-public tracker-miners
8633 (package
8634 (name "tracker-miners")
8635 (version "2.3.4")
8636 (source (origin
8637 (method url-fetch)
8638 (uri (string-append "mirror://gnome/sources/tracker-miners/"
8639 (version-major+minor version)
8640 "/tracker-miners-" version ".tar.xz"))
8641 (sha256
8642 (base32
8643 "10wy8d8ski52k809p7s6lbw72qmg05bbmhnl00vx4qrbzqyxvc0b"))))
8644 (build-system meson-build-system)
8645 (arguments
8646 `(#:glib-or-gtk? #t
8647 #:configure-flags
8648 (list "-Dminer_rss=false" ; libgrss is required.
8649 ;; Ensure the RUNPATH contains all installed library locations.
8650 (string-append "-Dc_link_args=-Wl,-rpath="
8651 (assoc-ref %outputs "out")
8652 "/lib/tracker-miners-2.0")
8653 ;; TODO: Enable functional tests. Currently, the following error
8654 ;; appears:
8655 ;; Exception: The functional tests require DConf to be the default
8656 ;; GSettings backend. Got GKeyfileSettingsBackend instead.
8657 "-Dfunctional_tests=false")))
8658 (native-inputs
8659 `(("dbus" ,dbus)
8660 ("intltool" ,intltool)
8661 ("glib:bin" ,glib "bin")
8662 ("gobject-introspection" ,gobject-introspection)
8663 ("pkg-config" ,pkg-config)
8664 ("python-pygobject" ,python-pygobject)))
8665 (inputs
8666 `(("exempi" ,exempi)
8667 ("ffmpeg" ,ffmpeg)
8668 ("flac" ,flac)
8669 ("giflib" ,giflib)
8670 ("glib" ,glib)
8671 ("gstreamer" ,gstreamer)
8672 ("icu4c" ,icu4c)
8673 ("libcue" ,libcue)
8674 ("libexif" ,libexif)
8675 ("libgsf" ,libgsf)
8676 ("libgxps" ,libgxps)
8677 ("libiptcdata" ,libiptcdata)
8678 ("libjpeg" ,libjpeg-turbo)
8679 ("libosinfo" ,libosinfo)
8680 ("libpng" ,libpng)
8681 ("libseccomp" ,libseccomp)
8682 ("libtiff" ,libtiff)
8683 ("libvorbis" ,libvorbis)
8684 ("libxml2" ,libxml2)
8685 ("poppler" ,poppler)
8686 ("taglib" ,taglib)
8687 ("totem-pl-parser" ,totem-pl-parser)
8688 ("tracker" ,tracker)
8689 ("upower" ,upower)
8690 ("zlib" ,zlib)))
8691 (synopsis "Metadata database, indexer and search tool")
8692 (home-page "https://wiki.gnome.org/Projects/Tracker")
8693 (description
8694 "Tracker is an advanced framework for first class objects with associated
8695 metadata and tags. It provides a one stop solution for all metadata, tags,
8696 shared object databases, search tools and indexing.")
8697 ;; src/libtracker-*/* and src/tracker-extract/* are covered by lgpl2.1+,
8698 ;; src/gvdb/* are covered by lgpl2.0+, and the rest is gpl2+.
8699 (license (list license:gpl2+
8700 license:lgpl2.1+
8701 license:lgpl2.0+))))
8702
8703 (define-public nautilus
8704 (package
8705 (name "nautilus")
8706 (version "3.34.2")
8707 (source (origin
8708 (method url-fetch)
8709 (uri (string-append "mirror://gnome/sources/" name "/"
8710 (version-major+minor version) "/"
8711 name "-" version ".tar.xz"))
8712 (sha256
8713 (base32
8714 "19zqwq4qyyncc5wq3xls0f7rsavnw741k336p2h7kx35p4kf41mv"))))
8715 (build-system meson-build-system)
8716 (arguments
8717 '(#:glib-or-gtk? #t
8718 #:phases
8719 (modify-phases %standard-phases
8720 (add-after 'unpack 'skip-gtk-update-icon-cache
8721 ;; Don't create 'icon-theme.cache'.
8722 (lambda _
8723 (substitute* "build-aux/meson/postinstall.py"
8724 (("gtk-update-icon-cache") "true"))
8725 #t)))
8726 ;; XXX: FAIL: check-nautilus
8727 ;; Settings schema 'org.gnome.nautilus.preferences' is not installed
8728 #:tests? #f))
8729 (native-inputs
8730 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
8731 ("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
8732 ("gobject-introspection" ,gobject-introspection)
8733 ("intltool" ,intltool)
8734 ("pkg-config" ,pkg-config)))
8735 (inputs
8736 `(("dconf" ,dconf)
8737 ("gexiv2" ,gexiv2)
8738 ("gvfs" ,gvfs)
8739 ("exempi" ,exempi)
8740 ("gnome-desktop" ,gnome-desktop)
8741 ("gnome-autoar" ,gnome-autoar)
8742 ("gst-plugins-base" ,gst-plugins-base)
8743 ("libseccomp" ,libseccomp)
8744 ("libselinux" ,libselinux)
8745 ("tracker" ,tracker)
8746 ("tracker-miners" ,tracker-miners)
8747 ;; XXX: gtk+ is required by libnautilus-extension.pc
8748 ;;
8749 ;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta
8750 ;; package. See:
8751 ;; <http://lists.gnu.org/archive/html/guix-devel/2016-03/msg00283.html>.
8752 ("gtk+" ,gtk+)
8753 ("libexif" ,libexif)
8754 ("libxml2" ,libxml2)))
8755 (synopsis "File manager for GNOME")
8756 (home-page "https://wiki.gnome.org/Apps/Nautilus")
8757 (description
8758 "Nautilus (Files) is a file manager designed to fit the GNOME desktop
8759 design and behaviour, giving the user a simple way to navigate and manage its
8760 files.")
8761 (license license:gpl2+)))
8762
8763 (define-public baobab
8764 (package
8765 (name "baobab")
8766 (version "3.32.0")
8767 (source (origin
8768 (method url-fetch)
8769 (uri (string-append
8770 "mirror://gnome/sources/" name "/"
8771 (version-major+minor version) "/"
8772 name "-" version ".tar.xz"))
8773 (sha256
8774 (base32
8775 "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r"))))
8776 (build-system meson-build-system)
8777 (arguments
8778 '(#:glib-or-gtk? #t))
8779 (native-inputs
8780 `(("intltool" ,intltool)
8781 ("pkg-config" ,pkg-config)
8782 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
8783 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
8784 ("itstool" ,itstool)
8785 ("xmllint" ,libxml2)
8786 ("glib" ,glib "bin")
8787 ("vala" ,vala)))
8788 (inputs
8789 `(("gtk+" ,gtk+)))
8790 (synopsis "Disk usage analyzer for GNOME")
8791 (description
8792 "Baobab (Disk Usage Analyzer) is a graphical application to analyse disk
8793 usage in the GNOME desktop environment. It can easily scan device volumes or
8794 a specific user-requested directory branch (local or remote). Once the scan
8795 is complete it provides a graphical representation of each selected folder.")
8796 (home-page "https://wiki.gnome.org/Apps/Baobab")
8797 (license license:gpl2+)))
8798
8799 (define-public gnome-backgrounds
8800 (package
8801 (name "gnome-backgrounds")
8802 (version "3.34.0")
8803 (source
8804 (origin
8805 (method url-fetch)
8806 (uri (string-append "mirror://gnome/sources/" name "/"
8807 (version-major+minor version) "/"
8808 name "-" version ".tar.xz"))
8809 (sha256
8810 (base32
8811 "0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
8812 (build-system meson-build-system)
8813 (native-inputs
8814 `(("intltool" ,intltool)))
8815 (home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")
8816 (synopsis "Background images for the GNOME desktop")
8817 (description
8818 "GNOME backgrounds package contains a collection of graphics files which
8819 can be used as backgrounds in the GNOME Desktop environment. Additionally,
8820 the package creates the proper framework and directory structure so that you
8821 can add your own files to the collection.")
8822 (license (list license:gpl2+
8823 license:cc-by2.0
8824 license:cc-by-sa2.0
8825 license:cc-by-sa3.0))))
8826
8827 (define-public gnome-screenshot
8828 (package
8829 (name "gnome-screenshot")
8830 (version "3.34.0")
8831 (source
8832 (origin
8833 (method url-fetch)
8834 (uri (string-append "mirror://gnome/sources/" name "/"
8835 (version-major+minor version) "/"
8836 name "-" version ".tar.xz"))
8837 (sha256
8838 (base32
8839 "1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8"))))
8840 (build-system meson-build-system)
8841 (arguments
8842 '(#:phases
8843 (modify-phases %standard-phases
8844 (add-after 'unpack 'skip-gtk-update-icon-cache
8845 ;; Don't create 'icon-theme.cache'.
8846 (lambda _
8847 (substitute* "build-aux/postinstall.py"
8848 (("gtk-update-icon-cache") "true"))
8849 #t)))))
8850 (native-inputs
8851 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
8852 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
8853 ("intltool" ,intltool)
8854 ("appstream-glib" ,appstream-glib)
8855 ("pkg-config" ,pkg-config)))
8856 (inputs
8857 `(("gtk+" ,gtk+)
8858 ("libcanberra" ,libcanberra)
8859 ("libx11" ,libx11)
8860 ("libxext" ,libxext)))
8861 (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
8862 (synopsis "Take pictures of your screen")
8863 (description
8864 "GNOME Screenshot is a utility used for taking screenshots of the entire
8865 screen, a window or a user defined area of the screen, with optional
8866 beautifying border effects.")
8867 (license license:gpl2+)))
8868
8869 (define-public dconf-editor
8870 (package
8871 (name "dconf-editor")
8872 (version "3.34.2")
8873 (source
8874 (origin
8875 (method url-fetch)
8876 (uri (string-append "mirror://gnome/sources/" name "/"
8877 (version-major+minor version) "/"
8878 name "-" version ".tar.xz"))
8879 (sha256
8880 (base32
8881 "0pwxjada2vaf69ihpjgp9nky54iykvxq63lp1vl8pxjanif2mk6f"))))
8882 (build-system meson-build-system)
8883 (native-inputs
8884 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
8885 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
8886 ("intltool" ,intltool)
8887 ("pkg-config" ,pkg-config)
8888 ("vala" ,vala)))
8889 (inputs
8890 `(("dconf" ,dconf)
8891 ("gtk+" ,gtk+)
8892 ("libxml2" ,libxml2)))
8893 (home-page "https://gitlab.gnome.org/GNOME/dconf-editor")
8894 (synopsis "Graphical editor for GNOME's dconf configuration system")
8895 (description
8896 "Dconf-editor is a graphical tool for browsing and editing the dconf
8897 configuration system for GNOME. It allows users to configure desktop
8898 software that do not provide their own configuration interface.")
8899 (license license:lgpl2.1+)))
8900
8901 (define-public gnome-default-applications
8902 (package
8903 (name "gnome-default-applications")
8904 (version "0")
8905 (build-system trivial-build-system)
8906 (source #f)
8907 (propagated-inputs
8908 `(("nautilus" ,nautilus)
8909 ("evince" ,evince)))
8910 (arguments
8911 `(#:modules ((guix build utils))
8912 #:builder
8913 (begin
8914 (use-modules (guix build utils))
8915 (let* ((out (assoc-ref %outputs "out"))
8916 (apps (string-append out "/share/applications")))
8917 (mkdir-p apps)
8918 (call-with-output-file (string-append apps "/gnome-mimeapps.list")
8919 (lambda (port)
8920 (format port "[Default Applications]\n")
8921 (format port "inode/directory=org.gnome.Nautilus.desktop\n")
8922 (format port "application/pdf=evince.desktop\n")
8923 (format port "application/postscript=evince.desktop\n")))
8924 #t))))
8925 (synopsis "Default MIME type associations for the GNOME desktop")
8926 (description
8927 "Given many installed packages which might handle a given MIME type, a
8928 user running the GNOME desktop probably has some preferences: for example,
8929 that folders be opened by default by the Nautilus file manager, not the Baobab
8930 disk usage analyzer. This package establishes that set of default MIME type
8931 associations for GNOME.")
8932 (license license:gpl3+)
8933 (home-page #f)))
8934
8935 (define-public libgovirt
8936 (package
8937 (name "libgovirt")
8938 (version "0.3.6")
8939 (source (origin
8940 (method url-fetch)
8941 (uri (string-append "mirror://gnome/sources/" name "/"
8942 (version-major+minor version) "/"
8943 name "-" version ".tar.xz"))
8944 (sha256
8945 (base32
8946 "19pb71pag3vsi83kbv8h08kimwym4hpw36kjl6a5ik5nk50mc8sg"))))
8947 (build-system glib-or-gtk-build-system)
8948 (native-inputs
8949 `(("gettext" ,gettext-minimal)
8950 ("glib:bin" ,glib "bin")
8951 ("gobject-introspection" ,gobject-introspection)
8952 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
8953 ("gtk+:bin" ,gtk+ "bin")
8954 ("pkg-config" ,pkg-config)))
8955 (inputs
8956 `(("glib-networking" ,glib-networking) ; GIO plugin--for the tests
8957 ("librest" ,rest)))
8958 (synopsis "GoVirt Library")
8959 (description "GoVirt is a GObject wrapper for the oVirt REST API.")
8960 (home-page "https://gitlab.gnome.org/GNOME/libgovirt")
8961 (license license:gpl2+)))
8962
8963 (define-public gnome-weather
8964 (package
8965 (name "gnome-weather")
8966 (version "3.34.0")
8967 (source (origin
8968 (method url-fetch)
8969 (uri (string-append "mirror://gnome/sources/" name "/"
8970 (version-major+minor version) "/"
8971 name "-" version ".tar.xz"))
8972 (sha256
8973 (base32
8974 "1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
8975 (build-system meson-build-system)
8976 (native-inputs
8977 `(("gettext" ,gettext-minimal)
8978 ("glib:bin" ,glib "bin")
8979 ("gobject-introspection" ,gobject-introspection)
8980 ("gtk+:bin" ,gtk+ "bin")
8981 ("pkg-config" ,pkg-config)))
8982 (inputs
8983 `( ;("adwaita-icon-theme" ,adwaita-icon-theme)
8984 ("appstream-glib" ,appstream-glib)
8985 ("geoclue" ,geoclue)
8986 ("gdk-pixbuf" ,gdk-pixbuf)
8987 ("gjs" ,gjs)
8988 ("gnome-desktop" ,gnome-desktop)
8989 ("libgweather" ,libgweather)))
8990 (arguments
8991 `(#:glib-or-gtk? #t
8992 #:phases
8993 (modify-phases %standard-phases
8994 (add-after 'install 'fix-desktop-file
8995 ;; FIXME: "gapplication launch org.gnome.Weather" fails for some reason.
8996 ;; See https://issues.guix.gnu.org/issue/39324.
8997 (lambda* (#:key outputs #:allow-other-keys)
8998 (let* ((out (assoc-ref outputs "out"))
8999 (applications (string-append out "/share/applications")))
9000 (substitute* (string-append applications "/org.gnome.Weather.desktop")
9001 (("Exec=.*") "Exec=gnome-weather\n"))
9002 #t)))
9003 (add-after 'install 'wrap
9004 (lambda* (#:key inputs outputs #:allow-other-keys)
9005 (let ((out (assoc-ref outputs "out"))
9006 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
9007 ;; GNOME Weather needs the typelib files of GTK+, Pango etc at runtime.
9008 (wrap-program (string-append out "/bin/gnome-weather")
9009 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))
9010 #t))))))
9011 (synopsis "Weather monitoring for GNOME desktop")
9012 (description "GNOME Weather is a small application that allows you to
9013 monitor the current weather conditions for your city, or anywhere in the
9014 world.")
9015 (home-page "https://wiki.gnome.org/Apps/Weather")
9016 (license license:gpl2+)))
9017
9018 (define-public gnome
9019 (package
9020 (name "gnome")
9021 (version (package-version gnome-shell))
9022 (source #f)
9023 (build-system trivial-build-system)
9024 (arguments '(#:builder (begin (mkdir %output) #t)))
9025 (propagated-inputs
9026 ;; TODO: Add or remove packages according to:
9027 ;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
9028 `(
9029 ;; GNOME-Core-OS-Services
9030 ("accountsservice" ,accountsservice)
9031 ("network-manager" ,network-manager)
9032 ("packagekit" ,packagekit)
9033 ("upower" ,upower)
9034 ;; GNOME-Core-Shell
9035 ("adwaita-icon-theme" ,adwaita-icon-theme)
9036 ("gdm" ,gdm)
9037 ("glib-networking" ,glib-networking)
9038 ("gnome-backgrounds" ,gnome-backgrounds)
9039 ("gnome-bluetooth" ,gnome-bluetooth)
9040 ("gnome-color-manager" ,gnome-color-manager)
9041 ("gnome-control-center" ,gnome-control-center)
9042 ("gnome-desktop" ,gnome-desktop)
9043 ("gnome-getting-started-docs" ,gnome-getting-started-docs)
9044 ("gnome-initial-setup" ,gnome-initial-setup)
9045 ("gnome-keyring" ,gnome-keyring)
9046 ("gnome-menus" ,gnome-menus)
9047 ("gnome-session" ,gnome-session)
9048 ("gnome-settings-daemon" ,gnome-settings-daemon)
9049 ("gnome-shell-extensions" ,gnome-shell-extensions)
9050 ("gnome-shell" ,gnome-shell)
9051 ("gnome-themes-extra" ,gnome-themes-extra)
9052 ("gnome-user-docs" ,gnome-user-docs)
9053 ("gnome-user-share" ,gnome-user-share)
9054 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
9055 ("gvfs" ,gvfs)
9056 ("mutter" ,mutter)
9057 ("orca" ,orca)
9058 ("rygel" ,rygel)
9059 ("sushi" ,sushi)
9060 ;; GNOME-Core-Utilities
9061 ("baobab" ,baobab)
9062 ("cheese" ,cheese)
9063 ;; XXX: EoG requires librsvg-next, which depends on Rust, which currently
9064 ;; only works on x86_64, so exclude it on other architectures.
9065 ,@(if (string-prefix? "x86_64" (%current-system))
9066 `(("eog" ,eog))
9067 '())
9068 ("epiphany" ,epiphany)
9069 ("evince" ,evince)
9070 ("file-roller" ,file-roller)
9071 ("gedit" ,gedit)
9072 ("gnome-boxes" ,gnome-boxes)
9073 ("gnome-calculator" ,gnome-calculator)
9074 ("gnome-calendar" ,gnome-calendar)
9075 ("gnome-characters" ,gnome-characters)
9076 ("gnome-clocks" ,gnome-clocks)
9077 ("gnome-contacts" ,gnome-contacts)
9078 ("gnome-disk-utility" ,gnome-disk-utility)
9079 ("gnome-font-viewer" ,gnome-font-viewer)
9080 ("gnome-maps" ,gnome-maps)
9081 ; TODO: ("gnome-music" ,gnome-music)
9082 ; TODO: ("gnome-photos" ,gnome-photos)
9083 ("gnome-screenshot" ,gnome-screenshot)
9084 ("gnome-system-monitor" ,gnome-system-monitor)
9085 ("gnome-terminal" ,gnome-terminal)
9086 ("gnome-weather" ,gnome-weather)
9087 ("nautilus" ,nautilus)
9088 ("simple-scan" ,simple-scan)
9089 ("totem" ,totem)
9090 ("yelp" ,yelp)
9091 ;; Others
9092 ("hicolor-icon-theme" ,hicolor-icon-theme)
9093 ("gnome-online-accounts" ,gnome-online-accounts)
9094
9095 ;; Packages not part of GNOME proper but that are needed for a good
9096 ;; experience. See <https://bugs.gnu.org/39646>.
9097 ;; XXX: Find out exactly which ones are needed and why.
9098 ("font-cantarell" ,font-cantarell)
9099 ("font-dejavu" ,font-dejavu)
9100 ("at-spi2-core" ,at-spi2-core)
9101 ("dbus" ,dbus)
9102 ("dconf" ,dconf)
9103 ("desktop-file-utils" ,desktop-file-utils)
9104 ("gnome-default-applications" ,gnome-default-applications)
9105 ("gnome-themes-standard" ,gnome-themes-standard)
9106 ("gst-plugins-base" ,gst-plugins-base)
9107 ("gst-plugins-good" ,gst-plugins-good)
9108 ("gucharmap" ,gucharmap)
9109 ("pinentry-gnome3" ,pinentry-gnome3)
9110 ("pulseaudio" ,pulseaudio)
9111 ("shared-mime-info" ,shared-mime-info)
9112 ("system-config-printer" ,system-config-printer)
9113 ("xdg-user-dirs" ,xdg-user-dirs)
9114 ("yelp" ,yelp)
9115 ("zenity" ,zenity)))
9116 (synopsis "The GNU desktop environment")
9117 (home-page "https://www.gnome.org/")
9118 (description
9119 "GNOME is the graphical desktop for GNU. It includes a wide variety of
9120 applications for browsing the web, editing text and images, creating
9121 documents and diagrams, playing media, scanning, and much more.")
9122 (license license:gpl2+)))
9123
9124 (define-public byzanz
9125 ;; The last stable release of Byzanz was in 2011, but there have been many
9126 ;; useful commits made to the Byzanz repository since then that it would be
9127 ;; silly to use such an old release.
9128 (let ((commit "f7af3a5bd252db84af8365bd059c117a7aa5c4af"))
9129 (package
9130 (name "byzanz")
9131 (version (string-append "0.2-1." (string-take commit 7)))
9132 (source (origin
9133 (method git-fetch)
9134 (uri (git-reference
9135 (url "https://git.gnome.org/browse/byzanz")
9136 (commit commit)))
9137 (file-name (string-append name "-" version "-checkout"))
9138 (sha256
9139 (base32
9140 "1l60myzxf9cav27v5v3nsijlslz9r7ip6d5kiirfpkf9k0w26hz3"))))
9141 (build-system glib-or-gtk-build-system)
9142 (arguments
9143 '(#:phases
9144 (modify-phases %standard-phases
9145 (add-before 'bootstrap 'build-without-Werror
9146 (lambda _
9147 ;; The build system cleverly detects that we're not building from
9148 ;; a release tarball and turns on -Werror for GCC.
9149 ;; Unsurprisingly, there is a warning during compilation that
9150 ;; causes the build to fail unnecessarily, so we remove the flag.
9151 (substitute* '("configure.ac")
9152 (("-Werror") ""))
9153 #t)))))
9154 (native-inputs
9155 `(("autoconf" ,autoconf)
9156 ("automake" ,automake)
9157 ("gnome-common" ,gnome-common)
9158 ("intltool" ,intltool)
9159 ("libtool" ,libtool)
9160 ("pkg-config" ,pkg-config)
9161 ("which" ,which)))
9162 (inputs
9163 `(("glib" ,glib)
9164 ("gstreamer" ,gstreamer)
9165 ("gst-plugins-base" ,gst-plugins-base)
9166 ("gtk+" ,gtk+)))
9167 (synopsis "Desktop recording program")
9168 (description "Byzanz is a simple desktop recording program with a
9169 command-line interface. It can record part or all of an X display for a
9170 specified duration and save it as a GIF encoded animated image file.")
9171 (home-page "https://git.gnome.org/browse/byzanz")
9172 (license license:gpl2+))))
9173
9174 (define-public authenticator
9175 (package
9176 (name "authenticator")
9177 (version "3.32.2")
9178 (source
9179 (origin
9180 (method git-fetch)
9181 (uri (git-reference
9182 (url "https://gitlab.gnome.org/World/Authenticator")
9183 (commit version)))
9184 (file-name (git-file-name name version))
9185 (sha256
9186 (base32 "1c4r9rnrz5gazrfg0z2rcwax4nscs7z391bcjcl74k6ln3blwzpr"))))
9187 (build-system meson-build-system)
9188 (arguments
9189 `(#:glib-or-gtk? #t
9190 #:phases
9191 (modify-phases %standard-phases
9192 (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
9193 (lambda* (#:key inputs outputs #:allow-other-keys)
9194 (let ((prog (string-append (assoc-ref outputs "out")
9195 "/bin/authenticator"))
9196 (pylib (string-append (assoc-ref outputs "out")
9197 "/lib/python"
9198 ,(version-major+minor
9199 (package-version python))
9200 "/site-packages")))
9201 (wrap-program prog
9202 `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib))
9203 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
9204 #t))))))
9205 (native-inputs
9206 `(("desktop-file-utils" ,desktop-file-utils)
9207 ("gettext" ,gettext-minimal)
9208 ("glib:bin" ,glib "bin")
9209 ("gobject-introspection" ,gobject-introspection)
9210 ("gtk+:bin" ,gtk+ "bin")
9211 ("pkg-config" ,pkg-config)))
9212 (inputs
9213 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
9214 ("gtk+" ,gtk+)
9215 ("libhandy" ,libhandy-0.0)
9216 ("libsecret" ,libsecret)
9217 ("python-beautifulsoup4" ,python-beautifulsoup4)
9218 ("python-pillow" ,python-pillow)
9219 ("python-pyfavicon" ,python-pyfavicon)
9220 ("python-pygobject" ,python-pygobject)
9221 ("python-pyotp" ,python-pyotp)
9222 ("python-pyzbar" ,python-pyzbar)
9223 ("yoyo-migrations" ,yoyo-migrations)
9224 ("zbar" ,zbar)))
9225 (home-page "https://gitlab.gnome.org/World/Authenticator/")
9226 (synopsis "Two-factor authentication application built for GNOME")
9227 (description
9228 "Authenticator is a two-factor authentication (2FA) application built for
9229 the GNOME desktop environment.
9230
9231 Features:
9232
9233 @itemize
9234 @item QR code scanner
9235 @item Beautiful UI
9236 @item Huge database of more than 560 supported services
9237 @item Keep your PIN tokens secure by locking the application with a password
9238 @item Automatically fetch an image for services using their favicon
9239 @item The possibility to add new services
9240 @end itemize")
9241 (license license:gpl3+)))
9242
9243 (define-public gsound
9244 (package
9245 (name "gsound")
9246 (version "1.0.2")
9247 (source (origin
9248 (method url-fetch)
9249 (uri (string-append "mirror://gnome/sources/" name "/"
9250 (version-major+minor version) "/"
9251 name "-" version ".tar.xz"))
9252 (sha256
9253 (base32
9254 "0lwfwx2c99qrp08pfaj59pks5dphsnxjgrxyadz065d8xqqgza5v"))))
9255 (build-system glib-or-gtk-build-system)
9256 (native-inputs
9257 `(("pkg-config" ,pkg-config)
9258 ("gobject-introspection" ,gobject-introspection)
9259 ("vala" ,vala)))
9260 (inputs
9261 `(("glib" ,glib)
9262 ("libcanberra" ,libcanberra)))
9263 (home-page "https://wiki.gnome.org/Projects/GSound")
9264 (synopsis "GObject wrapper for libcanberra")
9265 (description
9266 "GSound is a small library for playing system sounds. It's designed to be
9267 used via GObject Introspection, and is a thin wrapper around the libcanberra C
9268 library.")
9269 (license license:lgpl2.1+)))
9270
9271 (define-public libzapojit
9272 (package
9273 (name "libzapojit")
9274 (version "0.0.3")
9275 (source (origin
9276 (method url-fetch)
9277 (uri (string-append "mirror://gnome/sources/" name "/"
9278 (version-major+minor version) "/"
9279 name "-" version ".tar.xz"))
9280 (sha256
9281 (base32
9282 "0zn3s7ryjc3k1abj4k55dr2na844l451nrg9s6cvnnhh569zj99x"))))
9283 (build-system gnu-build-system)
9284 (native-inputs
9285 `(("gobject-introspection" ,gobject-introspection)
9286 ("intltool" ,intltool)
9287 ("pkg-config" ,pkg-config)))
9288 (inputs
9289 `(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
9290 ("json-glib" ,json-glib)
9291 ("rest" ,rest)))
9292 (home-page "https://wiki.gnome.org/Projects/Zapojit")
9293 (synopsis "Library for accessing SkyDrive and Hotmail")
9294 (description
9295 "Libzapojit is a GLib-based library for accessing online service APIs of
9296 Microsoft SkyDrive and Hotmail, using their REST protocols.")
9297 (license license:lgpl2.1+)))
9298
9299 (define-public gnome-clocks
9300 (package
9301 (name "gnome-clocks")
9302 (version "3.34.0")
9303 (source (origin
9304 (method url-fetch)
9305 (uri (string-append "mirror://gnome/sources/" name "/"
9306 (version-major+minor version) "/"
9307 name "-" version ".tar.xz"))
9308 (sha256
9309 (base32
9310 "0g7hjk55smhkd09hwa9kag3h5a12l494wj89w9smpdk3ghsmy6b1"))))
9311 (build-system meson-build-system)
9312 (arguments
9313 '(#:glib-or-gtk? #t
9314 #:phases
9315 (modify-phases %standard-phases
9316 (add-after 'unpack 'skip-gtk-update-icon-cache
9317 ;; Don't create 'icon-theme.cache'.
9318 (lambda _
9319 (substitute* "build-aux/post-install.py"
9320 (("gtk-update-icon-cache") "true"))
9321 #t)))))
9322 (native-inputs
9323 `(("vala" ,vala)
9324 ("pkg-config" ,pkg-config)
9325 ("glib" ,glib "bin") ; for glib-compile-resources
9326 ("desktop-file-utils" ,desktop-file-utils)
9327 ("gettext" ,gettext-minimal)
9328 ("itstool" ,itstool)))
9329 (inputs
9330 `(("glib" ,glib)
9331 ("gtk+" ,gtk+)
9332 ("gsound" ,gsound)
9333 ("geoclue" ,geoclue)
9334 ("geocode-glib" ,geocode-glib)
9335 ("libgweather" ,libgweather)
9336 ("gnome-desktop" ,gnome-desktop)))
9337 (home-page "https://wiki.gnome.org/Apps/Clocks")
9338 (synopsis "GNOME's clock application")
9339 (description
9340 "GNOME Clocks is a simple clocks application designed to fit the GNOME
9341 desktop. It supports world clock, stop watch, alarms, and count down timer.")
9342 (license license:gpl3+)))
9343
9344 (define-public gnome-calendar
9345 (package
9346 (name "gnome-calendar")
9347 (version "3.34.2")
9348 (source (origin
9349 (method url-fetch)
9350 (uri (string-append "mirror://gnome/sources/" name "/"
9351 (version-major+minor version) "/"
9352 name "-" version ".tar.xz"))
9353 (sha256
9354 (base32
9355 "1bnmd191044zn2kr6f5vg7sm5q59qf7z652awll1f7s6ahijr8rw"))))
9356 (build-system meson-build-system)
9357 (arguments
9358 '(#:glib-or-gtk? #t
9359 ;; gnome-calendar has to be installed before the tests can be run
9360 ;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
9361 #:tests? #f
9362 #:phases
9363 (modify-phases %standard-phases
9364 (add-after 'unpack 'skip-gtk-update-icon-cache
9365 ;; Don't create 'icon-theme.cache'.
9366 (lambda _
9367 (substitute* "build-aux/meson/meson_post_install.py"
9368 (("gtk-update-icon-cache") "true"))
9369 #t)))))
9370 (native-inputs
9371 `(("gettext" ,gettext-minimal)
9372 ("glib-bin" ,glib "bin") ; For glib-compile-schemas
9373 ("pkg-config" ,pkg-config)))
9374 (inputs
9375 `(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
9376 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
9377 ("libdazzle" ,libdazzle)
9378 ("libedataserverui" ,evolution-data-server)
9379 ("libgweather" ,libgweather)
9380 ("geoclue" ,geoclue)))
9381 (propagated-inputs
9382 `(("evolution-data-server" ,evolution-data-server)))
9383 (home-page "https://wiki.gnome.org/Apps/Calendar")
9384 (synopsis "GNOME's calendar application")
9385 (description
9386 "GNOME Calendar is a simple calendar application designed to fit the GNOME
9387 desktop. It supports multiple calendars, month, week and year view.")
9388 (license license:gpl3+)))
9389
9390 (define-public gnome-todo
9391 (package
9392 (name "gnome-todo")
9393 (version "3.28.1")
9394 (source (origin
9395 (method url-fetch)
9396 (uri (string-append "mirror://gnome/sources/" name "/"
9397 (version-major+minor version) "/"
9398 name "-" version ".tar.xz"))
9399 (sha256
9400 (base32
9401 "08ygqbib72jlf9y0a16k54zz51sncpq2wa18wp81v46q8301ymy7"))
9402 (patches
9403 (search-patches "gnome-todo-delete-esource-duplicate.patch"))))
9404 (build-system meson-build-system)
9405 (arguments
9406 '(#:glib-or-gtk? #t
9407 #:phases (modify-phases %standard-phases
9408 (add-after
9409 'install 'wrap-gnome-todo
9410 (lambda* (#:key inputs outputs #:allow-other-keys)
9411 (let ((out (assoc-ref outputs "out"))
9412 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
9413 (python-path (getenv "PYTHONPATH")))
9414 (wrap-program (string-append out "/bin/gnome-todo")
9415 ;; XXX: gi plugins are broken.
9416 ;; See https://bugzilla.gnome.org/show_bug.cgi?id=787212
9417 ;; For plugins.
9418 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
9419 `("PYTHONPATH" ":" prefix (,python-path))))
9420 #t)))))
9421 (native-inputs
9422 `(("gettext" ,gettext-minimal)
9423 ("gobject-introspection" ,gobject-introspection)
9424 ("glib:bin" ,glib "bin") ; For glib-compile-resources
9425 ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
9426 ("pkg-config" ,pkg-config)))
9427 (inputs
9428 `(("rest" ,rest) ; For Todoist plugin
9429 ("json-glib" ,json-glib) ; For Todoist plugin
9430 ("libedataserverui" ,evolution-data-server)
9431 ("libical" ,libical)
9432 ("libpeas" ,libpeas)
9433 ("python-pygobject" ,python-pygobject)
9434 ("evolution-data-server" ,evolution-data-server)
9435 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
9436 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
9437 (home-page "https://wiki.gnome.org/Apps/Todo")
9438 (synopsis "GNOME's ToDo Application")
9439 (description
9440 "GNOME To Do is a simplistic personal task manager designed to perfectly
9441 fit the GNOME desktop.")
9442 (license license:gpl3+)))
9443
9444 (define-public gnome-dictionary
9445 (package
9446 (name "gnome-dictionary")
9447 (version "3.26.1")
9448 (source (origin
9449 (method url-fetch)
9450 (uri (string-append "mirror://gnome/sources/" name "/"
9451 (version-major+minor version) "/"
9452 name "-" version ".tar.xz"))
9453 (sha256
9454 (base32
9455 "007k2bq8iplg4psdpz074r5d4zxvn4s95qym4rw9hs6giljbrf0n"))))
9456 (build-system meson-build-system)
9457 (arguments '(#:glib-or-gtk? #t
9458 #:phases (modify-phases %standard-phases
9459 (add-after 'unpack 'patch-install-script
9460 (lambda _
9461 ;; This script attempts to compile glib schemas
9462 ;; and create an empty MIME database. We do
9463 ;; that elsewhere, so prevent it from running.
9464 (substitute* "build-aux/post-install.sh"
9465 (("\\[ -z \"\\$DESTDIR\" \\]") "false"))
9466 #t)))))
9467 (native-inputs
9468 `(("glib:bin" ,glib "bin")
9469 ("gobject-introspection" ,gobject-introspection)
9470 ("intltool" ,intltool)
9471 ("itstool" ,itstool)
9472 ("pkg-config" ,pkg-config)
9473 ("xmllint" ,libxml2)))
9474 (inputs
9475 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
9476 ("gtk+" ,gtk+)))
9477 (home-page "https://wiki.gnome.org/Apps/Dictionary")
9478 (synopsis "Look up words in dictionary sources")
9479 (description
9480 "GNOME Dictionary can look for the definition or translation of a word in
9481 existing databases over the internet.")
9482 (license license:gpl3+)))
9483
9484 (define-public gnome-tweaks
9485 (package
9486 (name "gnome-tweaks")
9487 (version "3.34.0")
9488 (source (origin
9489 (method url-fetch)
9490 (uri (string-append "mirror://gnome/sources/gnome-tweaks/"
9491 (version-major+minor version) "/"
9492 "gnome-tweaks-" version ".tar.xz"))
9493 (patches
9494 (list (search-patch "gnome-tweaks-search-paths.patch")))
9495 (sha256
9496 (base32
9497 "0l2j42ba7v866iknygamnkiq7igh0fjvq92r93cslvvfnkx2ccq0"))))
9498 (build-system meson-build-system)
9499 (arguments
9500 `(#:glib-or-gtk? #t
9501 #:configure-flags '("-Dlocalstatedir=/tmp"
9502 "-Dsysconfdir=/tmp")
9503 #:imported-modules ((guix build python-build-system)
9504 ,@%meson-build-system-modules)
9505 #:phases
9506 (modify-phases %standard-phases
9507 (add-after 'unpack 'skip-gtk-update-icon-cache
9508 ;; Don't create 'icon-theme.cache'.
9509 (lambda _
9510 (substitute* "meson-postinstall.py"
9511 (("gtk-update-icon-cache") "true"))
9512 #t))
9513 (add-after 'install 'wrap
9514 (@@ (guix build python-build-system) wrap))
9515 (add-after 'wrap 'wrap-gi-typelib
9516 (lambda* (#:key inputs outputs #:allow-other-keys)
9517 (let ((out (assoc-ref outputs "out"))
9518 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
9519 (wrap-program (string-append out "/bin/gnome-tweaks")
9520 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
9521 #t)))))
9522 (native-inputs
9523 `(("intltool" ,intltool)
9524 ("pkg-config" ,pkg-config)))
9525 (inputs
9526 `(("gnome-desktop" ,gnome-desktop)
9527 ("gtk+" ,gtk+)
9528 ("gobject-introspection" ,gobject-introspection)
9529 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
9530 ("libhandy" ,libhandy-0.0)
9531 ("libnotify" ,libnotify)
9532 ("libsoup" ,libsoup)
9533 ("nautilus" ,nautilus)
9534 ("python" ,python)
9535 ("python-pygobject" ,python-pygobject)))
9536 (synopsis "Customize advanced GNOME 3 options")
9537 (home-page "https://wiki.gnome.org/Apps/Tweaks")
9538 (description
9539 "GNOME Tweaks allows adjusting advanced configuration settings in
9540 GNOME 3. This includes things like the fonts used in user interface elements,
9541 alternative user interface themes, changes in window management behavior,
9542 GNOME Shell appearance and extension, etc.")
9543 (license license:gpl3+)))
9544
9545 (define-public gnome-shell-extensions
9546 (package
9547 (name "gnome-shell-extensions")
9548 (version "3.34.2")
9549 (source (origin
9550 (method url-fetch)
9551 (uri (string-append "mirror://gnome/sources/" name "/"
9552 (version-major+minor version) "/"
9553 name "-" version ".tar.xz"))
9554 (sha256
9555 (base32
9556 "1f5l35l3kdkzrv49xmg1sh11vwmgjbg7hx3gb91i39bfl1snxqd1"))))
9557 (build-system meson-build-system)
9558 (arguments
9559 '(#:configure-flags '("-Dextension_set=all")))
9560 (native-inputs
9561 `(("glib:bin" ,glib "bin")
9562 ("intltool" ,intltool)
9563 ("pkg-config" ,pkg-config)))
9564 (propagated-inputs
9565 `(("glib" ,glib)))
9566 (synopsis "Extensions for GNOME Shell")
9567 (description "GNOME Shell extensions modify and extend GNOME Shell
9568 functionality and behavior.")
9569 (home-page "https://extensions.gnome.org/")
9570 (license license:gpl3+)))
9571
9572 (define-public arc-theme
9573 (package
9574 (name "arc-theme")
9575 (version "20201013")
9576 (source (origin
9577 (method git-fetch)
9578 (uri (git-reference
9579 (url "https://github.com/jnsh/arc-theme")
9580 (commit version)))
9581 (file-name (git-file-name name version))
9582 (sha256
9583 (base32
9584 "1x2l1mwjx68dwf3jb1i90c1q8nqsl1wf2zggcn8im6590k5yv39s"))))
9585 (build-system gnu-build-system)
9586 (arguments
9587 '(#:configure-flags
9588 (list "--disable-cinnamon")
9589 #:phases
9590 (modify-phases %standard-phases
9591 ;; autogen.sh calls configure at the end of the script.
9592 (replace 'bootstrap
9593 (lambda _ (invoke "autoreconf" "-vfi")))
9594 (add-before 'build 'set-home ;placate Inkscape
9595 (lambda _
9596 (setenv "HOME" (getcwd))
9597 #t)))))
9598 (native-inputs
9599 `(("autoconf" ,autoconf)
9600 ("automake" ,automake)
9601 ("glib" ,glib "bin") ; for glib-compile-resources
9602 ("gnome-shell" ,gnome-shell)
9603 ("gtk+" ,gtk+)
9604 ("inkscape" ,inkscape)
9605 ("optipng" ,optipng)
9606 ("pkg-config" ,pkg-config)
9607 ("sassc" ,sassc/libsass-3.5)))
9608 (synopsis "A flat GTK+ theme with transparent elements")
9609 (description "Arc is a flat theme with transparent elements for GTK 3, GTK
9610 2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments
9611 like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
9612 (home-page "https://github.com/horst3180/arc-theme")
9613 ;; No "or later" language found.
9614 (license license:gpl3+)))
9615
9616 (define-public faba-icon-theme
9617 (package
9618 (name "faba-icon-theme")
9619 (version "4.3")
9620 (source
9621 (origin
9622 (method git-fetch)
9623 (uri (git-reference
9624 (url "https://github.com/snwh/faba-icon-theme")
9625 (commit (string-append "v" version))))
9626 (file-name (git-file-name name version))
9627 (sha256
9628 (base32 "0xh6ppr73p76z60ym49b4d0liwdc96w41cc5p07d48hxjsa6qd6n"))))
9629 (build-system meson-build-system)
9630 (arguments
9631 `(#:phases
9632 (modify-phases %standard-phases
9633 (add-before 'configure 'disable-post-install
9634 (lambda _
9635 (substitute* "meson.build"
9636 (("meson.add_install_script.*") "")))))))
9637 (native-inputs
9638 `(("autoconf" ,autoconf)
9639 ("automake" ,automake)))
9640 (synopsis "Faba icon theme")
9641 (description
9642 "Faba is a minimal icon set used as a basis for other themes such as
9643 Moka")
9644 (home-page "https://snwh.org/moka")
9645 (license (list license:lgpl3+
9646 license:cc-by-sa4.0))))
9647
9648 (define-public moka-icon-theme
9649 (package
9650 (inherit faba-icon-theme)
9651 (name "moka-icon-theme")
9652 (version "5.4.0")
9653 (source
9654 (origin
9655 (method git-fetch)
9656 (uri (git-reference
9657 (url "https://github.com/snwh/moka-icon-theme")
9658 (commit (string-append "v" version))))
9659 (file-name (git-file-name name version))
9660 (sha256
9661 (base32 "015l02im4mha5z91dbchxf6xkp66d346bg3xskwg0rh3lglhjsrd"))))
9662 (propagated-inputs
9663 ;; Moka is based on Faba by using it as a fallback icon set instead of
9664 ;; bundling it, so we need to add it as a propagated input.
9665 `(("faba-icon-theme" ,faba-icon-theme)))
9666 (synopsis "Moka icon theme")
9667 (description "Moka is a stylized desktop icon set, designed to be clear,
9668 simple and consistent.")
9669 (license (list license:gpl3+
9670 license:cc-by-sa4.0))))
9671
9672 (define-public arc-icon-theme
9673 (package
9674 (name "arc-icon-theme")
9675 (version "20161122")
9676 (source
9677 (origin
9678 (method git-fetch)
9679 (uri (git-reference
9680 (url "https://github.com/horst3180/arc-icon-theme")
9681 (commit version)))
9682 (file-name (git-file-name name version))
9683 (sha256
9684 (base32 "1ch3hp08qri93510hypzz6m2x4xgg2h15wvnhjwh1x1s1b7jvxjd"))))
9685 (build-system gnu-build-system)
9686 (arguments
9687 `(#:phases
9688 (modify-phases %standard-phases
9689 (add-after 'unpack 'disable-configure-during-bootstrap
9690 (lambda _
9691 (substitute* "autogen.sh"
9692 (("^\"\\$srcdir/configure\".*") ""))
9693 #t)))))
9694 (native-inputs
9695 `(("autoconf" ,autoconf)
9696 ("automake" ,automake)))
9697 ;; When Arc is missing an icon, it looks in the Moka icon theme for it.
9698 (propagated-inputs
9699 `(("moka-icon-theme" ,moka-icon-theme)))
9700 (synopsis "Arc icon theme")
9701 (description "The Arc icon theme provides a set of icons matching the
9702 style of the Arc GTK theme. Icons missing from the Arc theme are provided by
9703 the Moka icon theme.")
9704 (home-page "https://github.com/horst3180/arc-icon-theme")
9705 (license license:gpl3+)))
9706
9707 (define-public folks
9708 (package
9709 (name "folks")
9710 (version "0.13.1")
9711 (source (origin
9712 (method url-fetch)
9713 (uri (string-append
9714 "mirror://gnome/sources/folks/"
9715 (version-major+minor version) "/"
9716 "folks-" version ".tar.xz"))
9717 (sha256
9718 (base32
9719 "0pda8sx4ap3lyri5fdrnakl29la1zkhwlc9bmnp13qigp1iwdw9x"))))
9720 (build-system meson-build-system)
9721 (arguments
9722 '(#:phases
9723 (modify-phases %standard-phases
9724 (add-after 'unpack 'skip-gtk-update-icon-cache
9725 ;; Don't create 'icon-theme.cache'.
9726 (lambda _
9727 (substitute* "meson_post_install.py"
9728 (("gtk-update-icon-cache") "true"))
9729 #t)))))
9730 (inputs
9731 `(("bdb" ,bdb)
9732 ("dbus-glib" ,dbus-glib)
9733 ("evolution-data-server" ,evolution-data-server)
9734 ("glib" ,glib)
9735 ("libgee" ,libgee)
9736 ("readline" ,readline)
9737 ("telepathy-glib" ,telepathy-glib)))
9738 (native-inputs
9739 `(("glib:bin" ,glib "bin")
9740 ("gobject-introspection" ,gobject-introspection)
9741 ("intltool" ,intltool)
9742 ("pkg-config" ,pkg-config)
9743 ("vala" ,vala)))
9744 (synopsis "Library to aggregate data about people")
9745 (description "Libfolks is a library that aggregates information about people
9746 from multiple sources (e.g., Telepathy connection managers for IM contacts,
9747 Evolution Data Server for local contacts, libsocialweb for web service contacts,
9748 etc.) to create metacontacts. It's written in Vala, which generates C code when
9749 compiled.")
9750 (home-page "https://wiki.gnome.org/Projects/Folks")
9751 (license license:lgpl2.1+)))
9752
9753 (define-public gfbgraph
9754 (package
9755 (name "gfbgraph")
9756 (version "0.2.4")
9757 (source (origin
9758 (method url-fetch)
9759 (uri (string-append
9760 "mirror://gnome/sources/gfbgraph/"
9761 (version-major+minor version) "/"
9762 "gfbgraph-" version ".tar.xz"))
9763 (sha256
9764 (base32
9765 "0yck7dwvjk16a52nafjpi0a39rxwmg0w833brj45acz76lgkjrb0"))))
9766 (build-system glib-or-gtk-build-system)
9767 (arguments
9768 `(#:tests? #f ; tests appear to require the network
9769 #:configure-flags '("--disable-static"
9770 "--enable-gtk-doc"
9771 "--enable-introspection")))
9772 (native-inputs
9773 `(("gobject-introspection" ,gobject-introspection)
9774 ("gtk-doc" ,gtk-doc)
9775 ("pkg-config" ,pkg-config)
9776
9777 ;; The 0.2.4 ‘release’ tarball isn't bootstrapped.
9778 ("autoconf" ,autoconf)
9779 ("automake" ,automake)
9780 ("libtool" ,libtool)
9781 ("which" ,which)))
9782 (inputs
9783 `(("json-glib" ,json-glib)
9784 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
9785 ("rest" ,rest)))
9786 (synopsis "GLib/GObject wrapper for the Facebook API")
9787 (description "This library allows you to use the Facebook API from
9788 GLib/GObject code.")
9789 (home-page "https://wiki.gnome.org/Projects/GFBGraph")
9790 (license license:lgpl2.1+)))
9791
9792 (define-public libgnomekbd
9793 (package
9794 (name "libgnomekbd")
9795 (version "3.26.1")
9796 (source (origin
9797 (method url-fetch)
9798 (uri (string-append "mirror://gnome/sources/libgnomekbd/"
9799 (version-major+minor version) "/"
9800 "libgnomekbd-" version ".tar.xz"))
9801 (sha256
9802 (base32
9803 "0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
9804 (build-system gnu-build-system)
9805 (native-inputs
9806 `(("pkg-config" ,pkg-config)
9807 ("glib" ,glib "bin")
9808 ("intltool" ,intltool)))
9809 (propagated-inputs
9810 ;; Referred to in .h files and .pc.
9811 `(("glib" ,glib)
9812 ("gtk+" ,gtk+)
9813 ("libxklavier" ,libxklavier)))
9814 (home-page "https://www.gnome.org")
9815 (synopsis "GNOME keyboard configuration library")
9816 (description
9817 "Libgnomekbd is a keyboard configuration library for the GNOME desktop
9818 environment, which can notably display keyboard layouts.")
9819 (license license:lgpl2.0+)))
9820
9821 ;;; This package is no longer maintained:
9822 ;;; https://wiki.gnome.org/Attic/LibUnique
9823 ;;; "Unique is now in maintenance mode, and its usage is strongly discouraged.
9824 ;;; Applications should use the GtkApplication class provided by GTK+ 3.0."
9825 (define-public libunique
9826 (package
9827 (name "libunique")
9828 (version "3.0.2")
9829 (source (origin
9830 (method url-fetch)
9831 (uri (string-append "mirror://gnome/sources/" name "/"
9832 (version-major+minor version) "/"
9833 name "-" version ".tar.xz"))
9834 (sha256
9835 (base32
9836 "0f70lkw66v9cj72q0iw1s2546r6bwwcd8idcm3621fg2fgh2rw58"))))
9837 (build-system glib-or-gtk-build-system)
9838 (arguments
9839 `(#:configure-flags '("--disable-static"
9840 "--disable-dbus" ; use gdbus
9841 "--enable-introspection")))
9842 (native-inputs
9843 `(("pkg-config" ,pkg-config)
9844 ("gobject-introspection" ,gobject-introspection)
9845 ("glib:bin" ,glib "bin")
9846 ("gtk-doc" ,gtk-doc)))
9847 (propagated-inputs
9848 ;; Referred to in .h files and .pc.
9849 `(("gtk+" ,gtk+)))
9850 (home-page "https://wiki.gnome.org/Attic/LibUnique")
9851 (synopsis "Library for writing single instance applications")
9852 (description
9853 "Libunique is a library for writing single instance applications. If you
9854 launch a single instance application twice, the second instance will either just
9855 quit or will send a message to the running instance. Libunique makes it easy to
9856 write this kind of application, by providing a base class, taking care of all
9857 the IPC machinery needed to send messages to a running instance, and also
9858 handling the startup notification side.")
9859 (license license:lgpl2.1+)))
9860
9861 (define-public gnome-calculator
9862 (package
9863 (name "gnome-calculator")
9864 (version "3.34.1")
9865 (source
9866 (origin
9867 (method url-fetch)
9868 (uri (string-append "mirror://gnome/sources/" name "/"
9869 (version-major+minor version) "/"
9870 name "-" version ".tar.xz"))
9871 (sha256
9872 (base32
9873 "0lbh87255zzggqzai6543qg920y52bl4vs5m5h5087ghzg14hlsd"))))
9874 (build-system meson-build-system)
9875 (arguments '(#:glib-or-gtk? #t))
9876 (native-inputs
9877 `(("gettext" ,gettext-minimal)
9878 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
9879 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
9880 ("itstool" ,itstool)
9881 ("vala" ,vala)
9882 ("pkg-config" ,pkg-config)))
9883 (inputs
9884 `(("glib" ,glib)
9885 ("gtksourceview" ,gtksourceview)
9886 ("libgee" ,libgee)
9887 ("libsoup" ,libsoup)
9888 ("libxml2" ,libxml2)
9889 ("mpc" ,mpc)
9890 ("mpfr" ,mpfr)))
9891 (home-page "https://wiki.gnome.org/Apps/Calculator")
9892 (synopsis "Desktop calculator")
9893 (description
9894 "Calculator is an application that solves mathematical equations and
9895 is suitable as a default application in a Desktop environment.")
9896 (license license:gpl3)))
9897
9898 (define-public xpad
9899 (package
9900 (name "xpad")
9901 (version "5.1.0")
9902 (source
9903 (origin
9904 (method url-fetch)
9905 (uri (string-append "https://launchpad.net/xpad/trunk/"
9906 version "/+download/"
9907 name "-" version ".tar.bz2"))
9908 (sha256
9909 (base32
9910 "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3"))))
9911 (build-system gnu-build-system)
9912 (native-inputs
9913 `(("autoconf" ,autoconf)
9914 ("automake" ,automake)
9915 ("gtk+:bin" ,gtk+ "bin")
9916 ("intltool" ,intltool)
9917 ("pkg-config" ,pkg-config)))
9918 (inputs
9919 `(("gtksourceview" ,gtksourceview-3)
9920 ("libsm" ,libsm)))
9921 (home-page "https://wiki.gnome.org/Apps/Xpad")
9922 (synopsis "Virtual sticky note")
9923 (description
9924 "Xpad is a sticky note that strives to be simple, fault tolerant,
9925 and customizable. Xpad consists of independent pad windows, each is
9926 basically a text box in which notes can be written.")
9927 (license license:gpl3+)))
9928
9929 (define-public gucharmap
9930 (let ((unicode-files
9931 '(("Blocks.txt"
9932 "041sk54v6rjzb23b9x7yjdwzdp2wc7gvfz7ybavgg4gbh51wm8x1")
9933 ("DerivedAge.txt"
9934 "04j92xp07v273z3pxkbfmi1svmw9kmnjl9nvz9fv0g5ybk9zk7r6")
9935 ("NamesList.txt"
9936 "0vsq8gx7hws8mvxy3nlglpwxw7ky57q0fs09d7w9xgb2ylk7fz61")
9937 ("Scripts.txt"
9938 "18c63hx4y5yg408a8d0wx72d2hfnlz4l560y1fsf9lpzifxpqcmx")
9939 ("UnicodeData.txt"
9940 "07d1kq190kgl92ispfx6zmdkvwvhjga0ishxsngzlw8j3kdkz4ap")
9941 ("Unihan.zip"
9942 "1kfdhgg2gm52x3s07bijb5cxjy0jxwhd097k5lqhvzpznprm6ibf"))))
9943 (package
9944 (name "gucharmap")
9945 (version "12.0.1")
9946 (source
9947 (origin
9948 (method url-fetch)
9949 (uri (string-append "mirror://gnome/sources/" name "/"
9950 (version-major+minor version) "/"
9951 name "-" version ".tar.xz"))
9952 (sha256
9953 (base32
9954 "0m915hm2b2d6r3vs1l80rqpssvg78pv8j6nv54yg62kzknnqmpir"))))
9955 (build-system glib-or-gtk-build-system)
9956 (arguments
9957 `(#:modules ((ice-9 match)
9958 (guix build glib-or-gtk-build-system)
9959 (guix build utils))
9960 #:configure-flags
9961 (list "--with-unicode-data=../unicode-data")
9962 #:phases
9963 (modify-phases %standard-phases
9964 (add-after 'unpack 'prepare-unicode-data
9965 (lambda* (#:key inputs #:allow-other-keys)
9966 (mkdir-p "../unicode-data")
9967 (with-directory-excursion "../unicode-data"
9968 (for-each (match-lambda
9969 ((file _)
9970 (install-file (assoc-ref inputs file) ".")))
9971 ',unicode-files))
9972 #t)))))
9973 (native-inputs
9974 `(("desktop-file-utils" ,desktop-file-utils)
9975 ("glib:bin" ,glib "bin") ; for glib-compile-resources.
9976 ("gobject-introspection" ,gobject-introspection)
9977 ("intltool" ,intltool)
9978 ("itstool" ,itstool)
9979 ("pkg-config" ,pkg-config)
9980 ,@(map (match-lambda
9981 ((file hash)
9982 `(,file
9983 ,(origin
9984 (method url-fetch)
9985 (uri (string-append
9986 "http://www.unicode.org/Public/12.0.0/ucd/"
9987 file))
9988 (sha256 (base32 hash))))))
9989 unicode-files)
9990 ("unzip" ,unzip)))
9991 (inputs
9992 `(("gtk+" ,gtk+)
9993 ("xmllint" ,libxml2)))
9994 (home-page "https://wiki.gnome.org/Apps/Gucharmap")
9995 (synopsis "Unicode character picker and font browser")
9996 (description
9997 "This program allows you to browse through all the available Unicode
9998 characters and categories for the installed fonts, and to examine their
9999 detailed properties. It is an easy way to find the character you might
10000 only know by its Unicode name or code point.")
10001 (license license:gpl3+))))
10002
10003 (define-public bluefish
10004 (package
10005 (name "bluefish")
10006 (version "2.2.12")
10007 (source
10008 (origin
10009 (method url-fetch)
10010 (uri (string-append "https://www.bennewitz.com/bluefish/stable/source/"
10011 "bluefish-" version ".tar.gz"))
10012 (sha256
10013 (base32 "09hgxq139kbkjda5y073lqhq1z1x7cx0j80jh77afrqa3y9c53wl"))))
10014 (build-system gnu-build-system)
10015 (native-inputs
10016 `(("desktop-file-utils" ,desktop-file-utils)
10017 ("intltool" ,intltool)
10018 ("pkg-config" ,pkg-config)))
10019 (inputs
10020 `(("enchant" ,enchant)
10021 ("gtk+" ,gtk+)
10022 ("python" ,python-wrapper)
10023 ("xmllint" ,libxml2)
10024 ("gucharmap" ,gucharmap)))
10025 (home-page "http://bluefish.openoffice.nl")
10026 (synopsis "Web development studio")
10027 (description
10028 "Bluefish is an editor aimed at programmers and web developers,
10029 with many options to write web sites, scripts and other code.
10030 Bluefish supports many programming and markup languages.")
10031 (license license:gpl3+)))
10032
10033 (define-public gnome-system-monitor
10034 (package
10035 (name "gnome-system-monitor")
10036 (version "3.32.1")
10037 (source
10038 (origin
10039 (method url-fetch)
10040 (uri (string-append "mirror://gnome/sources/" name "/"
10041 (version-major+minor version) "/"
10042 name "-" version ".tar.xz"))
10043 (sha256
10044 (base32
10045 "1wd43qdgjav6xamq5z5cy8fri5zr01jga3plc9w95gcia0rk3ha8"))))
10046 (build-system meson-build-system)
10047 (arguments
10048 '(#:glib-or-gtk? #t
10049 #:configure-flags '("-Dsystemd=false")))
10050 (native-inputs
10051 `(("glib:bin" ,glib "bin") ; for glib-mkenums.
10052 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
10053 ("intltool" ,intltool)
10054 ("itstool" ,itstool)
10055 ("libgtop" ,libgtop)
10056 ("polkit" ,polkit)
10057 ("pkg-config" ,pkg-config)))
10058 (inputs
10059 `(("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files.
10060 ("gtk+" ,gtk+)
10061 ("gtkmm" ,gtkmm)
10062 ("librsvg" ,librsvg)
10063 ("libxml2" ,libxml2)
10064 ("libwnck" ,libwnck)))
10065 (home-page "https://wiki.gnome.org/Apps/SystemMonitor")
10066 (synopsis "Process viewer and system resource monitor for GNOME")
10067 (description
10068 "GNOME System Monitor is a GNOME process viewer and system monitor with
10069 an attractive, easy-to-use interface. It has features, such as a tree view
10070 for process dependencies, icons for processes, the ability to hide processes,
10071 graphical time histories of CPU/memory/swap usage and the ability to
10072 kill/reinice processes.")
10073 (license license:gpl2+)))
10074
10075 (define-public python-pyatspi
10076 (package
10077 (name "python-pyatspi")
10078 (version "2.34.0")
10079 (source (origin
10080 (method url-fetch)
10081 (uri (string-append
10082 "mirror://gnome/sources/pyatspi/"
10083 (version-major+minor version)
10084 "/pyatspi-" version ".tar.xz"))
10085 (sha256
10086 (base32
10087 "0j3f75j0zd6ca8msg7yr19qsfirqkn9fk8pqbjnlhqrpri455g4p"))))
10088 (build-system gnu-build-system)
10089 (arguments
10090 `(#:phases
10091 (modify-phases %standard-phases
10092 (add-before 'build 'fix-atk-load
10093 (lambda _
10094 (substitute* "pyatspi/__init__.py"
10095 (("from gi.repository import Atspi")
10096 "gi.require_version('Gtk', '3.0')
10097 from gi.repository import Gtk
10098 from gi.repository import Atspi"))
10099 #t)))))
10100 (native-inputs
10101 `(("pkg-config" ,pkg-config)))
10102 (inputs
10103 `(("python" ,python)))
10104 (propagated-inputs
10105 `(("python-pygobject" ,python-pygobject)))
10106 (synopsis "Python client bindings for D-Bus AT-SPI")
10107 (home-page "https://wiki.linuxfoundation.org/accessibility\
10108 /atk/at-spi/at-spi_on_d-bus")
10109 (description
10110 "This package includes a python client library for the AT-SPI D-Bus
10111 accessibility infrastructure.")
10112 (license license:lgpl2.0)
10113 (properties '((upstream-name . "pyatspi")))))
10114
10115 (define-public python2-pyatspi
10116 (package
10117 (inherit python-pyatspi)
10118 (name "python2-pyatspi")
10119 (inputs
10120 `(("python" ,python-2)))
10121 (propagated-inputs
10122 `(("python-pygobject" ,python2-pygobject)))))
10123
10124 (define-public orca
10125 (package
10126 (name "orca")
10127 (version "3.34.1")
10128 (source (origin
10129 (method url-fetch)
10130 (uri (string-append
10131 "mirror://gnome/sources/" name "/"
10132 (version-major+minor version) "/"
10133 name "-" version ".tar.xz"))
10134 (sha256
10135 (base32
10136 "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
10137 (build-system glib-or-gtk-build-system)
10138 (arguments
10139 '(#:phases
10140 (modify-phases %standard-phases
10141 (add-before 'configure 'qualify-xkbcomp
10142 (lambda* (#:key inputs #:allow-other-keys)
10143 (let ((xkbcomp (string-append
10144 (assoc-ref inputs "xkbcomp") "/bin/xkbcomp")))
10145 (substitute* "src/orca/orca.py"
10146 (("'xkbcomp'") (format #f "'~a'" xkbcomp))))
10147 #t))
10148 (add-after 'install 'wrap-orca
10149 (lambda* (#:key outputs #:allow-other-keys)
10150 (let* ((out (assoc-ref outputs "out"))
10151 (prog (string-append out "/bin/orca")))
10152 (wrap-program prog
10153 `("GI_TYPELIB_PATH" ":" prefix
10154 (,(getenv "GI_TYPELIB_PATH")))
10155 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix
10156 (,(getenv "GST_PLUGIN_SYSTEM_PATH")))
10157 `("PYTHONPATH" ":" prefix
10158 (,(getenv "PYTHONPATH")))))
10159 #t)))))
10160 (native-inputs
10161 `(("intltool" ,intltool)
10162 ("itstool" ,itstool)
10163 ("pkg-config" ,pkg-config)
10164 ("xmllint" ,libxml2)))
10165 (inputs
10166 `(("at-spi2-atk" ,at-spi2-atk)
10167 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10168 ("gstreamer" ,gstreamer)
10169 ("gst-plugins-base" ,gst-plugins-base)
10170 ("gst-plugins-good" ,gst-plugins-good)
10171 ("gtk+" ,gtk+)
10172 ("python" ,python)
10173 ("python-pygobject" ,python-pygobject)
10174 ("python-pyatspi" ,python-pyatspi)
10175 ("python-speechd" ,speech-dispatcher)
10176 ("xkbcomp" ,xkbcomp)))
10177 (synopsis
10178 "Screen reader for individuals who are blind or visually impaired")
10179 (home-page "https://wiki.gnome.org/Projects/Orca")
10180 (description
10181 "Orca is a screen reader that provides access to the graphical desktop
10182 via speech and refreshable braille. Orca works with applications and toolkits
10183 that support the Assistive Technology Service Provider Interface (AT-SPI).")
10184 (license license:lgpl2.1+)))
10185
10186 (define-public gspell
10187 (package
10188 (name "gspell")
10189 (version "1.8.2")
10190 (source (origin
10191 (method url-fetch)
10192 (uri (string-append "mirror://gnome/sources/" name "/"
10193 (version-major+minor version) "/"
10194 name "-" version ".tar.xz"))
10195 (sha256
10196 (base32
10197 "1miybm1z5cl91i25l7mfqlxhv7j8yy8rcgi0s1bgbb2vm71rb4dv"))
10198 (patches (search-patches "gspell-dash-test.patch"))))
10199 (build-system glib-or-gtk-build-system)
10200 (arguments
10201 '(#:configure-flags (list "--enable-vala")
10202 #:phases
10203 (modify-phases %standard-phases
10204 (add-before 'check 'pre-check
10205 (lambda* (#:key inputs #:allow-other-keys)
10206 ;; Tests require a running X server.
10207 (system "Xvfb :1 &")
10208 (setenv "DISPLAY" ":1")
10209
10210 ;; For the missing /etc/machine-id.
10211 (setenv "DBUS_FATAL_WARNINGS" "0")
10212
10213 ;; Allow Enchant and its Aspell backend to find the en_US
10214 ;; dictionary.
10215 (setenv "ASPELL_DICT_DIR"
10216 (string-append (assoc-ref inputs "aspell-dict-en")
10217 "/lib/aspell"))
10218 #t)))))
10219 (inputs
10220 `(("gtk+" ,gtk+)
10221 ("glib" ,glib)
10222 ("iso-codes" ,iso-codes)))
10223 (native-inputs
10224 `(("glib" ,glib "bin")
10225 ("gobject-introspection" ,gobject-introspection)
10226 ("pkg-config" ,pkg-config)
10227 ("vala" ,vala) ;for VAPI, needed by Geary
10228 ("xmllint" ,libxml2)
10229
10230 ;; For tests.
10231 ("aspell-dict-en" ,aspell-dict-en)
10232 ("xorg-server" ,xorg-server-for-tests)))
10233 (propagated-inputs
10234 `(("enchant" ,enchant))) ;enchant.pc is required by gspell-1.pc
10235 (home-page "https://wiki.gnome.org/Projects/gspell")
10236 (synopsis "GNOME's alternative spell checker")
10237 (description
10238 "gspell provides a flexible API to add spell-checking to a GTK+
10239 application. It provides a GObject API, spell-checking to text entries and
10240 text views, and buttons to choose the language.")
10241 (license license:gpl2+)))
10242
10243 (define-public gnome-planner
10244 (package
10245 (name "gnome-planner")
10246 (version "0.14.6")
10247 (source (origin
10248 (method url-fetch)
10249 (uri (string-append "mirror://gnome/sources/planner/"
10250 (version-major+minor version) "/planner-"
10251 version ".tar.xz"))
10252 (sha256
10253 (base32
10254 "15h6ps58giy5r1g66sg1l4xzhjssl362mfny2x09khdqsvk2j38k"))))
10255 (build-system glib-or-gtk-build-system)
10256 (arguments
10257 ;; Disable the Python bindings because the Planner program functions
10258 ;; without them, and (as of 2017-06-13) we have not packaged all of
10259 ;; packages that are necessary for building the Python bindings.
10260 `(#:configure-flags
10261 (list "--disable-python"
10262 ,@(if (string=? "aarch64-linux" (%current-system))
10263 '("--build=aarch64-unknown-linux-gnu")
10264 '()))))
10265 (inputs
10266 `(("libgnomecanvas" ,libgnomecanvas)
10267 ("libgnomeui" ,libgnomeui)
10268 ("libglade" ,libglade)
10269 ("gnome-vfs" ,gnome-vfs)
10270 ("gconf" ,gconf)
10271 ("libxml2" ,libxml2)
10272 ("libxslt" ,libxslt)
10273 ("gtk+" ,gtk+)
10274 ("glib" ,glib)))
10275 (native-inputs
10276 `(("intltool" ,intltool)
10277 ("scrollkeeper" ,scrollkeeper)
10278 ("pkg-config" ,pkg-config)))
10279 (home-page "https://wiki.gnome.org/Apps/Planner")
10280 (synopsis "Project management software for the GNOME desktop")
10281 (description
10282 "GNOME Planner is a project management tool based on the Work Breakdown
10283 Structure (WBS). Its goal is to enable you to easily plan projects. Based on
10284 the resources, tasks, and constraints that you define, Planner generates
10285 various views into a project. For example, Planner can show a Gantt chart of
10286 the project. It can show a detailed summary of tasks including their
10287 duration, cost, and current progress. It can also show a report of resource
10288 utilization that highlights under-utilized and over-utilized resources. These
10289 views can be printed as PDF or PostScript files, or exported to HTML.")
10290 (license license:gpl2+)))
10291
10292 (define-public lollypop
10293 (package
10294 (name "lollypop")
10295 (version "1.4.2")
10296 (source
10297 (origin
10298 (method url-fetch)
10299 (uri (string-append "https://adishatz.org/lollypop/"
10300 "lollypop-" version ".tar.xz"))
10301 (sha256
10302 (base32 "1hfl68gkvqy5kxlmrsalz78mw1bs1yvqvy2rhg7pzgwiazsdvwzz"))))
10303 (build-system meson-build-system)
10304 (arguments
10305 `(#:imported-modules
10306 (,@%meson-build-system-modules
10307 (guix build python-build-system))
10308 #:modules
10309 ((guix build meson-build-system)
10310 ((guix build python-build-system) #:prefix python:)
10311 (guix build utils))
10312 #:glib-or-gtk? #t
10313 #:tests? #f ; no test suite
10314 #:phases
10315 (modify-phases %standard-phases
10316 (add-after 'install 'wrap-program
10317 (lambda* (#:key outputs #:allow-other-keys)
10318 (let ((out (assoc-ref outputs "out"))
10319 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
10320 (wrap-program (string-append out "/bin/lollypop")
10321 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
10322 #t))
10323 (add-after 'install 'wrap-python
10324 (assoc-ref python:%standard-phases 'wrap)))))
10325 (native-inputs
10326 `(("intltool" ,intltool)
10327 ("itstool" ,itstool)
10328 ("glib:bin" ,glib "bin") ; For glib-compile-resources
10329 ("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
10330 ("pkg-config" ,pkg-config)))
10331 (inputs
10332 `(("gobject-introspection" ,gobject-introspection)
10333 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10334 ("gst-plugins-base" ,gst-plugins-base)
10335 ("libnotify" ,libnotify)
10336 ("libsecret" ,libsecret)
10337 ("libhandy" ,libhandy)
10338 ("libsoup" ,libsoup)
10339 ("python" ,python)
10340 ("python-beautifulsoup4" ,python-beautifulsoup4)
10341 ("python-gst" ,python-gst)
10342 ("python-pil" ,python-pillow)
10343 ("python-pycairo" ,python-pycairo)
10344 ("python-pygobject" ,python-pygobject)
10345 ("python-pylast" ,python-pylast)
10346 ("totem-pl-parser" ,totem-pl-parser)
10347 ("webkitgtk" ,webkitgtk)))
10348 (propagated-inputs
10349 `(;; gst-plugins-base is required to start Lollypop,
10350 ;; the others are required to play streaming.
10351 ("gst-plugins-good" ,gst-plugins-good)
10352 ("gst-plugins-ugly" ,gst-plugins-ugly)))
10353 (home-page "https://wiki.gnome.org/Apps/Lollypop")
10354 (synopsis "GNOME music playing application")
10355 (description
10356 "Lollypop is a music player designed to play well with GNOME desktop.
10357 Lollypop plays audio formats such as mp3, mp4, ogg and flac and gets information
10358 from artists and tracks from the web. It also fetches cover artworks
10359 automatically and it can stream songs from online music services and charts.")
10360 (license license:gpl3+)))
10361
10362 (define-public gnome-video-effects
10363 (package
10364 (name "gnome-video-effects")
10365 (version "0.5.0")
10366 (source (origin
10367 (method url-fetch)
10368 (uri (string-append "mirror://gnome/sources/" name "/"
10369 (version-major+minor version) "/" name "-"
10370 version ".tar.xz"))
10371 (sha256
10372 (base32
10373 "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd"))))
10374 (build-system meson-build-system)
10375 (native-inputs
10376 `(("gettext" ,gettext-minimal)
10377 ("pkg-config" ,pkg-config)))
10378 (home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
10379 (synopsis "Video effects for Cheese and other GNOME applications")
10380 (description
10381 "A collection of GStreamer video filters and effects to be used in
10382 photo-booth-like software, such as Cheese.")
10383 (license license:gpl2+)))
10384
10385 (define-public cheese
10386 (package
10387 (name "cheese")
10388 (version "3.38.0")
10389 (source (origin
10390 (method url-fetch)
10391 (uri (string-append "mirror://gnome/sources/" name "/"
10392 (version-major+minor version) "/" name "-"
10393 version ".tar.xz"))
10394 (sha256
10395 (base32
10396 "0vyim2avlgq3a48rgdfz5g21kqk11mfb53b2l883340v88mp7ll8"))))
10397 (arguments
10398 `(#:glib-or-gtk? #t
10399 ;; Tests require GDK.
10400 #:tests? #f
10401 #:phases
10402 (modify-phases %standard-phases
10403 (add-after 'unpack 'skip-gtk-update-icon-cache
10404 (lambda _
10405 ;; Don't create 'icon-theme.cache'
10406 (substitute* "meson_post_install.py"
10407 (("gtk-update-icon-cache") (which "true")))
10408 #t))
10409 (add-after 'unpack 'patch-docbook-xml
10410 (lambda* (#:key inputs #:allow-other-keys)
10411 ;; Avoid a network connection attempt during the build.
10412 (substitute* '("docs/reference/cheese.xml"
10413 "docs/reference/cheese-docs.xml")
10414 (("http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd")
10415 (string-append (assoc-ref inputs "docbook-xml")
10416 "/xml/dtd/docbook/docbookx.dtd")))
10417 #t))
10418 (add-after 'install 'wrap-cheese
10419 (lambda* (#:key inputs outputs #:allow-other-keys)
10420 (let ((out (assoc-ref outputs "out"))
10421 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
10422 (wrap-program (string-append out "/bin/cheese")
10423 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
10424 #t)))))
10425 (build-system meson-build-system)
10426 (native-inputs
10427 `(("docbook-xsl" ,docbook-xsl)
10428 ("docbook-xml" ,docbook-xml-4.3)
10429 ("gettext" ,gettext-minimal)
10430 ("glib:bin" ,glib "bin")
10431 ("gtk-doc" ,gtk-doc)
10432 ("itstool" ,itstool)
10433 ("libxml2" ,libxml2)
10434 ("libxslt" ,libxslt)
10435 ("pkg-config" ,pkg-config)
10436 ("vala" ,vala)))
10437 (propagated-inputs
10438 `(("gnome-video-effects" ,gnome-video-effects)
10439 ("clutter" ,clutter)
10440 ("clutter-gst" ,clutter-gst)
10441 ("clutter-gtk" ,clutter-gtk)
10442 ("libcanberra" ,libcanberra)
10443 ("gdk-pixbuf" ,gdk-pixbuf)
10444 ("glib" ,glib)
10445 ("gstreamer" ,gstreamer)))
10446 (inputs
10447 `(("gnome-desktop" ,gnome-desktop)
10448 ("gobject-introspection" ,gobject-introspection)
10449 ("gst-plugins-base" ,gst-plugins-base)
10450 ("gst-plugins-bad" ,gst-plugins-bad)
10451 ("gtk+" ,gtk+)
10452 ("libx11" ,libx11)
10453 ("libxtst" ,libxtst)))
10454 (home-page "https://wiki.gnome.org/Apps/Cheese")
10455 (synopsis "Webcam photo booth software for GNOME")
10456 (description
10457 "Cheese uses your webcam to take photos and videos. Cheese can also
10458 apply fancy special effects and lets you share the fun with others.")
10459 (license license:gpl2+)))
10460
10461 (define-public passwordsafe
10462 (package
10463 (name "passwordsafe")
10464 (version "3.99.2")
10465 (source
10466 (origin
10467 (method git-fetch)
10468 (uri (git-reference
10469 (url "https://gitlab.gnome.org/World/PasswordSafe")
10470 (commit version)))
10471 (file-name (git-file-name name version))
10472 (sha256
10473 (base32 "0pi2l4gwf8paxm858mxrcsk5nr0c0zw5ycax40mghndb6b1qmmhf"))))
10474 (build-system meson-build-system)
10475 (arguments
10476 `(#:glib-or-gtk? #t
10477 #:phases
10478 (modify-phases %standard-phases
10479 (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
10480 (lambda* (#:key outputs #:allow-other-keys)
10481 (let ((prog (string-append (assoc-ref outputs "out")
10482 "/bin/gnome-passwordsafe"))
10483 (pylib (string-append (assoc-ref outputs "out")
10484 "/lib/python"
10485 ,(version-major+minor
10486 (package-version python))
10487 "/site-packages")))
10488 (wrap-program prog
10489 `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib))
10490 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
10491 #t))))))
10492 (native-inputs
10493 `(("desktop-file-utils" ,desktop-file-utils)
10494 ("gettext" ,gettext-minimal)
10495 ("glib:bin" ,glib "bin")
10496 ("gobject-introspection" ,gobject-introspection)
10497 ("gtk+:bin" ,gtk+ "bin")
10498 ("pkg-config" ,pkg-config)))
10499 (inputs
10500 `(("glib" ,glib)
10501 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10502 ("gtk+" ,gtk+)
10503 ("libhandy" ,libhandy-0.0)
10504 ("libpwquality" ,libpwquality)
10505 ("python-pygobject" ,python-pygobject)
10506 ("python-pykeepass" ,python-pykeepass)))
10507 (home-page "https://gitlab.gnome.org/World/PasswordSafe")
10508 (synopsis "Password manager for the GNOME desktop")
10509 (description
10510 "Password Safe is a password manager which makes use of the KeePass v4
10511 format. It integrates perfectly with the GNOME desktop and provides an easy
10512 and uncluttered interface for the management of password databases.")
10513 (license license:gpl3+)))
10514
10515 (define-public sound-juicer
10516 (package
10517 (name "sound-juicer")
10518 (version "3.24.0")
10519 (source
10520 (origin
10521 (method url-fetch)
10522 (uri (string-append "mirror://gnome/sources/" name "/"
10523 (version-major+minor version) "/"
10524 name "-" version ".tar.xz"))
10525 (sha256
10526 (base32
10527 "19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny"))))
10528 (build-system glib-or-gtk-build-system)
10529 (native-inputs
10530 `(("desktop-file-utils" ,desktop-file-utils)
10531 ("intltool" ,intltool)
10532 ("itstool" ,itstool)
10533 ("pkg-config" ,pkg-config)
10534 ("xmllint" ,libxml2)))
10535 (inputs
10536 `(("gtk+" ,gtk+)
10537 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10538 ("gstreamer" ,gstreamer)
10539 ("gst-plugins-base" ,gst-plugins-base)
10540 ("gst-plugins-good" ,gst-plugins-good)
10541 ("iso-codes" ,iso-codes)
10542 ("libbrasero-media3" ,brasero)
10543 ("libcanberra" ,libcanberra)
10544 ("libdiscid" ,libdiscid)
10545 ("libmusicbrainz" ,libmusicbrainz)
10546 ("neon" ,neon)))
10547 (home-page "https://wiki.gnome.org/Apps/SoundJuicer")
10548 (synopsis "Audio music cd ripper")
10549 (description "Sound Juicer extracts audio from compact discs and convert it
10550 into audio files that a personal computer or digital audio player can play.
10551 It supports ripping to any audio codec supported by a GStreamer plugin, such as
10552 mp3, Ogg Vorbis and FLAC")
10553 (license license:gpl2+)))
10554
10555 (define-public soundconverter
10556 (package
10557 (name "soundconverter")
10558 (version "3.0.2")
10559 (source
10560 (origin
10561 (method url-fetch)
10562 (uri (string-append "https://launchpad.net/soundconverter/trunk/"
10563 version "/+download/"
10564 "soundconverter-" version ".tar.xz"))
10565
10566 (sha256
10567 (base32 "1jv8m82hi23ilrgdznlc1jhp2jm8bw1yrw0chh3qw2l0sixvkl11"))))
10568 (build-system glib-or-gtk-build-system)
10569 (arguments
10570 `(#:imported-modules ((guix build python-build-system)
10571 (guix build glib-or-gtk-build-system)
10572 ,@%gnu-build-system-modules)
10573
10574 #:modules ((guix build glib-or-gtk-build-system)
10575 (guix build utils)
10576 ((guix build gnu-build-system) #:prefix gnu:)
10577 ((guix build python-build-system) #:prefix python:))
10578
10579 #:phases
10580 (modify-phases %standard-phases
10581 (add-after 'install 'wrap-soundconverter-for-python
10582 (assoc-ref python:%standard-phases 'wrap))
10583 (add-after 'install 'wrap-soundconverter
10584 (lambda* (#:key inputs outputs #:allow-other-keys)
10585 (let ((out (assoc-ref outputs "out"))
10586 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
10587 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
10588 (wrap-program (string-append out "/bin/soundconverter")
10589 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
10590 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
10591 #t)))))
10592 (native-inputs
10593 `(("intltool" ,intltool)
10594 ("pkg-config" ,pkg-config)
10595 ("glib:bin" ,glib "bin")))
10596 (inputs
10597 `(("gtk+" ,gtk+)
10598 ("python" ,python)
10599 ("python-pygobject" ,python-pygobject)
10600 ("gstreamer" ,gstreamer)
10601 ("gst-plugins-base" ,gst-plugins-base)))
10602 (home-page "https://soundconverter.org/")
10603 (synopsis "Convert between audio formats with a graphical interface")
10604 (description
10605 "SoundConverter supports converting between many audio formats including
10606 Opus, Ogg Vorbis, FLAC and more. It supports parallel conversion, and
10607 configurable file renaming. ")
10608 (license license:gpl3)))
10609
10610 (define-public workrave
10611 (package
10612 (name "workrave")
10613 (version "1.10.42")
10614 (source
10615 (origin
10616 (method git-fetch)
10617 (uri (git-reference
10618 (url "https://github.com/rcaelers/workrave")
10619 (commit (string-append "v" (string-map
10620 (match-lambda (#\. #\_) (chr chr))
10621 version)))))
10622 (file-name (git-file-name name version))
10623 (sha256
10624 (base32 "03i9kk8r1wgrfkkbwikx8wxaw4r4kn62vismr2zdq5g34fkkjh95"))))
10625 (build-system glib-or-gtk-build-system)
10626 (arguments
10627 ;; The only tests are maintainer tests (in po/), which fail.
10628 `(#:tests? #f))
10629 (inputs `(("glib" ,glib)
10630 ("gtk+" ,gtk+)
10631 ("gdk-pixbuf" ,gdk-pixbuf)
10632 ("gtkmm" ,gtkmm)
10633 ("glibmm" ,glibmm)
10634 ("libx11" ,libx11)
10635 ("libxtst" ,libxtst)
10636 ("dconf" ,dconf)
10637 ("libice" ,libice)
10638 ("libsm" ,libsm)
10639 ("libxscrnsaver" ,libxscrnsaver)))
10640 (native-inputs `(("boost" ,boost)
10641 ("pkg-config" ,pkg-config)
10642 ("gettext" ,gettext-minimal)
10643 ("autoconf" ,autoconf)
10644 ("autoconf-archive" , autoconf-archive)
10645 ("automake" ,automake)
10646 ("libtool" ,libtool)
10647 ("intltool" ,intltool)
10648 ("gobject-introspection" ,gobject-introspection)
10649 ("python3" ,python-3)
10650 ("python-jinja2" ,python-jinja2)))
10651 (synopsis "Tool to help prevent repetitive strain injury (RSI)")
10652 (description
10653 "Workrave is a program that assists in the recovery and prevention of
10654 repetitive strain injury (@dfn{RSI}). The program frequently alerts you to take
10655 micro-pauses and rest breaks, and restricts you to your daily limit.")
10656 (home-page "http://www.workrave.org")
10657 (license license:gpl3+)))
10658
10659 (define-public ghex
10660 (package
10661 (name "ghex")
10662 (version "3.18.4")
10663 (source (origin
10664 (method url-fetch)
10665 (uri (string-append "mirror://gnome/sources/ghex/"
10666 (version-major+minor version) "/"
10667 "ghex-" version ".tar.xz"))
10668 (sha256
10669 (base32
10670 "1h1pjrr9wynclfykizqd78dbi785wjz6b63p31k87kjvzy8w3nf2"))))
10671 (build-system meson-build-system)
10672 (arguments
10673 '(#:glib-or-gtk? #t
10674 #:phases
10675 (modify-phases %standard-phases
10676 (add-after 'unpack 'skip-gtk-update-icon-cache
10677 ;; Don't create 'icon-theme.cache'.
10678 (lambda _
10679 (substitute* "meson_post_install.py"
10680 (("gtk-update-icon-cache") (which "true")))
10681 #t)))))
10682 (native-inputs
10683 `(("pkg-config" ,pkg-config)
10684 ("glib:bin" ,glib "bin") ; for glib-compile-schemas
10685 ("gnome-common" ,gnome-common)
10686 ("which" ,which)
10687 ("intltool" ,intltool)
10688 ("yelp-tools" ,yelp-tools)
10689 ("desktop-file-utils" ,desktop-file-utils))) ; for 'desktop-file-validate'
10690 (inputs
10691 `(("atk" ,atk)
10692 ("gtk" ,gtk+)))
10693 (synopsis "GNOME hexadecimal editor")
10694 (description "The GHex program can view and edit files in two ways:
10695 hexadecimal or ASCII. It is useful for editing binary files in general.")
10696 (home-page "https://wiki.gnome.org/Apps/Ghex")
10697 (license license:gpl2)))
10698
10699 (define-public libdazzle
10700 (package
10701 (name "libdazzle")
10702 (version "3.37.1")
10703 (source (origin
10704 (method url-fetch)
10705 (uri (string-append "mirror://gnome/sources/libdazzle/"
10706 (version-major+minor version) "/"
10707 "libdazzle-" version ".tar.xz"))
10708 (sha256
10709 (base32
10710 "03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
10711 (build-system meson-build-system)
10712 (arguments
10713 `(#:phases
10714 (modify-phases %standard-phases
10715 (add-before 'check 'pre-check
10716 (lambda _
10717 ;; Tests require a running X server.
10718 (system "Xvfb :1 &")
10719 (setenv "DISPLAY" ":1")
10720 #t)))))
10721 (native-inputs
10722 `(("glib" ,glib "bin") ; glib-compile-resources
10723 ("pkg-config" ,pkg-config)
10724 ;; For tests.
10725 ("xorg-server" ,xorg-server-for-tests)))
10726 (inputs
10727 `(("glib" ,glib)
10728 ("gobject-introspection" ,gobject-introspection)
10729 ("gtk+" ,gtk+)
10730 ("vala" ,vala)))
10731 (home-page "https://gitlab.gnome.org/GNOME/libdazzle")
10732 (synopsis "Companion library to GObject and Gtk+")
10733 (description "The libdazzle library is a companion library to GObject and
10734 Gtk+. It provides various features that the authors wish were in the
10735 underlying library but cannot for various reasons. In most cases, they are
10736 wildly out of scope for those libraries. In other cases, they are not quite
10737 generic enough to work for everyone.")
10738 (license license:gpl3+)))
10739
10740 (define-public evolution
10741 (package
10742 (name "evolution")
10743 (version "3.34.2")
10744 (source (origin
10745 (method url-fetch)
10746 (uri (string-append "mirror://gnome/sources/evolution/"
10747 (version-major+minor version) "/"
10748 "evolution-" version ".tar.xz"))
10749 (sha256
10750 (base32
10751 "164vy8h432pjglafn8y2ms4gsvk3kbgc63h5qp0mk5dv4smsp29c"))))
10752 (build-system cmake-build-system)
10753 (arguments
10754 `(#:imported-modules (,@%cmake-build-system-modules
10755 (guix build glib-or-gtk-build-system))
10756 #:modules ((guix build cmake-build-system)
10757 ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
10758 (guix build utils))
10759 #:configure-flags
10760 (list "-DENABLE_PST_IMPORT=OFF" ; libpst is not packaged
10761 "-DENABLE_LIBCRYPTUI=OFF") ; libcryptui hasn't seen a release
10762 ; in four years and cannot be built.
10763 #:phases
10764 (modify-phases %standard-phases
10765 ;; The build system attempts to install user interface modules to the
10766 ;; output directory of the "evolution-data-server" package. This
10767 ;; change redirects that change.
10768 (add-after 'unpack 'patch-ui-module-dir
10769 (lambda* (#:key outputs #:allow-other-keys)
10770 (substitute* "src/modules/alarm-notify/CMakeLists.txt"
10771 (("\\$\\{edsuimoduledir\\}")
10772 (string-append (assoc-ref outputs "out")
10773 "/lib/evolution-data-server/ui-modules")))
10774 #t))
10775 (add-after 'install 'glib-or-gtk-compile-schemas
10776 (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-compile-schemas))
10777 (add-after 'install 'glib-or-gtk-wrap
10778 (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
10779 (native-inputs
10780 `(("glib" ,glib "bin") ; glib-mkenums
10781 ("pkg-config" ,pkg-config)
10782 ("intltool" ,intltool)
10783 ("itstool" ,itstool)))
10784 (inputs
10785 `(("enchant" ,enchant)
10786 ("evolution-data-server" ,evolution-data-server) ; must be the same version
10787 ("gcr" ,gcr)
10788 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10789 ("gnome-autoar" ,gnome-autoar)
10790 ("gnome-desktop" ,gnome-desktop)
10791 ("gspell" ,gspell)
10792 ("highlight" ,highlight)
10793 ("libcanberra" ,libcanberra)
10794 ("libgweather" ,libgweather)
10795 ("libnotify" ,libnotify)
10796 ("libsoup" ,libsoup)
10797 ("nss" ,nss)
10798 ("openldap" ,openldap)
10799 ("webkitgtk" ,webkitgtk)
10800 ("ytnef" ,ytnef)))
10801 (home-page "https://gitlab.gnome.org/GNOME/evolution")
10802 (synopsis "Manage your email, contacts and schedule")
10803 (description "Evolution is a personal information management application
10804 that provides integrated mail, calendaring and address book
10805 functionality.")
10806 ;; See COPYING for details.
10807 (license (list license:lgpl2.1 license:lgpl3 ; either one of these
10808 license:openldap2.8 ; addressbook/gui/component/openldap-extract.h
10809 license:lgpl2.1+)))) ; smime/lib/*
10810
10811 (define-public gthumb
10812 (package
10813 (name "gthumb")
10814 (version "3.8.2")
10815 (source (origin
10816 (method url-fetch)
10817 (uri (string-append "mirror://gnome/sources/gthumb/"
10818 (version-major+minor version) "/"
10819 "gthumb-" version ".tar.xz"))
10820 (sha256
10821 (base32
10822 "15wqks35ks5dm7zj046dfd45vvrilan2ayfy2sxiprv7q74cip2q"))))
10823 (build-system meson-build-system)
10824 (arguments
10825 `(#:glib-or-gtk? #t
10826 #:configure-flags
10827 ;; Ensure the RUNPATH contains all installed library locations.
10828 (list (string-append "-Dc_link_args=-Wl,-rpath="
10829 (assoc-ref %outputs "out")
10830 "/lib/gthumb/extensions")
10831 (string-append "-Dcpp_link_args=-Wl,-rpath="
10832 (assoc-ref %outputs "out")
10833 "/lib/gthumb/extensions"))))
10834 (native-inputs
10835 `(("pkg-config" ,pkg-config)
10836 ("glib:bin" ,glib "bin") ; for glib-compile-resources
10837 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
10838 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
10839 ("intltool" ,intltool)
10840 ("itstool" ,itstool)))
10841 (inputs
10842 `(("exiv2" ,exiv2)
10843 ("gtk" ,gtk+)
10844 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10845 ("gstreamer" ,gstreamer)
10846 ("clutter" ,clutter)
10847 ("clutter-gst" ,clutter-gst)
10848 ("clutter-gtk" ,clutter-gtk)
10849 ("libjpeg" ,libjpeg-turbo)
10850 ("libtiff" ,libtiff)
10851 ("libraw" ,libraw)))
10852 (home-page "https://wiki.gnome.org/Apps/Gthumb")
10853 (synopsis "GNOME image viewer and browser")
10854 (description "GThumb is an image viewer, browser, organizer, editor and
10855 advanced image management tool")
10856 (license license:gpl2+)))
10857
10858 (define-public terminator
10859 (package
10860 (name "terminator")
10861 (version "1.91")
10862 (source (origin
10863 (method url-fetch)
10864 (uri (string-append "https://launchpad.net/" name "/"
10865 "gtk3/" version "/" "+download/"
10866 name "-" version ".tar.gz"))
10867 (sha256
10868 (base32
10869 "0sdyqwydmdnh7j6mn74vrywz35m416kqsbxbrqcnv5ak08y6xxwm"))))
10870 (build-system python-build-system)
10871 (native-inputs
10872 `(("intltool" ,intltool)
10873 ("glib:bin" ,glib "bin") ; for glib-compile-resources
10874 ("gettext" ,gettext-minimal)
10875 ("pkg-config" ,pkg-config)))
10876 (inputs
10877 `(("cairo" ,cairo)
10878 ("gobject-introspection" ,gobject-introspection)
10879 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
10880 ("python2-pycairo" ,python2-pycairo)
10881 ("python2-pygobject" ,python2-pygobject)
10882 ("python2-psutil" ,python2-psutil)
10883 ("vte" ,vte)))
10884 (arguments
10885 `(#:python ,python-2 ; Python 3 isn't supported
10886 #:imported-modules ((guix build glib-or-gtk-build-system)
10887 ,@%python-build-system-modules)
10888 #:modules ((guix build python-build-system)
10889 ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
10890 (guix build utils))
10891 #:phases
10892 (modify-phases %standard-phases
10893 (add-after
10894 'install 'wrap-program
10895 (lambda* (#:key outputs #:allow-other-keys)
10896 (let ((prog (string-append (assoc-ref outputs "out")
10897 "/bin/terminator")))
10898 (wrap-program prog
10899 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
10900 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
10901 #t)))
10902 (add-after 'wrap-program 'glib-or-gtk-wrap
10903 (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
10904 (home-page "https://gnometerminator.blogspot.com/")
10905 (synopsis "Store and run multiple GNOME terminals in one window")
10906 (description
10907 "Terminator allows you to run multiple GNOME terminals in a grid and
10908 +tabs, and it supports drag and drop re-ordering of terminals.")
10909 (license license:gpl2)))
10910
10911 (define-public libhandy
10912 (package
10913 (name "libhandy")
10914 (version "1.0.2")
10915 (source
10916 (origin
10917 (method git-fetch)
10918 (uri (git-reference
10919 (url "https://gitlab.gnome.org/GNOME/libhandy")
10920 (commit version)))
10921 (file-name (git-file-name name version))
10922 (sha256
10923 (base32 "1bmmkahshvlvpsnb7zp8bddv7i1h5k4p967n6kxh71g1vnj8x20m"))))
10924 (build-system meson-build-system)
10925 (arguments
10926 `(#:configure-flags
10927 '("-Dglade_catalog=enabled"
10928 "-Dgtk_doc=true")
10929 #:phases
10930 (modify-phases %standard-phases
10931 (add-before 'check 'pre-check
10932 (lambda _
10933 ;; Tests require a running X server.
10934 (system "Xvfb :1 &")
10935 (setenv "DISPLAY" ":1")
10936 #t)))))
10937 (inputs
10938 `(("gtk+" ,gtk+)
10939 ("glade" ,glade3)
10940 ("libxml2" ,libxml2)))
10941 (native-inputs
10942 `(("glib:bin" ,glib "bin")
10943 ("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
10944 ("vala" ,vala)
10945 ("gtk-doc" ,gtk-doc)
10946 ("pkg-config" ,pkg-config)
10947 ("gettext" ,gettext-minimal)
10948
10949 ;; Test suite dependencies.
10950 ("xorg-server" ,xorg-server-for-tests)
10951 ("hicolor-icon-theme" ,hicolor-icon-theme)))
10952 (home-page "https://gitlab.gnome.org/GNOME/libhandy/")
10953 (synopsis "Library full of GTK+ widgets for mobile phones")
10954 (description "The aim of the handy library is to help with developing user
10955 interfaces for mobile devices using GTK+. It provides responsive GTK+ widgets
10956 for usage on small and big screens.")
10957 (license license:lgpl2.1+)))
10958
10959 (define-public libhandy-0.0
10960 (package
10961 (inherit libhandy)
10962 (version "0.0.13")
10963 (source
10964 (origin
10965 (method git-fetch)
10966 (uri (git-reference
10967 (url "https://gitlab.gnome.org/GNOME/libhandy")
10968 (commit (string-append "v" version))))
10969 (file-name (git-file-name "libhandy" version))
10970 (sha256
10971 (base32 "1y23k623sjkldfrdiwfarpchg5mg58smcy1pkgnwfwca15wm1ra5"))))
10972 (arguments
10973 (substitute-keyword-arguments (package-arguments libhandy)
10974 ((#:configure-flags flags)
10975 '(list "-Dglade_catalog=disabled" "-Dgtk_doc=true"))))))
10976
10977 (define-public libgit2-glib
10978 (package
10979 (name "libgit2-glib")
10980 (version "0.99.0.1")
10981 (source (origin
10982 (method url-fetch)
10983 (uri (string-append "mirror://gnome/sources/" name "/"
10984 (version-major+minor version) "/"
10985 name "-" version ".tar.xz"))
10986 (sha256
10987 (base32
10988 "1pmrcnsa7qdda73c3dxf47733mwprmj5ljpw3acxbj6r8k27anp0"))))
10989 (build-system meson-build-system)
10990 (native-inputs
10991 `(("glib:bin" ,glib "bin") ;; For glib-mkenums
10992 ("gobject-introspection" ,gobject-introspection)
10993 ("pkg-config" ,pkg-config)
10994 ("python-pygobject" ,python-pygobject)
10995 ("python-wrapper" ,python-wrapper)
10996 ("vala" ,vala)))
10997 (inputs
10998 `(("glib" ,glib)
10999 ("libssh2" ,libssh2)))
11000 (propagated-inputs
11001 `(;; In Requires of libgit2-glib.pc.
11002 ("libgit2" ,libgit2)))
11003 (synopsis "GLib wrapper around the libgit2 Git access library")
11004 (description "libgit2-glib is a GLib wrapper library around the libgit2 Git
11005 access library. It only implements the core plumbing functions, not really the
11006 higher level porcelain stuff.")
11007 (home-page "https://wiki.gnome.org/Projects/Libgit2-glib")
11008 (license license:gpl2+)))
11009
11010 (define-public gitg
11011 (package
11012 (name "gitg")
11013 (version "3.32.1")
11014 (source (origin
11015 (method url-fetch)
11016 (uri (string-append "mirror://gnome/sources/" name "/"
11017 (version-major+minor version) "/"
11018 name "-" version ".tar.xz"))
11019 (sha256
11020 (base32
11021 "0npg4kqpwl992fgjd2cn3fh84aiwpdp9kd8z7rw2xaj2iazsm914"))))
11022 (build-system meson-build-system)
11023 (arguments
11024 `(#:glib-or-gtk? #t
11025 #:phases
11026 (modify-phases %standard-phases
11027 (add-after 'unpack 'disable-post-install-partially
11028 (lambda _
11029 (substitute* "meson_post_install.py"
11030 (("'python'") ; there are no python sources to compile
11031 (string-append "'" (which "true") "'"))
11032 (("gtk-update-icon-cache") (which "true")))
11033 #t))
11034 (add-after 'unpack 'fix-test-sources
11035 (lambda _
11036 (substitute* "tests/libgitg/test-commit.vala"
11037 (("/bin/bash") (which "bash")))
11038 #t))
11039 (add-after 'glib-or-gtk-wrap 'wrap-typelib
11040 (lambda* (#:key outputs #:allow-other-keys)
11041 (let ((prog (string-append (assoc-ref outputs "out")
11042 "/bin/gitg")))
11043 (wrap-program prog
11044 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
11045 #t))))))
11046 (inputs
11047 `(("glib" ,glib)
11048 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
11049 ("gtk+" ,gtk+)
11050 ("gtkspell3" ,gtkspell3)
11051 ("gtksourceview" ,gtksourceview-3)
11052 ("json-glib" ,json-glib)
11053 ("libdazzle" ,libdazzle)
11054 ("libgee" ,libgee)
11055 ("libgit2-glib" ,libgit2-glib)
11056 ("libpeas" ,libpeas)
11057 ("libsecret" ,libsecret)
11058 ("libsoup" ,libsoup)
11059 ("libxml2" ,libxml2)))
11060 (native-inputs
11061 `(("glib:bin" ,glib "bin")
11062 ("gtk+:bin" ,gtk+ "bin")
11063 ("gobject-introspection" ,gobject-introspection)
11064 ("intltool" ,intltool)
11065 ("pkg-config" ,pkg-config)
11066 ("vala" ,vala)))
11067 (synopsis "Graphical user interface for git")
11068 (description
11069 "gitg is a graphical user interface for git. It aims at being a small,
11070 fast and convenient tool to visualize the history of git repositories.
11071 Besides visualization, gitg also provides several utilities to manage your
11072 repository and commit your work.")
11073 (home-page "https://wiki.gnome.org/Apps/Gitg")
11074 (license license:gpl2+)))
11075
11076 (define-public gamin
11077 (package
11078 (name "gamin")
11079 (version "0.1.10")
11080 (source (origin
11081 (method url-fetch)
11082 (uri (string-append "mirror://gnome/sources/" name "/"
11083 (version-major+minor version) "/"
11084 name "-" version ".tar.bz2"))
11085 (sha256
11086 (base32
11087 "02n1zr9y8q9lyczhcz0nxar1vmf8p2mmbw8kq0v43wg21jr4i6d5"))))
11088 (build-system gnu-build-system)
11089 (arguments
11090 `(#:phases
11091 (modify-phases %standard-phases
11092 (add-after 'unpack 'remove-deprecated-macro
11093 (lambda _
11094 (substitute* '("server/gam_node.c"
11095 "server/gam_subscription.h"
11096 "server/gam_node.h"
11097 "server/gam_subscription.c")
11098 (("G_CONST_RETURN") "const"))
11099 #t)))))
11100 (inputs
11101 `(("glib" ,glib)))
11102 (native-inputs
11103 `(("intltool" ,intltool)
11104 ("pkg-config" ,pkg-config)))
11105 (home-page "https://people.gnome.org/~veillard/gamin/")
11106 (synopsis "File alteration monitor")
11107 (description
11108 "Gamin is a file and directory monitoring system defined to be a subset
11109 of the FAM (File Alteration Monitor) system. This is a service provided by a
11110 library which detects when a file or a directory has been modified.")
11111 (license license:gpl2+)))
11112
11113 (define-public gnome-mahjongg
11114 (package
11115 (name "gnome-mahjongg")
11116 (version "3.35.1")
11117 (source (origin
11118 (method git-fetch)
11119 (uri (git-reference
11120 (url "https://gitlab.gnome.org/GNOME/gnome-mahjongg.git")
11121 (commit version)))
11122 (file-name (git-file-name name version))
11123 (sha256
11124 (base32
11125 "019a66a4m5w4kkb0sm6gxj0wi54n06zdxdlmyqw7h8kbakjizv7l"))))
11126 (build-system meson-build-system)
11127 (arguments
11128 `(#:glib-or-gtk? #t))
11129 (native-inputs
11130 `(("appstream-glib" ,appstream-glib)
11131 ("gettext" ,gettext-minimal)
11132 ("glib:bin" ,glib "bin") ;; For glib-compile-resources
11133 ("gtk+" ,gtk+ "bin") ;; For gtk-update-icon-cache
11134 ("itstool" ,itstool)
11135 ("pkg-config" ,pkg-config)
11136 ("vala" ,vala)))
11137 (propagated-inputs
11138 `(("dconf" ,dconf)))
11139 (inputs
11140 `(("glib" ,glib)
11141 ("gtk+" ,gtk+)
11142 ("librsvg" ,librsvg)))
11143 (synopsis "Mahjongg tile-matching game")
11144 (description "GNOME Mahjongg is a game based on the classic Chinese
11145 tile-matching game Mahjong. It features multiple board layouts, tile themes,
11146 and a high score table.")
11147 (home-page "https://wiki.gnome.org/Apps/Mahjongg")
11148 (license license:gpl2+)))
11149
11150 (define-public gnome-themes-extra
11151 (package
11152 (name "gnome-themes-extra")
11153 (version "3.28")
11154 (source
11155 (origin
11156 (method url-fetch)
11157 (uri (string-append "mirror://gnome/sources/" name "/"
11158 (version-major+minor version) "/" name "-"
11159 version ".tar.xz"))
11160 (sha256
11161 (base32
11162 "06aqg9asq2vqi9wr29bs4v8z2bf4manhbhfghf4nvw01y2zs0jvw"))))
11163 (build-system gnu-build-system)
11164 (arguments
11165 '(#:configure-flags
11166 ;; Don't create 'icon-theme.cache'.
11167 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
11168 (true (string-append coreutils "/bin/true")))
11169 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
11170 (native-inputs
11171 `(("glib:bin" ,glib "bin")
11172 ("intltool" ,intltool)
11173 ("pkg-config" ,pkg-config)))
11174 (inputs
11175 `(("glib" ,glib)
11176 ("gtk+" ,gtk+)
11177 ("gtk+-2" ,gtk+-2)
11178 ("librsvg" ,librsvg)
11179 ("libxml2" ,libxml2)))
11180 (home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra")
11181 (synopsis "GNOME Extra Themes")
11182 (description "This package provides themes and related elements that don't
11183 really fit in other upstream packages. It offers legacy support for GTK+ 2
11184 versions of Adwaita, Adwaita-dark and HighContrast themes. It also provides
11185 index files needed for Adwaita to be used outside of GNOME.")
11186 (license license:lgpl2.1+)))
11187
11188 (define-public gnote
11189 (package
11190 (name "gnote")
11191 (version "3.38.0")
11192 (source
11193 (origin
11194 (method url-fetch)
11195 (uri (string-append "mirror://gnome/sources/" name "/"
11196 (version-major+minor version) "/"
11197 "gnote-" version ".tar.xz"))
11198 (sha256
11199 (base32 "1ingbaw4d8vpjn083xvzqw7kz8z0k2bx7msk78pbzd68bwgkadpx"))))
11200 (build-system glib-or-gtk-build-system)
11201 (native-inputs
11202 `(("desktop-file-utils" ,desktop-file-utils)
11203 ("glib:bin" ,glib "bin")
11204 ("gobject-introspection" ,gobject-introspection)
11205 ("intltool" ,intltool)
11206 ("itstool" ,itstool)
11207 ("pkg-config" ,pkg-config)
11208 ("unittest-cpp" ,unittest-cpp))) ;FIXME: not found by pkg-config
11209 (inputs
11210 `(("glibmm" ,glibmm)
11211 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
11212 ("gspell" ,gspell)
11213 ("gtk+" ,gtk+)
11214 ("gtkmm" ,gtkmm)
11215 ("libsecret" ,libsecret)
11216 ("libuuid" ,util-linux "lib")
11217 ("libxml2" ,libxml2)
11218 ("libxslt" ,libxslt)))
11219 (synopsis "Note-taking application for the GNOME desktop")
11220 (description
11221 "Gnote is a note-taking application written for the GNOME desktop
11222 environment.")
11223 (home-page "https://wiki.gnome.org/Apps/Gnote")
11224 (license license:gpl3+)))
11225
11226 (define-public polari
11227 (package
11228 (name "polari")
11229 (version "3.36.3")
11230 (source (origin
11231 (method url-fetch)
11232 (uri (string-append "mirror://gnome/sources/polari/"
11233 (version-major+minor version)
11234 "/polari-" version ".tar.xz"))
11235 (sha256
11236 (base32
11237 "0fpmrvhd40yay051bzn4x3gsrzdv42nav0pm5ps0np8wk1z689jg"))))
11238 (build-system meson-build-system)
11239 (arguments
11240 `(#:glib-or-gtk? #t
11241 #:phases
11242 (modify-phases %standard-phases
11243 (add-after 'unpack 'skip-gtk-update-icon-cache
11244 (lambda _
11245 (substitute* "meson/meson-postinstall.sh"
11246 (("gtk-update-icon-cache") (which "true")))
11247 #t))
11248 (add-after 'glib-or-gtk-wrap 'wrap-typelib
11249 (lambda* (#:key outputs #:allow-other-keys)
11250 (let ((prog (string-append (assoc-ref outputs "out")
11251 "/bin/polari")))
11252 (wrap-program prog
11253 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
11254 #t))))))
11255 (inputs
11256 `(("glib" ,glib)
11257 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
11258 ("gspell" ,gspell)
11259 ("gtk+" ,gtk+)
11260 ("gjs" ,gjs)
11261 ("libsecret" ,libsecret)
11262 ("libsoup" ,libsoup)
11263 ("telepathy-glib" ,telepathy-glib)
11264 ("telepathy-logger" ,telepathy-logger)))
11265 (native-inputs
11266 `(("glib:bin" ,glib "bin")
11267 ("gobject-introspection" ,gobject-introspection)
11268 ("intltool" ,intltool)
11269 ("pkg-config" ,pkg-config)
11270 ("yelp-tools" ,yelp-tools)))
11271 (propagated-inputs
11272 `(("telepathy-idle" ,telepathy-idle)
11273 ("telepathy-mission-control" ,telepathy-mission-control)))
11274 (synopsis "Simple IRC Client")
11275 (description
11276 "Polari is a simple Internet Relay Chat (IRC) client that is designed to
11277 integrate seamlessly with the GNOME desktop.")
11278 (home-page "https://wiki.gnome.org/Apps/Polari")
11279 (license license:gpl2+)))
11280
11281 (define-public gnome-boxes
11282 (package
11283 (name "gnome-boxes")
11284 (version "3.36.6")
11285 (source
11286 (origin
11287 (method url-fetch)
11288 (uri (string-append "mirror://gnome/sources/gnome-boxes/"
11289 (version-major+minor version) "/"
11290 "gnome-boxes-" version ".tar.xz"))
11291 (sha256
11292 (base32 "0c3cw90xqqcpacc2z06ljs0gg8saxizfgjzg9alhpwgz3gl4c5pg"))))
11293 (build-system meson-build-system)
11294 (arguments
11295 '(#:glib-or-gtk? #t
11296 #:configure-flags (list "-Drdp=false"
11297 (string-append "-Dc_link_args=-Wl,-rpath="
11298 (assoc-ref %outputs "out")
11299 "/lib/gnome-boxes"))))
11300 (native-inputs
11301 `(("glib:bin" ,glib "bin") ; for glib-compile-resources
11302 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
11303 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
11304 ("itstool" ,itstool)
11305 ("intltool" ,intltool)
11306 ("vala" ,vala)
11307 ("pkg-config" ,pkg-config)))
11308 (inputs
11309 `(("libarchive" ,libarchive)
11310 ("glib-networking" ,glib-networking) ;for TLS support
11311 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
11312 ("gtk" ,gtk+)
11313 ("gtk-vnc" ,gtk-vnc)
11314 ("libosinfo" ,libosinfo)
11315 ("libsecret" ,libsecret)
11316 ("libsoup" ,libsoup)
11317 ("libusb" ,libusb)
11318 ("libvirt" ,libvirt)
11319 ("libvirt-glib" ,libvirt-glib)
11320 ("libxml" ,libxml2)
11321 ("spice-gtk" ,spice-gtk)
11322 ("sparql-query" ,sparql-query)
11323 ("vte" ,vte)
11324 ("webkitgtk" ,webkitgtk)
11325 ("tracker" ,tracker)
11326 ("libgudev" ,libgudev)))
11327 (home-page "https://wiki.gnome.org/Apps/Boxes")
11328 (synopsis "View, access, and manage remote and virtual systems")
11329 (description "GNOME Boxes is a simple application to view, access, and
11330 manage remote and virtual systems. Note that this application requires the
11331 @code{libvirt} and @code{virtlog} daemons to run. Use the command
11332 @command{info '(guix) Virtualization Services'} to learn how to configure
11333 these services on the Guix System.")
11334 (license (list
11335 ;; For data/icons/empty-boxes.png.
11336 license:cc-by2.0
11337 ;; For all others.
11338 license:lgpl2.0+))))
11339
11340 (define-public geary
11341 (package
11342 (name "geary")
11343 (version "3.34.1")
11344 (source (origin
11345 (method git-fetch)
11346 (uri (git-reference
11347 (url "https://gitlab.gnome.org/GNOME/geary")
11348 (commit version)))
11349 (file-name (git-file-name name version))
11350 (sha256
11351 (base32
11352 "01cc921kyh3zxz07biqbdzkjgmdcc36kwjyajm4y382a75cl5zg7"))))
11353 (build-system meson-build-system)
11354 (arguments
11355 `(#:glib-or-gtk? #t
11356 #:phases (modify-phases %standard-phases
11357 (add-after 'unpack 'disable-failing-tests
11358 (lambda _
11359 (substitute* "test/meson.build"
11360 (("test\\('client-tests', geary_test_client_bin\\)")
11361 ""))
11362 #t))
11363 (add-after 'unpack 'disable-postinstall-script
11364 (lambda _
11365 (substitute* "meson.build"
11366 (("meson.add_install_script\\(\
11367 join_paths\\('build-aux', 'post_install.py'\\)\\)")
11368 ""))
11369 #t))
11370 (add-before 'check 'setup-xvfb
11371 (lambda _
11372 (system "Xvfb :1 &")
11373 (setenv "DISPLAY" ":1")
11374 #t)))))
11375 (inputs
11376 `(("enchant" ,enchant)
11377 ("folks" ,folks)
11378 ("gcr" ,gcr)
11379 ("glib" ,glib)
11380 ("gmime" ,gmime-2.6)
11381 ("gnome-online-accounts:lib"
11382 ,gnome-online-accounts "lib")
11383 ("gspell" ,gspell)
11384 ("gtk+" ,gtk+)
11385 ("iso-codes" ,iso-codes)
11386 ("json-glib" ,json-glib)
11387 ("libcanberra" ,libcanberra)
11388 ("libgee" ,libgee)
11389 ("libhandy" ,libhandy-0.0)
11390 ("libpeas" ,libpeas)
11391 ("libsecret" ,libsecret)
11392 ("libunwind" ,libunwind)
11393 ("sqlite" ,sqlite)
11394 ("webkitgtk" ,webkitgtk)
11395 ("ytnef" ,ytnef)))
11396 (native-inputs
11397 `(("appstream-glib" ,appstream-glib)
11398 ("cmake-minimal" ,cmake-minimal)
11399 ("desktop-file-utils" ,desktop-file-utils)
11400 ("gettext" ,gettext-minimal)
11401 ("glib:bin" ,glib "bin")
11402 ("gobject-introspection" ,gobject-introspection)
11403 ("itstool" ,itstool)
11404 ("libarchive" ,libarchive)
11405 ("libxml2" ,libxml2)
11406 ("pkg-config" ,pkg-config)
11407 ("vala" ,vala)
11408 ("xvfb" ,xorg-server-for-tests)))
11409 (synopsis "GNOME email application built around conversations")
11410 (description
11411 "Geary collects related messages together into conversations,
11412 making it easy to find and follow your discussions. Full-text and keyword
11413 search makes it easy to find the email you are looking for. Geary's
11414 full-featured composer lets you send rich, styled text with images, links, and
11415 lists, but also send lightweight, easy to read text messages. Geary
11416 automatically picks up your existing GNOME Online Accounts, and adding more is
11417 easy. Geary has a clean, fast, modern interface that works like you want it
11418 to.")
11419 (home-page "https://wiki.gnome.org/Apps/Geary")
11420 (license (list
11421 ;; geary
11422 license:lgpl2.1+
11423 ;; icons
11424 license:cc-by3.0
11425 license:cc-by-sa3.0
11426 license:public-domain
11427 ;; snowball
11428 license:bsd-2))))
11429
11430 (define-public glabels
11431 (package
11432 (name "glabels")
11433 (version "3.4.1")
11434 (source
11435 (origin
11436 (method url-fetch)
11437 (uri (string-append "mirror://gnome/sources/" name "/"
11438 (version-major+minor version) "/"
11439 "glabels-" version ".tar.xz"))
11440 (sha256
11441 (base32 "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q"))))
11442 (build-system glib-or-gtk-build-system)
11443 (native-inputs
11444 `(("gettext" ,gettext-minimal)
11445 ("glib:bin" ,glib "bin")
11446 ("intltool" ,intltool)
11447 ("itstool" ,itstool)
11448 ("pkg-config" ,pkg-config)))
11449 (inputs
11450 `(("gtk+" ,gtk+)
11451 ("librsvg" ,librsvg)
11452 ("libxml2" ,libxml2)))
11453 (home-page "https://glabels.org/")
11454 (synopsis "Program for creating labels and business cards")
11455 (description
11456 "gLabels is a program for creating labels and business cards. It is
11457 designed to work with various laser/ink-jet peel-off label and business
11458 card sheets that you’ll find at most office supply stores.")
11459 (license license:gpl3+)))
11460
11461 ;; Version 3.38.0 is out but requires tepl>=5 which requires glib>=2.64.
11462 (define-public gnome-latex
11463 (package
11464 (name "gnome-latex")
11465 (version "3.36.0")
11466 (source
11467 (origin
11468 (method url-fetch)
11469 (uri (string-append "mirror://gnome/sources/" name "/"
11470 (version-major+minor version) "/"
11471 "gnome-latex-" version ".tar.xz"))
11472 (sha256
11473 (base32 "1869kr1zhcp04mzbi67lwgk497w840dbbc7427i9yh9b9s7j6mqn"))))
11474 (build-system glib-or-gtk-build-system)
11475 (native-inputs
11476 `(("gettext" ,gettext-minimal)
11477 ("glib:bin" ,glib "bin")
11478 ("gobject-introspection" ,gobject-introspection)
11479 ("gtk-doc" ,gtk-doc)
11480 ("intltool" ,intltool)
11481 ("itstool" ,itstool)
11482 ("pkg-config" ,pkg-config)
11483 ("vala" ,vala)))
11484 (inputs
11485 `(("amtk" ,amtk)
11486 ("dconf" ,dconf)
11487 ("glib" ,glib)
11488 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
11489 ("gspell" ,gspell)
11490 ("gtk+" ,gtk+)
11491 ("gtksourceview" ,gtksourceview)
11492 ("libgee" ,libgee)
11493 ("tepl" ,tepl)
11494 ("uchardet" ,uchardet)))
11495 (home-page "https://wiki.gnome.org/Apps/GNOME-LaTeX")
11496 (synopsis "LaTeX editor for the GNOME desktop")
11497 (description
11498 "GNOME LaTeX is a LaTeX editor for the GNOME desktop. It has features
11499 such as build tools, completion of LaTeX commands, structure navigation,
11500 symbol tables, document templates, project management, spell-checking, menus
11501 and toolbars.")
11502 (license license:gpl3+)))
11503
11504 (define-public setzer
11505 (package
11506 (name "setzer")
11507 (version "0.3.8")
11508 (source
11509 (origin
11510 (method git-fetch)
11511 (uri (git-reference
11512 (url "https://github.com/cvfosammmm/Setzer")
11513 (commit (string-append "v" version))))
11514 (file-name (git-file-name name version))
11515 (sha256
11516 (base32 "1f5qmkz4hzn54sh56z3hw8zrvg93xlz62ggzlzyg7vgsr83kpns9"))))
11517 (build-system meson-build-system)
11518 (arguments
11519 `(#:glib-or-gtk? #t
11520 #:phases
11521 (modify-phases %standard-phases
11522 (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
11523 (lambda* (#:key outputs #:allow-other-keys)
11524 (let ((prog (string-append (assoc-ref outputs "out")
11525 "/bin/setzer"))
11526 (pylib (string-append (assoc-ref outputs "out")
11527 "/lib/python"
11528 ,(version-major+minor
11529 (package-version python))
11530 "/site-packages")))
11531 (wrap-program prog
11532 `("PYTHONPATH" = (,(getenv "PYTHONPATH") ,pylib))
11533 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
11534 #t))))))
11535 (native-inputs
11536 `(("desktop-file-utils" ,desktop-file-utils)
11537 ("gettext" ,gettext-minimal)
11538 ("glib:bin" ,glib "bin")
11539 ("gobject-introspection" ,gobject-introspection)
11540 ("gtk+:bin" ,gtk+ "bin")))
11541 (inputs
11542 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
11543 ("gspell" ,gspell)
11544 ("gtk+" ,gtk+)
11545 ("gtksourceview" ,gtksourceview)
11546 ("pango" ,pango)
11547 ("poppler" ,poppler)
11548 ("python-pycairo" ,python-pycairo)
11549 ("python-pygobject" ,python-pygobject)
11550 ("python-pyxdg" ,python-pyxdg)
11551 ("webkitgtk" ,webkitgtk)
11552 ("xdg-utils" ,xdg-utils)))
11553 (home-page "https://www.cvfosammmm.org/setzer/")
11554 (synopsis "LaTeX editor written in Python with GTK+")
11555 (description
11556 "Setzer is a simple yet full-featured LaTeX editor written in Python with
11557 GTK+. It integrates well with the GNOME desktop environment.")
11558 (license license:gpl3+)))
11559
11560 (define-public libratbag
11561 (package
11562 (name "libratbag")
11563 (version "0.14")
11564 (source
11565 (origin
11566 (method git-fetch)
11567 (uri (git-reference
11568 (url "https://github.com/libratbag/libratbag")
11569 (commit (string-append "v" version))))
11570 (file-name (git-file-name name version))
11571 (sha256
11572 (base32 "1fpwp2sj8mf98bqasq2h8qwgprxi7k3iw33gcfid3d1lbyiacw0x"))))
11573 (build-system meson-build-system)
11574 (arguments
11575 `(#:configure-flags
11576 (list "-Dsystemd=false"
11577 "-Dlogind-provider=elogind")
11578 #:phases
11579 (modify-phases %standard-phases
11580 (add-after 'install 'wrap
11581 (lambda* (#:key inputs outputs #:allow-other-keys)
11582 (let* ((out (assoc-ref outputs "out"))
11583 (site (string-append
11584 "/lib/python"
11585 ,(version-major+minor (package-version python))
11586 "/site-packages"))
11587 (evdev (string-append
11588 (assoc-ref inputs "python-evdev") site))
11589 (pygo (string-append
11590 (assoc-ref inputs "python-pygobject") site))
11591 (python-wrap
11592 `("PYTHONPATH" = (,evdev ,pygo))))
11593 (wrap-program (string-append out "/bin/" "ratbagctl")
11594 python-wrap)
11595 #t))))))
11596 (native-inputs
11597 `(("check" ,check)
11598 ("pkg-config" ,pkg-config)
11599 ("swig" ,swig)
11600 ("valgrind" ,valgrind)))
11601 (inputs
11602 `(("glib" ,glib)
11603 ("json-glib" ,json-glib)
11604 ("libevdev" ,libevdev)
11605 ("libsystemd" ,elogind)
11606 ("libunistring" ,libunistring)
11607 ("python-evdev" ,python-evdev)
11608 ("python-pygobject" ,python-pygobject)
11609 ("udev" ,eudev)))
11610 (home-page "https://github.com/libratbag/libratbag")
11611 (synopsis "DBus daemon and utility for configuring gaming mice")
11612 (description "libratbag provides @command{ratbagd}, a DBus daemon to
11613 configure input devices, mainly gaming mice. The daemon provides a generic
11614 way to access the various features exposed by these mice and abstracts away
11615 hardware-specific and kernel-specific quirks. There is also the
11616 @command{ratbagctl} command line interface for configuring devices.
11617
11618 libratbag currently supports devices from Logitech, Etekcity, GSkill, Roccat,
11619 Steelseries.
11620
11621 The ratbagd DBus service can be enabled by adding the following service to
11622 your operating-system definition:
11623
11624 (simple-service 'ratbagd dbus-root-service-type (list libratbag))")
11625 (license license:expat)))
11626
11627 (define-public piper
11628 (package
11629 (name "piper")
11630 (version "0.5.1")
11631 (source
11632 (origin
11633 (method git-fetch)
11634 (uri (git-reference
11635 (url "https://github.com/libratbag/piper")
11636 (commit version)))
11637 (sha256
11638 (base32 "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj"))
11639 (file-name (git-file-name name version))))
11640 (build-system meson-build-system)
11641 (native-inputs
11642 `(("gettext" ,gettext-minimal)
11643 ("glib:bin" ,glib "bin")
11644 ("gobject-introspection" ,gobject-introspection)
11645 ("pkg-config" ,pkg-config)
11646 ("python-flake8" ,python-flake8)))
11647 (inputs
11648 `(("adwaita-icon-theme" ,adwaita-icon-theme)
11649 ("gtk" ,gtk+)
11650 ("gtk:bin" ,gtk+ "bin")
11651 ("librsvg" ,librsvg)
11652 ("python-evdev" ,python-evdev)
11653 ("python-lxml" ,python-lxml)
11654 ("python-pycairo" ,python-pycairo)
11655 ("python-pygobject" ,python-pygobject)))
11656 (arguments
11657 `(#:imported-modules ((guix build python-build-system)
11658 ,@%meson-build-system-modules)
11659 #:modules (((guix build python-build-system) #:prefix python:)
11660 (guix build meson-build-system)
11661 (guix build utils))
11662 #:tests? #f ;; The flake8 test fails trying to validate piper.in as code.
11663 #:phases
11664 (modify-phases %standard-phases
11665 (add-after 'unpack 'dont-update-gtk-icon-cache
11666 (lambda _
11667 (substitute* "meson.build"
11668 (("meson.add_install_script('meson_install.sh')") ""))
11669 #t))
11670 ;; TODO: Switch to wrap-script when it is fixed.
11671 (add-after 'install 'wrap-python
11672 (assoc-ref python:%standard-phases 'wrap))
11673 (add-after 'wrap-python 'wrap
11674 (lambda* (#:key outputs #:allow-other-keys)
11675 (wrap-program
11676 (string-append (assoc-ref outputs "out" )"/bin/piper")
11677 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
11678 #t)))))
11679 (home-page "https://github.com/libratbag/piper/")
11680 (synopsis "Configure bindings and LEDs on gaming mice")
11681 (description "Piper is a GTK+ application for configuring gaming mice with
11682 onboard configuration for key bindings via libratbag. Piper requires
11683 a @command{ratbagd} daemon running with root privileges. It can be run
11684 manually as root, but is preferably configured as a DBus service that can
11685 launch on demand. This can be configured by enabling the following service,
11686 provided there is a DBus service present:
11687
11688 (simple-service 'ratbagd dbus-root-service-type (list libratbag))")
11689 (license license:gpl2)))
11690
11691 (define-public parlatype
11692 (package
11693 (name "parlatype")
11694 (version "2.1")
11695 (source
11696 (origin
11697 (method git-fetch)
11698 (uri (git-reference
11699 (url "https://github.com/gkarsay/parlatype")
11700 (commit (string-append "v" version))))
11701 (file-name (git-file-name name version))
11702 (sha256
11703 (base32 "1c15ja0rwz3jj8bnqdq0nmqka39iwrhy8krdv2a2x8nl4shfpmv0"))))
11704 (build-system meson-build-system)
11705 (arguments
11706 `(#:glib-or-gtk? #t
11707 #:tests? #f ;require internet access
11708 #:phases
11709 (modify-phases %standard-phases
11710 (add-after 'install 'wrap-parlatype
11711 ;; Add gstreamer plugin provided in this package to system's
11712 ;; plugins.
11713 (lambda* (#:key outputs #:allow-other-keys)
11714 (let* ((out (assoc-ref outputs "out"))
11715 (gst-plugin-path (string-append
11716 out "/lib/gstreamer-1.0/"
11717 ":"
11718 (getenv "GST_PLUGIN_SYSTEM_PATH"))))
11719 (wrap-program (string-append out "/bin/parlatype")
11720 `("GST_PLUGIN_SYSTEM_PATH" ":" = (,gst-plugin-path))))
11721 #t)))))
11722 (native-inputs
11723 `(("appstream-glib" ,appstream-glib)
11724 ("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
11725 ("gettext" ,gettext-minimal)
11726 ("glib" ,glib "bin") ;for glib-compile-resources
11727 ("pkg-config" ,pkg-config)
11728 ("yelp-tools" ,yelp-tools)))
11729 (inputs
11730 `(("gst-plugins-base" ,gst-plugins-base)
11731 ("gst-plugins-good" ,gst-plugins-good)
11732 ("gstreamer" ,gstreamer)
11733 ("gtk+" ,gtk+)
11734 ("pocketsphinx" ,pocketsphinx)
11735 ("pulseaudio" ,pulseaudio)
11736 ("sphinxbase" ,sphinxbase)))
11737 (home-page "http://gkarsay.github.io/parlatype/")
11738 (synopsis "GNOME audio player for transcription")
11739 (description "Parlatype is an audio player for the GNOME desktop
11740 environment. Its main purpose is the manual transcription of spoken
11741 audio files.")
11742 (license license:gpl3+)))
11743
11744 (define-public jsonrpc-glib
11745 (package
11746 (name "jsonrpc-glib")
11747 (version "3.34.0")
11748 (source (origin
11749 (method url-fetch)
11750 (uri (string-append "mirror://gnome/sources/" name "/"
11751 (version-major+minor version) "/"
11752 name "-" version ".tar.xz"))
11753 (sha256
11754 (base32
11755 "0j05x4xv2cp3cbmp30m68z8g4rdw7b030ip4wszyfj9ya15v5kni"))))
11756 (build-system meson-build-system)
11757 (inputs
11758 `(("json-glib" ,json-glib)
11759 ("glib" ,glib)))
11760 (native-inputs
11761 `(("pkg-config" ,pkg-config)
11762 ("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
11763 ("gobject-introspection" ,gobject-introspection)
11764 ("vala" ,vala)))
11765 (home-page "https://gitlab.gnome.org/GNOME/jsonrpc-glib")
11766 (synopsis "JSON-RPC library for GLib")
11767 (description "Jsonrpc-GLib is a library to communicate with JSON-RPC based
11768 peers in either a synchronous or asynchronous fashion. It also allows
11769 communicating using the GVariant serialization format instead of JSON when
11770 both peers support it. You might want that when communicating on a single
11771 host to avoid parser overhead and memory-allocator fragmentation.")
11772 (license license:lgpl2.1+)))
11773
11774 (define-public feedbackd
11775 (package
11776 (name "feedbackd")
11777 (version "0.0.0+git20200527")
11778 (source (origin
11779 (method git-fetch)
11780 (uri (git-reference
11781 (url "https://source.puri.sm/Librem5/feedbackd.git")
11782 (commit (string-append "v" version))))
11783 (file-name (git-file-name name version))
11784 (sha256
11785 (base32
11786 "1wbkzxnqjydfgjvp7vz4ghczcz740zcb1yn90cb6gb5md4n6qx2y"))))
11787 (build-system meson-build-system)
11788 (native-inputs
11789 `(("glib:bin" ,glib "bin")
11790 ("gobject-introspection" ,gobject-introspection)
11791 ("pkg-config" ,pkg-config)
11792 ("vala" ,vala)))
11793 (inputs
11794 `(("dbus" ,dbus)
11795 ("gsound" ,gsound)
11796 ("json-glib" ,json-glib)
11797 ("libgudev" ,libgudev)))
11798 (propagated-inputs
11799 `(("glib" ,glib))) ; in Requires of libfeedback-0.0.pc
11800 (synopsis "Haptic/visual/audio feedback via DBus")
11801 (description "Feedbackd provides a DBus daemon to act on events to provide
11802 haptic, visual and audio feedback. It offers the libfeedbackd library and
11803 GObject introspection bindings.")
11804 (home-page "https://source.puri.sm/Librem5/feedbackd")
11805 (license (list license:lgpl2.1+ ; libfeedbackd
11806 license:lgpl3+)))) ; the rest
11807
11808 (define-public sysprof
11809 (package
11810 (name "sysprof")
11811 (version "3.36.0")
11812 (source
11813 (origin
11814 (method url-fetch)
11815 (uri (string-append "mirror://gnome/sources/sysprof/"
11816 (version-major+minor version) "/"
11817 "sysprof-" version ".tar.xz"))
11818 (sha256
11819 (base32 "024i0gzqnm79rpr4gqxdvcj6gvf82xdlcp2p1k9ikcppmi6xnw46"))))
11820 (build-system meson-build-system)
11821 (arguments
11822 `(#:configure-flags
11823 (list (string-append "-Dsystemdunitdir="
11824 %output
11825 "/share/systemd"))
11826 #:tests? #f ; 3/4 test-model-filter barfs some dbus nonsense
11827 #:phases
11828 (modify-phases %standard-phases
11829 (add-after 'unpack 'patch-install-script
11830 (lambda _
11831 (substitute* "build-aux/meson/post_install.sh"
11832 (("gtk-update-icon-cache") "true")
11833 (("update-desktop-database") "true"))
11834 #t)))))
11835 (inputs
11836 `(("glib" ,glib)
11837 ("gtk+" ,gtk+)
11838 ("libdazzle" ,libdazzle)
11839 ("polkit" ,polkit)))
11840 (native-inputs
11841 `(("gettext" ,gettext-minimal)
11842 ("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
11843 ("itstool" ,itstool)
11844 ("pkg-config" ,pkg-config)
11845 ("xmllint" ,libxml2)))
11846 ;; This home page is so woefully out of date as to be essentially useless.
11847 ;; (home-page "http://www.sysprof.com")
11848 (home-page "https://wiki.gnome.org/Apps/Sysprof")
11849 (synopsis "System-wide performance profiler for GNU/Linux")
11850 (description
11851 "Sysprof performs detailed, accurate, and fast CPU profiling of an entire
11852 GNU/Linux system including the kernel and all user-space applications. This
11853 helps find the function(s) in which a program spends most of its time.
11854
11855 It uses the kernel's built-in @code{ptrace} feature and handles shared
11856 libraries. Applications do not need to be recompiled--or even restarted.")
11857 (license license:gpl3+)))
11858
11859 (define-public gnome-builder
11860 (package
11861 (name "gnome-builder")
11862 (version "3.36.1")
11863 (source (origin
11864 (method url-fetch)
11865 (uri (string-append "mirror://gnome/sources/" name "/"
11866 (version-major+minor version) "/"
11867 name "-" version ".tar.xz"))
11868 (sha256
11869 (base32
11870 "17pvmd5jypar8dkr6w56hvf7jnq4l1wih2wwgkrv7sblr7rkkar2"))))
11871 (build-system meson-build-system)
11872 (arguments
11873 `(#:configure-flags (list "-Dnetwork_tests=false"
11874 ;; TODO: Enable all plugins...
11875 "-Dplugin_clang=false"
11876 "-Dplugin_flatpak=false"
11877 "-Dplugin_glade=false"
11878 ;; ... except this one.
11879 "-Dplugin_update_manager=false")
11880 #:phases
11881 (modify-phases %standard-phases
11882 (add-after 'unpack 'patch-meson
11883 (lambda* (#:key inputs #:allow-other-keys)
11884 (substitute* "build-aux/meson/post_install.py"
11885 (("gtk-update-icon-cache") "true")
11886 (("update-desktop-database") "true"))
11887 (substitute* "src/libide/meson.build"
11888 (("/usr/lib")
11889 (string-append (assoc-ref inputs "python-pygobject")
11890 "/lib")))
11891 #t))
11892 (add-after 'configure 'fix-ninja
11893 (lambda _
11894 ;; #43296: meson(?) incorrectly assumes we want to link
11895 ;; this PIE against a static libselinux.
11896 (substitute* "build.ninja"
11897 (("libselinux\\.a") "libselinux.so"))
11898 #t))
11899 (add-before 'check 'pre-check
11900 (lambda _
11901 (system "Xvfb :1 &")
11902 (setenv "DISPLAY" ":1")
11903 #t)))))
11904 (inputs
11905 `(("devhelp" ,devhelp)
11906 ("gspell" ,gspell)
11907 ("gtk+" ,gtk+)
11908 ("json-glib" ,json-glib)
11909 ("jsonrpc-glib" ,jsonrpc-glib)
11910 ("libdazzle" ,libdazzle)
11911 ("libgit2-glib" ,libgit2-glib)
11912 ("libpeas" ,libpeas)
11913 ("python-pygobject" ,python-pygobject)
11914 ("sysprof" ,sysprof)
11915 ("template-glib" ,template-glib)
11916 ("vte" ,vte)
11917 ("webkitgtk" ,webkitgtk)))
11918 (propagated-inputs
11919 `(("gtksourceview" ,gtksourceview))) ;needed for settings
11920 (native-inputs
11921 `(("desktop-file-utils" ,desktop-file-utils) ;for desktop-file-validate
11922 ("glib:bin" ,glib "bin")
11923 ("gettext" ,gettext-minimal)
11924 ("pkg-config" ,pkg-config)
11925 ("vala" ,vala)
11926 ("xorg-server" ,xorg-server-for-tests)))
11927 (home-page "https://wiki.gnome.org/Apps/Builder")
11928 (synopsis "Toolsmith for GNOME-based applications")
11929 (description "Builder aims to be an integrated development
11930 environment (IDE) for writing GNOME-based software. It features fuzzy search,
11931 auto-completion, a mini code map, documentation browsing, Git integration, an
11932 integrated profiler via Sysprof, debugging support, and more.")
11933 (license license:gpl3+)))
11934
11935 (define-public komikku
11936 (package
11937 (name "komikku")
11938 (version "0.23.0")
11939 (source
11940 (origin
11941 (method git-fetch)
11942 (uri (git-reference
11943 (url "https://gitlab.com/valos/Komikku/")
11944 (commit (string-append "v" version))))
11945 (file-name (git-file-name name version))
11946 (sha256
11947 (base32
11948 "1xh3qmf2pk80qxj528lajjcwg7mps72s1zz8cj388av58p8l3hyw"))))
11949 (build-system meson-build-system)
11950 (arguments
11951 `(#:glib-or-gtk? #t
11952 #:phases
11953 (modify-phases %standard-phases
11954 (add-after 'unpack 'patch-sources
11955 (lambda _
11956 (substitute* "komikku/utils.py"
11957 (("from komikku\\.servers import get_servers_list")
11958 ;; code following that line should migrate old databases
11959 ;; but the line itself results in an import error
11960 "return data_dir_path"))))
11961 (add-after 'unpack 'skip-gtk-update-icon-cache
11962 (lambda _
11963 (substitute* "meson_post_install.py"
11964 (("gtk-update-icon-cache") (which "true")))
11965 #t))
11966 (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap
11967 (lambda* (#:key outputs #:allow-other-keys)
11968 (let ((prog (string-append (assoc-ref outputs "out")
11969 "/bin/komikku")))
11970 (wrap-program prog
11971 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
11972 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
11973 #t))))))
11974 (inputs
11975 `(("gtk+" ,gtk+)
11976 ("libhandy" ,libhandy)
11977 ("libnotify" ,libnotify)
11978 ("libsecret" ,libsecret)
11979 ("python-beautifulsoup4" ,python-beautifulsoup4)
11980 ("python-cloudscraper" ,python-cloudscraper)
11981 ("python-dateparser" ,python-dateparser)
11982 ("python-keyring" ,python-keyring)
11983 ("python-lxml" ,python-lxml)
11984 ("python-magic" ,python-magic)
11985 ("python-pillow" ,python-pillow)
11986 ("python-pure-protobuf" ,python-pure-protobuf)
11987 ("python-pycairo" ,python-pycairo)
11988 ("python-pygobject" ,python-pygobject)
11989 ("python-unidecode" ,python-unidecode)))
11990 (native-inputs
11991 `(("desktop-file-utils" ,desktop-file-utils)
11992 ("gettext" ,gettext-minimal)
11993 ("glib:bin" ,glib "bin")
11994 ("gobject-introspection" ,gobject-introspection)
11995 ("pkg-config" ,pkg-config)))
11996 (home-page "https://gitlab.com/valos/Komikku")
11997 (synopsis "Manga reader for GNOME")
11998 (description "Komikku is an online/offline manga reader for GNOME,
11999 developed with the aim of being used with the Librem 5 phone.")
12000 (license license:gpl3+)))
12001
12002 (define-public libgda
12003 (package
12004 (name "libgda")
12005 (version "5.2.10")
12006 (source
12007 (origin
12008 (method git-fetch)
12009 (uri (git-reference
12010 (url "https://gitlab.gnome.org/GNOME/libgda.git/")
12011 (commit (string-append "LIBGDA_" (string-replace-substring
12012 version "." "_")))))
12013 (file-name (git-file-name name version))
12014 (sha256
12015 (base32 "18rg773gq9v3cdywpmrp12c5xyp97ir9yqjinccpi22sksb1kl8a"))))
12016 (build-system gnu-build-system)
12017 (arguments
12018 `(#:configure-flags '("--enable-vala")
12019 ;; There's a race between check_cnc_lock and check_threaded_cnc
12020 ;; in tests/multi-threading.
12021 #:parallel-tests? #f
12022 #:phases
12023 (modify-phases %standard-phases
12024 (add-after 'unpack 'fix-glade-install
12025 (lambda _
12026 (substitute* "configure.ac"
12027 (("`\\$PKG_CONFIG --variable=catalogdir gladeui-2\\.0`")
12028 "${datadir}/glade/catalogs")
12029 (("`\\$PKG_CONFIG --variable=pixmapdir gladeui-2\\.0`")
12030 "${datadir}/glade/pixmaps"))
12031 #t))
12032 (add-before 'check 'pre-check
12033 (lambda* (#:key inputs #:allow-other-keys)
12034 ;; Tests require a running X server.
12035 (system "Xvfb :1 &")
12036 (setenv "DISPLAY" ":1")
12037 #t))
12038 (add-after 'install 'symlink-glade-module
12039 (lambda* (#:key outputs #:allow-other-keys)
12040 (let* ((shlib "libgda-ui-5.0.so")
12041 (out (assoc-ref outputs "out"))
12042 (out/lib (string-append out "/lib"))
12043 (moduledir (string-append out/lib "/glade/modules")))
12044 (mkdir-p moduledir)
12045 (symlink (string-append out/lib "/" shlib)
12046 (string-append moduledir "/" shlib))
12047 #t))))))
12048 (propagated-inputs
12049 `(("libxml2" ,libxml2))) ; required by libgda-5.0.pc
12050 (inputs
12051 `(("glib" ,glib)
12052 ("glade" ,glade3)
12053 ("gtk+" ,gtk+)
12054 ("libsecret" ,libsecret)
12055 ("libxslt" ,libxslt)
12056 ("openssl" ,openssl)
12057 ("vala" ,vala)))
12058 (native-inputs
12059 `(("autoconf" ,autoconf)
12060 ("autoconf-archive" ,autoconf-archive)
12061 ("automake" ,automake)
12062 ("glib:bin" ,glib "bin")
12063 ("gnome-common" ,gnome-common)
12064 ("gobject-introspection" ,gobject-introspection)
12065 ("gtk-doc" ,gtk-doc)
12066 ("intltool" ,intltool)
12067 ("libtool" ,libtool)
12068 ("pkg-config" ,pkg-config)
12069 ("vala" ,vala)
12070 ("which" ,which)
12071 ("xorg-server" ,xorg-server-for-tests)
12072 ("yelp-tools" ,yelp-tools)))
12073 (home-page "https://gitlab.gnome.org/GNOME/libgda")
12074 (synopsis "Uniform data access")
12075 (description
12076 "GNU Data Access (GDA) is an attempt to provide uniform access to
12077 different kinds of data sources (databases, information servers, mail spools,
12078 etc). It is a complete architecture that provides all you need to access
12079 your data.")
12080 (license license:lgpl2.1+)))
12081
12082 (define-public gtranslator
12083 (package
12084 (name "gtranslator")
12085 (version "3.36.0")
12086 (source (origin
12087 (method url-fetch)
12088 (uri (string-append "mirror://gnome/sources/" name "/"
12089 (version-major+minor version) "/"
12090 name "-" version ".tar.xz"))
12091 (sha256
12092 (base32
12093 "1lxd2nkji4jk8g2xmyc1a1r3ww710ddk91zh9psmx8xlb4xivaid"))))
12094 (build-system meson-build-system)
12095 (inputs
12096 `(("json-glib" ,json-glib)
12097 ("jsonrpc-glib" ,jsonrpc-glib)
12098 ("gettext" ,gettext-minimal)
12099 ("glib" ,glib)
12100 ("gtk+" ,gtk+)
12101 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
12102 ("gspell" ,gspell)
12103 ("libdazzle" ,libdazzle)
12104 ("libgda" ,libgda)
12105 ("libsoup" ,libsoup)))
12106 (native-inputs
12107 `(("glib:bin" ,glib "bin")
12108 ("itstool" ,itstool)
12109 ("pkg-config" ,pkg-config)))
12110 (propagated-inputs
12111 `(("gtksourceview" ,gtksourceview))) ; required for source view
12112 (arguments
12113 `(#:build-type "release"
12114 #:glib-or-gtk? #t
12115 #:phases
12116 (modify-phases %standard-phases
12117 (add-after 'unpack 'skip-gtk-update-icon-cache
12118 (lambda _
12119 (substitute* "build-aux/meson/meson_post_install.py"
12120 (("gtk-update-icon-cache") (which "true")))
12121 #t)))))
12122 (home-page "https://wiki.gnome.org/Apps/Gtranslator")
12123 (synopsis "Translation making program")
12124 (description
12125 "gtranslator is a quite comfortable gettext po/po.gz/(g)mo files editor
12126 for the GNOME 3.x platform with many features. It aims to be a very complete
12127 editing environment for translation issues within the GNU gettext/GNOME desktop
12128 world.")
12129 (license license:gpl3+)))