gnu: simple-scan: Make colord input non-native.
[jackhill/guix/guix.git] / gnu / packages / gnome.scm
CommitLineData
995b7261 1;;; GNU Guix --- Functional package management for GNU
109da1c0 2;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
44a06c94 3;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
29a7c98a 4;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
7108425c 5;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
58d32305 6;;; Copyright © 2014, 2015 Federico Beffa <beffa@fbengineering.ch>
8b877545 7;;; Copyright © 2015, 2016 Sou Bunnbu <iyzsong@gmail.com>
7aab13f1 8;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
63ad9b80 9;;; Copyright © 2015, 2017 Andy Wingo <wingo@igalia.com>
1e7464a9 10;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
7d3bb433 11;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
64a153bd 12;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
293ff8b2 13;;; Copyright © 2015 David Thompson <davet@gnu.org>
0528f70d 14;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
35e2d0cf 15;;; Copyright © 2016, 2017, 2018 Rene Saavedra <pacoon@protonmail.com>
3c697ffd 16;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
3c8ba11a 17;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
277a7d82 18;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
a56be436 19;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
e19f9c24 20;;; Copyright © 2016, 2018 Leo Famulari <leo@famulari.name>
71d9b980 21;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
47956fa0 22;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
e5e1df4d 23;;; Copyright © 2016 David Craven <david@craven.ch>
fa75a213 24;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
cce0da5e 25;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
d04687dc 26;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
3c5dbd2b 27;;; Copyright © 2017, 2018 nee <nee-git@hidamari.blue>
d1d739fa 28;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
1d3fcf94 29;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org>
dcfa0acd 30;;; Copyright © 2017 Brendan Tildesley <mail@brendan.scot>
0438f1d8 31;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com>
4e3fdeb7 32;;; Copyright © 2018 Jovany Leandro G.C <bit4bit@riseup.net>
2eee7ee3 33;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
a18f8eaf 34;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
e57c2adb 35;;; Copyright © 2018, 2019 Timothy Sample <samplet@ngyro.com>
8caa4589 36;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org>
ec47c07d 37;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
3e9c80b2 38;;; Copyright © 2019 Florian Pelz <pelzflorian@pelzflorian.de>
a7a31827 39;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
633422b0 40;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
213315d4 41;;; Copyright © 2019 Jonathan Frederickson <jonathan@terracrypt.net>
aa51d92c 42;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
ad6e168b 43;;; Copyright © 2019 Martin Becze <mjbecze@riseup.net>
93beace0 44;;; Copyright © 2019 David Wilson <david@daviwil.com>
995b7261
AE
45;;;
46;;; This file is part of GNU Guix.
47;;;
48;;; GNU Guix is free software; you can redistribute it and/or modify it
49;;; under the terms of the GNU General Public License as published by
50;;; the Free Software Foundation; either version 3 of the License, or (at
51;;; your option) any later version.
52;;;
53;;; GNU Guix is distributed in the hope that it will be useful, but
54;;; WITHOUT ANY WARRANTY; without even the implied warranty of
55;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
56;;; GNU General Public License for more details.
57;;;
58;;; You should have received a copy of the GNU General Public License
59;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
60
61(define-module (gnu packages gnome)
ed19903d 62 #:use-module (gnu packages)
ba5dd105 63 #:use-module (gnu packages admin)
411ba511 64 #:use-module (gnu packages aspell)
75016d07 65 #:use-module (gnu packages autotools)
7b212526 66 #:use-module (gnu packages avahi)
b29909b4 67 #:use-module (gnu packages backup)
6a180f6f 68 #:use-module (gnu packages base)
1e33331c 69 #:use-module (gnu packages bash)
5698b8b8 70 #:use-module (gnu packages bison)
aa51d92c 71 #:use-module (gnu packages boost)
5fc9b6c1 72 #:use-module (gnu packages build-tools)
df217748 73 #:use-module (gnu packages calendar)
b29909b4 74 #:use-module (gnu packages cdrom)
df12f04a 75 #:use-module (gnu packages check)
d61a894b 76 #:use-module (gnu packages cmake)
b29909b4 77 #:use-module (gnu packages compression)
23a22af6 78 #:use-module (gnu packages cups)
6e1bb642 79 #:use-module (gnu packages curl)
c3f29bc9 80 #:use-module (gnu packages cyrus-sasl)
6e1bb642 81 #:use-module (gnu packages databases)
255d1bbe 82 #:use-module (gnu packages dbm)
c769cf9f 83 #:use-module (gnu packages djvu)
ba5dd105 84 #:use-module (gnu packages dns)
b4ce6300 85 #:use-module (gnu packages docbook)
b29909b4 86 #:use-module (gnu packages documentation)
329d731b 87 #:use-module (gnu packages enchant)
b29909b4
TGR
88 #:use-module (gnu packages flex)
89 #:use-module (gnu packages fonts)
e762d943 90 #:use-module (gnu packages file-systems)
a56be436 91 #:use-module (gnu packages fontutils)
b29909b4 92 #:use-module (gnu packages freedesktop)
dfc407f3 93 #:use-module (gnu packages game-development)
fed5a689 94 #:use-module (gnu packages gettext)
b29909b4
TGR
95 #:use-module (gnu packages ghostscript)
96 #:use-module (gnu packages gl)
995b7261 97 #:use-module (gnu packages glib)
c1354b90 98 #:use-module (gnu packages gnupg)
23a22af6 99 #:use-module (gnu packages gnuzilla)
b29909b4
TGR
100 #:use-module (gnu packages gperf)
101 #:use-module (gnu packages graphviz)
85f5dc19 102 #:use-module (gnu packages gstreamer)
d9c1a22b 103 #:use-module (gnu packages gtk)
6b888eff 104 #:use-module (gnu packages guile)
b645146f 105 #:use-module (gnu packages ibus)
b29909b4
TGR
106 #:use-module (gnu packages image)
107 #:use-module (gnu packages imagemagick)
108 #:use-module (gnu packages inkscape)
9cc98f8a 109 #:use-module (gnu packages iso-codes)
b29909b4 110 #:use-module (gnu packages kerberos)
85f5dc19 111 #:use-module (gnu packages libcanberra)
b64e217f 112 #:use-module (gnu packages libunistring)
75016d07 113 #:use-module (gnu packages libusb)
b29909b4 114 #:use-module (gnu packages linux)
4e3fc547 115 #:use-module (gnu packages lirc)
7b212526 116 #:use-module (gnu packages lua)
b29909b4
TGR
117 #:use-module (gnu packages mail)
118 #:use-module (gnu packages multiprecision)
64fce637 119 #:use-module (gnu packages music)
b29909b4
TGR
120 #:use-module (gnu packages ncurses)
121 #:use-module (gnu packages nettle)
ba5dd105 122 #:use-module (gnu packages networking)
5fc9b6c1 123 #:use-module (gnu packages ninja)
aff0cce9 124 #:use-module (gnu packages nss)
b29909b4 125 #:use-module (gnu packages openldap)
b645146f 126 #:use-module (gnu packages password-utils)
de1215e2 127 #:use-module (gnu packages pcre)
b29909b4 128 #:use-module (gnu packages pdf)
27477d2d 129 #:use-module (gnu packages perl)
f70d8383 130 #:use-module (gnu packages photo)
995b7261 131 #:use-module (gnu packages pkg-config)
b29909b4
TGR
132 #:use-module (gnu packages polkit)
133 #:use-module (gnu packages popt)
7d3bb433 134 #:use-module (gnu packages pretty-print)
23a22af6 135 #:use-module (gnu packages pulseaudio)
995b7261 136 #:use-module (gnu packages python)
00014781
RW
137 #:use-module (gnu packages python-crypto)
138 #:use-module (gnu packages python-web)
44d10b1f 139 #:use-module (gnu packages python-xyz)
cce0da5e 140 #:use-module (gnu packages rdesktop)
b29909b4 141 #:use-module (gnu packages readline)
a76d0f03 142 #:use-module (gnu packages ruby)
ec47c07d 143 #:use-module (gnu packages rust)
b29909b4 144 #:use-module (gnu packages samba)
75016d07 145 #:use-module (gnu packages scanner)
240cee8a 146 #:use-module (gnu packages selinux)
c27e02bf 147 #:use-module (gnu packages slang)
b29909b4
TGR
148 #:use-module (gnu packages speech)
149 #:use-module (gnu packages spice)
cd0322a3 150 #:use-module (gnu packages sqlite)
4a1bf090 151 #:use-module (gnu packages ssh)
8f9ac901 152 #:use-module (gnu packages tex)
33dc54b0 153 #:use-module (gnu packages time)
a7fd7b68 154 #:use-module (gnu packages tls)
3c5dbd2b 155 #:use-module (gnu packages version-control)
b29909b4 156 #:use-module (gnu packages video)
59132b80 157 #:use-module (gnu packages virtualization)
f2b96b3a 158 #:use-module (gnu packages vpn)
a18f8eaf 159 #:use-module (gnu packages web)
b29909b4
TGR
160 #:use-module (gnu packages web)
161 #:use-module (gnu packages webkit)
162 #:use-module (gnu packages xdisorg)
163 #:use-module (gnu packages xiph)
164 #:use-module (gnu packages xml)
d633f2f6 165 #:use-module (gnu packages xorg)
b29909b4 166 #:use-module (gnu packages xorg)
a76d0f03 167 #:use-module (gnu artwork)
b29909b4
TGR
168 #:use-module (guix build-system cmake)
169 #:use-module (guix build-system glib-or-gtk)
170 #:use-module (guix build-system gnu)
171 #:use-module (guix build-system meson)
08be02be 172 #:use-module (guix build-system python)
b29909b4
TGR
173 #:use-module (guix build-system trivial)
174 #:use-module (guix download)
175 #:use-module (guix git-download)
176 #:use-module ((guix licenses) #:prefix license:)
177 #:use-module (guix packages)
178 #:use-module (guix utils)
a76d0f03 179 #:use-module (guix gexp)
4e3fdeb7 180 #:use-module (ice-9 match)
c024ae36 181 #:use-module (srfi srfi-1))
85f5dc19
AE
182
183(define-public brasero
184 (package
185 (name "brasero")
e2bf423a 186 (version "3.12.2")
85f5dc19
AE
187 (source (origin
188 (method url-fetch)
e8627cd9
DH
189 (uri (string-append "mirror://gnome/sources/" name "/"
190 (version-major+minor version) "/"
191 name "-" version ".tar.xz"))
85f5dc19
AE
192 (sha256
193 (base32
e2bf423a 194 "0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
1c40e3b7 195 (build-system glib-or-gtk-build-system)
e8627cd9
DH
196 (arguments
197 `(#:configure-flags (list
198 (string-append "--with-girdir="
199 (assoc-ref %outputs "out")
200 "/share/gir-1.0")
201 (string-append "--with-typelibdir="
202 (assoc-ref %outputs "out")
ce426deb
TD
203 "/lib/girepository-1.0"))
204 #:phases
205 (modify-phases %standard-phases
206 (add-before 'configure 'embed-growisofs
207 (lambda* (#:key inputs #:allow-other-keys)
208 (substitute* "plugins/growisofs/burn-growisofs.c"
209 (("\"growisofs") (string-append "\"" (which "growisofs"))))
e2bf423a 210 #t)))))
85f5dc19
AE
211 (propagated-inputs
212 `(("hicolor-icon-theme" ,hicolor-icon-theme)))
9cc98f8a
CR
213 (native-inputs
214 `(("intltool" ,intltool)
426adbe8 215 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
e8627cd9 216 ("gobject-introspection" ,gobject-introspection)
9cc98f8a 217 ("pkg-config" ,pkg-config)))
85f5dc19 218 (inputs
ce426deb
TD
219 `(("dvd+rw-tools" ,dvd+rw-tools)
220 ("glib" ,glib)
85f5dc19
AE
221 ("gnome-doc-utils" ,gnome-doc-utils)
222 ("gstreamer" ,gstreamer)
223 ("gst-plugins-base" ,gst-plugins-base)
224 ("gtk+" ,gtk+)
85f5dc19
AE
225 ("itstool" ,itstool)
226 ("libcanberra" ,libcanberra)
227 ("libice" ,libice)
228 ("libnotify" ,libnotify)
229 ("libsm" ,libsm)
e8627cd9 230 ("libxml2" ,libxml2)
e8627cd9 231 ("totem-pl-parser" ,totem-pl-parser)))
85f5dc19
AE
232 (home-page "https://projects.gnome.org/brasero/")
233 (synopsis "CD/DVD burning tool for Gnome")
234 (description "Brasero is an application to burn CD/DVD for the Gnome
235Desktop. It is designed to be as simple as possible and has some unique
236features to enable users to create their discs easily and quickly.")
1dd26275 237 (license license:gpl2+)))
995b7261 238
d61a894b
CB
239(define-public deja-dup
240 (package
241 (name "deja-dup")
242 (version "34.3")
243 (source (origin
244 (method url-fetch)
245 (uri "https://launchpadlibrarian.net/295170991/deja-dup-34.3.tar.xz")
246 (sha256
247 (base32
248 "1xqcr61hpbahbla7gdjn4ngjfz7w6f57y7f5pkb77yk05f60j2n9"))
249 (patches
250 (search-patches "deja-dup-use-ref-keyword-for-iter.patch"))))
251 (build-system glib-or-gtk-build-system)
252 (arguments
253 `(#:modules ((guix build gnu-build-system)
254 ((guix build cmake-build-system) #:prefix cmake:)
255 (guix build glib-or-gtk-build-system)
256 (guix build utils))
257 #:imported-modules (,@%glib-or-gtk-build-system-modules
258 (guix build cmake-build-system))
259 #:test-target "test"
260 #:configure-flags (list (string-append
261 "-DCMAKE_INSTALL_FULL_DATADIR=" %output)
262 (string-append
263 "-DCMAKE_INSTALL_LIBEXECDIR=" %output))
264 #:phases
265 (modify-phases %standard-phases
266 (add-after 'unpack 'patch-lockfile-deletion
267 (lambda rest
268 (substitute* "libdeja/tools/duplicity/DuplicityInstance.vala"
269 (("/bin/rm")
270 (which "rm")))))
271 (replace 'configure
272 (assoc-ref cmake:%standard-phases 'configure))
273 (delete 'check) ;; Fails due to issues with DBus
274 (add-after 'install 'wrap-deja-dup
275 (lambda* (#:key inputs outputs #:allow-other-keys)
276 (let ((python (assoc-ref inputs "python"))
277 (python-path (getenv "PYTHONPATH"))
278 (duplicity (assoc-ref inputs "duplicity"))
279 (out (assoc-ref outputs "out")))
280 (for-each
281 (lambda (program)
282 (wrap-program program
283 `("PATH" ":" prefix (,(string-append python "/bin")
284 ,(string-append duplicity "/bin"))))
285 (wrap-program program
286 `("PYTHONPATH" ":" prefix (,python-path))))
287
288 (find-files (string-append out "/bin")))
289 #t))))))
290 (inputs
291 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
292 ("gobject-introspection" ,gobject-introspection)
293 ("duplicity" ,duplicity)
61506fe5 294 ("python" ,python-2)
d61a894b
CB
295 ("python-pygobject" ,python2-pygobject)
296 ("gtk+" ,gtk+)
297 ("libnotify" ,libnotify)
298 ("libpeas" ,libpeas)
299 ("libsecret" ,libsecret)
300 ("packagekit" ,packagekit)))
301 (native-inputs
302 `(("pkg-config" ,pkg-config)
303 ("vala" ,vala)
304 ("gettext" ,gettext-minimal)
305 ("itstool" ,itstool)
306 ("intltool" ,intltool)
c69959f0 307 ("cmake" ,cmake-minimal)))
d61a894b
CB
308 (home-page "https://launchpad.net/deja-dup")
309 (synopsis "Simple backup tool, for regular encrypted backups")
310 (description
311 "Déjà Dup is a simple backup tool, for regular encrypted backups. It
312uses duplicity as the backend, which supports incremental backups and storage
313either on a local, or remote machine via a number of methods.")
314 (license license:gpl3+)))
315
a56be436
RJ
316(define-public dia
317 ;; This version from GNOME's repository includes fixes for compiling with
318 ;; recent versions of the build tools. The latest activity on the
319 ;; pre-GNOME version has been in 2014, while GNOME has continued applying
320 ;; fixes in 2016.
321 (let ((commit "fbc306168edab63db80b904956117cbbdc514ee4"))
322 (package
323 (name "dia")
324 (version (string-append "0.97.2-" (string-take commit 7)))
325 (source (origin
326 (method git-fetch)
327 (uri (git-reference
328 (url "https://git.gnome.org/browse/dia")
329 (commit commit)))
330 (file-name (string-append name "-" version "-checkout"))
331 (sha256
332 (base32
333 "1b4bba0k8ph4cwgw8xjglss0p6n111bpd5app67lrq79mp0ad06l"))))
334 (build-system gnu-build-system)
335 (inputs
336 `(("glib" ,glib "bin")
337 ("pango" ,pango)
338 ("gdk-pixbuf" ,gdk-pixbuf)
339 ("gtk+" ,gtk+-2)
340 ("libxml2" ,libxml2)
341 ("freetype" ,freetype)
342 ("libart-lgpl" ,libart-lgpl)))
343 (native-inputs
344 `(("intltool" ,intltool)
345 ("pkg-config" ,pkg-config)
346 ("automake" ,automake)
347 ("autoconf" ,autoconf)
348 ("libtool" ,libtool)
349 ("perl" ,perl)
350 ("python-wrapper" ,python-wrapper)))
351 (arguments
352 `(#:phases
353 (modify-phases %standard-phases
d10092b8 354 (add-after 'unpack 'run-autogen
a56be436
RJ
355 (lambda _
356 (system* "sh" "autogen.sh"))))))
357 (home-page "https://wiki.gnome.org/Apps/Dia")
358 (synopsis "Diagram creation for GNOME")
359 (description "Dia can be used to draw different types of diagrams, and
360includes support for UML static structure diagrams (class diagrams), entity
361relationship modeling, and network diagrams. The program supports various file
362formats like PNG, SVG, PDF and EPS.")
363 (license license:gpl2+))))
364
d0b19e44
RW
365;; This is the unstable release, but it is required for the current stable
366;; release of gvfs (1.38.1).
adc5cb1b
KK
367(define-public libgdata
368 (package
369 (name "libgdata")
d0b19e44 370 (version "0.17.9")
adc5cb1b
KK
371 (source (origin
372 (method url-fetch)
373 (uri (string-append "mirror://gnome/sources/" name "/"
374 (version-major+minor version) "/"
375 name "-" version ".tar.xz"))
376 (sha256
377 (base32
d0b19e44 378 "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45"))))
adc5cb1b
KK
379 (build-system gnu-build-system)
380 (arguments
381 '(#:phases
382 (modify-phases %standard-phases
448052b7
TGR
383 (add-before 'check 'disable-failing-tests
384 (lambda _
385 ;; The PicasaWeb API tests fail with gnome-online-accounts@3.24.2.
386 ;; They have been removed in libgdata 0.17.6, so just do the same.
387 (substitute* "gdata/tests/Makefile"
388 (("picasaweb\\$\\(EXEEXT\\) ") ""))
adc5cb1b
KK
389 #t)))))
390 (native-inputs
391 `(("glib:bin" ,glib "bin")
392 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
393 ("intltool" ,intltool)
394 ("pkg-config" ,pkg-config)
395 ("uhttpmock" ,uhttpmock)))
396 (inputs
397 `(("cyrus-sasl" ,cyrus-sasl)
d0b19e44 398 ("glib-networking" ,glib-networking)))
adc5cb1b
KK
399 (propagated-inputs
400 `(("gcr" ,gcr)
d0b19e44 401 ("glib" ,glib)
14c297fd 402 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
d0b19e44 403 ("json-glib" ,json-glib)
adc5cb1b 404 ("liboauth" ,liboauth)
d0b19e44 405 ("libsoup" ,libsoup)
adc5cb1b
KK
406 ("libxml2" ,libxml2)))
407 (home-page "https://wiki.gnome.org/Projects/libgdata")
408 (synopsis "Library for accessing online service APIs")
409 (description
410 "libgdata is a GLib-based library for accessing online service APIs using
411the GData protocol — most notably, Google's services. It provides APIs to
412access the common Google services, and has full asynchronous support.")
413 (license license:lgpl2.1+)))
414
94e10cf4
KK
415(define-public libgxps
416 (package
417 (name "libgxps")
66470a5a 418 (version "0.3.1")
94e10cf4
KK
419 (source (origin
420 (method url-fetch)
7f10628c 421 (uri (string-append "mirror://gnome/sources/" name "/"
94e10cf4
KK
422 (version-major+minor version) "/"
423 name "-" version ".tar.xz"))
424 (sha256
425 (base32
66470a5a 426 "157s4c9gjjss6yd7qp7n4q6s72gz1k4ilsx4xjvp357azk49z4qs"))))
b6b3e512 427 (build-system meson-build-system)
94e10cf4
KK
428 (native-inputs
429 `(("gobject-introspection" ,gobject-introspection)
430 ("pkg-config" ,pkg-config)))
431 (inputs
c8d62d93 432 `(("gtk+" ,gtk+)
b6b3e512 433 ("libjpeg" ,libjpeg-turbo)
94e10cf4 434 ("lcms" ,lcms)
0a6e9e13 435 ("libtiff" ,libtiff)))
c8d62d93
MB
436 (propagated-inputs
437 ;; In Requires of libgxps.pc.
438 `(("cairo" ,cairo)
439 ("glib" ,glib)
440 ("libarchive" ,libarchive)))
94e10cf4
KK
441 (home-page "https://wiki.gnome.org/Projects/libgxps")
442 (synopsis "GObject-based library for handling and rendering XPS documents")
443 (description
444 "libgxps is a GObject-based library for handling and rendering XPS
445documents. This package also contains binaries that can convert XPS documents
446to other formats.")
447 (license license:lgpl2.1+)))
448
7aab13f1
ML
449(define-public gnome-common
450 (package
451 (name "gnome-common")
af83490d 452 (version "3.18.0")
7aab13f1
ML
453 (source
454 (origin
455 (method url-fetch)
456 (uri (string-append "mirror://gnome/sources/" name "/"
457 (version-major+minor version) "/"
458 name "-" version ".tar.xz"))
459 (sha256
460 (base32
af83490d 461 "1kzqi8qvh5p1zncj8msazlmvcwsczjz2hqxp4x2y0mg718vrwmi2"))))
7aab13f1
ML
462 (build-system gnu-build-system)
463 (home-page "https://www.gnome.org/")
464 (synopsis "Bootstrap GNOME modules built from Git")
465 (description "gnome-common contains various files needed to bootstrap
466GNOME modules built from Git. It contains a common \"autogen.sh\" script that
467can be used to configure a source directory checked out from Git and some
468commonly used macros.")
469 (license license:gpl2+)))
470
9cc98f8a
CR
471(define-public gnome-desktop
472 (package
473 (name "gnome-desktop")
3387ee41 474 (version "3.30.2")
9cc98f8a
CR
475 (source
476 (origin
477 (method url-fetch)
b38e45d8
EB
478 (uri (string-append "mirror://gnome/sources/" name "/"
479 (version-major+minor version) "/"
9cc98f8a
CR
480 name "-" version ".tar.xz"))
481 (sha256
482 (base32
3387ee41 483 "0k6iccfj9naw42dl2mgljfvk12dmvg06plg86qd81nksrf9ycxal"))))
9cc98f8a 484 (build-system gnu-build-system)
a0fe7c06
CB
485 (arguments
486 '(#:phases
487 (modify-phases %standard-phases
488 (add-before 'configure 'patch-path
489 (lambda* (#:key inputs #:allow-other-keys)
490 (let ((libc (assoc-ref inputs "libc")))
491 (substitute* "libgnome-desktop/gnome-languages.c"
492 (("\"locale\"")
493 (string-append "\"" libc "/bin/locale\"")))
494 #t))))))
9cc98f8a 495 (native-inputs
a8340482
SB
496 `(("gobject-introspection" ,gobject-introspection)
497 ("itstool" ,itstool)
bcb354ad
SB
498 ("intltool" ,intltool)
499 ("pkg-config" ,pkg-config)
500 ("xmllint" ,libxml2)))
a8340482
SB
501 (propagated-inputs
502 ;; Required by gnome-desktop-3.0.pc.
503 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
504 ("gtk+" ,gtk+)))
9cc98f8a
CR
505 (inputs
506 `(("gdk-pixbuf" ,gdk-pixbuf)
507 ("glib" ,glib)
9cc98f8a 508 ("iso-codes" ,iso-codes)
9863ce20 509 ("libseccomp" ,libseccomp)
9cc98f8a
CR
510 ("libx11" ,libx11)
511 ("libxext" ,libxext)
512 ("libxkbfile" ,libxkbfile)
513 ("libxrandr" ,libxrandr)
514 ("xkeyboard-config" ,xkeyboard-config)))
515 (home-page "https://www.gnome.org/")
516 (synopsis
35b9e423 517 "Libgnome-desktop, gnome-about, and desktop-wide documents")
9cc98f8a
CR
518 (description
519 "The libgnome-desktop library provides API shared by several applications
35b9e423
EB
520on the desktop, but that cannot live in the platform for various reasons.
521There is no API or ABI guarantee, although we are doing our best to provide
522stability. Documentation for the API is available with gtk-doc.
9cc98f8a
CR
523
524The gnome-about program helps find which version of GNOME is installed.")
525 ; Some bits under the LGPL.
1dd26275 526 (license license:gpl2+)))
9cc98f8a 527
995b7261
AE
528(define-public gnome-doc-utils
529 (package
530 (name "gnome-doc-utils")
531 (version "0.20.10")
532 (source
533 (origin
534 (method url-fetch)
b38e45d8
EB
535 (uri (string-append "mirror://gnome/sources/" name "/"
536 (version-major+minor version) "/"
995b7261
AE
537 name "-" version ".tar.xz"))
538 (sha256
539 (base32
540 "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb"))))
541 (build-system gnu-build-system)
c4c4cc05 542 (native-inputs
995b7261 543 `(("intltool" ,intltool)
b4ce6300 544 ("docbook-xml" ,docbook-xml-4.4)
d80b0d4a 545 ("python2-libxml2" ,python2-libxml2)
995b7261
AE
546 ("libxml2" ,libxml2)
547 ("libxslt" ,libxslt)
548 ("pkg-config" ,pkg-config)
549 ("python-2" ,python-2)))
995b7261
AE
550 (home-page "https://wiki.gnome.org/GnomeDocUtils")
551 (synopsis
552 "Documentation utilities for the Gnome project")
553 (description
554 "Gnome-doc-utils is a collection of documentation utilities for the
555Gnome project. It includes xml2po tool which makes it easier to translate
556and keep up to date translations of documentation.")
1dd26275 557 (license license:gpl2+))) ; xslt under lgpl
d9c1a22b 558
6c4f7022
DC
559(define-public gnome-disk-utility
560 (package
561 (name "gnome-disk-utility")
0dd65d5a 562 (version "3.30.2")
6c4f7022
DC
563 (source (origin
564 (method url-fetch)
565 (uri (string-append "mirror://gnome/sources/" name "/"
566 (version-major+minor version) "/"
567 name "-" version ".tar.xz"))
568 (sha256
569 (base32
0dd65d5a 570 "1365fabz3q7n3bl775z82m1nzg18birxxyd7l2ssbbkqrx3h7wgi"))))
4b9a65bf 571 (build-system meson-build-system)
6c4f7022
DC
572 (native-inputs
573 `(("glib:bin" ,glib "bin")
4b9a65bf 574 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
6c4f7022
DC
575 ("intltool" ,intltool)
576 ("pkg-config" ,pkg-config)
577 ("docbook-xml" ,docbook-xml)
578 ("docbook-xsl" ,docbook-xsl)
579 ("libxml2" ,libxml2)
580 ("libxslt" ,libxslt)))
581 (inputs
582 `(("glib" ,glib)
583 ("appstream-glib" ,appstream-glib)
584 ("gnome-settings-daemon" ,gnome-settings-daemon)
585 ("gtk+" ,gtk+)
586 ("libcanberra" ,libcanberra)
587 ("libdvdread" ,libdvdread)
588 ("libnotify" ,libnotify)
589 ("libpwquality" ,libpwquality)
590 ("libsecret" ,libsecret)
591 ("udisks" ,udisks)))
592 (home-page "https://git.gnome.org/browse/gnome-disk-utility")
593 (synopsis "Disk management utility for GNOME")
594 (description "Disk management utility for GNOME.")
595 (license license:gpl2+)))
596
8ff49011
RW
597(define-public gcr
598 (package
599 (name "gcr")
bea6b829 600 (version "3.28.1")
8ff49011 601 (source (origin
0daf0efb
RW
602 (method url-fetch)
603 (uri (string-append "mirror://gnome/sources/" name "/"
604 (version-major+minor version) "/"
605 name "-" version ".tar.xz"))
606 (sha256
607 (base32
bea6b829 608 "12qn7mcmxb45lz1gq3s3b34rimiyrrshkrpvxdw1fc0w26i4l84m"))
03ecf85a
MB
609 (patches
610 (list
611 ;; This patch solves an ordering issue that showed up when
612 ;; running the test suite against newer Glib 2.60. See
613 ;; <https://gitlab.gnome.org/GNOME/gcr/merge_requests/9>.
614 (origin
615 (method url-fetch)
616 (uri (string-append "https://gitlab.gnome.org/GNOME/gcr/commit/"
617 "45d637578d7643ff96c0183ac267497a0b4c6344.diff"))
618 (file-name "gcr-hashtable-ordering.patch")
619 (sha256
620 (base32
621 "1vsqiys8fsm1f1vvds783wwf7zwi5v282rhsai8jrsm6x7h79gbi")))))))
8ff49011
RW
622 (build-system gnu-build-system)
623 (arguments
0daf0efb
RW
624 '(#:phases
625 (modify-phases %standard-phases
626 ;; These fail because /var/lib/dbus/machine-id is not present in the
627 ;; build environment.
628 (add-after 'unpack 'disable-failing-tests
629 (lambda _
630 (substitute* "gcr/test-system-prompt.c"
631 (("g_test_add") "//")
632 (("return.*") "return 0;"))
633 #t))
634 (add-before 'check 'pre-check
635 (lambda _
636 ;; Some tests expect to write to $HOME.
637 (setenv "HOME" "/tmp")
638 #t)))))
8ff49011
RW
639 (inputs
640 `(("dbus" ,dbus)
0daf0efb 641 ("gnupg" ,gnupg) ;called as a child process during tests
8ff49011
RW
642 ("libgcrypt" ,libgcrypt)))
643 (native-inputs
0daf0efb 644 `(("python" ,python-2) ;for tests
8ff49011
RW
645 ("pkg-config" ,pkg-config)
646 ("glib" ,glib "bin")
2af4f5b0
SB
647 ("gobject-introspection" ,gobject-introspection)
648 ("intltool" ,intltool)
0daf0efb 649 ("libxml2" ,libxml2)
bea6b829 650 ("vala" ,vala)
2af4f5b0 651 ("xsltproc" ,libxslt)))
8ff49011
RW
652 ;; mentioned in gck.pc, gcr.pc and gcr-ui.pc
653 (propagated-inputs
654 `(("p11-kit" ,p11-kit)
655 ("glib" ,glib)
656 ("gtk+" ,gtk+)))
f032d0be 657 (home-page "https://www.gnome.org")
8ff49011
RW
658 (synopsis "Libraries for displaying certificates and accessing key stores")
659 (description
660 "The GCR package contains libraries used for displaying certificates and
661accessing key stores. It also provides the viewer for crypto files on the
662GNOME Desktop.")
663 (license license:lgpl2.1+)))
664
c1354b90
LC
665(define-public libgnome-keyring
666 (package
667 (name "libgnome-keyring")
5e8aec2c 668 (version "3.12.0")
c1354b90
LC
669 (source (origin
670 (method url-fetch)
b38e45d8
EB
671 (uri (string-append "mirror://gnome/sources/" name "/"
672 (version-major+minor version) "/"
673 name "-" version ".tar.xz"))
c1354b90
LC
674 (sha256
675 (base32
5e8aec2c 676 "10vpjhgbjm7z2djy04qakd02qlzpd02xnbfjhk2aqwjzn3xpihf4"))))
c1354b90 677 (build-system gnu-build-system)
c1354b90 678 (inputs
c4c4cc05 679 `(("libgcrypt" ,libgcrypt)
c1354b90 680 ("dbus" ,dbus)))
c4c4cc05
JD
681 (native-inputs
682 `(("pkg-config" ,pkg-config)
426adbe8 683 ("glib" ,glib "bin")
c4c4cc05 684 ("intltool" ,intltool)))
c1354b90
LC
685 (propagated-inputs
686 ;; Referred to in .h files and .pc.
687 `(("glib" ,glib)))
f032d0be 688 (home-page "https://www.gnome.org")
c1354b90
LC
689 (synopsis "Accessing passwords from the GNOME keyring")
690 (description
691 "Client library to access passwords from the GNOME keyring.")
692
693 ;; Though a couple of files are LGPLv2.1+.
1dd26275 694 (license license:lgpl2.0+)))
c1354b90 695
e99a3d6f
RW
696(define-public gnome-keyring
697 (package
698 (name "gnome-keyring")
ab35cc6e 699 (version "3.28.2")
e99a3d6f
RW
700 (source (origin
701 (method url-fetch)
702 (uri (string-append "mirror://gnome/sources/" name "/"
703 (version-major+minor version) "/"
704 name "-" version ".tar.xz"))
705 (sha256
706 (base32
ab35cc6e 707 "0sk4las4ji8wv9nx8mldzqccmpmkvvr9pdwv9imj26r10xyin5w1"))))
e99a3d6f
RW
708 (build-system gnu-build-system)
709 (arguments
710 `(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does
711 ;not exist
712 #:configure-flags
713 (list
714 (string-append "--with-pkcs11-config="
715 (assoc-ref %outputs "out") "/share/p11-kit/modules/")
716 (string-append "--with-pkcs11-modules="
717 (assoc-ref %outputs "out") "/share/p11-kit/modules/"))
718 #:phases
719 (modify-phases %standard-phases
ab35cc6e
RW
720 (add-after 'unpack 'fix-/bin/sh-reference
721 (lambda _
722 (substitute* "po/Makefile.in.in"
723 (("/bin/sh") (which "sh")))
724 #t))
5120f24f
RW
725 (add-after 'unpack 'fix-docbook
726 (lambda* (#:key inputs #:allow-other-keys)
727 (substitute* "docs/Makefile.am"
728 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
729 (string-append (assoc-ref inputs "docbook-xsl")
730 "/xml/xsl/docbook-xsl-"
731 ,(package-version docbook-xsl)
732 "/manpages/docbook.xsl")))
733 (setenv "XML_CATALOG_FILES"
734 (string-append (assoc-ref inputs "docbook-xml")
735 "/xml/dtd/docbook/catalog.xml"))
736 ;; Rerun the whole thing to avoid version mismatch ("This is
737 ;; Automake 1.15.1, but the definition used by this
738 ;; AM_INIT_AUTOMAKE comes from Automake 1.15."). Note: we don't
739 ;; use 'autoreconf' because it insists on running 'libtoolize'.
740 (invoke "autoconf")
741 (invoke "aclocal")
742 (invoke "automake" "-ac"))))))
e99a3d6f
RW
743 (inputs
744 `(("libgcrypt" ,libgcrypt)
1a0b2d82 745 ("linux-pam" ,linux-pam)
ab35cc6e 746 ("openssh" ,openssh)
e99a3d6f
RW
747 ("dbus" ,dbus)
748 ("gcr" ,gcr)))
749 (native-inputs
750 `(("pkg-config" ,pkg-config)
751 ("glib" ,glib "bin")
5120f24f 752 ("glib" ,glib) ; for m4 macros
e99a3d6f
RW
753 ("python" ,python-2) ;for tests
754 ("intltool" ,intltool)
755 ("autoconf" ,autoconf)
756 ("automake" ,automake)
757 ("libxslt" ,libxslt) ;for documentation
758 ("docbook-xml" ,docbook-xml-4.2)
759 ("docbook-xsl" ,docbook-xsl)))
f032d0be 760 (home-page "https://www.gnome.org")
e99a3d6f
RW
761 (synopsis "Daemon to store passwords and encryption keys")
762 (description
763 "gnome-keyring is a program that keeps passwords and other secrets for
764users. It is run as a daemon in the session, similar to ssh-agent, and other
765applications locate it via an environment variable or D-Bus.
766
767The program can manage several keyrings, each with its own master password,
768and there is also a session keyring which is never stored to disk, but
769forgotten when the session ends.")
770 (license license:lgpl2.1+)))
771
c1354b90
LC
772(define-public evince
773 (package
774 (name "evince")
2dfc16d1 775 (version "3.30.2")
c1354b90
LC
776 (source (origin
777 (method url-fetch)
b38e45d8
EB
778 (uri (string-append "mirror://gnome/sources/" name "/"
779 (version-major+minor version) "/"
780 name "-" version ".tar.xz"))
c1354b90
LC
781 (sha256
782 (base32
2dfc16d1 783 "0k7jln6dpg4bpv61niicjzkzyq6fhb3yfld7pc8ck71c8pmvsnx9"))))
121de2e1 784 (build-system glib-or-gtk-build-system)
c1354b90
LC
785 (arguments
786 `(#:configure-flags '("--disable-nautilus")
554b2dac
SB
787 #:phases
788 (modify-phases %standard-phases
789 (add-before 'install 'skip-gtk-update-icon-cache
790 ;; Don't create 'icon-theme.cache'.
791 (lambda _
792 (substitute* "data/Makefile"
793 (("gtk-update-icon-cache") "true"))
794 #t)))))
c1354b90 795 (inputs
9a096881
KK
796 `(("libarchive" ,libarchive)
797 ("libgxps" ,libgxps)
798 ("libspectre" ,libspectre)
c769cf9f 799 ("djvulibre" ,djvulibre)
c1354b90
LC
800 ("ghostscript" ,ghostscript)
801 ("poppler" ,poppler)
c769cf9f
SB
802 ("libtiff" ,libtiff)
803 ;; TODO:
c769cf9f
SB
804 ;; Build libkpathsea as a shared library for DVI support.
805 ;; ("libkpathsea" ,texlive-bin)
806 ("gnome-desktop" ,gnome-desktop)
c1354b90 807 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
2dfc16d1 808 ("gspell" ,gspell)
c1354b90 809 ("libgnome-keyring" ,libgnome-keyring)
c769cf9f 810 ("adwaita-icon-theme" ,adwaita-icon-theme)
c1354b90
LC
811 ("gdk-pixbuf" ,gdk-pixbuf)
812 ("atk" ,atk)
813 ("pango" ,pango)
814 ("gtk+" ,gtk+)
815 ("glib" ,glib)
816 ("libxml2" ,libxml2)
c1354b90
LC
817 ("libsm" ,libsm)
818 ("libice" ,libice)
96e42467 819 ("shared-mime-info" ,shared-mime-info)
3d243e9c
FB
820 ("dconf" ,dconf)
821 ("libcanberra" ,libcanberra)
c769cf9f 822 ("libsecret" ,libsecret)
a271096b 823
c1354b90
LC
824 ;; For tests.
825 ("dogtail" ,python2-dogtail)))
96e42467 826 (native-inputs
bcb354ad
SB
827 `(("itstool" ,itstool)
828 ("intltool" ,intltool)
426adbe8 829 ("glib" ,glib "bin")
bcb354ad
SB
830 ("pkg-config" ,pkg-config)
831 ("xmllint" ,libxml2)))
c1354b90 832 (home-page
f032d0be 833 "https://www.gnome.org/projects/evince/")
c1354b90
LC
834 (synopsis "GNOME's document viewer")
835 (description
836 "Evince is a document viewer for multiple document formats. It
837currently supports PDF, PostScript, DjVu, TIFF and DVI. The goal
838of Evince is to replace the multiple document viewers that exist
96e42467 839on the GNOME Desktop with a single simple application.")
1dd26275 840 (license license:gpl2+)))
c1354b90 841
22e32e69
AE
842(define-public gsettings-desktop-schemas
843 (package
844 (name "gsettings-desktop-schemas")
10ff872f 845 (version "3.28.1")
22e32e69
AE
846 (source
847 (origin
848 (method url-fetch)
849 (uri (string-append "mirror://gnome/sources/" name "/"
b38e45d8 850 (version-major+minor version) "/"
22e32e69
AE
851 name "-" version ".tar.xz"))
852 (sha256
853 (base32
10ff872f 854 "0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq"))))
22e32e69
AE
855 (build-system gnu-build-system)
856 (inputs
c4c4cc05
JD
857 `(("glib" ,glib)))
858 (native-inputs
859 `(("intltool" ,intltool)
426adbe8 860 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
7211944a 861 ("gobject-introspection" ,gobject-introspection)
22e32e69
AE
862 ("pkg-config" ,pkg-config)))
863 (home-page "https://launchpad.net/gsettings-desktop-schemas")
864 (synopsis
865 "GNOME settings for various desktop components")
866 (description
867 "Gsettings-desktop-schemas contains a collection of GSettings schemas
868for settings shared by various components of the GNOME desktop.")
1dd26275 869 (license license:lgpl2.1+)))
22e32e69 870
27477d2d
AE
871(define-public icon-naming-utils
872 (package
873 (name "icon-naming-utils")
874 (version "0.8.90")
875 (source
876 (origin
877 (method url-fetch)
5cc3096c 878 (uri (string-append "https://tango.freedesktop.org/releases/icon-naming-utils-"
27477d2d
AE
879 version ".tar.bz2"))
880 (sha256
881 (base32
882 "1mc3v28fdfqanx3lqx233vcr4glb4c2376k0kx2v91a4vxwqcdxi"))))
883 (build-system gnu-build-system)
884 (inputs
885 `(("perl" ,perl)
886 ("perl-xml-simple" ,perl-xml-simple)))
f4e97277
SB
887 (arguments
888 '(#:phases
dc1d3cde
KK
889 (modify-phases %standard-phases
890 (add-after 'install 'set-load-paths
891 ;; Tell 'icon-name-mapping' where XML::Simple is.
892 (lambda* (#:key outputs #:allow-other-keys)
893 (let* ((out (assoc-ref outputs "out"))
894 (prog (string-append out "/libexec/icon-name-mapping")))
895 (wrap-program
896 prog
897 `("PERL5LIB" = ,(list (getenv "PERL5LIB")))))
898 #t)))))
27477d2d
AE
899 (home-page "http://tango.freedesktop.org/Standard_Icon_Naming_Specification")
900 (synopsis
901 "Utility to implement the Freedesktop Icon Naming Specification")
902 (description
903 "To help with the transition to the Freedesktop Icon Naming
904Specification, the icon naming utility maps the icon names used by the
905GNOME and KDE desktops to the icon names proposed in the specification.")
1dd26275 906 (license license:lgpl2.1+)))
27477d2d 907
7d3f3651
AE
908(define-public gnome-icon-theme
909 (package
910 (name "gnome-icon-theme")
b32f58dd 911 (version "3.12.0")
7d3f3651
AE
912 (source
913 (origin
914 (method url-fetch)
915 (uri (string-append "mirror://gnome/sources/" name "/"
b38e45d8 916 (version-major+minor version) "/"
7d3f3651
AE
917 name "-" version ".tar.xz"))
918 (sha256
919 (base32
b32f58dd 920 "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im"))))
7d3f3651 921 (build-system gnu-build-system)
5613c27d
SB
922 (arguments
923 '(#:configure-flags
924 ;; Don't create 'icon-theme.cache'.
925 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
926 (true (string-append coreutils "/bin/true")))
927 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
c4c4cc05 928 (native-inputs
5613c27d 929 `(("icon-naming-utils" ,icon-naming-utils)
73b6cf42
SB
930 ("intltool" ,intltool)
931 ("pkg-config" ,pkg-config)))
f032d0be 932 (home-page "https://art.gnome.org/")
7d3f3651
AE
933 (synopsis
934 "GNOME icon theme")
935 (description
936 "Icons for the GNOME desktop.")
1dd26275 937 (license license:lgpl3))) ; or Creative Commons BY-SA 3.0
7d3f3651 938
14eeefa2
SB
939;; gnome-icon-theme was renamed to adwaita-icon-theme after version 3.12.0.
940(define-public adwaita-icon-theme
941 (package (inherit gnome-icon-theme)
942 (name "adwaita-icon-theme")
412e5302 943 (version "3.30.1")
14eeefa2
SB
944 (source (origin
945 (method url-fetch)
946 (uri (string-append "mirror://gnome/sources/" name "/"
947 (version-major+minor version) "/"
948 name "-" version ".tar.xz"))
949 (sha256
950 (base32
412e5302 951 "1kp1lis3dr16jmlgycz1b29jsr6ir8wmqj6laqwlhs663cmjlxbd"))))
5613c27d
SB
952 (native-inputs
953 `(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
14eeefa2 954
ae792dba
RW
955(define-public tango-icon-theme
956 (package
957 (name "tango-icon-theme")
958 (version "0.8.90")
959 (source (origin
960 (method url-fetch)
961 (uri (string-append "http://tango.freedesktop.org/releases/"
962 "tango-icon-theme-" version ".tar.bz2"))
963 (sha256
964 (base32
965 "034r9s944b4yikyfgn602yv7s54wdzlq0qfvqh52b9x6kbx08h79"))))
966 (build-system gnu-build-system)
967 (native-inputs
968 `(("icon-naming-utils" ,icon-naming-utils)
969 ("intltool" ,intltool)
970 ("imagemagick" ,imagemagick)
971 ("pkg-config" ,pkg-config)))
972 (home-page "http://tango-project.org/")
973 (synopsis "Tango icon theme")
974 (description "This is an icon theme that follows the Tango visual
975guidelines.")
976 (license license:public-domain)))
977
9167f8e6
LC
978(define-public shared-mime-info
979 (package
980 (name "shared-mime-info")
18138ab9 981 (version "1.10")
9167f8e6
LC
982 (source (origin
983 (method url-fetch)
5cc3096c 984 (uri (string-append "https://freedesktop.org/~hadess/"
b38e45d8 985 "shared-mime-info-" version ".tar.xz"))
9167f8e6
LC
986 (sha256
987 (base32
18138ab9 988 "1gxyvwym3xgpmp262gfn8jg5sla6k5hy6m6dmy6grgiq90xsh9f6"))))
9167f8e6
LC
989 (build-system gnu-build-system)
990 (arguments
991 ;; The build system appears not to be parallel-safe.
992 '(#:parallel-build? #f))
993 (inputs
994 `(("glib" ,glib)
c4c4cc05 995 ("libxml2" ,libxml2)))
9167f8e6 996 (native-inputs
c4c4cc05
JD
997 `(("intltool" ,intltool)
998 ("pkg-config" ,pkg-config)))
57e7d748 999 (home-page "https://www.freedesktop.org/wiki/Software/shared-mime-info")
9167f8e6
LC
1000 (synopsis "Database of common MIME types")
1001 (description
1002 "The shared-mime-info package contains the core database of common types
1003and the update-mime-database command used to extend it. It requires glib2 to
1004be installed for building the update command. Additionally, it uses intltool
1005for translations, though this is only a dependency for the maintainers. This
1006database is translated at Transifex.")
1dd26275 1007 (license license:gpl2+)))
9167f8e6 1008
dd1fcddc
CB
1009(define-public system-config-printer
1010 (package
1011 (name "system-config-printer")
1012 (version "1.5.11")
1013 (source (origin
1014 (method url-fetch)
1015 (uri (string-append
1016 "https://github.com/zdohnal/system-config-printer/releases/"
1017 "download/" version
1018 "/system-config-printer-" version ".tar.xz"))
1019 (sha256
1020 (base32
1021 "1lq0q51bhanirpjjvvh4xiafi8hgpk8r32h0dj6dn3f32z8pib9q"))))
1022 (build-system glib-or-gtk-build-system)
1023 (arguments
1024 `(#:imported-modules ((guix build python-build-system)
1025 ,@%glib-or-gtk-build-system-modules)
1026 #:phases
1027 (modify-phases %standard-phases
1028 (add-after 'unpack 'patch-Makefile.am
1029 (lambda _
1030 ;; The Makefile generates some scripts, so set a valid shebang
1031 (substitute* "Makefile.am"
1032 (("/bin/bash") (which "bash")))
1033 (delete-file "configure")
1034 #t))
1035 (add-after 'unpack 'patch-docbook-xml
1036 (lambda* (#:key inputs #:allow-other-keys)
1037 ;; Modify the man XML otherwise xmlto tries to access the network
1038 (substitute* "man/system-config-printer.xml"
1039 (("http://www.oasis-open.org/docbook/xml/4.1.2/")
1040 (string-append (assoc-ref inputs "docbook-xml")
1041 "/xml/dtd/docbook/")))
1042 #t))
1043 (add-after 'install 'wrap-for-python
1044 (@@ (guix build python-build-system) wrap))
1045 (add-after 'install 'wrap
1046 (lambda* (#:key outputs #:allow-other-keys)
1047 (let ((out (assoc-ref outputs "out"))
1048 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
1049 (for-each
1050 (lambda (program)
1051 (wrap-program program
1052 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
1053 (map (lambda (name)
1054 (string-append out "/bin/" name))
1055 '("system-config-printer"
1056 "system-config-printer-applet"
1057 "install-printerdriver"
1058 "scp-dbus-service"))))
1059 #t)))))
1060 (inputs
1061 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
1062 ("gobject-introspection" ,gobject-introspection)
1063 ("python" ,python)
1064 ("cups" ,cups)
1065 ("python-dbus" ,python-dbus)
1066 ("python-pygobject" ,python-pygobject)
1067 ("python-pycups" ,python-pycups)
1068 ("python-requests" ,python-requests)
1069 ("python-pycairo" ,python-pycairo)
1070 ("libnotify" ,libnotify)
1071 ("packagekit" ,packagekit)))
1072 (native-inputs
1073 `(("pkg-config" ,pkg-config)
1074 ("desktop-file-utils" ,desktop-file-utils)
1075 ("glib" ,glib)
1076 ("autoconf" ,autoconf)
1077 ("automake" ,automake)
1078 ("intltool" ,intltool)
1079 ("xmlto" ,xmlto)
1080 ("docbook-xml" ,docbook-xml-4.1.2)
1081 ("docbook-xsl" ,docbook-xsl)
1082 ("libxml2" ,libxml2)))
1083 (home-page "https://github.com/zdohnal/system-config-printer")
1084 (synopsis "CUPS administration tool")
1085 (description
1086 "system-config-printer is a CUPS administration tool. It's written in
1087Python using GTK+, and uses the @acronym{IPP, Internet Printing Protocol} when
1088configuring CUPS.")
1089 (license license:gpl2+)))
1090
bef4dd92
AE
1091(define-public hicolor-icon-theme
1092 (package
1093 (name "hicolor-icon-theme")
851cb6dd 1094 (version "0.17")
bef4dd92
AE
1095 (source
1096 (origin
1097 (method url-fetch)
5cc3096c 1098 (uri (string-append "https://icon-theme.freedesktop.org/releases/"
b62a0070 1099 "hicolor-icon-theme-" version ".tar.xz"))
bef4dd92
AE
1100 (sha256
1101 (base32
851cb6dd 1102 "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i"))))
bef4dd92
AE
1103 (build-system gnu-build-system)
1104 (arguments
1105 `(#:tests? #f)) ; no check target
57e7d748 1106 (home-page "https://icon-theme.freedesktop.org/releases/")
bef4dd92
AE
1107 (synopsis
1108 "Freedesktop icon theme")
1109 (description
1110 "Freedesktop icon theme.")
1dd26275 1111 (license license:gpl2)))
bef4dd92 1112
d9c1a22b
AE
1113(define-public libnotify
1114 (package
1115 (name "libnotify")
195bfa68 1116 (version "0.7.7")
d9c1a22b
AE
1117 (source
1118 (origin
1119 (method url-fetch)
1120 (uri (string-append "mirror://gnome/sources/" name "/"
b38e45d8 1121 (version-major+minor version) "/"
d9c1a22b
AE
1122 name "-" version ".tar.xz"))
1123 (sha256
1124 (base32
195bfa68 1125 "017wgq9n00hx39n0hm784zn18hl721hbaijda868cm96bcqwxd4w"))))
d9c1a22b 1126 (build-system gnu-build-system)
6acf6cec
MB
1127 (arguments
1128 `(#:configure-flags '("--disable-static")))
7ef08efa
UK
1129 (propagated-inputs
1130 `(;; In Requires of libnotify.pc.
1131 ("gdk-pixbuf" ,gdk-pixbuf)
1132 ("glib" ,glib)))
d9c1a22b 1133 (inputs
7ef08efa 1134 `(("gtk+" ,gtk+)
c4c4cc05
JD
1135 ("libpng" ,libpng)))
1136 (native-inputs
426adbe8 1137 `(("pkg-config" ,pkg-config)
277a7d82
JN
1138 ("glib" ,glib "bin")
1139 ("gobject-introspection" ,gobject-introspection)))
d9c1a22b
AE
1140 (home-page "https://developer-next.gnome.org/libnotify/")
1141 (synopsis
1142 "GNOME desktop notification library")
1143 (description
1144 "Libnotify is a library that sends desktop notifications to a
35b9e423 1145notification daemon, as defined in the Desktop Notifications spec. These
d9c1a22b
AE
1146notifications can be used to inform the user about an event or display
1147some form of information without getting in the user's way.")
1dd26275 1148 (license license:lgpl2.1+)))
7a8605ce
CR
1149
1150(define-public libpeas
1151 (package
1152 (name "libpeas")
db122a9b 1153 (version "1.22.0")
7a8605ce
CR
1154 (source
1155 (origin
1156 (method url-fetch)
1157 (uri (string-append "mirror://gnome/sources/" name "/"
b38e45d8 1158 (version-major+minor version) "/"
7a8605ce
CR
1159 name "-" version ".tar.xz"))
1160 (sha256
1161 (base32
db122a9b 1162 "0qm908kisyjzjxvygdl18hjqxvvgkq9w0phs2g55pck277sw0bsv"))))
7a8605ce 1163 (build-system gnu-build-system)
7a8605ce 1164 (inputs
2ed6522a
SB
1165 `(("gtk+" ,gtk+)
1166 ("glade" ,glade3)
2ed6522a
SB
1167 ("python" ,python)
1168 ("python-pygobject" ,python-pygobject)))
141aed80
LC
1169 (native-inputs
1170 `(("pkg-config" ,pkg-config)
93622993 1171 ("glib:bin" ,glib "bin")
141aed80
LC
1172 ("gobject-introspection" ,gobject-introspection)
1173 ("intltool" ,intltool)))
55b7bbd8
LC
1174 (propagated-inputs
1175 ;; The .pc file "Requires" gobject-introspection.
1176 `(("gobject-introspection" ,gobject-introspection)))
7a8605ce
CR
1177 (home-page "https://wiki.gnome.org/Libpeas")
1178 (synopsis "GObject plugin system")
1179 (description
d1e4ad1b
TGR
1180 "Libpeas is a gobject-based plugin engine, targeted at giving every
1181application the chance to assume its own extensibility. It also has a set of
1182features including, but not limited to: multiple extension points; on-demand
1183(lazy) programming language support for C, Python and JS; simplicity of the
1184API.")
1dd26275 1185 (license license:lgpl2.0+)))
ed19903d
JD
1186
1187(define-public gtkglext
1188 (package
1189 (name "gtkglext")
1190 (version "1.2.0")
1191 (source (origin
1192 (method url-fetch)
0f971a04 1193 (uri (string-append "mirror://sourceforge/gtkglext/gtkglext/"
ed19903d
JD
1194 version "/gtkglext-" version ".tar.gz"))
1195 (sha256
1196 (base32 "1ya4d2j2aacr9ii5zj4ac95fjpdvlm2rg79mgnk7yvl1dcy3y1z5"))
fc1adab1
AK
1197 (patches (search-patches
1198 "gtkglext-disable-disable-deprecated.patch"))))
ed19903d 1199 (build-system gnu-build-system)
14e2f61a
RW
1200 (arguments
1201 `(#:phases
1202 (modify-phases %standard-phases
1203 ;; Fix a collision between a local variable and a definition from
1204 ;; glibc's string.h.
1205 (add-after 'unpack 'fix-collision
1206 (lambda _
1207 (substitute* "gdk/gdkglshapes.c"
1208 ((" index") " triangle_index"))
1209 #t)))))
ed19903d
JD
1210 (inputs `(("gtk+" ,gtk+-2)
1211 ("mesa" ,mesa)
cc8b02f4 1212 ("glu" ,glu)
ed19903d
JD
1213 ("libx11" ,libx11)
1214 ("libxt" ,libxt)))
426adbe8
LC
1215 (native-inputs `(("pkg-config" ,pkg-config)
1216 ("glib" ,glib "bin")))
a83b6a06 1217 (propagated-inputs `(("pangox-compat" ,pangox-compat)))
ed19903d 1218 (home-page "https://projects.gnome.org/gtkglext")
9e771e3b 1219 (synopsis "OpenGL extension to GTK+")
35b9e423 1220 (description "GtkGLExt is an OpenGL extension to GTK+. It provides
ed19903d
JD
1221additional GDK objects which support OpenGL rendering in GTK+ and GtkWidget
1222API add-ons to make GTK+ widgets OpenGL-capable.")
1dd26275 1223 (license license:lgpl2.1+)))
3600420e
JD
1224
1225(define-public glade3
1226 (package
1227 (name "glade")
c6571adb 1228 (version "3.22.1")
b38e45d8
EB
1229 (source (origin
1230 (method url-fetch)
1231 (uri (string-append "mirror://gnome/sources/" name "/"
1232 (version-major+minor version) "/"
f5ca44b8 1233 name "-" version ".tar.xz"))
3600420e 1234 (sha256
f714d9fe 1235 (base32
c6571adb 1236 "16p38xavpid51qfy0s26n0n21f9ws1w9k5s65bzh1w7ay8p9my6z"))))
6983ba56 1237 (build-system glib-or-gtk-build-system)
f5ca44b8
RW
1238 (arguments
1239 `(#:tests? #f ; needs X, GL, and software rendering
1240 #:phases
1241 (modify-phases %standard-phases
1242 (add-before 'configure 'fix-docbook
1243 (lambda* (#:key inputs #:allow-other-keys)
1244 (substitute* "man/Makefile.in"
1245 (("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
1246 (string-append (assoc-ref inputs "docbook-xsl")
1247 "/xml/xsl/docbook-xsl-"
1248 ,(package-version docbook-xsl)
1249 "/manpages/docbook.xsl")))
1250 #t)))))
3600420e 1251 (inputs
f5ca44b8 1252 `(("gtk+" ,gtk+)
3600420e
JD
1253 ("libxml2" ,libxml2)))
1254 (native-inputs
1255 `(("intltool" ,intltool)
f5ca44b8
RW
1256 ("itstool" ,itstool)
1257 ("libxslt" ,libxslt) ;for xsltproc
1258 ("docbook-xml" ,docbook-xml-4.2)
1259 ("docbook-xsl" ,docbook-xsl)
1260 ("python" ,python-2)
3600420e
JD
1261 ("pkg-config" ,pkg-config)))
1262 (home-page "https://glade.gnome.org")
1263 (synopsis "GTK+ rapid application development tool")
1264 (description "Glade is a rapid application development (RAD) tool to
1265enable quick & easy development of user interfaces for the GTK+ toolkit and
1266the GNOME desktop environment.")
1dd26275
LC
1267 (license license:lgpl2.0+)))
1268
1269(define-public libcroco
1270 (package
1271 (name "libcroco")
8bdacad2 1272 (version "0.6.13")
1dd26275
LC
1273 (source (origin
1274 (method url-fetch)
b38e45d8
EB
1275 (uri (string-append "mirror://gnome/sources/" name "/"
1276 (version-major+minor version) "/"
1277 name "-" version ".tar.xz"))
1dd26275
LC
1278 (sha256
1279 (base32
8bdacad2 1280 "1m110rbj5d2raxcdp4iz0qp172284945awrsbdlq99ksmqsc4zkn"))))
1dd26275
LC
1281 (build-system gnu-build-system)
1282 (native-inputs
1283 `(("pkg-config" ,pkg-config)))
1284 (inputs
1285 `(("glib" ,glib)
1286 ("libxml2" ,libxml2)
1287 ("zlib" ,zlib)))
1288 (home-page "https://github.com/GNOME/libcroco")
1289 (synopsis "CSS2 parsing and manipulation library")
1290 (description
1291 "Libcroco is a standalone CSS2 parsing and manipulation library.
1292The parser provides a low level event driven SAC-like API and a CSS object
1293model like API. Libcroco provides a CSS2 selection engine and an experimental
1294XML/CSS rendering engine.")
1295
1296 ;; LGPLv2.1-only.
1297 (license license:lgpl2.1)))
25178594
LC
1298
1299(define-public libgsf
1300 (package
1301 (name "libgsf")
8d1644a1 1302 (version "1.14.46")
25178594
LC
1303 (source (origin
1304 (method url-fetch)
b38e45d8
EB
1305 (uri (string-append "mirror://gnome/sources/" name "/"
1306 (version-major+minor version) "/"
1307 name "-" version ".tar.xz"))
25178594
LC
1308 (sha256
1309 (base32
8d1644a1 1310 "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa"))))
25178594
LC
1311 (build-system gnu-build-system)
1312 (native-inputs
1313 `(("intltool" ,intltool)
1314 ("pkg-config" ,pkg-config)))
1315 (inputs
1316 `(("python" ,python)
1317 ("zlib" ,zlib)
1318 ("bzip2" ,bzip2)))
1319 (propagated-inputs
1320 `(("gdk-pixbuf" ,gdk-pixbuf)
1321 ("glib" ,glib)
1322 ("libxml2" ,libxml2)))
f032d0be 1323 (home-page "https://www.gnome.org/projects/libgsf")
25178594
LC
1324 (synopsis "GNOME's Structured File Library")
1325 (description
1326 "Libgsf aims to provide an efficient extensible I/O abstraction for
1327dealing with different structured file formats.")
1328
1329 ;; LGPLv2.1-only.
1330 (license license:lgpl2.1)))
63016e7c
LC
1331
1332(define-public librsvg
f67417a1
MB
1333 (package
1334 (name "librsvg")
1335 (version "2.40.20")
1336 (source (origin
1337 (method url-fetch)
1338 (uri (string-append "mirror://gnome/sources/" name "/"
1339 (version-major+minor version) "/"
1340 name "-" version ".tar.xz"))
1341 (sha256
1342 (base32
1343 "0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g"))))
1344 (build-system gnu-build-system)
1345 (arguments
1346 `(#:configure-flags
1347 (list "--disable-static"
1348 "--enable-vala") ; needed for e.g. gnome-mines
1349 #:phases
1350 (modify-phases %standard-phases
1351 (add-before 'configure 'pre-configure
1352 (lambda* (#:key inputs #:allow-other-keys)
1353 (substitute* "gdk-pixbuf-loader/Makefile.in"
1354 ;; By default the gdk-pixbuf loader is installed under
1355 ;; gdk-pixbuf's prefix. Work around that.
1356 (("gdk_pixbuf_moduledir = .*$")
1357 (string-append "gdk_pixbuf_moduledir = "
1358 "$(prefix)/lib/gdk-pixbuf-2.0/2.10.0/"
1359 "loaders\n"))
1360 ;; Drop the 'loaders.cache' file, it's in gdk-pixbuf+svg.
1361 (("gdk_pixbuf_cache_file = .*$")
1362 "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
1363 #t))
1364 (add-before 'check 'remove-failing-tests
1365 (lambda _
1366 (with-directory-excursion "tests/fixtures/reftests"
1367 (for-each delete-file
1368 '(;; This test fails on i686:
1369 "svg1.1/masking-path-04-b.svg"
1370 ;; This test fails on armhf:
1371 "svg1.1/masking-mask-01-b.svg"
1372 ;; This test fails on aarch64:
1373 "bugs/777834-empty-text-children.svg")))
1374 #t)))))
1375 (native-inputs
1376 `(("pkg-config" ,pkg-config)
1377 ("vala" ,vala)
1378 ("glib" ,glib "bin") ; glib-mkenums, etc.
1379 ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
1380 (inputs
1381 `(("pango" ,pango)
1382 ("libcroco" ,libcroco)
1383 ("bzip2" ,bzip2)
1384 ("libgsf" ,libgsf)
1385 ("libxml2" ,libxml2)))
1386 (propagated-inputs
1387 ;; librsvg-2.0.pc refers to all of that.
1388 `(("cairo" ,cairo)
1389 ("gdk-pixbuf" ,gdk-pixbuf)
1390 ("glib" ,glib)))
1391 (home-page "https://wiki.gnome.org/LibRsvg")
1392 (synopsis "Render SVG files using Cairo")
1393 (description
1394 "Librsvg is a C library to render SVG files using the Cairo 2D graphics
1395library.")
1396 (license license:lgpl2.0+)))
1397
1398(define-public librsvg-next
63016e7c
LC
1399 (package
1400 (name "librsvg")
64855281 1401 (version "2.46.0")
63016e7c
LC
1402 (source (origin
1403 (method url-fetch)
b38e45d8
EB
1404 (uri (string-append "mirror://gnome/sources/" name "/"
1405 (version-major+minor version) "/"
1406 name "-" version ".tar.xz"))
63016e7c
LC
1407 (sha256
1408 (base32
64855281 1409 "1la3az2af2ccm6rp86b6wh0kq7kxzl4n8pli5qxhyic1rd91xj4n"))))
63016e7c
LC
1410 (build-system gnu-build-system)
1411 (arguments
d953418a
RW
1412 `(#:configure-flags
1413 (list "--disable-static"
1414 "--enable-vala") ; needed for e.g. gnome-mines
7e0f4cb1 1415 #:make-flags '("CC=gcc")
ec47c07d 1416 #:phases
b6239e45 1417 (modify-phases %standard-phases
ec47c07d
MB
1418 ;; Don't patch anything in vendor/ to avoid having to recompute
1419 ;; checksums for the bundled Cargo "crates". TODO: Unbundle those.
1420 (delete 'patch-source-shebangs)
1421 (delete 'patch-generated-file-shebangs)
1422 (delete 'patch-usr-bin-file)
1423 (add-before 'configure 'patch-all-the-things
1424 (lambda _
1425 (for-each patch-shebang '("tap-driver.sh" "tap-test"))
1426 (patch-/usr/bin/file "configure")
64855281 1427 (patch-makefile-SHELL "po/Makefile.in.in")
ec47c07d 1428 #t))
b6239e45
EF
1429 (add-before 'configure 'pre-configure
1430 (lambda* (#:key inputs #:allow-other-keys)
1431 (substitute* "gdk-pixbuf-loader/Makefile.in"
1432 ;; By default the gdk-pixbuf loader is installed under
1433 ;; gdk-pixbuf's prefix. Work around that.
1434 (("gdk_pixbuf_moduledir = .*$")
1435 (string-append "gdk_pixbuf_moduledir = "
1436 "$(prefix)/lib/gdk-pixbuf-2.0/2.10.0/"
1437 "loaders\n"))
1438 ;; Drop the 'loaders.cache' file, it's in gdk-pixbuf+svg.
1439 (("gdk_pixbuf_cache_file = .*$")
1440 "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
1441 #t))
ec47c07d 1442 (add-before 'check 'remove-failing-tests
b6239e45 1443 (lambda _
64a153bd
MW
1444 (with-directory-excursion "tests/fixtures/reftests"
1445 (for-each delete-file
ec47c07d
MB
1446 '(;; The images produced by these tests differ slightly
1447 ;; from their reference counterparts due to differences
1448 ;; in the build environment (missing fonts, etc). See
1449 ;; <tests/README.md> for details.
1450 ;; These fail on x86_64.
1451 "svg1.1/coords-viewattr-02-b.svg"
1452 "svg1.1/filters-composite-04-f.svg"
1453 "svg1.1/filters-image-01-b.svg"
1454 "svg1.1/filters-conv-02-f.svg"
1455 "svg1.1/filters-conv-04-f.svg"
1456 ;; This test fails on i686:
64a153bd 1457 "svg1.1/masking-path-04-b.svg"
64a153bd
MW
1458 ;; This test fails on armhf:
1459 "svg1.1/masking-mask-01-b.svg"
64a153bd 1460 ;; This test fails on aarch64:
ec47c07d 1461 "bugs/777834-empty-text-children.svg")))
b6239e45 1462 #t)))))
63016e7c
LC
1463 (native-inputs
1464 `(("pkg-config" ,pkg-config)
64855281
MB
1465 ;; This is the minimum supported Rust version in Librsvg 2.46.
1466 ("rust" ,rust-1.34)
1467 ("cargo" ,rust-1.34 "cargo")
d953418a 1468 ("vala" ,vala)
44add1ce 1469 ("glib" ,glib "bin") ; glib-mkenums, etc.
63016e7c
LC
1470 ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
1471 (inputs
1472 `(("pango" ,pango)
1473 ("libcroco" ,libcroco)
1474 ("bzip2" ,bzip2)
1475 ("libgsf" ,libgsf)
1476 ("libxml2" ,libxml2)))
1477 (propagated-inputs
1478 ;; librsvg-2.0.pc refers to all of that.
1479 `(("cairo" ,cairo)
1480 ("gdk-pixbuf" ,gdk-pixbuf)
1481 ("glib" ,glib)))
1482 (home-page "https://wiki.gnome.org/LibRsvg")
1483 (synopsis "Render SVG files using Cairo")
1484 (description
35b9e423 1485 "Librsvg is a C library to render SVG files using the Cairo 2D graphics
63016e7c
LC
1486library.")
1487 (license license:lgpl2.0+)))
5698b8b8
JD
1488
1489(define-public libidl
1490 (package
1491 (name "libidl")
1492 (version "0.8.14")
1493 (source (origin
1494 (method url-fetch)
1495 (uri (let ((upstream-name "libIDL"))
b38e45d8
EB
1496 (string-append "mirror://gnome/sources/" upstream-name "/"
1497 (version-major+minor version) "/"
1498 upstream-name "-" version ".tar.bz2")))
5698b8b8
JD
1499 (sha256
1500 (base32
1501 "08129my8s9fbrk0vqvnmx6ph4nid744g5vbwphzkaik51664vln5"))))
1502 (build-system gnu-build-system)
1503 (inputs `(("glib" ,glib)))
1504 (native-inputs
1505 `(("pkg-config" ,pkg-config)
b3546174 1506 ("flex" ,flex)
5698b8b8
JD
1507 ("bison" ,bison)))
1508 (home-page "http://freecode.com/projects/libidl")
1509 (synopsis "Create trees of CORBA Interface Definition Language files")
35b9e423 1510 (description "Libidl is a library for creating trees of CORBA Interface
5698b8b8
JD
1511Definition Language (idl) files, which is a specification for defining
1512portable interfaces. libidl was initially written for orbit (the orb from the
35b9e423 1513GNOME project, and the primary means of libidl distribution). However, the
2e6ecc5c 1514functionality was designed to be as reusable and portable as possible.")
5698b8b8
JD
1515 (license license:lgpl2.0+)))
1516
1517
1518(define-public orbit2
1519 (package
1520 (name "orbit2")
1521 (version "2.14.19")
1522 (source (origin
1523 (method url-fetch)
2e6ecc5c 1524 (uri (let ((upstream-name "ORBit2"))
a124bbd2 1525 (string-append "mirror://gnome/sources/" upstream-name "/"
b38e45d8
EB
1526 (version-major+minor version) "/"
1527 upstream-name "-" version ".tar.bz2")))
5698b8b8 1528 (sha256
a124bbd2
SB
1529 (base32
1530 "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"))))
5698b8b8
JD
1531 (build-system gnu-build-system)
1532 (arguments
a124bbd2 1533 `(#:configure-flags
8aad2e32
LC
1534 '(;; We don't need static libraries, plus they don't build reproducibly
1535 ;; (non-deterministic ordering of .o files in the archive.)
1536 "--disable-static"
1537
1538 ;; The programmer kindly gives us a hook to turn off deprecation
1539 ;; warnings ...
1540 "DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
a124bbd2
SB
1541 ;; ... which they then completly ignore !!
1542 #:phases
dc1d3cde
KK
1543 (modify-phases %standard-phases
1544 (add-before 'configure 'ignore-deprecations
1545 (lambda _
1546 (substitute* "linc2/src/Makefile.in"
1547 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1548 #t)))))
5698b8b8
JD
1549 (inputs `(("glib" ,glib)
1550 ("libidl" ,libidl)))
1551 (native-inputs
1552 `(("pkg-config" ,pkg-config)))
1553 (home-page "https://projects.gnome.org/orbit2/")
1554 (synopsis "CORBA 2.4-compliant Object Request Broker")
35b9e423 1555 (description "ORBit2 is a CORBA 2.4-compliant Object Request Broker (orb)
2e6ecc5c 1556featuring mature C, C++ and Python bindings.")
a124bbd2
SB
1557 ;; Licence notice is unclear. The Web page simply say "GPL" without giving
1558 ;; a version. SOME of the code files have licence notices for GPLv2+.
1559 ;; The tarball contains files of the text of GPLv2 and LGPLv2.
892307ae
LC
1560 (license license:gpl2+)
1561 (properties `((upstream-name . "ORBit2")))))
5698b8b8
JD
1562
1563
1564(define-public libbonobo
1565 (package
1566 (name "libbonobo")
1567 (version "2.32.1")
1568 (source (origin
1569 (method url-fetch)
5becd025 1570 (uri (string-append "mirror://gnome/sources/" name "/"
29a7c98a 1571 (version-major+minor version)
5becd025 1572 "/" name "-" version ".tar.bz2"))
5698b8b8 1573 (sha256
f1fc45a9 1574 (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i"))
fc1adab1
AK
1575 (patches (search-patches
1576 "libbonobo-activation-test-race.patch"))))
5698b8b8
JD
1577 (build-system gnu-build-system)
1578 (arguments
1579 ;; The programmer kindly gives us a hook to turn off deprecation warnings ...
5becd025
EB
1580 `(#:configure-flags
1581 '("DISABLE_DEPRECATED_CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS")
1582 ;; ... which they then completly ignore !!
1583 #:phases
dc1d3cde
KK
1584 (modify-phases %standard-phases
1585 (add-before 'configure 'ignore-deprecations
1586 (lambda _
1587 (substitute* "activation-server/Makefile.in"
1588 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
994b5b1d
LC
1589 #t)))
1590
1591 ;; There's apparently a race condition between the server stub
1592 ;; generation and linking of the example under 'samples/echo' that can
1593 ;; lead do undefined references when building in parallel, as reported
1594 ;; at <https://forums.gentoo.org/viewtopic-t-223376-start-550.html>.
1595 ;; Thus, disable parallel builds.
1596 #:parallel-build? #f))
5698b8b8
JD
1597 (inputs `(("popt" ,popt)
1598 ("libxml2" ,libxml2)))
1599 ;; The following are Required by the .pc file
44add1ce 1600 (propagated-inputs
5698b8b8
JD
1601 `(("glib" ,glib)
1602 ("orbit2" ,orbit2)))
1603 (native-inputs
1604 `(("intltool" ,intltool)
1605 ("pkg-config" ,pkg-config)
221ed17a 1606 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
5698b8b8
JD
1607 ("flex" ,flex)
1608 ("bison" ,bison)))
1609 (home-page "https://developer.gnome.org/libbonobo/")
1610 (synopsis "Framework for creating reusable components for use in GNOME applications")
1611 (description "Bonobo is a framework for creating reusable components for
2e6ecc5c 1612use in GNOME applications, built on top of CORBA.")
5698b8b8
JD
1613 ;; Licence not explicitly stated. Source files contain no licence notices.
1614 ;; Tarball contains text of both GPLv2 and LGPLv2
1615 ;; GPLv2 covers both conditions
1616 (license license:gpl2+)))
1617
1618
1619(define-public gconf
1620 (package
1621 (name "gconf")
1622 (version "3.2.6")
1623 (source (origin
1624 (method url-fetch)
a124bbd2
SB
1625 (uri
1626 (let ((upstream-name "GConf"))
1627 (string-append "mirror://gnome/sources/" upstream-name "/"
b38e45d8
EB
1628 (version-major+minor version) "/"
1629 upstream-name "-" version ".tar.xz")))
5698b8b8
JD
1630 (sha256
1631 (base32 "0k3q9nh53yhc9qxf1zaicz4sk8p3kzq4ndjdsgpaa2db0ccbj4hr"))))
1632 (build-system gnu-build-system)
2e88d113 1633 (inputs `(("dbus-glib" ,dbus-glib)
5698b8b8 1634 ("libxml2" ,libxml2)))
2e6ecc5c
AE
1635 (propagated-inputs `(("glib" ,glib) ; referred to in the .pc file
1636 ("orbit2" ,orbit2)))
5698b8b8
JD
1637 (native-inputs
1638 `(("intltool" ,intltool)
221ed17a 1639 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
5698b8b8
JD
1640 ("pkg-config" ,pkg-config)))
1641 (home-page "https://projects.gnome.org/gconf/")
35b9e423
EB
1642 (synopsis "Store application preferences")
1643 (description "Gconf is a system for storing application preferences. It
1644is intended for user preferences; not arbitrary data storage.")
29d2f451
LC
1645 (license license:lgpl2.0+)
1646 (properties '((upstream-name . "GConf")))))
5698b8b8
JD
1647
1648
1649(define-public gnome-mime-data
1650 (package
1651 (name "gnome-mime-data")
1652 (version "2.18.0")
1653 (source (origin
1654 (method url-fetch)
b38e45d8
EB
1655 (uri (string-append "mirror://gnome/sources/" name "/"
1656 (version-major+minor version) "/"
1657 name "-" version ".tar.bz2"))
5698b8b8
JD
1658 (sha256
1659 (base32
1660 "1mvg8glb2a40yilmyabmb7fkbzlqd3i3d31kbkabqnq86xdnn69p"))))
1661 (build-system gnu-build-system)
1662 (native-inputs
1663 `(("perl" ,perl)
1664 ("intltool" ,intltool)))
3e6add96
LC
1665 (arguments
1666 '(#:phases (modify-phases %standard-phases
1667 (add-after 'configure 'use-our-intltool
1668 (lambda _
1669 ;; Do not use the bundled intltool commands, which lack
1670 ;; the "dotless @INC" fixes of our 'intltool' package.
1671 (substitute* (find-files "." "^Makefile$")
1672 (("^INTLTOOL_(EXTRACT|UPDATE|MERGE) = .*$" _ tool)
1673 (string-append "INTLTOOL_" tool " = intltool-"
1674 (string-downcase tool) "\n")))
1675 #t)))))
f032d0be 1676 (home-page "https://www.gnome.org")
35b9e423 1677 (synopsis "Base MIME and Application database for GNOME")
5698b8b8
JD
1678 (description "GNOME Mime Data is a module which contains the base MIME
1679and Application database for GNOME. The data stored by this module is
1680designed to be accessed through the MIME functions in GnomeVFS.")
1681 (license license:gpl2+)))
1682
1683
1684(define-public gnome-vfs
1685 (package
1686 (name "gnome-vfs")
1687 (version "2.24.4")
1688 (source (origin
1689 (method url-fetch)
b38e45d8
EB
1690 (uri (string-append "mirror://gnome/sources/" name "/"
1691 (version-major+minor version) "/"
1692 name "-" version ".tar.bz2"))
5698b8b8 1693 (sha256
9e12bc34
MW
1694 (base32
1695 "1ajg8jb8k3snxc7rrgczlh8daxkjidmcv3zr9w809sq4p2sn9pk2"))))
5698b8b8
JD
1696 (build-system gnu-build-system)
1697 (arguments
db5127d8 1698 `(#:phases
dc1d3cde
KK
1699 (modify-phases %standard-phases
1700 (add-before 'configure 'ignore-deprecations
1701 (lambda _
1702 (substitute* '("libgnomevfs/Makefile.in"
1703 "daemon/Makefile.in")
1704 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1705 #t))
1706 (add-before 'configure 'patch-test-async-cancel-to-never-fail
1707 (lambda _
1708 (substitute* "test/test-async-cancel.c"
1709 (("EXIT_FAILURE") "77"))
1710 #t)))))
2e6ecc5c 1711 (inputs `(("libxml2" ,libxml2)
5698b8b8 1712 ("dbus-glib" ,dbus-glib)
5698b8b8
JD
1713 ("gconf" ,gconf)
1714 ("gnome-mime-data" ,gnome-mime-data)
1715 ("zlib" ,zlib)))
1716 (native-inputs
221ed17a
EB
1717 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
1718 ("intltool" ,intltool)
5698b8b8
JD
1719 ("pkg-config" ,pkg-config)))
1720 (home-page "https://developer.gnome.org/gnome-vfs/")
35b9e423 1721 (synopsis "Access files and folders in GNOME applications")
9e12bc34
MW
1722 (description
1723 "GnomeVFS is the core library used to access files and folders in GNOME
1724applications. It provides a file system abstraction which allows applications
1725to access local and remote files with a single consistent API.")
5698b8b8
JD
1726 (license license:lgpl2.0+)))
1727
1728
1729
1730(define-public libgnome
1731 (package
1732 (name "libgnome")
1733 (version "2.32.1")
1734 (source (origin
1735 (method url-fetch)
b38e45d8
EB
1736 (uri (string-append "mirror://gnome/sources/" name "/"
1737 (version-major+minor version) "/"
1738 name "-" version ".tar.bz2"))
5698b8b8
JD
1739 (sha256
1740 (base32
17c3eea7
LC
1741 "197pnq8y0knqjhm2fg4j6hbqqm3qfzfnd0irhwxpk1b4hqb3kimj"))
1742 (patches (search-patches "libgnome-encoding.patch"))))
5698b8b8
JD
1743 (build-system gnu-build-system)
1744 (arguments
1745 `(#:phases
dc1d3cde
KK
1746 (modify-phases %standard-phases
1747 (add-before 'configure 'enable-deprecated
1748 (lambda _
1749 (substitute* "libgnome/Makefile.in"
1750 (("-DG_DISABLE_DEPRECATED") "-DGLIB_DISABLE_DEPRECATION_WARNINGS"))
1751 #t)))))
25338e9f 1752 (inputs `(("libxml2" ,libxml2)))
5698b8b8 1753 (native-inputs
221ed17a
EB
1754 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
1755 ("intltool" ,intltool)
5698b8b8
JD
1756 ("pkg-config" ,pkg-config)))
1757 ;; The following are listed as Required in the .pc file
1758 ;; (except for libcanberra -- which seems to be oversight on the part
1759 ;; of the upstream developers -- anything that links against libgnome,
1760 ;; must also link against libcanberra
1761 (propagated-inputs
1762 `(("libcanberra" ,libcanberra)
1763 ("libbonobo" ,libbonobo)
1764 ("gconf" ,gconf)
a640d3d5
LC
1765 ("gnome-vfs" ,gnome-vfs)
1766 ("popt" ,popt))) ;gnome-program.h includes popt.h
5698b8b8
JD
1767 (home-page "https://developer.gnome.org/libgnome/")
1768 (synopsis "Useful routines for building applications")
1769 (description "The libgnome library provides a number of useful routines
1770for building modern applications, including session management, activation of
1771files and URIs, and displaying help.")
1772 (license license:lgpl2.0+)))
1773
1774
1775(define-public libart-lgpl
1776 (package
1777 (name "libart-lgpl")
76c9b6aa 1778 (version "2.3.21")
5698b8b8
JD
1779 (source (origin
1780 (method url-fetch)
1781 (uri (let ((upstream-name "libart_lgpl"))
b38e45d8
EB
1782 (string-append "mirror://gnome/sources/" upstream-name "/"
1783 (version-major+minor version) "/"
1784 upstream-name "-" version ".tar.bz2")))
5698b8b8
JD
1785 (sha256
1786 (base32
76c9b6aa 1787 "1yknfkyzgz9s616is0l9gp5aray0f2ry4dw533jgzj8gq5s1xhgx"))))
5698b8b8
JD
1788 (build-system gnu-build-system)
1789 (native-inputs
1790 `(("pkg-config" ,pkg-config)))
1791 (home-page "https://people.gnome.org/~mathieu/libart")
1792 (synopsis "2D drawing library")
2e6ecc5c 1793 (description "Libart is a 2D drawing library intended as a
5698b8b8
JD
1794high-quality vector-based 2D library with antialiasing and alpha composition.")
1795 (license license:lgpl2.0+)))
1796
1797
1798
1799(define-public libgnomecanvas
1800 (package
1801 (name "libgnomecanvas")
1802 (version "2.30.3")
1803 (source (origin
1804 (method url-fetch)
b38e45d8
EB
1805 (uri (string-append "mirror://gnome/sources/" name "/"
1806 (version-major+minor version) "/"
1807 name "-" version ".tar.gz"))
5698b8b8
JD
1808 (sha256
1809 (base32
1810 "1nhnq4lfkk8ljkdafscwaggx0h95mq0rxnd7zgqyq0xb6kkqbjm8"))))
1811 (build-system gnu-build-system)
1812 ;; Mentioned as Required in the .pc file
1813 (propagated-inputs `(("libart-lgpl" ,libart-lgpl)
1814 ("gtk+" ,gtk+-2)))
1815 (native-inputs
1816 `(("intltool" ,intltool)
221ed17a 1817 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
5698b8b8
JD
1818 ("pkg-config" ,pkg-config)))
1819 (home-page "https://developer.gnome.org/libgnomecanvas/")
1820 (synopsis "Flexible widget for creating interactive structured graphics")
1821 (description "The GnomeCanvas widget provides a flexible widget for
1822creating interactive structured graphics.")
1823 (license license:lgpl2.0+)))
1824
eadc734e
RW
1825(define-public libgnomecanvasmm
1826 (package
1827 (name "libgnomecanvasmm")
1828 (version "2.26.0")
1829 (source (origin
1830 (method url-fetch)
1831 (uri (string-append "mirror://gnome/sources/" name "/"
1832 (version-major+minor version) "/"
1833 name "-" version ".tar.bz2"))
1834 (sha256
1835 (base32
1836 "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
1837 (build-system gnu-build-system)
1838 (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
1839 (native-inputs
1840 `(("gtkmm-2" ,gtkmm-2)
1841 ("pkg-config" ,pkg-config)))
8e933cb3 1842 (home-page "https://gtkmm.org")
eadc734e
RW
1843 (synopsis "C++ bindings to the GNOME Canvas library")
1844 (description "C++ bindings to the GNOME Canvas library.")
1845 (license license:lgpl2.0+)))
1846
5698b8b8
JD
1847(define-public libgnomeui
1848 (package
1849 (name "libgnomeui")
1850 (version "2.24.5")
1851 (source (origin
1852 (method url-fetch)
b38e45d8
EB
1853 (uri (string-append "mirror://gnome/sources/" name "/"
1854 (version-major+minor version) "/"
1855 name "-" version ".tar.bz2"))
8fa1872a 1856 (patches (search-patches "libgnomeui-utf8.patch"))
5698b8b8
JD
1857 (sha256
1858 (base32
1859 "03rwbli76crkjl6gp422wrc9lqpl174k56cp9i96b7l8jlj2yddf"))))
1860 (build-system gnu-build-system)
1861 ;; Mentioned as Required in the .pc file
0a38a497
AE
1862 (propagated-inputs `(("libbonoboui" ,libbonoboui)
1863 ("libgnome" ,libgnome)
1864 ("libgnomecanvas" ,libgnomecanvas)
5698b8b8 1865 ("libgnome-keyring" ,libgnome-keyring)))
0a38a497 1866 (inputs `(("libjpeg" ,libjpeg)
5698b8b8
JD
1867 ("popt" ,popt)
1868 ("libbonobo" ,libbonobo)
1869 ("libxml2" ,libxml2)
1870 ("libglade" ,libglade)))
1871 (native-inputs
221ed17a
EB
1872 `(("glib" ,glib "bin") ; for glib-mkenums, etc.
1873 ("intltool" ,intltool)
5698b8b8
JD
1874 ("pkg-config" ,pkg-config)))
1875 (home-page "https://developer.gnome.org/libgnomeui/")
1876 (synopsis "Additional widgets for applications")
35b9e423 1877 (description "The libgnomeui library provides additional widgets for
e881752c
AK
1878applications. Many of the widgets from libgnomeui have already been
1879ported to GTK+.")
5698b8b8
JD
1880 (license license:lgpl2.0+)))
1881
1882(define-public libglade
1883 (package
1884 (name "libglade")
1885 (version "2.6.4")
1886 (source (origin
1887 (method url-fetch)
b38e45d8
EB
1888 (uri (string-append "mirror://gnome/sources/" name "/"
1889 (version-major+minor version) "/"
1890 name "-" version ".tar.bz2"))
5698b8b8
JD
1891 (sha256
1892 (base32
1893 "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4"))))
1894 (build-system gnu-build-system)
1895 (inputs
92dcc23d
AE
1896 `(("python" ,python))) ;; needed for the optional libglade-convert program
1897 (propagated-inputs
5698b8b8 1898 `(("gtk+-2" ,gtk+-2)
92dcc23d 1899 ("libxml2" ,libxml2))) ; required by libglade-2.0.pc
5698b8b8
JD
1900 (native-inputs
1901 `(("pkg-config" ,pkg-config)))
1902 (home-page "https://developer.gnome.org/libglade")
35b9e423
EB
1903 (synopsis "Load glade interfaces and access the glade built widgets")
1904 (description "Libglade is a library that provides interfaces for loading
5698b8b8
JD
1905graphical interfaces described in glade files and for accessing the
1906widgets built in the loading process.")
1907 (license license:gpl2+))) ; This is correct. GPL not LGPL
1908
1909(define-public libgnomeprint
eb497b66
LC
1910 ;; This library has been deprecated since 2006; see
1911 ;; <https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>.
5698b8b8
JD
1912 (package
1913 (name "libgnomeprint")
d19db454 1914 (version "2.18.8")
5698b8b8
JD
1915 (source (origin
1916 (method url-fetch)
b38e45d8
EB
1917 (uri (string-append "mirror://gnome/sources/" name "/"
1918 (version-major+minor version) "/"
1919 name "-" version ".tar.bz2"))
5698b8b8
JD
1920 (sha256
1921 (base32
d19db454 1922 "14cnimvlc7ky22g2snyf4362412k3jk1syjf8b9887q5a63fqd0h"))))
5698b8b8
JD
1923 (build-system gnu-build-system)
1924 (inputs
1925 `(("popt" ,popt)
1926 ("libart-lgpl" ,libart-lgpl)
1927 ("gtk+" ,gtk+-2)
44add1ce 1928 ("libxml2" ,libxml2)))
5698b8b8
JD
1929 (native-inputs
1930 `(("intltool" ,intltool)
221ed17a 1931 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
5698b8b8
JD
1932 ("pkg-config" ,pkg-config)))
1933 (home-page "https://projects.gnome.org/gnome-print/home/faq.html")
35b9e423 1934 (synopsis "Printing framework for GNOME")
eb497b66
LC
1935 (description
1936 "GNOME-print was a printing framework for GNOME. It has been deprecated
1937since ca. 2006, when GTK+ itself incorporated printing support.")
5698b8b8
JD
1938 (license license:lgpl2.0+)))
1939
1940
1941(define-public libgnomeprintui
eb497b66 1942 ;; Deprecated; see libgnomeprint.
5698b8b8
JD
1943 (package
1944 (name "libgnomeprintui")
36053d7f 1945 (version "2.18.6")
5698b8b8
JD
1946 (source (origin
1947 (method url-fetch)
b38e45d8
EB
1948 (uri (string-append "mirror://gnome/sources/" name "/"
1949 (version-major+minor version) "/"
1950 name "-" version ".tar.bz2"))
5698b8b8
JD
1951 (sha256
1952 (base32
36053d7f 1953 "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm"))))
5698b8b8
JD
1954 (build-system gnu-build-system)
1955 ;; Mentioned as Required in the .pc file
1956 (propagated-inputs `(("libgnomeprint" ,libgnomeprint)))
1957 (inputs `(("gtk+" ,gtk+-2)
1958 ("glib" ,glib)
1959 ("gnome-icon-theme" ,gnome-icon-theme)
1960 ("libgnomecanvas" ,libgnomecanvas)
2e6ecc5c 1961 ("libxml2" ,libxml2)))
5698b8b8
JD
1962 (native-inputs
1963 `(("intltool" ,intltool)
1964 ("pkg-config" ,pkg-config)))
1965 (home-page "https://projects.gnome.org/gnome-print/home/faq.html")
1966 (synopsis "Printing framework for GNOME")
eb497b66 1967 (description (package-description libgnomeprint))
5698b8b8
JD
1968 (license license:lgpl2.0+)))
1969
5698b8b8
JD
1970(define-public libbonoboui
1971 (package
1972 (name "libbonoboui")
1973 (version "2.24.5")
1974 (source (origin
1975 (method url-fetch)
b38e45d8
EB
1976 (uri (string-append "mirror://gnome/sources/" name "/"
1977 (version-major+minor version) "/"
1978 name "-" version ".tar.bz2"))
5698b8b8
JD
1979 (sha256
1980 (base32
1981 "1kbgqh7bw0fdx4f1a1aqwpff7gp5mwhbaz60c6c98bc4djng5dgs"))))
1982 (build-system gnu-build-system)
1983 (arguments
1984 `(#:phases
dc1d3cde
KK
1985 (modify-phases %standard-phases
1986 (add-before 'check 'start-xserver
1987 (lambda* (#:key inputs #:allow-other-keys)
1988 (let ((xorg-server (assoc-ref inputs "xorg-server"))
1989 (disp ":1"))
1990
1991 (setenv "HOME" (getcwd))
1992 (setenv "DISPLAY" disp)
1993 ;; There must be a running X server and make check doesn't start one.
1994 ;; Therefore we must do it.
1995 (zero? (system (format #f "~a/bin/Xvfb ~a &" xorg-server disp)))))))))
5698b8b8
JD
1996 ;; Mentioned as Required by the .pc file
1997 (propagated-inputs `(("libxml2" ,libxml2)))
1998 (inputs
1999 `(("popt" ,popt)
2000 ("pangox-compat" ,pangox-compat)
2001 ("libgnome" ,libgnome)
2002 ("libgnomecanvas" ,libgnomecanvas)
2003 ("libglade" ,libglade)))
2004 (native-inputs
221ed17a
EB
2005 `(("glib" ,glib "bin") ; for glib-genmarshal, etc.
2006 ("intltool" ,intltool)
5698b8b8
JD
2007 ("xorg-server" ,xorg-server) ; For running the tests
2008 ("pkg-config" ,pkg-config)))
2009 (home-page "https://developer.gnome.org/libbonoboui/")
2010 (synopsis "Some user interface controls using Bonobo")
2011 (description "The Bonobo UI library provides a number of user interface
2012controls using the Bonobo component framework.")
2013 (license license:lgpl2.0+)))
2014
fecbf86e
SB
2015(define-public libwnck
2016 (package
2017 (name "libwnck")
6cc6e3e5 2018 (version "3.30.0")
fecbf86e
SB
2019 (source (origin
2020 (method url-fetch)
2021 (uri (string-append "mirror://gnome/sources/" name "/"
2022 (version-major+minor version) "/"
2023 name "-" version ".tar.xz"))
2024 (sha256
ad9b8987 2025 (base32
6cc6e3e5 2026 "0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc"))))
fecbf86e
SB
2027 (build-system gnu-build-system)
2028 (native-inputs
2029 `(("pkg-config" ,pkg-config)
2030 ("intltool" ,intltool)))
2031 (propagated-inputs
427476d5
SB
2032 `(("gtk+" ,gtk+)
2033 ("libxres" ,libxres)
2034 ("startup-notification" ,startup-notification)))
fecbf86e
SB
2035 (home-page "https://developer.gnome.org/libwnck/")
2036 (synopsis "Window Navigator Construction Kit")
2037 (description
2038 "Libwnck is the Window Navigator Construction Kit, a library for use in
2039writing pagers, tasklists, and more generally applications that are dealing
2040with window management. It tries hard to respect the Extended Window Manager
2041Hints specification (EWMH).")
2042 (license license:lgpl2.0+)))
2043
2044;; stable version for gtk2, required by xfwm4.
dbb7a081 2045(define-public libwnck-2
fecbf86e
SB
2046 (package (inherit libwnck)
2047 (name "libwnck")
2048 (version "2.30.7")
2049 (source (origin
2050 (method url-fetch)
2051 (uri (string-append "mirror://gnome/sources/" name "/"
2052 (version-major+minor version) "/"
2053 name "-" version ".tar.xz"))
2054 (sha256
2055 (base32
2056 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b"))))
2057 (propagated-inputs
427476d5
SB
2058 `(("gtk+" ,gtk+-2)
2059 ("libxres" ,libxres)
2060 ("startup-notification" ,startup-notification)))))
b804c61e
JD
2061
2062(define-public goffice
2063 (package
2064 (name "goffice")
0528f70d 2065 (version "0.10.44")
b804c61e
JD
2066 (source (origin
2067 (method url-fetch)
b38e45d8
EB
2068 (uri (string-append "mirror://gnome/sources/" name "/"
2069 (version-major+minor version) "/"
2070 name "-" version ".tar.xz"))
b804c61e 2071 (sha256
0528f70d 2072 (base32 "1fd7cm6j0g0mqgpqs4y22b4gd2ll4mcyvg4d0q22d5ndjapl4q3d"))))
b804c61e 2073 (build-system gnu-build-system)
72a06d3e 2074 (outputs '("out"
0528f70d 2075 "doc")) ;4.0 MiB of gtk-doc
72a06d3e
LC
2076 (arguments
2077 '(#:configure-flags (list (string-append "--with-html-dir="
2078 (assoc-ref %outputs "doc")
2079 "/share/gtk-doc/html"))))
b804c61e
JD
2080 (inputs
2081 `(("gtk+" ,gtk+)
2082 ("libgsf" ,libgsf)
2083 ("librsvg" ,librsvg)
2084 ("libxslt" ,libxslt)
2085 ("libxml2" ,libxml2)))
2086 (native-inputs
2087 `(("intltool" ,intltool)
f280cdb1 2088 ("glib" ,glib "bin")
b804c61e
JD
2089 ("pkg-config" ,pkg-config)))
2090 (home-page "https://developer.gnome.org/goffice/")
2091 (synopsis "Document-centric objects and utilities")
2092 (description "A GLib/GTK+ set of document-centric objects and utilities.")
2e6ecc5c 2093 (license
b804c61e
JD
2094 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
2095 ;; Note: NOT LGPL
2096 (list license:gpl2 license:gpl3))))
2097
c024ae36
RW
2098(define-public goffice-0.8
2099 (package (inherit goffice)
2100 (version "0.8.17")
2101 (source (origin
2102 (method url-fetch)
2103 (uri (string-append "mirror://gnome/sources/" (package-name goffice) "/"
2104 (version-major+minor version) "/"
2105 (package-name goffice) "-" version ".tar.xz"))
2106 (sha256
2107 (base32 "05fvzbs5bin05bbsr4dp79aiva3lnq0a3a40zq55i13vnsz70l0n"))))
2108 (arguments
2109 `(#:phases
dc1d3cde
KK
2110 (modify-phases %standard-phases
2111 (add-after 'unpack 'fix-pcre-check
2112 (lambda _
2113 ;; Only glib.h can be included directly. See
2114 ;; https://bugzilla.gnome.org/show_bug.cgi?id=670316
2115 (substitute* "configure"
2116 (("glib/gregex\\.h") "glib.h")) #t)))
72a06d3e
LC
2117
2118 ,@(package-arguments goffice)))
c024ae36
RW
2119 (propagated-inputs
2120 ;; libgoffice-0.8.pc mentions libgsf-1
2121 `(("libgsf" ,libgsf)))
2122 (inputs
2123 `(("gtk" ,gtk+-2)
2124 ,@(alist-delete "gtk" (package-inputs goffice))))))
2125
b804c61e
JD
2126(define-public gnumeric
2127 (package
2128 (name "gnumeric")
597ab33d 2129 (version "1.12.45")
b804c61e
JD
2130 (source (origin
2131 (method url-fetch)
b7fd0217 2132 (uri (string-append "mirror://gnome/sources/gnumeric/"
b38e45d8 2133 (version-major+minor version) "/"
b7fd0217 2134 "gnumeric-" version ".tar.xz"))
b804c61e
JD
2135 (sha256
2136 (base32
597ab33d 2137 "0c8dl1kvnj3g32qy3s92qpqpqfy0in59cx005gjvvzsflahav61h"))))
bd1b1e05 2138 (build-system glib-or-gtk-build-system)
b804c61e
JD
2139 (arguments
2140 `(;; The gnumeric developers don't worry much about failing tests.
2141 ;; See https://bugzilla.gnome.org/show_bug.cgi?id=732387
2e6ecc5c 2142 #:tests? #f
b804c61e 2143 #:phases
7bcbd40d
EF
2144 (modify-phases %standard-phases
2145 (add-before
2146 'configure 'pre-conf
2147 (lambda* (#:key outputs #:allow-other-keys)
2148 ;; Make install tries to write into the directory of goffice
2149 ;; I am informed that this only affects the possibility to embed a
2150 ;; spreadsheet inside an Abiword document. So presumably when we
2151 ;; package Abiword we'll have to refer it to this directory.
2152 (substitute* "configure"
2153 (("^GOFFICE_PLUGINS_DIR=.*")
2154 (string-append "GOFFICE_PLUGINS_DIR="
2155 (assoc-ref outputs "out")
2156 "/goffice/plugins"))))))))
b804c61e
JD
2157 (inputs
2158 `(("glib" ,glib)
2159 ("gtk+" ,gtk+)
2160 ("goffice" ,goffice)
2161 ("libgsf" ,libgsf)
7bcbd40d 2162 ("librsvg" ,librsvg)
b804c61e 2163 ("libxml2" ,libxml2)
7bcbd40d 2164 ("libxslt" ,libxslt)
2e4c5457 2165 ("python" ,python-2)
6983ba56 2166 ("python2-pygobject" ,python2-pygobject)
b804c61e
JD
2167 ("zlib" ,zlib)))
2168 (native-inputs
6983ba56 2169 `(("bison" ,bison)
1ed398d1 2170 ("docbook-xml" ,docbook-xml)
6983ba56 2171 ("intltool" ,intltool)
3a2efbc8 2172 ("itstool" ,itstool/fixed) ;see <https://bugs.gnu.org/37468>
b9663471 2173 ("glib:bin" ,glib "bin")
b804c61e
JD
2174 ("pkg-config" ,pkg-config)))
2175 (home-page "http://www.gnumeric.org")
66672a45
LC
2176 (synopsis "Spreadsheet application")
2177 (description
2178 "GNUmeric is a GNU spreadsheet application, running under GNOME. It is
2179interoperable with other spreadsheet applications. It has a vast array of
2180features beyond typical spreadsheet functionality, such as support for linear
2181and non-linear solvers, statistical analysis, and telecommunication
2182engineering.")
2183 (license
b804c61e
JD
2184 ;; Dual licensed under GPLv2 or GPLv3 (both without "or later")
2185 (list license:gpl2 license:gpl3))))
6f885c05
FB
2186
2187(define-public gnome-themes-standard
2188 (package
2189 (name "gnome-themes-standard")
0b7b8fb0 2190 (version "3.22.3")
6f885c05
FB
2191 (source
2192 (origin
2193 (method url-fetch)
2e6ecc5c 2194 (uri (string-append "mirror://gnome/sources/" name "/"
6f885c05
FB
2195 (version-major+minor version) "/" name "-"
2196 version ".tar.xz"))
2197 (sha256
2198 (base32
0b7b8fb0 2199 "0smmiamrgcgf5sa88bsn8hwmvsyx4gczzs359nwxbkv14b2qgp31"))))
6f885c05 2200 (build-system gnu-build-system)
8ac70c7f
SB
2201 (arguments
2202 '(#:configure-flags
2203 ;; Don't create 'icon-theme.cache'.
2204 (let* ((coreutils (assoc-ref %build-inputs "coreutils"))
2205 (true (string-append coreutils "/bin/true")))
2206 (list (string-append "GTK_UPDATE_ICON_CACHE=" true)))))
6f885c05
FB
2207 (inputs
2208 `(("gtk+" ,gtk+)
2209 ("gtk+-2" ,gtk+-2)
2210 ("librsvg" ,librsvg)
2211 ("libxml2" ,libxml2)
2212 ("glib" ,glib)))
2213 (native-inputs
2214 `(("intltool" ,intltool)
2215 ("glib:bin" ,glib "bin")
2216 ("pkg-config" ,pkg-config)))
6f885c05
FB
2217 (home-page "https://launchpad.net/gnome-themes-standard")
2218 (synopsis "Default GNOME 3 themes")
2219 (description
2220 "The default GNOME 3 themes (Adwaita and some accessibility themes).")
2221 (license license:lgpl2.1+)))
5a659a48 2222
df90c701
RW
2223(define-public seahorse
2224 (package
2225 (name "seahorse")
af561664 2226 (version "3.30.1.1")
df90c701
RW
2227 (source
2228 (origin
2229 (method url-fetch)
2230 (uri (string-append "mirror://gnome/sources/" name "/"
2231 (version-major+minor version) "/" name "-"
2232 version ".tar.xz"))
2233 (sha256
2234 (base32
af561664
MÁAV
2235 "12x7xmwh62yl0ax90v8nkx3jqzviaz9hz2g56yml78wzww20gawy"))
2236 (patches (search-patches
2237 "seahorse-gkr-use-0-on-empty-flags.patch"))))
2238 (build-system meson-build-system)
2239 (arguments
2240 '(#:phases
2241 (modify-phases %standard-phases
2242 (add-after 'unpack 'skip-gtk-update-icon-cache
2243 ;; Don't create 'icon-theme.cache'.
2244 (lambda _
2245 (substitute* "build-aux/meson_post_install.py"
2246 (("gtk-update-icon-cache") "true"))
2247 #t)))))
df90c701
RW
2248 (inputs
2249 `(("gtk+" ,gtk+)
2250 ("gcr" ,gcr)
34b979b9 2251 ("gnupg" ,gnupg)
df90c701 2252 ("gpgme" ,gpgme)
34b979b9 2253 ("openldap" ,openldap)
4a1bf090 2254 ("openssh" ,openssh)
af561664 2255 ("avahi" ,avahi)
34b979b9
EF
2256 ("libsecret" ,libsecret)
2257 ("libsoup" ,libsoup)))
df90c701 2258 (native-inputs
af561664 2259 `(("gettext" ,gettext-minimal)
df90c701
RW
2260 ("glib:bin" ,glib "bin")
2261 ("itstool" ,itstool)
bcb354ad 2262 ("pkg-config" ,pkg-config)
af561664 2263 ("vala" ,vala)
bcb354ad 2264 ("xmllint" ,libxml2)))
df90c701
RW
2265 (home-page "https://launchpad.net/gnome-themes-standard")
2266 (synopsis "Manage encryption keys and passwords in the GNOME keyring")
2267 (description
2268 "Seahorse is a GNOME application for managing encryption keys and
2269passwords in the GNOME keyring.")
2270 (license license:gpl2+)))
2271
5a659a48
SB
2272(define-public vala
2273 (package
2274 (name "vala")
2d6872f6 2275 (version "0.44.5")
5a659a48
SB
2276 (source (origin
2277 (method url-fetch)
2278 (uri (string-append "mirror://gnome/sources/" name "/"
2279 (version-major+minor version) "/"
2280 name "-" version ".tar.xz"))
2281 (sha256
2282 (base32
2d6872f6 2283 "0zy2kfcvhikczfzhk5l7pkw6mvn3d6vw8cv7g08iah85p22q33xv"))))
5a659a48 2284 (build-system gnu-build-system)
1ea90625
SB
2285 (arguments
2286 '(#:phases
2287 (modify-phases %standard-phases
f4925a4f 2288 (add-before 'check 'pre-check
1ea90625
SB
2289 (lambda _
2290 (setenv "CC" "gcc")
8839b6be
RW
2291 (substitute* "valadoc/tests/testrunner.sh"
2292 (("export PKG_CONFIG_PATH=" m)
2293 (string-append m "$PKG_CONFIG_PATH:")))
f4925a4f
SB
2294 ;; For missing '/etc/machine-id'.
2295 (setenv "DBUS_FATAL_WARNINGS" "0")
8839b6be 2296 #t)))))
5a659a48
SB
2297 (native-inputs
2298 `(("pkg-config" ,pkg-config)
2299 ("flex" ,flex)
2300 ("bison" ,bison)
2301 ("xsltproc" ,libxslt)
2302 ("dbus" ,dbus) ; for dbus tests
2303 ("gobject-introspection" ,gobject-introspection))) ; for gir tests
8839b6be
RW
2304 (inputs
2305 `(("graphviz" ,graphviz)))
5a659a48 2306 (propagated-inputs
8839b6be 2307 `(("glib" ,glib))) ; required by libvala-0.40.pc
f032d0be 2308 (home-page "https://live.gnome.org/Vala/")
5a659a48
SB
2309 (synopsis "Compiler for the GObject type system")
2310 (description
2311 "Vala is a programming language that aims to bring modern programming
2312language features to GNOME developers without imposing any additional runtime
2313requirements and without using a different ABI compared to applications and
2314libraries written in C.")
2315 (license license:lgpl2.1+)))
ea57378f
SB
2316
2317(define-public vte
2318 (package
2319 (name "vte")
838a52a5 2320 (version "0.56.3")
ea57378f
SB
2321 (source (origin
2322 (method url-fetch)
2323 (uri (string-append "mirror://gnome/sources/" name "/"
2324 (version-major+minor version) "/"
2325 name "-" version ".tar.xz"))
2326 (sha256
2327 (base32
838a52a5 2328 "0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))
ea57378f
SB
2329 (build-system gnu-build-system)
2330 (native-inputs
2331 `(("pkg-config" ,pkg-config)
2332 ("intltool" ,intltool)
2333 ("vala" ,vala)
2334 ("gobject-introspection" ,gobject-introspection)
2335 ("glib" ,glib "bin") ; for glib-genmarshal, etc.
73f0e1ab 2336 ("gperf" ,gperf)
ea57378f
SB
2337 ("xmllint" ,libxml2)))
2338 (propagated-inputs
302393bc 2339 `(("gtk+" ,gtk+) ;required by vte-2.91.pc
de1215e2
MW
2340 ("gnutls" ,gnutls) ;ditto
2341 ("pcre2" ,pcre2))) ;ditto
f032d0be 2342 (home-page "https://www.gnome.org/")
ea57378f
SB
2343 (synopsis "Virtual Terminal Emulator")
2344 (description
2345 "VTE is a library (libvte) implementing a terminal emulator widget for
2346GTK+, and a minimal sample application (vte) using that. Vte is mainly used in
2347gnome-terminal, but can also be used to embed a console/terminal in games,
2348editors, IDEs, etc.")
2349 (license license:lgpl2.1+)))
2350
c44fb4df
MO
2351(define-public vte-ng
2352 (package
2353 (inherit vte)
2354 (name "vte-ng")
24f4fcbe 2355 (version "0.58.2.a")
afd90f8d 2356 (home-page "https://github.com/thestinger/vte-ng")
6bc00737
MB
2357 (source (origin
2358 (method git-fetch)
2359 (uri (git-reference (url home-page) (commit version)))
2360 (file-name (git-file-name name version))
2361 (sha256
2362 (base32
24f4fcbe
MB
2363 "0rnm5c6m3abbm81jsfdas0y80z299ny54gr4syn4bfrms3s4g19l"))))
2364 (build-system meson-build-system)
c44fb4df
MO
2365 (native-inputs
2366 `(("gtk-doc" ,gtk-doc)
c44fb4df 2367 ,@(package-native-inputs vte)))
c44fb4df 2368 (arguments
24f4fcbe 2369 `(#:configure-flags '("-Ddocs=true")))
c44fb4df
MO
2370 (synopsis "Enhanced VTE terminal widget")
2371 (description
2372 "VTE is a library (libvte) implementing a terminal emulator widget for
2373GTK+, this fork provides additional functions exposed for keyboard text
2374selection and URL hints.")))
2375
2776d72c
EF
2376;; provides vte 2.90, required for some terminal emulators
2377;; tilda bug: https://github.com/lanoxx/tilda/issues/94
2378;; pantheon-terminal bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788021
2379;; roxterm bug: http://sourceforge.net/p/roxterm/bugs/107/
2380;; pantheon-terminal, roxterm are not currently packaged
2381(define-public vte-0.36
2382 (package (inherit vte)
2383 (name "vte")
2384 (version "0.36.5")
2385 (source (origin
2386 (method url-fetch)
2387 (uri (string-append "mirror://gnome/sources/" name "/"
2388 (version-major+minor version) "/"
2389 name "-" version ".tar.xz"))
2390 (sha256
2391 (base32
2392 "1psfnqsmxx4qzc55qwvb8jai824ix4pqcdqhgxk0g2zh82bcxhn2"))))
2393 (propagated-inputs
2394 `(("gtk" ,gtk+)
2395 ("ncurses" ,ncurses)))))
2396
ea57378f
SB
2397;; stable version for gtk2, required by xfce4-terminal.
2398(define-public vte/gtk+-2
2399 (package (inherit vte)
2400 (name "vte")
2401 (version "0.28.2")
2402 (source (origin
2403 (method url-fetch)
2404 (uri (string-append "mirror://gnome/sources/" name "/"
2405 (version-major+minor version) "/"
2406 name "-" version ".tar.xz"))
2407 (sha256
2408 (base32
7d48938a
EF
2409 "1bmhahkf8wdsra9whd3k5l5z4rv7r58ksr8mshzajgq2ma0hpkw6"))
2410 (patches (search-patches
2411 "vte-CVE-2012-2738-pt1.patch"
2412 "vte-CVE-2012-2738-pt2.patch"))))
ea57378f
SB
2413 (arguments
2414 '(#:configure-flags '("--disable-python")))
2415 (native-inputs
2416 `(("pkg-config" ,pkg-config)
2417 ("intltool" ,intltool)
2418 ("glib" ,glib "bin"))) ; for glib-genmarshal, etc.
2419 (propagated-inputs
2420 `(("gtk+" ,gtk+-2) ; required by libvte.pc
2421 ("ncurses" ,ncurses))))) ; required by libvte.la
b47e1b20 2422
cce0da5e
TD
2423(define-public vinagre
2424 (package
2425 (name "vinagre")
2426 (version "3.22.0")
2427 (source (origin
2428 (method url-fetch)
2429 (uri (string-append "mirror://gnome/sources/" name "/"
2430 (version-major+minor version) "/"
2431 name "-" version ".tar.xz"))
684f97f8
EF
2432 (patches (search-patches "vinagre-newer-freerdp.patch"
2433 "vinagre-newer-rdp-parameters.patch"))
cce0da5e
TD
2434 (sha256
2435 (base32
2436 "10jya3jyrm18nbw3v410gbkc7677bqamax44pzgd3j15randn76d"))))
2437 (build-system glib-or-gtk-build-system)
684f97f8 2438 (arguments
7f486d25
MC
2439 ;; Disable -Werror and such, to avoid build failures on compilation
2440 ;; warnings.
2441 '(#:configure-flags '("--enable-compile-warnings=minimum")
2442 #:phases
684f97f8 2443 (modify-phases %standard-phases
1839768c
EF
2444 (add-before 'install 'skip-gtk-update-icon-cache
2445 (lambda _
2446 ;; Don't create 'icon-theme.cache'
2447 (substitute* (find-files "." "^Makefile$")
2448 (("gtk-update-icon-cache") (which "true")))
2449 #t))
684f97f8
EF
2450 (add-after 'unpack 'patch-configure
2451 (lambda _
2452 (substitute* "configure"
2453 (("freerdp") "freerdp2"))
2454 #t)))))
cce0da5e
TD
2455 (native-inputs
2456 `(("pkg-config" ,pkg-config)
2457 ("intltool" ,intltool)
2458 ("itstool" ,itstool)
1839768c 2459 ("glib-bin" ,glib "bin"))) ;for glib-compile-schemas
cce0da5e
TD
2460 (inputs
2461 `(("libxml2" ,libxml2)
2462 ("gtk-vnc" ,gtk-vnc)
2463 ("gnome-keyring" ,gnome-keyring)
2464 ("libsecret" ,libsecret)
2465 ("freerdp" ,freerdp)
2466 ("spice" ,spice)
2467 ("spice-gtk" ,spice-gtk)
2468 ("telepathy-glib" ,telepathy-glib)
2469 ("vte" ,vte)))
cce0da5e
TD
2470 (home-page "https://wiki.gnome.org/Apps/Vinagre")
2471 (synopsis "Remote desktop viewer for GNOME")
2472 (description "Vinagre is a remote display client supporting the VNC, SPICE
2473and RDP protocols.")
2474 (license license:gpl3+)))
2475
b47e1b20
FB
2476(define-public dconf
2477 (package
2478 (name "dconf")
1e33331c 2479 (version "0.32.0")
b47e1b20
FB
2480 (source (origin
2481 (method url-fetch)
2482 (uri (string-append
2e6ecc5c 2483 "mirror://gnome/sources/" name "/"
b47e1b20
FB
2484 (version-major+minor version) "/"
2485 name "-" version ".tar.xz"))
2486 (sha256
f05c809f 2487 (base32
1e33331c 2488 "1azz4hb9z76yxn34yrrsiib3iqz5z4vpwn5q7cncp55w365ygg38"))))
35fa923d 2489 (build-system meson-build-system)
bc036f4c
MB
2490 (propagated-inputs
2491 ;; In Requires of dconf.pc.
2492 `(("glib" ,glib)))
b47e1b20
FB
2493 (inputs
2494 `(("gtk+" ,gtk+)
bc036f4c 2495 ("dbus" ,dbus)))
b47e1b20 2496 (native-inputs
1e33331c
MB
2497 `(("bash-completion" ,bash-completion)
2498 ("libxslt" ,libxslt) ;for xsltproc
bc036f4c 2499 ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
b47e1b20
FB
2500 ("docbook-xml" ,docbook-xml-4.2)
2501 ("docbook-xsl" ,docbook-xsl)
35fa923d 2502 ("glib:bin" ,glib "bin")
03676d6f 2503 ("gtk-doc" ,gtk-doc)
35fa923d
MB
2504 ("pkg-config" ,pkg-config)
2505 ("vala" ,vala)))
b47e1b20
FB
2506 (arguments
2507 `(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
2508 ; or /etc/machine-id.
35fa923d
MB
2509 #:glib-or-gtk? #t
2510 #:configure-flags '("-Denable-gtk-doc=true")))
b47e1b20
FB
2511 (home-page "https://developer.gnome.org/dconf")
2512 (synopsis "Low-level GNOME configuration system")
2513 (description "Dconf is a low-level configuration system. Its main purpose
2514is to provide a backend to GSettings on platforms that don't already have
2515configuration storage systems.")
e20e6b40 2516 (license license:lgpl2.1+)))
109da1c0
AE
2517
2518(define-public json-glib
2519 (package
2520 (name "json-glib")
4115e8ea 2521 (version "1.4.4")
109da1c0
AE
2522 (source (origin
2523 (method url-fetch)
2524 (uri (string-append "mirror://gnome/sources/" name "/"
2525 (version-major+minor version) "/"
2526 name "-" version ".tar.xz"))
2527 (sha256
2528 (base32
4115e8ea 2529 "0ixwyis47v5bkx6h8a1iqlw3638cxcv57ivxv4gw2gaig51my33j"))))
98afa184 2530 (build-system meson-build-system)
109da1c0 2531 (native-inputs
98afa184
MB
2532 `(("gettext" ,gettext-minimal)
2533 ("glib" ,glib "bin") ;for glib-mkenums and glib-genmarshal
109da1c0
AE
2534 ("gobject-introspection" ,gobject-introspection)
2535 ("pkg-config" ,pkg-config)))
2536 (propagated-inputs
88c6b580 2537 `(("glib" ,glib))) ;according to json-glib-1.0.pc
109da1c0
AE
2538 (home-page "https://wiki.gnome.org/Projects/JsonGlib")
2539 (synopsis "Compiler for the GObject type system")
7c125ce0
AK
2540 (description
2541 "JSON-GLib is a C library based on GLib providing serialization and
2542deserialization support for the JavaScript Object Notation (JSON) format
2543described by RFC 4627. It provides parser and generator GObject classes and
2544various wrappers for the complex data types employed by JSON, such as arrays
2545and objects.")
109da1c0 2546 (license license:lgpl2.1+)))
6f96a359
SB
2547
2548(define-public libxklavier
2549 (package
2550 (name "libxklavier")
5f39050b 2551 (version "5.4")
6f96a359 2552 (source (origin
5f39050b 2553 ;; Note: There's no tarball at ftp.gnome.org for this version.
2554 (method git-fetch)
2555 (uri (git-reference
2556 (url "https://anongit.freedesktop.org/git/libxklavier")
2557 (commit (string-append "libxklavier-" version))))
6f96a359
SB
2558 (sha256
2559 (base32
5f39050b 2560 "1w1x5mrgly2ldiw3q2r6y620zgd89gk7n90ja46775lhaswxzv7a"))
2561 (file-name (git-file-name name version))))
6f96a359
SB
2562 (build-system gnu-build-system)
2563 (arguments
5f39050b 2564 '(#:phases
2565 (modify-phases %standard-phases
2566 (add-after 'unpack 'no-configure
2567 (lambda* _
2568 (setenv "NOCONFIGURE" "1")
2569 #t)))
2570 #:configure-flags
6f96a359
SB
2571 (list (string-append "--with-xkb-base="
2572 (assoc-ref %build-inputs "xkeyboard-config")
5f39050b 2573 "/share/X11/xkb")
2574 "--disable-xmodmap-support")))
6f96a359
SB
2575 (native-inputs
2576 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
2577 ("gobject-introspection" ,gobject-introspection)
5f39050b 2578 ("pkg-config" ,pkg-config)
2579 ("gtk-doc" ,gtk-doc)
2580 ("intltool" ,intltool)
2581 ("which" ,which)
2582 ("autoconf" ,autoconf)
2583 ("automake" ,automake)
2584 ("libtool" ,libtool)))
6f96a359
SB
2585 (propagated-inputs
2586 ;; Required by libxklavier.pc.
2587 `(("glib" ,glib)
2588 ("libxml2" ,libxml2)))
2589 (inputs
2590 `(("iso-codes" ,iso-codes)
2591 ("libxi" ,libxi)
2592 ("libxkbfile" ,libxkbfile)
2593 ("xkbcomp" ,xkbcomp)
2594 ("xkeyboard-config" ,xkeyboard-config)))
57e7d748 2595 (home-page "https://www.freedesktop.org/wiki/Software/LibXklavier/")
6f96a359
SB
2596 (synopsis "High-level API for X Keyboard Extension")
2597 (description
2598 "LibXklavier is a library providing high-level API for X Keyboard
e881752c
AK
2599Extension known as XKB. This library is intended to support XFree86 and other
2600commercial X servers. It is useful for creating XKB-related software (layout
6f96a359
SB
2601indicators etc).")
2602 (license license:lgpl2.0+)))
619936a4
LC
2603
2604(define-public python2-rsvg
2605 ;; XXX: This is actually a subset of gnome-python-desktop.
2606 (package
2607 (name "python2-rsvg")
2608 (version "2.32.0")
2609 (source
2610 (origin
2611 (method url-fetch)
2612 (uri (string-append
2613 "mirror://gnome/sources/gnome-python-desktop/2.32/gnome-python-desktop-"
2614 version ".tar.bz2"))
2615 (sha256
2616 (base32
2617 "1s8f9rns9v7qlwjv9qh9lr8crp88dpzfm45hj47zc3ivpy0dbnq9"))))
2618 (build-system gnu-build-system)
2619 (native-inputs
2620 `(("pkg-config" ,pkg-config)))
2621 (inputs
2622 `(("python" ,python-2)
2623 ("python2-pygtk" ,python2-pygtk)
2624 ("librsvg" ,librsvg)))
f032d0be 2625 (home-page "https://www.gnome.org")
619936a4
LC
2626 (synopsis "Python bindings to librsvg")
2627 (description
3ad75446 2628 "This package provides Python bindings to librsvg, the SVG rendering
619936a4
LC
2629library.")
2630
2631 ;; This is the license of the rsvg bindings. The license of each module
2632 ;; of gnome-python-desktop is given in 'COPYING'.
2633 (license license:lgpl2.1+)))
a31a6d22 2634
f2ca414a
SB
2635(define-public glib-networking
2636 (package
2637 (name "glib-networking")
0d75c64d 2638 (version "2.60.3")
f2ca414a
SB
2639 (source (origin
2640 (method url-fetch)
2641 (uri (string-append "mirror://gnome/sources/glib-networking/"
2642 (version-major+minor version) "/"
fb8fe1e8 2643 "glib-networking-" version ".tar.xz"))
f2ca414a
SB
2644 (sha256
2645 (base32
0d75c64d 2646 "1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm"))))
65211552 2647 (build-system meson-build-system)
f2ca414a 2648 (arguments
0d75c64d 2649 `(#:configure-flags '("-Dlibproxy_support=false")))
f2ca414a
SB
2650 (native-inputs
2651 `(("pkg-config" ,pkg-config)
2652 ("intltool" ,intltool)))
2653 (inputs
2654 `(("glib" ,glib)
2655 ("gnutls" ,gnutls)
4b8f1313 2656 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
f032d0be 2657 (home-page "https://www.gnome.org")
f2ca414a
SB
2658 (synopsis "Network-related GIO modules")
2659 (description
2660 "This package contains various network related extensions for the GIO
2661library.")
2662 (license license:lgpl2.0+)))
2663
ca649680 2664(define-public rest
4510b2da 2665 (package
ca649680 2666 (name "rest")
a4194d16 2667 (version "0.8.1")
4510b2da
SB
2668 (source (origin
2669 (method url-fetch)
2670 (uri (string-append "mirror://gnome/sources/rest/"
ca649680
SB
2671 (version-major+minor version) "/"
2672 name "-" version ".tar.xz"))
4510b2da
SB
2673 (sha256
2674 (base32
a4194d16 2675 "1j81bgqmd55s5lxyaxcplym9n6xywcs1cm9wmvafsg2xiv9sl4q5"))))
4510b2da
SB
2676 (build-system gnu-build-system)
2677 (arguments
2678 '(#:tests? #f ; tests require internet connection
2679 #:configure-flags
2680 '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt")))
2681 (native-inputs
2682 `(("glib-mkenums" ,glib "bin")
2683 ("gobject-introspection" ,gobject-introspection)
2684 ("pkg-config" ,pkg-config)))
2685 (propagated-inputs
2686 ;; rest-0.7.pc refers to all these.
2687 `(("glib" ,glib)
2688 ("libsoup" ,libsoup)
2689 ("libxml2" ,libxml2)))
24d6cc1d 2690 (home-page "https://www.gtk.org/")
4510b2da
SB
2691 (synopsis "RESTful web api query library")
2692 (description
2693 "This library was designed to make it easier to access web services that
2694claim to be \"RESTful\". It includes convenience wrappers for libsoup and
2695libxml to ease remote use of the RESTful API.")
2696 (license license:lgpl2.1+)))
2697
6e1bb642
SB
2698(define-public libsoup
2699 (package
2700 (name "libsoup")
f8026a79 2701 (version "2.68.2")
6e1bb642
SB
2702 (source (origin
2703 (method url-fetch)
2704 (uri (string-append "mirror://gnome/sources/libsoup/"
2705 (version-major+minor version) "/"
c1b79b36 2706 "libsoup-" version ".tar.xz"))
6e1bb642
SB
2707 (sha256
2708 (base32
f8026a79 2709 "0crr9qprmacr626fx83cx81ggk85zsgxr4mn577kpzj6m40k1bai"))))
eccaa8bf 2710 (build-system meson-build-system)
6e1bb642
SB
2711 (outputs '("out" "doc"))
2712 (arguments
2deb146f 2713 `(#:modules ((guix build utils)
eccaa8bf 2714 (guix build meson-build-system)
2deb146f
LC
2715 (ice-9 popen))
2716
f8026a79 2717 #:configure-flags '("-Dgtk_doc=true")
6e1bb642
SB
2718 #:phases
2719 (modify-phases %standard-phases
eccaa8bf 2720 (add-after 'unpack 'adjust-tests
26c228f9 2721 (lambda _
eccaa8bf
MB
2722 ;; This test fails due to missing /etc/nsswitch.conf
2723 ;; in the build environment.
26c228f9
LC
2724 (substitute* "tests/socket-test.c"
2725 ((".*/sockets/unconnected.*") ""))
2deb146f 2726
f8026a79
MB
2727 ;; These fail because "subdomain.localhost" does not resolve in
2728 ;; the build environment.
2729 (substitute* "tests/hsts-test.c"
2730 ((".*/hsts/basic.*") "")
2731 ((".*/hsts/subdomains.*") "")
2732 ((".*/hsts/superdomain.*") "")
2733 ((".*/hsts/utf8-address.*") ""))
2734 (substitute* "tests/hsts-db-test.c"
2735 ((".*/hsts-db/subdomains.*") ""))
2736
2deb146f
LC
2737 ;; Generate a self-signed certificate that has "localhost" as its
2738 ;; 'dnsName'. Failing to do that, and starting with GnuTLS
2739 ;; 3.5.12, tests such as "ssl-tests" fail:
2740 ;;
2741 ;; ERROR:ssl-test.c:406:do_tls_interaction_test: Unexpected status 6 Unacceptable TLS certificate (expected 200 OK)
2742 ;;
2743 ;; 'certtool' is interactive so we have to pipe it the answers.
2744 ;; Reported at <https://bugzilla.gnome.org/show_bug.cgi?id=784696>.
2745 (let ((pipe (open-output-pipe "certtool --generate-self-signed \
2746 --load-privkey tests/test-key.pem --outfile tests/test-cert.pem")))
2747 (for-each (lambda (line)
2748 (display line pipe)
2749 (newline pipe))
2750 '("" ;Common name
2751 "" ;UID
2752 "Guix" ;Organizational unit name
2753 "GNU" ;Organization name
2754 "" ;Locality name
2755 "" ;State or province
2756 "" ;Country
2757 "" ;subject's domain component (DC)
2758 "" ;E-mail
2759 "" ;serial number
2760 "-1" ;expiration time
2761 "N" ;belong to authority?
2762 "N" ;web client certificate?
2763 "N" ;IPsec IKE?
2764 "Y" ;web server certificate?
2765 "localhost" ;dnsName of subject
2766 "" ;dnsName of subject (end)
2767 "" ;URI of subject
2768 "127.0.0.1" ;IP address of subject
2769 "" ;signing?
06f5bc4e
MB
2770 "" ;encryption (RSA)?
2771 "" ;data encryption?
2deb146f
LC
2772 "" ;sign OCSP requests?
2773 "" ;sign code?
2774 "" ;time stamping?
2775 "" ;email protection?
2776 "" ;URI of the CRL distribution point
2777 "y" ;above info OK?
2778 ))
2779 (close-pipe pipe))
26c228f9 2780 #t))
eccaa8bf
MB
2781 (add-after 'install 'move-doc
2782 (lambda* (#:key outputs #:allow-other-keys)
2783 (let ((out (assoc-ref outputs "out"))
2784 (doc (assoc-ref outputs "doc")))
2785 (mkdir-p (string-append doc "/share"))
2786 (copy-recursively (string-append out "/share/gtk-doc")
2787 (string-append doc "/share/gtk-doc"))
2788 (delete-file-recursively (string-append out "/share/gtk-doc"))
2789 #t))))))
6e1bb642 2790 (native-inputs
26c228f9 2791 `(("glib:bin" ,glib "bin") ; for glib-mkenums
6e1bb642 2792 ("gobject-introspection" ,gobject-introspection)
eccaa8bf 2793 ("gtk-doc" ,gtk-doc)
6e1bb642
SB
2794 ("intltool" ,intltool)
2795 ("pkg-config" ,pkg-config)
2796 ("python" ,python-wrapper)
fd730590 2797 ("vala" ,vala)
6e1bb642
SB
2798 ;; These are needed for the tests.
2799 ;; FIXME: Add PHP once available.
2800 ("curl" ,curl)
2deb146f 2801 ("gnutls" ,gnutls) ;for 'certtool'
6e1bb642
SB
2802 ("httpd" ,httpd)))
2803 (propagated-inputs
2804 ;; libsoup-2.4.pc refers to all these.
f8026a79
MB
2805 `(("brotli" ,google-brotli)
2806 ("glib" ,glib)
249846bf 2807 ("libpsl" ,libpsl)
eccaa8bf 2808 ("libxml2" ,libxml2)
f8026a79
MB
2809 ("sqlite" ,sqlite)
2810 ("zlib" ,zlib)))
eccaa8bf
MB
2811 (inputs
2812 `(("glib-networking" ,glib-networking)
2813 ("mit-krb5" ,mit-krb5)))
6e1bb642
SB
2814 (home-page "https://live.gnome.org/LibSoup/")
2815 (synopsis "GLib-based HTTP Library")
2816 (description
2817 "LibSoup is an HTTP client/server library for GNOME. It uses GObjects
2818and the GLib main loop, to integrate well with GNOME applications.")
2819 (license license:lgpl2.0+)))
2820
bba229a3
SB
2821(define-public libsecret
2822 (package
2823 (name "libsecret")
b243d2f7 2824 (version "0.19.1")
bba229a3
SB
2825 (source (origin
2826 (method url-fetch)
2827 (uri (string-append
896dcbc7
EF
2828 "mirror://gnome/sources/libsecret/"
2829 (version-major+minor version) "/"
0ada4e29 2830 "libsecret-" version ".tar.xz"))
bba229a3
SB
2831 (sha256
2832 (base32
b243d2f7 2833 "0fhflcsr70b1pps2pcvqcbdhip2ny5am9nbm634f4sj5g40y30w5"))))
bba229a3
SB
2834 (build-system gnu-build-system)
2835 (outputs '("out" "doc"))
2836 (arguments
2837 `(#:tests? #f ; FIXME: Testing hangs.
bba229a3
SB
2838 #:configure-flags
2839 (list (string-append "--with-html-dir="
2840 (assoc-ref %outputs "doc")
2841 "/share/gtk-doc/html"))))
2842 (native-inputs
c06ef010
MB
2843 `(("gettext" ,gettext-minimal)
2844 ("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
bba229a3 2845 ("gobject-introspection" ,gobject-introspection)
bba229a3
SB
2846 ("pkg-config" ,pkg-config)
2847 ("vala" ,vala)
2848 ("xsltproc" ,libxslt)))
2849 ;; These are needed for the tests.
2850 ;; FIXME: Add gjs once available.
2851 ;("dbus" ,dbus)
2852 ;("python2" ,python-2)
2853 ;("python2-dbus" ,python2-dbus)
2854 ;("python2-pygobject" ,python2-pygobject)
2855 ;("python2-pygobject-2" ,python2-pygobject-2)))
2856 (propagated-inputs
2857 `(("glib" ,glib))) ; required by libsecret-1.pc
2858 (inputs
2859 `(("docbook-xsl" ,docbook-xsl)
2860 ("libgcrypt" ,libgcrypt)
2861 ("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
2862 (home-page "https://wiki.gnome.org/Projects/Libsecret/")
2863 (synopsis "GObject bindings for \"Secret Service\" API")
2864 (description
2865 "Libsecret is a GObject based library for storing and retrieving passwords
2866and other secrets. It communicates with the \"Secret Service\" using DBus.")
2867 (license license:lgpl2.1+)))
2868
b6821ee0 2869(define-public five-or-more
2870 (package
2871 (name "five-or-more")
fd0557f8 2872 (version "3.30.0")
b6821ee0 2873 (source
2874 (origin
2875 (method url-fetch)
2876 (uri (string-append "mirror://gnome/sources/" name "/"
2877 (version-major+minor version) "/"
2878 name "-" version ".tar.xz"))
2879 (sha256
2880 (base32
fd0557f8 2881 "00d729p251kh96624i7qg2370r5mxwafs016i6hy01vsr71jzb9x"))))
b6821ee0 2882 (build-system glib-or-gtk-build-system)
2883 (native-inputs
2884 `(("pkg-config" ,pkg-config)
2885 ("desktop-file-utils" ,desktop-file-utils)
2886 ("intltool" ,intltool)
2887 ("itstool" ,itstool)
2888 ("xmllint" ,libxml2)))
2889 (inputs
2890 `(("gtk+" ,gtk+)
2891 ("librsvg" ,librsvg)))
2892 (home-page "https://wiki.gnome.org/Apps/Five%20or%20more")
2893 (synopsis "Logic puzzle game")
2894 (description "Five or More is a game where you try to align
2895 five or more objects of the same color and shape causing them to disappear.
2896 On every turn more objects will appear, until the board is full.
2897 Try to last as long as possible.")
2898 (license license:gpl2+)))
2899
a31a6d22
SB
2900(define-public gnome-mines
2901 (package
2902 (name "gnome-mines")
f7a584f4 2903 (version "3.30.1.1")
a31a6d22
SB
2904 (source
2905 (origin
2906 (method url-fetch)
2907 (uri (string-append "mirror://gnome/sources/" name "/"
2908 (version-major+minor version) "/"
2909 name "-" version ".tar.xz"))
2910 (sha256
2911 (base32
f7a584f4 2912 "08ddk400sg1g3q26gnm5mgv81vdqyix0yl7pd47p50vkc1w6f33z"))))
8c0fab36 2913 (build-system meson-build-system)
a31a6d22 2914 (arguments
8c0fab36 2915 `(#:phases
a31a6d22 2916 (modify-phases %standard-phases
8c0fab36 2917 (delete 'bootstrap))))
a31a6d22 2918 (native-inputs
8c0fab36
RW
2919 `(("glib:bin" ,glib "bin") ; for glib-compile-resources
2920 ("pkg-config" ,pkg-config)
a31a6d22
SB
2921 ("desktop-file-utils" ,desktop-file-utils)
2922 ("intltool" ,intltool)
bcb354ad 2923 ("itstool" ,itstool)
8c0fab36
RW
2924 ("vala" ,vala)
2925 ("yelp" ,yelp)
2926 ("appstream-glib" ,appstream-glib)))
a31a6d22
SB
2927 (inputs
2928 `(("gtk+" ,gtk+)
73992962 2929 ("libgnome-games-support" ,libgnome-games-support)
a31a6d22
SB
2930 ("librsvg" ,librsvg)))
2931 (home-page "https://wiki.gnome.org/Apps/Mines")
2932 (synopsis "Minesweeper game")
2933 (description
2934 "Mines (previously gnomine) is a puzzle game where you locate mines
2935floating in an ocean using only your brain and a little bit of luck.")
2936 (license license:gpl2+)))
88f70665 2937
dfc407f3
KY
2938(define-public gnome-sudoku
2939 (package
2940 (name "gnome-sudoku")
b3f95507 2941 (version "3.30.0")
dfc407f3
KY
2942 (source
2943 (origin
2944 (method url-fetch)
2945 (uri (string-append "mirror://gnome/sources/" name "/"
2946 (version-major+minor version) "/"
2947 name "-" version ".tar.xz"))
2948 (sha256
2949 (base32
b3f95507 2950 "1xy986s51jnrcqwan2hy4bjdg6797yr9s7gxx2z2q4j4gkx3qa1f"))))
dfc407f3
KY
2951 (build-system glib-or-gtk-build-system)
2952 (native-inputs
2953 `(("pkg-config" ,pkg-config)
2954 ("desktop-file-utils" ,desktop-file-utils)
2955 ("intltool" ,intltool)
2956 ("itstool" ,itstool)
2957 ("xmllint" ,libxml2)))
2958 (inputs
2959 `(("gtk+" ,gtk+)
2960 ("json-glib" ,json-glib)
2961 ("libgee" ,libgee)
2962 ("librsvg" ,librsvg)
2963 ("qqwing" ,qqwing)))
2964 (home-page "https://wiki.gnome.org/Apps/Sudoku")
2965 (synopsis "Japanese logic game")
2966 (description
2967 "Sudoku is a Japanese logic game that exploded in popularity in 2005.
2968GNOME Sudoku is meant to have an interface as simple and unobstrusive as
2969possible while still providing features that make playing difficult Sudoku
2970more fun.")
2971 (license license:gpl2+)))
2972
88f70665
AW
2973(define-public gnome-terminal
2974 (package
2975 (name "gnome-terminal")
50888342 2976 (version "3.30.3")
88f70665
AW
2977 (source
2978 (origin
2979 (method url-fetch)
2980 (uri (string-append "mirror://gnome/sources/" name "/"
2981 (version-major+minor version) "/"
2982 name "-" version ".tar.xz"))
2983 (sha256
2984 (base32
50888342 2985 "0bar8qazk39acsif31h8i408nl82mzdcdg6p7ymak4l9pxyscxf8"))))
88f70665
AW
2986 (build-system glib-or-gtk-build-system)
2987 (arguments
2988 '(#:configure-flags
2989 (list "--disable-migration" "--disable-search-provider"
2990 "--without-nautilus-extension")
2991 #:phases
2992 (modify-phases %standard-phases
3a4de6b2 2993 (add-before 'configure 'patch-/bin/true
88f70665
AW
2994 (lambda _
2995 (substitute* "configure"
2996 (("/bin/true") (which "true"))))))))
2997 (native-inputs
2998 `(("pkg-config" ,pkg-config)
2999 ("desktop-file-utils" ,desktop-file-utils)
3000 ("intltool" ,intltool)
bcb354ad
SB
3001 ("itstool" ,itstool)
3002 ("xmllint" ,libxml2)))
68702167
MW
3003 (propagated-inputs
3004 `(("dconf" ,dconf)))
88f70665
AW
3005 (inputs
3006 `(("gtk+" ,gtk+)
3007 ("vte" ,vte)
3008 ("gnutls" ,gnutls)
88f70665
AW
3009 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3010 ("util-linux" ,util-linux)
3011 ("vala" ,vala)))
3012 (home-page "https://wiki.gnome.org/Apps/Terminal")
3013 (synopsis "Terminal emulator")
3014 (description
3015 "GNOME Terminal is a terminal emulator application for accessing a
3016UNIX shell environment which can be used to run programs available on
3017your system.
3018
3019It supports several profiles, multiple tabs and implements several
3020keyboard shortcuts.")
3021 (license license:gpl3+)))
75016d07
AW
3022
3023(define-public colord
3024 (package
3025 (name "colord")
f98be942 3026 (version "1.4.4")
75016d07
AW
3027 (source
3028 (origin
3029 (method url-fetch)
5cc3096c 3030 (uri (string-append "https://www.freedesktop.org/software/colord/releases/"
d21778aa 3031 "colord-" version ".tar.xz"))
75016d07 3032 (sha256
f98be942 3033 (base32 "19f0938fr7nvvm3jr263dlknaq7md40zrac2npfyz25zc00yh3ws"))))
a68544a8 3034 (build-system meson-build-system)
75016d07 3035 (arguments
a68544a8
RW
3036 '(;; FIXME: One test fails:
3037 ;; /colord/icc-store (in lib/colord/colord-self-test-private):
3038 ;; Incorrect content type for /tmp/colord-vkve/already-exists.icc, got
3039 ;; application/x-zerosize
75016d07 3040 #:tests? #f
a68544a8
RW
3041 #:glib-or-gtk? #t
3042 #:configure-flags (list "-Dlocalstatedir=/var"
75016d07 3043 ;; No dep on systemd.
a68544a8 3044 "-Dsystemd=false"
75016d07
AW
3045 ;; Wants to install to global completion dir;
3046 ;; punt.
a68544a8 3047 "-Dbash_completion=false"
a68544a8
RW
3048 "-Ddaemon_user=colord"
3049 "-Dsane=true"
dac26e22 3050 "-Dvapi=true"
6f20e2dc 3051 ;; Requires spotread.
a68544a8 3052 "-Dargyllcms_sensor=false"
6f20e2dc 3053 ;; TODO: Requires docbook2x.
a68544a8 3054 "-Dman=false")
75016d07
AW
3055 #:phases
3056 (modify-phases %standard-phases
a68544a8
RW
3057 (add-before 'configure 'patch-build-system
3058 (lambda* (#:key outputs #:allow-other-keys)
3059 (substitute* "rules/meson.build"
3060 (("udev.get_pkgconfig_variable\\('udevdir'\\)")
3061 (string-append "'" (assoc-ref outputs "out") "/lib/udev'")))
3062 #t)))))
75016d07 3063 (native-inputs
6f20e2dc 3064 `(("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
75016d07 3065 ("gobject-introspection" ,gobject-introspection)
a68544a8 3066 ("gtk-doc" ,gtk-doc)
6f20e2dc 3067 ("intltool" ,intltool)
75016d07 3068 ("libtool" ,libtool)
dac26e22
TGR
3069 ("pkg-config" ,pkg-config)
3070 ("vala" ,vala)))
65cb2d61
SB
3071 (propagated-inputs
3072 ;; colord.pc refers to all these.
3073 `(("glib" ,glib)
6f20e2dc
TGR
3074 ("lcms" ,lcms)
3075 ("udev" ,eudev)))
75016d07 3076 (inputs
65cb2d61 3077 `(("dbus-glib" ,dbus-glib)
a68544a8 3078 ("gusb" ,gusb)
80c7dd1a 3079 ("libgudev" ,libgudev)
75016d07 3080 ("libusb" ,libusb)
75016d07 3081 ("polkit" ,polkit)
a68544a8 3082 ("python" ,python-wrapper)
6f20e2dc 3083 ("sqlite" ,sqlite)
4c928743 3084 ("sane-backends" ,sane-backends)))
57e7d748 3085 (home-page "https://www.freedesktop.org/software/colord/")
75016d07
AW
3086 (synopsis "Color management service")
3087 (description "Colord is a system service that makes it easy to manage,
3088install and generate color profiles to accurately color manage input and
3089output devices.")
3090 (license license:gpl2+)))
7b2abd00
AW
3091
3092(define-public geoclue
3093 (package
3094 (name "geoclue")
b433c7b3 3095 (version "2.4.8")
7b2abd00
AW
3096 (source
3097 (origin
3098 (method url-fetch)
5cc3096c 3099 (uri (string-append "https://www.freedesktop.org/software/" name
7b2abd00
AW
3100 "/releases/" (version-major+minor version) "/"
3101 name "-" version ".tar.xz"))
3102 (sha256
3103 (base32
b433c7b3 3104 "08yg1r7m0n9hwyvcy769qkmkf8lslqwv69cjfffwnc3zm5km25qj"))
fc1adab1 3105 (patches (search-patches "geoclue-config.patch"))))
7b2abd00
AW
3106 (build-system glib-or-gtk-build-system)
3107 (arguments
3108 '(;; The tests want to run the system bus.
3109 #:tests? #f
3110 #:configure-flags (list ;; Disable bits requiring ModemManager.
3111 "--disable-3g-source"
3112 "--disable-cdma-source"
3113 "--disable-modem-gps-source"
3114 "--with-dbus-service-user=geoclue")
3115 #:phases
3116 (modify-phases %standard-phases
3a4de6b2 3117 (add-before 'configure 'patch-/bin/true
7b2abd00
AW
3118 (lambda _
3119 (substitute* "configure"
e3eb53e7
MW
3120 (("/bin/true") (which "true")))
3121 #t)))))
7b2abd00
AW
3122 (native-inputs
3123 `(("pkg-config" ,pkg-config)
758798a9 3124 ("gobject-introspection" ,gobject-introspection)
7b2abd00
AW
3125 ("intltool" ,intltool)))
3126 (inputs
54e911bc
SB
3127 `(("avahi" ,avahi)
3128 ("glib" ,glib)
7b2abd00
AW
3129 ("json-glib" ,json-glib)
3130 ("libsoup" ,libsoup)))
99adfd7d 3131 (home-page "https://www.freedesktop.org/wiki/Software/GeoClue/")
7b2abd00
AW
3132 (synopsis "Geolocation service")
3133 (description "Geoclue is a D-Bus service that provides location
3134information. The primary goal of the Geoclue project is to make creating
3135location-aware applications as simple as possible, while the secondary goal is
3136to ensure that no application can access location information without explicit
e881752c 3137permission from user.")
7b2abd00 3138 (license license:gpl2+)))
2bfe7437
AW
3139
3140(define-public geocode-glib
3141 (package
3142 (name "geocode-glib")
65de725f 3143 (version "3.26.1")
2bfe7437
AW
3144 (source (origin
3145 (method url-fetch)
3146 (uri (string-append "mirror://gnome/sources/geocode-glib/"
3147 (version-major+minor version) "/"
d485cdc0 3148 "geocode-glib-" version ".tar.xz"))
2bfe7437
AW
3149 (sha256
3150 (base32
65de725f 3151 "076ydfpyc4n5c9dbqmf26i4pilfi5jpw6cjcgrbgrjbndavnmajv"))))
a7dd0c02 3152 (build-system meson-build-system)
2bfe7437 3153 (arguments
a7dd0c02
RW
3154 `(#:phases
3155 (modify-phases %standard-phases
3156 ;; The tests require a bunch of locales.
3157 (add-before 'check 'set-locales
3158 (lambda* (#:key inputs #:allow-other-keys)
3159 (setenv "GUIX_LOCPATH"
3160 (string-append (assoc-ref inputs "glibc-locales")
3161 "/lib/locale"))
3162 #t)))))
2bfe7437
AW
3163 (native-inputs
3164 `(("glib:bin" ,glib "bin") ; for glib-mkenums
a7dd0c02
RW
3165 ("glibc-locales" ,glibc-locales) ; for tests
3166 ("gettext" ,gettext-minimal)
2bfe7437 3167 ("gobject-introspection" ,gobject-introspection)
a7dd0c02 3168 ("gtk-doc" ,gtk-doc)
2bfe7437
AW
3169 ("pkg-config" ,pkg-config)
3170 ("json-glib" ,json-glib)))
3171 (propagated-inputs
3172 ;; geocode-glib-1.0.pc refers to GIO.
3173 `(("glib" ,glib)))
3174 (inputs
3175 `(("libsoup" ,libsoup)))
3176 (home-page "https://github.com/GNOME/geocode-glib/")
3177 (synopsis "Geocoding and reverse-geocoding library")
3178 (description
3179 "geocode-glib is a convenience library for geocoding (finding longitude,
3180and latitude from an address) and reverse geocoding (finding an address from
3181coordinates) using the Nominatim service. geocode-glib caches requests for
3182faster results and to avoid unnecessary server load.")
3183 (license license:lgpl2.0+)))
a1d5bb0e
AW
3184
3185(define-public upower
3186 (package
3187 (name "upower")
4088d809 3188 (version "0.99.10")
a1d5bb0e
AW
3189 (source (origin
3190 (method url-fetch)
9ec54965 3191 (uri (string-append "https://gitlab.freedesktop.org/upower/upower/"
4088d809 3192 "uploads/c438511024b9bc5a904f8775cfc8e4c4/"
9ec54965 3193 "upower-" version ".tar.xz"))
a1d5bb0e
AW
3194 (sha256
3195 (base32
4088d809 3196 "17d2bclv5fgma2y3g8bsn9pdvspn1zrzismzdnzfivc0f2wm28k4"))
fc1adab1 3197 (patches (search-patches "upower-builddir.patch"))))
a1d5bb0e
AW
3198 (build-system glib-or-gtk-build-system)
3199 (arguments
3200 '( ;; The tests want to contact the system bus, which can't be done in the
3201 ;; build environment. The integration test can run, but the last of
3202 ;; the up-self-tests doesn't. Disable tests for now.
3203 #:tests? #f
3204 #:configure-flags (list "--localstatedir=/var"
3205 (string-append "--with-udevrulesdir="
3206 (assoc-ref %outputs "out")
9ec54965 3207 "/lib/udev/rules.d"))))
a1d5bb0e 3208 (native-inputs
ebeabe2d
SB
3209 `(("gobject-introspection" ,gobject-introspection)
3210 ("pkg-config" ,pkg-config)
a1d5bb0e 3211 ("intltool" ,intltool)
55409295
LC
3212 ("python" ,python)
3213
3214 ;; For man pages.
3215 ("libxslt" ,libxslt) ;for 'xsltproc'
3216 ("libxml2" ,libxml2) ;for 'XML_CATALOG_FILES'
3217 ("docbook-xsl" ,docbook-xsl)))
a1d5bb0e 3218 (inputs
ea226291
SB
3219 `(("dbus-glib" ,dbus-glib)
3220 ("libgudev" ,libgudev)
a1d5bb0e 3221 ("libusb" ,libusb)))
d7a503fc
MB
3222 (propagated-inputs
3223 ;; In Requires of upower-glib.pc.
3224 `(("glib" ,glib)))
57e7d748 3225 (home-page "https://upower.freedesktop.org/")
a1d5bb0e
AW
3226 (synopsis "System daemon for managing power devices")
3227 (description
3228 "UPower is an abstraction for enumerating power devices,
3229listening to device events and querying history and statistics. Any
3230application or service on the system can access the org.freedesktop.UPower
3231service via the system message bus.")
3232 (license license:gpl2+)))
6a180f6f
AW
3233
3234(define-public libgweather
3235 (package
3236 (name "libgweather")
794ce8ea 3237 (version "3.28.3")
6a180f6f
AW
3238 (source (origin
3239 (method url-fetch)
3240 (uri (string-append "mirror://gnome/sources/" name "/"
3241 (version-major+minor version) "/"
3242 name "-" version ".tar.xz"))
3243 (sha256
3244 (base32
794ce8ea 3245 "1xz60h59zgyk61y2wwzm0xlqav72i668g7v0x7rh9idz240hxls5"))))
cf6cbc34 3246 (build-system meson-build-system)
6a180f6f 3247 (arguments
cf6cbc34
RW
3248 `(#:tests? #f ; one of two tests requires network access
3249 #:configure-flags
3250 `(,(string-append "-Dzoneinfo_dir="
b6072e6b 3251 (assoc-ref %build-inputs "tzdata")
cf6cbc34 3252 "/share/zoneinfo"))))
6a180f6f
AW
3253 (native-inputs
3254 `(("glib:bin" ,glib "bin") ; for glib-mkenums
b6072e6b 3255 ("gobject-introspection" ,gobject-introspection)
6a180f6f 3256 ("pkg-config" ,pkg-config)
1d3fcf94 3257 ("vala" ,vala)
6a180f6f
AW
3258 ("intltool" ,intltool)))
3259 (propagated-inputs
3260 ;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
3261 ;; libsoup.
3262 `(("gtk+" ,gtk+)
3263 ("gdk-pixbuf" ,gdk-pixbuf)
3264 ("libxml2" ,libxml2)
cf6cbc34 3265 ("libsoup" ,libsoup)
6a180f6f 3266 ("geocode-glib" ,geocode-glib)))
cf6cbc34
RW
3267 (inputs
3268 `(("tzdata" ,tzdata)))
6a180f6f
AW
3269 (home-page "https://wiki.gnome.org/action/show/Projects/LibGWeather")
3270 (synopsis "Location, time zone, and weather library for GNOME")
3271 (description
3272 "libgweather is a library to access weather information from online
3273services for numerous locations.")
3274 (license license:gpl2+)))
23a22af6
AW
3275
3276(define-public gnome-settings-daemon
3277 (package
3278 (name "gnome-settings-daemon")
90fdc80f 3279 (version "3.30.2")
23a22af6
AW
3280 (source
3281 (origin
3282 (method url-fetch)
3283 (uri (string-append "mirror://gnome/sources/" name "/"
3284 (version-major+minor version) "/"
3285 name "-" version ".tar.xz"))
3286 (sha256
3287 (base32
90fdc80f 3288 "0c663csa3gnsr6wm0xfll6aani45snkdj7zjwjfzcwfh8w4a3z12"))))
e644f9fa 3289 (build-system meson-build-system)
23a22af6 3290 (arguments
e644f9fa
RW
3291 `(#:glib-or-gtk? #t
3292 #:configure-flags
3293 (list (string-append "-Dudev_dir="
3294 (assoc-ref %outputs "out")
4d0e085b
RW
3295 "/lib/udev/rules.d/")
3296 ;; Otherwise, the RUNPATH will lack the final path component.
3297 (string-append "-Dc_link_args=-Wl,-rpath="
3298 (assoc-ref %outputs "out")
3299 "/lib/gnome-settings-daemon-3.0"))
e644f9fa 3300 ;; Color management test can't reach the colord system service.
23a22af6
AW
3301 #:tests? #f))
3302 (native-inputs
e644f9fa
RW
3303 `(("glib:bin" ,glib "bin") ; for glib-mkenums
3304 ("pkg-config" ,pkg-config)
23a22af6
AW
3305 ("intltool" ,intltool)
3306 ("xsltproc" ,libxslt)
3307 ("libxml2" ,libxml2) ;for XML_CATALOG_FILES
3308 ("docbook-xml" ,docbook-xml-4.2)
3309 ("docbook-xsl" ,docbook-xsl)))
3310 (inputs
e644f9fa
RW
3311 `(("alsa-lib" ,alsa-lib)
3312 ("colord" ,colord)
ea226291 3313 ("libgudev" ,libgudev)
23a22af6
AW
3314 ("upower" ,upower)
3315 ("polkit" ,polkit)
3316 ("pulseaudio" ,pulseaudio)
3317 ("libcanberra" ,libcanberra)
3318 ("libx11" ,libx11)
3319 ("libxtst" ,libxtst)
3320 ("lcms" ,lcms)
3321 ("libnotify" ,libnotify)
3322 ("geoclue" ,geoclue)
3323 ("geocode-glib" ,geocode-glib)
3324 ("libgweather" ,libgweather)
3325 ("gnome-desktop" ,gnome-desktop)
3326 ("nss" ,nss)
3327 ("cups" ,cups)
ec2b1921
AW
3328 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3329 ("libwacom" ,libwacom)
3330 ("librsvg" ,librsvg)
eee7878f 3331 ("xf86-input-wacom" ,xf86-input-wacom)
e644f9fa 3332 ("wayland" ,wayland)
eee7878f 3333 ("network-manager" ,network-manager)))
f032d0be 3334 (home-page "https://www.gnome.org")
23a22af6
AW
3335 (synopsis "GNOME settings daemon")
3336 (description
3337 "This package contains the daemon responsible for setting the various
3338parameters of a GNOME session and the applications that run under it. It
3339handles settings such keyboard layout, shortcuts, and accessibility, clipboard
3340settings, themes, mouse settings, and startup of other daemons.")
3341 (license license:gpl2+)))
1e7464a9
DH
3342
3343(define-public totem-pl-parser
3344 (package
3345 (name "totem-pl-parser")
77425f04 3346 (version "3.26.3")
1e7464a9
DH
3347 (source (origin
3348 (method url-fetch)
e980cbe9
MW
3349 (uri (string-append "mirror://gnome/sources/totem-pl-parser/"
3350 (version-major+minor version) "/"
1e7464a9
DH
3351 "totem-pl-parser-" version ".tar.xz"))
3352 (sha256
3353 (base32
77425f04 3354 "13a45py2j1r9967zgww8kd24bn2fhycd4m3kzr90sxx9l2w03z8f"))))
1e9b19dd 3355 (build-system meson-build-system)
1e7464a9
DH
3356 (arguments
3357 ;; FIXME: Tests require gvfs.
3358 `(#:tests? #f))
3359 (native-inputs
3360 `(("intltool" ,intltool)
3361 ("glib" ,glib "bin")
4d6d8281 3362 ("gobject-introspection" ,gobject-introspection)
1e7464a9 3363 ("pkg-config" ,pkg-config)))
22a6ad6a 3364 (propagated-inputs
1e7464a9
DH
3365 `(("glib" ,glib)
3366 ("gmime" ,gmime)
1e9b19dd
RW
3367 ("libarchive" ,libarchive)
3368 ("libgcrypt" ,libgcrypt)
22a6ad6a
MW
3369 ("libxml2" ,libxml2)))
3370 (inputs
0a6e9e13 3371 `(("libsoup" ,libsoup)))
1e7464a9
DH
3372 (home-page "https://projects.gnome.org/totem")
3373 (synopsis "Library to parse and save media playlists for GNOME")
3374 (description "Totem-pl-parser is a GObjects-based library to parse and save
3375playlists in a variety of formats.")
3376 (license license:lgpl2.0+)))
3377
6b888eff
SB
3378(define-public aisleriot
3379 (package
3380 (name "aisleriot")
36ed9b46 3381 (version "3.22.9")
6b888eff
SB
3382 (source (origin
3383 (method url-fetch)
e43f622a 3384 (uri (string-append "mirror://gnome/sources/aisleriot/"
6b888eff 3385 (version-major+minor version) "/"
e43f622a 3386 "aisleriot-" version ".tar.xz"))
6b888eff
SB
3387 (sha256
3388 (base32
36ed9b46 3389 "0yzdh9cw5cjjgvfh75bihl968czlgfmpmn1z0fdk88sgvpjgzwji"))))
6b888eff
SB
3390 (build-system glib-or-gtk-build-system)
3391 (arguments
3392 '(#:configure-flags
3393 '("--with-platform=gtk-only"
3394 "--with-card-theme-formats=svg")))
3395 (native-inputs
3396 `(("desktop-file-utils" ,desktop-file-utils)
3397 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
3398 ("intltool" ,intltool)
3399 ("itstool" ,itstool)
3400 ("pkg-config" ,pkg-config)
3401 ("xmllint" ,libxml2)))
3402 (inputs
3403 `(("gtk+" ,gtk+)
226e57d6 3404 ("guile" ,guile-2.2)
6b888eff
SB
3405 ("libcanberra" ,libcanberra)
3406 ("librsvg" ,librsvg)))
3407 (home-page "https://wiki.gnome.org/Apps/Aisleriot")
3408 (synopsis "Solitaire card games")
3409 (description
3410 "Aisleriot (also known as Solitaire or sol) is a collection of card games
3411which are easy to play with the aid of a mouse.")
3412 (license license:gpl3+)))
4a79e256 3413
f828d05b
KK
3414(define-public amtk
3415 (package
3416 (name "amtk")
09c4e43f 3417 (version "5.0.1")
f828d05b
KK
3418 (source (origin
3419 (method url-fetch)
bf92ba6b 3420 (uri (string-append "mirror://gnome/sources/amtk/"
f828d05b 3421 (version-major+minor version) "/"
bf92ba6b 3422 "amtk-" version ".tar.xz"))
f828d05b
KK
3423 (sha256
3424 (base32
09c4e43f 3425 "09yy95w1s83c43mh9vha1jbb780yighf5pd2j0ygjmc68sjg871d"))))
f828d05b
KK
3426 (build-system gnu-build-system)
3427 (arguments
3428 '(#:configure-flags '("--enable-gtk-doc")))
3429 (native-inputs
3430 `(("gobject-introspection" ,gobject-introspection)
09c4e43f 3431 ("glib:bin" ,glib "bin") ; for glib-mkenums
f828d05b
KK
3432 ("gtk-doc" ,gtk-doc)
3433 ("pkg-config" ,pkg-config)))
3434 (inputs
3435 `(("glib" ,glib)
3436 ("gtk+" ,gtk+)))
3437 (home-page "https://wiki.gnome.org/Projects/Amtk")
3438 (synopsis "Actions, Menus and Toolbars Kit for GTK+ applications")
3439 (description
3440 "Amtk is the acronym for @acronym{Amtk, Actions Menus and Toolbars Kit}.
3441It is a basic GtkUIManager replacement based on GAction. It is suitable for
3442both a traditional UI or a modern UI with a GtkHeaderBar.")
3443 (license license:lgpl2.1+)))
3444
4a79e256
SB
3445(define-public devhelp
3446 (package
3447 (name "devhelp")
11d28bd9 3448 (version "3.30.1")
4a79e256
SB
3449 (source (origin
3450 (method url-fetch)
3451 (uri (string-append "mirror://gnome/sources/" name "/"
3452 (version-major+minor version) "/"
3453 name "-" version ".tar.xz"))
3454 (sha256
3455 (base32
11d28bd9
KK
3456 "036sddvhs0blqpc2ixmjdl9vxynvkn5jpgn0jxr1fxcm4rh3q07a"))))
3457 (build-system meson-build-system)
4a79e256
SB
3458 (native-inputs
3459 `(("intltool" ,intltool)
5dd12afc 3460 ("itstool" ,itstool)
11d28bd9
KK
3461 ("gobject-introspection" ,gobject-introspection)
3462 ("glib:bin" ,glib "bin") ; for glib-mkmenus
3463 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
4a79e256
SB
3464 ("pkg-config" ,pkg-config)))
3465 (inputs
11d28bd9
KK
3466 `(("amtk" ,amtk)
3467 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4a79e256
SB
3468 ("webkitgtk" ,webkitgtk)))
3469 (home-page "https://wiki.gnome.org/Apps/Devhelp")
3470 (synopsis "API documentation browser for GNOME")
3471 (description
3472 "Devhelp is an API documentation browser for GTK+ and GNOME. It works
3473natively with GTK-Doc (the API reference system developed for GTK+ and used
3474throughout GNOME for API documentation).")
3475 (license license:gpl2+)))
ba421ab7
MW
3476
3477(define-public cogl
3478 (package
3479 (name "cogl")
54c69ae1 3480 (version "1.22.4")
ba421ab7
MW
3481 (source
3482 (origin
3483 (method url-fetch)
5754f0cf 3484 (uri (string-append "mirror://gnome/sources/cogl/"
ba421ab7 3485 (version-major+minor version) "/"
5754f0cf 3486 "cogl-" version ".tar.xz"))
ba421ab7 3487 (sha256
54c69ae1 3488 (base32 "1q0drs82a8f6glg1v29bb6g2nf15fw0rvdx3d0rgcgfarfaby5sj"))))
a88d5a0c
MW
3489 ;; NOTE: mutter exports a bundled fork of cogl, so when making changes to
3490 ;; cogl, corresponding changes may be appropriate in mutter as well.
ba421ab7
MW
3491 (build-system gnu-build-system)
3492 (native-inputs
3493 `(("glib:bin" ,glib "bin") ; for glib-mkenums
3494 ("gobject-introspection" ,gobject-introspection)
3495 ;;("xorg-server" ,xorg-server) ; for the test suite
3496 ("pkg-config" ,pkg-config)))
3497 (propagated-inputs
3498 `(("glib" ,glib)
3499 ("gdk-pixbuf" ,gdk-pixbuf)
3500 ("libx11" ,libx11)
3501 ("libxext" ,libxext)
3502 ("libxfixes" ,libxfixes)
3503 ("libxdamage" ,libxdamage)
3504 ("libxcomposite" ,libxcomposite)
3505 ("libxrandr" ,libxrandr)))
3506 (inputs
3507 `(("mesa" ,mesa)
3508 ("cairo" ,cairo)
3509 ("pango" ,pango)
3510 ("gstreamer" ,gstreamer)
31860852
KK
3511 ("gst-plugins-base" ,gst-plugins-base)
3512 ("wayland" ,wayland)))
ba421ab7
MW
3513 (arguments
3514 `(#:configure-flags (list "--enable-cogl-gst"
31860852
KK
3515 "--enable-wayland-egl-platform"
3516 "--enable-wayland-egl-server"
3517
ba421ab7
MW
3518 ;; Arrange to pass an absolute file name to
3519 ;; dlopen for libGL.so.
3520 (string-append "--with-gl-libname="
3521 (assoc-ref %build-inputs "mesa")
3522 "/lib/libGL.so"))
3523 ;; XXX FIXME: All tests fail, with many warnings printed like this:
3524 ;; _FontTransOpen: Unable to Parse address
3525 ;; ${prefix}/share/fonts/X11/misc/
3526 #:tests? #f
3527 #; #:phases
3528 #;
3529 (modify-phases %standard-phases
3530 (add-before 'check 'start-xorg-server
3531 (lambda* (#:key inputs #:allow-other-keys)
3532 ;; The test suite requires a running X server.
3533 (system (format #f "~a/bin/Xvfb :1 &"
3534 (assoc-ref inputs "xorg-server")))
3535 (setenv "DISPLAY" ":1")
3536 #t)))))
3537 (home-page "http://www.cogl3d.org")
3538 (synopsis "Object oriented GL/GLES Abstraction/Utility Layer")
3539 (description
3540 "Cogl is a small library for using 3D graphics hardware to draw pretty
3541pictures. The API departs from the flat state machine style of OpenGL and is
3542designed to make it easy to write orthogonal components that can render
3543without stepping on each others toes.")
3544 (license (list license:expat ; most of the code
3545 license:bsd-3 ; cogl/cogl-point-in-poly.c
3546 license:sgifreeb2.0 ; cogl-path/tesselator/
3547 license:asl2.0)))) ; examples/android/
fb182b8a
MW
3548
3549(define-public clutter
3550 (package
3551 (name "clutter")
6a88e4ee 3552 (version "1.26.2")
fb182b8a
MW
3553 (source
3554 (origin
3555 (method url-fetch)
3556 (uri (string-append "mirror://gnome/sources/" name "/"
3557 (version-major+minor version) "/"
3558 name "-" version ".tar.xz"))
3559 (sha256
3560 (base32
6a88e4ee 3561 "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
a88d5a0c
MW
3562 ;; NOTE: mutter exports a bundled fork of clutter, so when making changes
3563 ;; to clutter, corresponding changes may be appropriate in mutter as well.
fb182b8a 3564 (build-system gnu-build-system)
600233bd
LC
3565 (outputs '("out"
3566 "doc")) ;9 MiB of gtk-doc HTML pages
fb182b8a
MW
3567 (native-inputs
3568 `(("glib:bin" ,glib "bin") ; for glib-genmarshal
3569 ("gobject-introspection" ,gobject-introspection)
3570 ("pkg-config" ,pkg-config)
3571 ("xsltproc" ,libxslt)))
3572 (propagated-inputs
3573 `(("cogl" ,cogl)
3574 ("cairo" ,cairo)
3575 ("atk" ,atk)
3576 ("gtk+" ,gtk+)
3577 ("json-glib" ,json-glib)
3578 ("glib" ,glib)
3579 ("libxcomposite" ,libxcomposite)
3580 ("libxdamage" ,libxdamage)
3581 ("libxext" ,libxext)
3582 ("xinput" ,xinput)))
3583 (inputs
3584 `(("libxkbcommon" ,libxkbcommon)
3585 ("udev" ,eudev)))
3586 (arguments
600233bd
LC
3587 `(#:configure-flags (list "--enable-x11-backend=yes"
3588
3589 ;; This produces share/doc/{clutter,cally}.
3590 (string-append "--with-html-dir="
3591 (assoc-ref %outputs "doc")
3592 "/share/doc"))
fb182b8a
MW
3593 ;; XXX FIXME: Get test suite working. It would probably fail in the
3594 ;; same way the cogl tests fail, since clutter is based on cogl.
3595 #:tests? #f))
3596 (home-page "http://www.clutter-project.org")
476af713 3597 (synopsis "OpenGL-based interactive canvas library")
fb182b8a 3598 (description
476af713 3599 "Clutter is an OpenGL-based interactive canvas library, designed for
fb182b8a
MW
3600creating fast, mainly 2D single window applications such as media box UIs,
3601presentations, kiosk style applications and so on.")
3602 (license license:lgpl2.0+)))
bf7f17ba
MW
3603
3604(define-public clutter-gtk
3605 (package
3606 (name "clutter-gtk")
5d1a3219 3607 (version "1.8.4")
bf7f17ba
MW
3608 (source
3609 (origin
3610 (method url-fetch)
3611 (uri (string-append "mirror://gnome/sources/" name "/"
3612 (version-major+minor version) "/"
3613 name "-" version ".tar.xz"))
3614 (sha256
3615 (base32
5d1a3219 3616 "01ibniy4ich0fgpam53q252idm7f4fn5xg5qvizcfww90gn9652j"))))
bf7f17ba
MW
3617 (build-system gnu-build-system)
3618 (native-inputs
3619 `(("pkg-config" ,pkg-config)
3620 ("gobject-introspection" ,gobject-introspection)))
9a3a8b8e
SB
3621 (propagated-inputs
3622 ;; clutter-gtk.pc refers to all these.
bf7f17ba
MW
3623 `(("clutter" ,clutter)
3624 ("gtk+" ,gtk+)))
3625 (home-page "http://www.clutter-project.org")
476af713 3626 (synopsis "OpenGL-based interactive canvas library GTK+ widget")
bf7f17ba 3627 (description
476af713 3628 "Clutter is an OpenGL-based interactive canvas library, designed for
bf7f17ba
MW
3629creating fast, mainly 2D single window applications such as media box UIs,
3630presentations, kiosk style applications and so on.")
3631 (license license:lgpl2.0+)))
86d6a893
MW
3632
3633(define-public clutter-gst
3634 (package
3635 (name "clutter-gst")
ba07ac19 3636 (version "3.0.27")
86d6a893
MW
3637 (source
3638 (origin
3639 (method url-fetch)
f010f89b 3640 (uri (string-append "mirror://gnome/sources/clutter-gst/"
86d6a893 3641 (version-major+minor version) "/"
f010f89b 3642 "clutter-gst-" version ".tar.xz"))
86d6a893 3643 (sha256
ba07ac19 3644 (base32 "17czmpl92dzi4h3rn5rishk015yi3jwiw29zv8qan94xcmnbssgy"))))
86d6a893
MW
3645 (build-system gnu-build-system)
3646 (native-inputs
ba07ac19 3647 `(("glib:bin" ,glib "bin") ; for glib-mkenums
86d6a893
MW
3648 ("pkg-config" ,pkg-config)
3649 ("gobject-introspection" ,gobject-introspection)))
3650 (inputs
3651 `(("clutter" ,clutter)
3652 ("gstreamer" ,gstreamer)
3653 ("gst-plugins-base" ,gst-plugins-base)))
3654 (home-page "http://www.clutter-project.org")
3655 (synopsis "Integration library for using GStreamer with Clutter")
3656 (description
3657 "Clutter-Gst is an integration library for using GStreamer with Clutter.
3658It provides a GStreamer sink to upload frames to GL and an actor that
476af713
TGR
3659implements the ClutterGstPlayer interface using playbin. Clutter is an
3660OpenGL-based interactive canvas library.")
86d6a893 3661 (license license:lgpl2.0+)))
607a04ae 3662
30dc88d9
LC
3663(define-public libchamplain
3664 (package
3665 (name "libchamplain")
5564b2c5 3666 (version "0.12.16")
30dc88d9
LC
3667 (source (origin
3668 (method url-fetch)
3669 (uri (string-append
3670 "mirror://gnome/sources/libchamplain/0.12/libchamplain-"
3671 version ".tar.xz"))
3672 (sha256
3673 (base32
5564b2c5 3674 "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
30dc88d9 3675 (build-system gnu-build-system)
f7c6833f
LF
3676 (arguments '(#:configure-flags '("--enable-vala")))
3677 (native-inputs
3678 `(("gobject-introspection" ,gobject-introspection)
3679 ("pkg-config" ,pkg-config)
3680 ("vala" ,vala)))
30dc88d9
LC
3681 (propagated-inputs
3682 `(("libsoup" ,libsoup)
3683 ("sqlite" ,sqlite)
3684 ("clutter" ,clutter)
3685 ("clutter-gtk" ,clutter-gtk)
3686 ("glib:bin" ,glib "bin") ;glib-mkenums, etc.
3687 ("cairo" ,cairo)
3688 ("gtk+3" ,gtk+)
3689 ("glib" ,glib)))
f032d0be 3690 (home-page "https://projects.gnome.org/libchamplain/")
30dc88d9
LC
3691 (synopsis "C library providing a ClutterActor to display maps")
3692 (description
3693 "libchamplain is a C library providing a ClutterActor to display maps.
3694It also provides a Gtk+ widget to display maps in Gtk+ applications. Python
3695and Perl bindings are also available. It supports numerous free map sources
3696such as OpenStreetMap, OpenCycleMap, OpenAerialMap, and Maps for free.")
3697 (license license:lgpl2.1+)))
3698
607a04ae
MW
3699(define-public gom
3700 (package
3701 (name "gom")
0510440b 3702 (version "0.3.2")
607a04ae
MW
3703 (source
3704 (origin
3705 (method url-fetch)
6c8a0b6f 3706 (uri (string-append "mirror://gnome/sources/gom/"
607a04ae 3707 (version-major+minor version) "/"
6c8a0b6f 3708 "gom-" version ".tar.xz"))
607a04ae
MW
3709 (sha256
3710 (base32
0510440b 3711 "1zaqqwwkyiswib3v1v8wafpbifpbpak0nn2kp13pizzn9bwz1s5w"))))
607a04ae
MW
3712 (build-system gnu-build-system)
3713 (native-inputs
3714 `(("intltool" ,intltool)
3715 ("pkg-config" ,pkg-config)
3716 ("gobject-introspection" ,gobject-introspection)))
3717 (inputs
3718 `(("glib" ,glib)
3719 ("gdk-pixbuf" ,gdk-pixbuf)
3720 ("sqlite" ,sqlite)))
3721 ;; XXX TODO: Figure out how to run the test suite.
3722 (arguments `(#:tests? #f))
3723 (home-page "https://wiki.gnome.org/Projects/Gom")
3724 (synopsis "Object mapper from GObjects to SQLite")
3725 (description
3726 "Gom provides an object mapper from GObjects to SQLite. It helps you
3727write applications that need to store structured data as well as make complex
3728queries upon that data.")
3729 (license license:lgpl2.1+)))
b7a3cf11 3730
865aacc9 3731(define-public libgnome-games-support
f09520db 3732 (package
865aacc9 3733 (name "libgnome-games-support")
4c6d15cf 3734 (version "1.4.4")
f09520db
SB
3735 (source (origin
3736 (method url-fetch)
2d8dca9d 3737 (uri (string-append "mirror://gnome/sources/libgnome-games-support/"
f09520db 3738 (version-major+minor version) "/"
2d8dca9d 3739 "libgnome-games-support-" version ".tar.xz"))
f09520db
SB
3740 (sha256
3741 (base32
4c6d15cf 3742 "1zkbmnrn161p74qg6jhsn9f66yjjzxfm13pl1klv9av8k1bax9pq"))))
f09520db
SB
3743 (build-system gnu-build-system)
3744 (arguments
3745 '(#:phases
3746 (modify-phases %standard-phases
3747 (add-before 'check 'pre-check
3748 (lambda _
865aacc9 3749 ;; Tests require a writable HOME.
f09520db
SB
3750 (setenv "HOME" (getcwd))
3751 #t)))))
3752 (native-inputs
3753 `(("intltool" ,intltool)
3754 ("pkg-config" ,pkg-config)
3755 ("vala" ,vala)))
3756 (propagated-inputs
865aacc9 3757 ;; Required by libgnome-games-support-1.0.pc
f09520db
SB
3758 `(("gtk+" ,gtk+)
3759 ("libgee" ,libgee)))
3760 (home-page "https://www.gnome.org/")
3761 (synopsis "Useful functionality shared among GNOME games")
3762 (description
865aacc9 3763 "libgnome-games-support is a small library intended for internal use by
f09520db
SB
3764GNOME Games, but it may be used by others.")
3765 (license license:lgpl3+)))
3766
b7a3cf11
SB
3767(define-public gnome-klotski
3768 (package
3769 (name "gnome-klotski")
36828576 3770 (version "3.22.3")
b7a3cf11
SB
3771 (source (origin
3772 (method url-fetch)
3773 (uri (string-append "mirror://gnome/sources/" name "/"
3774 (version-major+minor version) "/"
3775 name "-" version ".tar.xz"))
3776 (sha256
3777 (base32
36828576 3778 "0prc0s28pdflgzyvk1g0yfx982q2grivmz3858nwpqmbkha81r7f"))))
b7a3cf11
SB
3779 (build-system glib-or-gtk-build-system)
3780 (native-inputs
3781 `(("desktop-file-utils" ,desktop-file-utils)
3782 ("intltool" ,intltool)
3783 ("itstool" ,itstool)
bcb354ad
SB
3784 ("pkg-config" ,pkg-config)
3785 ("xmllint" ,libxml2)))
b7a3cf11
SB
3786 (inputs
3787 `(("gtk+" ,gtk+)
f4eae76f 3788 ("libgnome-games-support" ,libgnome-games-support)
b7a3cf11
SB
3789 ("librsvg" ,librsvg)))
3790 (home-page "https://wiki.gnome.org/Apps/Klotski")
3791 (synopsis "Sliding block puzzles")
3792 (description
3793 "GNOME Klotski is a set of block sliding puzzles. The objective is to move
3794the patterned block to the area bordered by green markers. To do so, you will
3795need to slide other blocks out of the way. Complete each puzzle in as few moves
3796as possible!")
3797 (license license:gpl2+)))
8d4791bf
MW
3798
3799(define-public grilo
3800 (package
3801 (name "grilo")
99dd2af9 3802 (version "0.3.3")
8d4791bf
MW
3803 (source
3804 (origin
3805 (method url-fetch)
3806 (uri (string-append "mirror://gnome/sources/" name "/"
3807 (version-major+minor version) "/"
3808 name "-" version ".tar.xz"))
3809 (sha256
3810 (base32
99dd2af9 3811 "1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
8d4791bf
MW
3812 (build-system gnu-build-system)
3813 (native-inputs
3814 `(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
3815 ("intltool" ,intltool)
3816 ("pkg-config" ,pkg-config)
3817 ("gobject-introspection" ,gobject-introspection)))
3818 (inputs
6d7273a0
KK
3819 `(("cyrus-sasl" ,cyrus-sasl)
3820 ("glib" ,glib)
8d4791bf
MW
3821 ("gtk+" ,gtk+)
3822 ("libxml2" ,libxml2)
6d7273a0 3823 ("liboauth" ,liboauth)
8d4791bf
MW
3824 ("libsoup" ,libsoup)
3825 ("totem-pl-parser" ,totem-pl-parser)))
3826 (arguments
3827 `(#:phases
3828 (modify-phases %standard-phases
3829 (add-after 'unpack 'fix-introspection-install-dir
3830 (lambda* (#:key outputs #:allow-other-keys)
3831 (let ((out (assoc-ref outputs "out")))
3832 (substitute* '("src/Makefile.in"
3833 "libs/pls/Makefile.in"
3834 "libs/net/Makefile.in")
3835 (("@INTROSPECTION_GIRDIR@")
3836 (string-append out "/share/gir-1.0/"))
3837 (("@INTROSPECTION_TYPELIBDIR@")
8c52aab4
MW
3838 (string-append out "/lib/girepository-1.0/")))
3839 #t))))))
8d4791bf
MW
3840 (native-search-paths
3841 (list (search-path-specification
3842 (variable "GRL_PLUGIN_PATH")
3843 (files (list (string-append "lib/grilo-"
3844 (version-major+minor version)))))))
f032d0be 3845 (home-page "https://live.gnome.org/Grilo")
8d4791bf
MW
3846 (synopsis "Framework for discovering and browsing media")
3847 (description
3848 "Grilo is a framework focused on making media discovery and browsing easy
3849for application developers.")
3850 (license license:lgpl2.1+)))
7b212526
MW
3851
3852(define-public grilo-plugins
3853 (package
3854 (name "grilo-plugins")
22753632 3855 (version "0.3.3")
7b212526
MW
3856 (source
3857 (origin
3858 (method url-fetch)
3859 (uri (string-append "mirror://gnome/sources/" name "/"
3860 (version-major+minor version) "/"
3861 name "-" version ".tar.xz"))
3862 (sha256
3863 (base32
22753632 3864 "172vr1y98d2mzlmg5akjn4ibrcj3gh22cwnb3cv9rvvzhj3yhrpy"))))
7b212526
MW
3865 (build-system gnu-build-system)
3866 (native-inputs
3867 `(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
3868 ("intltool" ,intltool)
3869 ("itstool" ,itstool)
3870 ("pkg-config" ,pkg-config)))
3871 (inputs
3872 `(("grilo" ,grilo)
3873 ("glib" ,glib)
3874 ("libxml2" ,libxml2)
3875 ("sqlite" ,sqlite)
3876 ("gom" ,gom)
3877 ;; XXX TODO: Add oauth
3878 ;; XXX TODO: Add goa
3879 ;; XXX TODO: Add gdata (e.g. needed for youtube plugin)
3880 ;; XXX TODO: Add lua (needs help finding it)
3881 ("json-glib" ,json-glib)
3882 ("avahi" ,avahi)
3883 ("gmime" ,gmime)
3884 ("libsoup" ,libsoup)
3885 ("libarchive" ,libarchive)
3886 ("totem-pl-parser" ,totem-pl-parser)))
3887 (arguments
3888 `(#:make-flags (list (string-append "GRL_PLUGINS_DIR="
3889 %output
3890 "/lib/grilo-"
3891 ,(version-major+minor version)))
3892 ;; XXX FIXME: Try to get the test suite working. It appears to require
3893 ;; a working system dbus. Inside the build container, all tests fail
3894 ;; with: "assertion failed: (source)". Outside of the build container,
3895 ;; most tests succeed.
3896 #:tests? #f))
f032d0be 3897 (home-page "https://live.gnome.org/Grilo")
7b212526
MW
3898 (synopsis "Plugins for the Grilo media discovery library")
3899 (description
3900 "Grilo is a framework focused on making media discovery and browsing easy
3901for application developers.")
3902 (license license:lgpl2.1+)))
4e3fc547
MW
3903
3904(define-public totem
3905 (package
3906 (name "totem")
77425f04 3907 (version "3.30.0")
4e3fc547
MW
3908 (source
3909 (origin
3910 (method url-fetch)
3911 (uri (string-append "mirror://gnome/sources/" name "/"
3912 (version-major+minor version) "/"
3913 name "-" version ".tar.xz"))
3914 (sha256
3915 (base32
77425f04 3916 "0rahkybxbmxhlmrrgrzxny1xm7wycx7ib4blxp1i2l1q3i8s84b0"))
81382e3f
MB
3917 (patches (search-patches "totem-meson-easy-codec.patch"
3918 "totem-meson-compat.patch"))))
7ad81b8b 3919 (build-system meson-build-system)
4e3fc547
MW
3920 (native-inputs
3921 `(("pkg-config" ,pkg-config)
3922 ("desktop-file-utils" ,desktop-file-utils)
3923 ("gobject-introspection" ,gobject-introspection)
7ad81b8b
LC
3924 ("glib:bin" ,glib "bin") ;for 'glib-mkenums'
3925 ("gtk:bin" ,gtk+ "bin") ;for 'gtk-update-icon-cache'
4e3fc547 3926 ("intltool" ,intltool)
bcb354ad
SB
3927 ("itstool" ,itstool)
3928 ("xmllint" ,libxml2)))
4e3fc547
MW
3929 (propagated-inputs
3930 `(("dconf" ,dconf)))
3931 (inputs
3932 `(("gtk+" ,gtk+)
3933 ("gdk-pixbuf" ,gdk-pixbuf)
3934 ("atk" ,atk)
3935 ("cairo" ,cairo)
3936 ("dbus-glib" ,dbus-glib)
3937 ("clutter" ,clutter)
3938 ("clutter-gtk" ,clutter-gtk)
3939 ("clutter-gst" ,clutter-gst)
6a6db57f 3940 ("xorgproto" ,xorgproto)
4e3fc547
MW
3941 ("libxxf86vm" ,libxxf86vm)
3942 ("libxtst" ,libxtst)
3943 ("libxrandr" ,libxrandr)
3944 ("libxml2" ,libxml2)
3945 ("libsoup" ,libsoup)
3946 ("libpeas" ,libpeas)
3947 ("librsvg" ,librsvg)
3948 ("lirc" ,lirc)
3949 ("gnome-desktop" ,gnome-desktop)
3950 ("gstreamer" ,gstreamer)
3951 ("gst-plugins-base" ,gst-plugins-base)
3952 ("gst-plugins-good" ,gst-plugins-good)
3953 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
3954 ("adwaita-icon-theme" ,adwaita-icon-theme)
d7b63ba9 3955 ("python" ,python)
4e3fc547
MW
3956 ("python-pygobject" ,python2-pygobject)
3957 ;; XXX TODO pylint needed for python support
3958 ("totem-pl-parser" ,totem-pl-parser)
3959 ("grilo" ,grilo)
3960 ("grilo-plugins" ,grilo-plugins)
4e3fc547
MW
3961 ("vala" ,vala)))
3962 (arguments
7ad81b8b
LC
3963 `(#:glib-or-gtk? #t
3964
a97bfa46
AVY
3965 ;; Disable parallel builds until
3966 ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28813 is
3967 ;; fixed. Try enabling it when updating this package in case
3968 ;; upstream has fixed it.
3969 #:parallel-build? #f
3970
7ad81b8b 3971 ;; Disable automatic GStreamer plugin installation via PackageKit and
ec5c24f9 3972 ;; all that.
7ad81b8b 3973 #:configure-flags '("-D" "enable-easy-codec-installation=no"
a388c951
LC
3974
3975 ;; Do not build .a files for the plugins, it's
3976 ;; completely useless. This saves 2 MiB.
7ad81b8b 3977 "--default-library" "shared")
ec5c24f9
LC
3978
3979 #:phases
4e3fc547 3980 (modify-phases %standard-phases
6368eb39
DM
3981 (add-before
3982 'install 'disable-cache-generation
3983 (lambda _
3984 (setenv "DESTDIR" "/")
3985 #t))
4e3fc547
MW
3986 (add-after
3987 'install 'wrap-totem
3988 (lambda* (#:key inputs outputs #:allow-other-keys)
3989 (let ((out (assoc-ref outputs "out"))
3990 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
3991 (grl-plugin-path (getenv "GRL_PLUGIN_PATH")))
3992 (wrap-program (string-append out "/bin/totem")
3993 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
39c853bd
AW
3994 `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path)))
3995 (wrap-program (string-append out "/bin/totem-video-thumbnailer")
3996 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
4e3fc547
MW
3997 #t)))))
3998 (home-page "https://wiki.gnome.org/Apps/Videos")
3999 (synopsis "Simple media player for GNOME based on GStreamer")
4000 (description "Totem is a simple yet featureful media player for GNOME
4001which can read a large number of file formats.")
4002 ;; GPL2+ with an exception clause for non-GPL compatible GStreamer plugins
4003 ;; to be used and distributed together with GStreamer and Totem. See
4004 ;; file://COPYING in the source distribution for details.
4005 (license license:gpl2+)))
f0afb0c8
DH
4006
4007(define-public rhythmbox
4008 (package
4009 (name "rhythmbox")
8190e1ed 4010 (version "3.4.3")
f0afb0c8
DH
4011 (source (origin
4012 (method url-fetch)
4013 (uri (string-append "mirror://gnome/sources/" name "/"
4014 (version-major+minor version) "/"
4015 name "-" version ".tar.xz"))
4016 (sha256
4017 (base32
8190e1ed 4018 "1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx"))))
f0afb0c8
DH
4019 (build-system glib-or-gtk-build-system)
4020 (arguments
4021 `(#:configure-flags
4022 (list "--enable-lirc"
4023 "--enable-python"
4024 "--enable-vala"
4025 "--with-brasero"
4026 "--with-gudev"
4027 "--with-libsecret")
4028 #:phases
4029 (modify-phases %standard-phases
4030 (add-after
4031 'install 'wrap-rhythmbox
4032 (lambda* (#:key inputs outputs #:allow-other-keys)
4033 (let ((out (assoc-ref outputs "out"))
4034 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
4035 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH"))
349cef58
TGR
4036 (grl-plugin-path (getenv "GRL_PLUGIN_PATH"))
4037 (python-path (getenv "PYTHONPATH")))
f0afb0c8
DH
4038 (wrap-program (string-append out "/bin/rhythmbox")
4039 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
4040 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))
349cef58
TGR
4041 `("GRL_PLUGIN_PATH" ":" prefix (,grl-plugin-path))
4042 `("PYTHONPATH" ":" prefix (,python-path))))
f0afb0c8
DH
4043 #t)))))
4044 (propagated-inputs
4045 `(("dconf" ,dconf)))
4046 (native-inputs
bcb354ad
SB
4047 `(("itstool" ,itstool)
4048 ("intltool" ,intltool)
f0afb0c8
DH
4049 ("glib" ,glib "bin")
4050 ("gobject-introspection" ,gobject-introspection)
4051 ("desktop-file-utils" ,desktop-file-utils)
bcb354ad
SB
4052 ("pkg-config" ,pkg-config)
4053 ("xmllint" ,libxml2)))
f0afb0c8
DH
4054 (inputs
4055 `(("json-glib" ,json-glib)
4056 ("tdb" ,tdb)
4057 ("gnome-desktop" ,gnome-desktop)
4058 ("python" ,python)
4059 ("python-pygobject" ,python2-pygobject)
4060 ("vala" ,vala)
4061 ("gmime" ,gmime)
f0afb0c8
DH
4062 ("adwaita-icon-theme" ,adwaita-icon-theme)
4063 ("grilo" ,grilo)
4064 ("grilo-plugins" ,grilo-plugins)
4065 ("gstreamer" ,gstreamer)
4066 ("gst-plugins-base" ,gst-plugins-base)
4067 ("gst-plugins-good" ,gst-plugins-good)
f0afb0c8 4068 ("totem-pl-parser" ,totem-pl-parser)
ea226291 4069 ("libgudev" ,libgudev)
f0afb0c8
DH
4070 ;;("libmtp" ,libmtp) FIXME: Not detected
4071 ("libsecret" ,libsecret)
4072 ("libsoup" ,libsoup)
4073 ("libnotify" ,libnotify)
4074 ("libpeas" ,libpeas)
4075 ("lirc" ,lirc)
4076 ;; TODO: clutter* only used by visualizer plugin, which also requires mx
4077 ;;("clutter" ,clutter)
4078 ;;("clutter-gtk" ,clutter-gtk)
4079 ;;("clutter-gst" ,clutter-gst)
4080 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4081 ("atk" ,atk)
4082 ("pango" ,pango)
4083 ("gtk+" ,gtk+)
4084 ;; TODO:
4085 ;; * libgpod
4086 ;; * mx
f0afb0c8
DH
4087 ("brasero" ,brasero)))
4088 (home-page "https://wiki.gnome.org/Apps/Rhythmbox")
4089 (synopsis "Music player for GNOME")
4090 (description "Rhythmbox is a music playing application for GNOME. It
4091supports playlists, song ratings, and any codecs installed through gstreamer.")
4092 (license license:gpl2+)))
f70d8383
DH
4093
4094(define-public eog
4095 (package
4096 (name "eog")
ec7d4bc7 4097 (version "3.28.4")
f70d8383
DH
4098 (source (origin
4099 (method url-fetch)
4100 (uri (string-append "mirror://gnome/sources/" name "/"
4101 (version-major+minor version) "/"
4102 name "-" version ".tar.xz"))
4103 (sha256
4104 (base32
ec7d4bc7 4105 "1wrq3l3z0x6q0hnc1vqr2hnyb1b14qw6aqvc5dldfgbs0yys6p55"))))
61fb581f 4106 (build-system meson-build-system)
f70d8383 4107 (arguments
34c44a34
RW
4108 `(#:configure-flags
4109 ;; Otherwise, the RUNPATH will lack the final 'eog' path component.
4110 (list (string-append "-Dc_link_args=-Wl,-rpath="
4111 (assoc-ref %outputs "out") "/lib/eog"))
4112 #:phases
f70d8383 4113 (modify-phases %standard-phases
61fb581f
RW
4114 (add-after 'install 'wrap-eog
4115 (lambda* (#:key outputs #:allow-other-keys)
4116 (let ((out (assoc-ref outputs "out"))
4117 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
4118 (wrap-program (string-append out "/bin/eog")
4119 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
4120 #t)))))
f70d8383
DH
4121 (propagated-inputs
4122 `(("dconf" ,dconf)))
4123 (native-inputs
4124 `(("intltool" ,intltool)
b3546174 4125 ("itstool" ,itstool)
f70d8383 4126 ("glib" ,glib "bin")
61fb581f 4127 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
f70d8383 4128 ("gobject-introspection" ,gobject-introspection)
bcb354ad
SB
4129 ("pkg-config" ,pkg-config)
4130 ("xmllint" ,libxml2)))
f70d8383
DH
4131 (inputs
4132 `(("gnome-desktop" ,gnome-desktop)
4133 ("shared-mime-info" ,shared-mime-info)
4134 ("adwaita-icon-theme" ,adwaita-icon-theme)
4135 ("exempi" ,exempi)
4136 ("lcms" ,lcms)
4137 ("libexif" ,libexif)
4138 ("libpeas" ,libpeas)
4139 ("libjpeg" ,libjpeg)
4140 ("librsvg" ,librsvg)
4141 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4142 ("gtk+" ,gtk+)))
4143 (home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
4144 (synopsis "GNOME image viewer")
4145 (description "Eye of GNOME is the GNOME image viewer. It
4146supports image conversion, rotation, and slideshows.")
4147 (license license:gpl2+)))
41af5e7b 4148
0c3f8cb8
LC
4149(define-public eog-plugins
4150 ;; Note: EOG looks for its plugins (via libpeas) in ~/.local as well as
4151 ;; $DATA/lib/eog/plugins, where DATA is one of the entries in
4152 ;; $XDG_DATA_DIRS. Thus, for EOG to find these, you have to have
4153 ;; 'XDG_DATA_DIRS' appropriately set.
4154 (package
4155 (name "eog-plugins")
54b74cc6 4156 (version "3.26.4")
0c3f8cb8
LC
4157 (source (origin
4158 (method url-fetch)
f3b88ed2 4159 (uri (string-append "mirror://gnome/sources/eog-plugins/"
0c3f8cb8 4160 (version-major+minor version) "/"
f3b88ed2 4161 "eog-plugins-" version ".tar.xz"))
0c3f8cb8
LC
4162 (sha256
4163 (base32
54b74cc6 4164 "0pd7fqa4ciy5844k5s1c6rlsqkk8pxd8cchxjcjhxlsngm9lynnx"))))
0c3f8cb8
LC
4165 (build-system gnu-build-system)
4166 (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
4167 (synopsis "Extensions for the Eye of GNOME image viewer")
4168 (native-inputs
4169 `(("pkg-config" ,pkg-config)
4170 ("gettext" ,gnu-gettext)))
4171 (inputs
4172 `(("eog" ,eog)
4173 ("glib" ,glib)
4174 ("gtk+" ,gtk+)
4175 ("libpeas" ,libpeas)
4176 ("libexif" ,libexif)
4177 ("libchamplain" ,libchamplain)))
4178 (description
4179 "This package provides plugins for the Eye of GNOME (EOG) image viewer,
4180notably:
4181
4182@itemize
4183@item @dfn{EXIF Display}, which displays camera (EXIF) information;
4184@item @dfn{Map}, which displays a map of where the picture was taken on the
4185side panel;
4186@item @dfn{Slideshow Shuffle}, to shuffle images in slideshow mode.
4187@end itemize\n")
4188
4189 ;; XXX: eog-postasa-plugin-resources.c (which we don't build) contains a
4190 ;; long suspicious byte stream that goes to a
4191 ;; ".gresource.eog_postasa_plugin" ELF section.
4192 (license license:gpl2+)))
4193
41af5e7b
SB
4194(define-public libgudev
4195 (package
4196 (name "libgudev")
b78f5118 4197 (version "232")
41af5e7b
SB
4198 (source (origin
4199 (method url-fetch)
4200 (uri (string-append "mirror://gnome/sources/" name "/"
4201 version "/" name "-" version ".tar.xz"))
4202 (sha256
4203 (base32
b78f5118 4204 "0q3qki451zzgdjazlgshsfzbbm0in40lyx7dyrag7kbkqnwv4k7f"))))
41af5e7b 4205 (build-system gnu-build-system)
b78f5118
RW
4206 (arguments
4207 '(#:configure-flags
4208 ;; umockdev depends on libgudev.
4209 (list "--disable-umockdev")))
41af5e7b
SB
4210 (native-inputs
4211 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
4212 ("gobject-introspection" ,gobject-introspection)
4213 ("pkg-config" ,pkg-config)))
4214 (propagated-inputs
4215 `(("glib" ,glib))) ; required by gudev-1.0.pc
4216 (inputs
4217 `(("udev" ,eudev)))
4218 (home-page "https://wiki.gnome.org/Projects/libgudev")
4219 (synopsis "GObject bindings for libudev")
4220 (description
4221 "This library provides GObject bindings for libudev. It was originally
4222part of udev-extras, then udev, then systemd. It's now a project on its own.")
4223 (license license:lgpl2.1+)))
3dc8828f
SB
4224
4225(define-public gvfs
4226 (package
4227 (name "gvfs")
12fe4846 4228 (version "1.40.1")
3dc8828f
SB
4229 (source (origin
4230 (method url-fetch)
1d68eb32 4231 (uri (string-append "mirror://gnome/sources/gvfs/"
3dc8828f 4232 (version-major+minor version) "/"
1d68eb32 4233 "gvfs-" version ".tar.xz"))
3dc8828f
SB
4234 (sha256
4235 (base32
12fe4846 4236 "1cfnzamr4mvgpf6yhm28lh9cafy9z6842s8jpbqnfizfxybg8ylj"))))
e762d943 4237 (build-system meson-build-system)
3dc8828f 4238 (arguments
e762d943
RW
4239 '(#:glib-or-gtk? #t
4240 #:configure-flags
4241 (list "-Dsystemduserunitdir=no"
4242 "-Dtmpfilesdir=no"
4243 ;; Otherwise, the RUNPATH will lack the final path component.
4244 (string-append "-Dc_link_args=-Wl,-rpath="
4245 (assoc-ref %outputs "out") "/lib/gvfs"))))
3dc8828f
SB
4246 (native-inputs
4247 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
0ab9f949
RW
4248 ("gettext" ,gettext-minimal)
4249 ("gtk-doc" ,gtk-doc)
3dc8828f
SB
4250 ("pkg-config" ,pkg-config)
4251 ("xsltproc" ,libxslt)))
4252 (inputs
4253 `(("avahi" ,avahi)
4254 ("docbook-xml" ,docbook-xml-4.2)
4255 ("docbook-xsl" ,docbook-xsl)
4256 ("dbus" ,dbus)
e762d943 4257 ("elogind" ,elogind)
3dc8828f 4258 ("fuse" ,fuse)
24a78aa6 4259 ("gcr" ,gcr)
3dc8828f 4260 ("glib" ,glib)
e762d943 4261 ("gnome-online-accounts" ,gnome-online-accounts)
3dc8828f
SB
4262 ("libarchive" ,libarchive)
4263 ("libbluray" ,libbluray)
8852ca24 4264 ("libcap" ,libcap)
3dc8828f
SB
4265 ("libcdio-paranoia" ,libcdio-paranoia)
4266 ("libgcrypt" ,libgcrypt)
e762d943 4267 ("libgdata" ,libgdata)
3dc8828f
SB
4268 ("libgphoto2" ,libgphoto2)
4269 ("libgudev" ,libgudev)
0ab9f949 4270 ("libimobiledevice" ,libimobiledevice)
3dc8828f 4271 ("libmtp" ,libmtp)
e762d943 4272 ("libnfs" ,libnfs)
3dc8828f
SB
4273 ("libsecret" ,libsecret)
4274 ("libsmbclient" ,samba)
4275 ("libsoup" ,libsoup)
4276 ("libxml2" ,libxml2)
e762d943 4277 ("openssh" ,openssh)
8852ca24 4278 ("polkit" ,polkit)
3dc8828f
SB
4279 ("udisks" ,udisks)))
4280 (home-page "https://wiki.gnome.org/gvfs/")
8f65585b 4281 (synopsis "Userspace virtual file system for GIO")
3dc8828f 4282 (description
8f65585b 4283 "GVFS is a userspace virtual file system designed to work with the I/O
3dc8828f
SB
4284abstraction of GIO. It contains a GIO module that seamlessly adds GVFS support
4285to all applications using the GIO API. It also supports exposing the GVFS
4286mounts to non-GIO applications using FUSE.
4287
4288GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP,
4289DAV, and others.")
4290 (license license:lgpl2.0+)))
7c88b6bd
AW
4291
4292(define-public gusb
4293 (package
4294 (name "gusb")
536b3274 4295 (version "0.3.0")
7c88b6bd
AW
4296 (source (origin
4297 (method url-fetch)
4298 (uri (string-append "https://github.com/hughsie/libgusb/archive/"
536b3274 4299 version ".tar.gz"))
7c88b6bd
AW
4300 (sha256
4301 (base32
536b3274
MB
4302 "1wa9787ww7s1kl9jml6kiyrjgimlgagq4jmgdj7xcpsx83w10qxk"))))
4303 (build-system meson-build-system)
7c88b6bd 4304 (native-inputs
536b3274 4305 `(("gobject-introspection" ,gobject-introspection)
7c88b6bd
AW
4306 ("pkg-config" ,pkg-config)
4307 ("vala" ,vala)
7c88b6bd
AW
4308 ("gtk-doc" ,gtk-doc)))
4309 (propagated-inputs
4310 ;; Both of these are required by gusb.pc.
4311 `(("glib" ,glib)
4312 ("libusb" ,libusb)))
4313 (arguments
536b3274 4314 `(#:tests? #f)) ;libusb fails to initialize. Wonder what that is.
8f1640ed 4315 (home-page "https://github.com/hughsie/libgusb")
a124bbd2 4316 (synopsis "GLib binding for libusb1")
7c88b6bd
AW
4317 (description
4318 "GUsb is a GObject wrapper for libusb1 that makes it easy to do
4319asynchronous control, bulk and interrupt transfers with proper cancellation
4320and integration into a mainloop. This makes it easy to integrate low level
4321USB transfers with your high-level application or system daemon.")
4322 (license license:lgpl2.1+)))
0abe1d86
AW
4323
4324(define-public simple-scan
4325 (package
4326 (name "simple-scan")
baca5333 4327 (version "3.24.1")
0abe1d86
AW
4328 (source (origin
4329 (method url-fetch)
4330 (uri (string-append "https://launchpad.net/simple-scan/"
4331 (version-major+minor version) "/"
4332 version "/+download/simple-scan-"
4333 version ".tar.xz"))
4334 (sha256
4335 (base32
baca5333 4336 "1czg21cdbd2fgqylxfnzfhhzy69gycf816d5bbaq6hb62hmq7bjy"))))
0abe1d86
AW
4337 (build-system glib-or-gtk-build-system)
4338 (inputs
4339 `(("gtk" ,gtk+)
4340 ("zlib" ,zlib)
4341 ("cairo" ,cairo)
c501f592 4342 ("colord" ,colord)
0abe1d86
AW
4343 ("gdk-pixbuf" ,gdk-pixbuf)
4344 ("gusb" ,gusb)
4c928743 4345 ("libsane" ,sane-backends)))
0abe1d86 4346 (native-inputs
b94a6ca0 4347 `(("gettext" ,gettext-minimal)
0abe1d86 4348 ("itstool" ,itstool)
c501f592 4349 ("glib" ,glib "bin") ; glib-compile-schemas, etc.
0abe1d86 4350 ("pkg-config" ,pkg-config)
bcb354ad
SB
4351 ("vala" ,vala)
4352 ("xmllint" ,libxml2)))
fb9ca511
TGR
4353 (arguments
4354 '(#:configure-flags '("--disable-packagekit")
4355 #:phases
4356 (modify-phases %standard-phases
4357 (add-after 'unpack 'clean
4358 (lambda _
4359 ;; Remove a left-over reference to PackageKit.
4360
4361 ;; https://bugs.launchpad.net/simple-scan/+bug/1462769
4362
4363 ;; There are some generated C files erroneously
4364 ;; included in the source distribution, and this
4365 ;; one breaks the build by referring to a
4366 ;; non-existent header (packagekit.h)
4367 (delete-file "src/ui.c"))))))
dff0eedb 4368 (home-page "https://gitlab.gnome.org/GNOME/simple-scan")
0abe1d86
AW
4369 (synopsis "Document and image scanner")
4370 (description "Simple Scan is an easy-to-use application, designed to let
4371users connect their scanner and quickly have the image/document in an
4372appropriate format. Simple Scan is basically a frontend for SANE - which is
4373the same backend as XSANE uses. This means that all existing scanners will
4374work and the interface is well tested.")
4375 (license license:gpl3+)))
7549f984 4376
ab466d79
RW
4377(define-public eolie
4378 (package
4379 (name "eolie")
fa8ef3ed 4380 (version "0.9.63")
ab466d79
RW
4381 (source (origin
4382 (method url-fetch)
00014781 4383 (uri (string-append "https://gitlab.gnome.org/World/eolie/"
fa8ef3ed 4384 "uploads/d42b466752729a0d3fa828a721e25043/"
00014781 4385 "eolie-" version ".tar.xz"))
ab466d79
RW
4386 (sha256
4387 (base32
fa8ef3ed 4388 "11pp8g0w22h1q0bbj9517l5838gcymvvp8fp9kh6h2dmgir2ssih"))))
00014781 4389 (build-system meson-build-system)
ab466d79 4390 (arguments
00014781
RW
4391 `(#:glib-or-gtk? #t
4392 #:phases
ab466d79
RW
4393 (modify-phases %standard-phases
4394 (add-after 'wrap 'wrap-more
4395 (lambda* (#:key inputs outputs #:allow-other-keys)
4396 (let* ((out (assoc-ref outputs "out"))
4397 ;; These libraries must be on LD_LIBRARY_PATH.
4398 (libs '("gtkspell3" "webkitgtk" "libsoup" "libsecret"
4399 "atk" "gtk+" "gsettings-desktop-schemas"
4400 "gobject-introspection"))
4401 (path (string-join
4402 (map (lambda (lib)
4403 (string-append (assoc-ref inputs lib) "/lib"))
4404 libs)
4405 ":")))
4406 (wrap-program (string-append out "/bin/eolie")
4407 `("LD_LIBRARY_PATH" ":" prefix (,path))
4408 `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))
4409 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))))
4410 #t)))))
4411 (native-inputs
f85ca6ed 4412 `(("intltool" ,intltool)
ab466d79 4413 ("itstool" ,itstool)
d95f1041 4414 ("pkg-config" ,pkg-config)
d95f1041 4415 ("python" ,python)
00014781 4416 ("glib:bin" ,glib "bin")
d95f1041 4417 ("gtk+" ,gtk+ "bin")))
ab466d79
RW
4418 (inputs
4419 `(("gobject-introspection" ,gobject-introspection)
4420 ("glib-networking" ,glib-networking)
4421 ("cairo" ,cairo)
4422 ("gtk+" ,gtk+)
4423 ("atk" ,atk) ; propagated by gtk+, but we need it in LD_LIBRARY_PATH
4424 ("python" ,python-wrapper)
d72f76df 4425 ("python-dateutil" ,python-dateutil)
00014781 4426 ("python-pyfxa" ,python-pyfxa)
ab466d79
RW
4427 ("python-pygobject" ,python-pygobject)
4428 ("python-pycairo" ,python-pycairo)
00014781 4429 ("python-pycrypto" ,python-pycrypto)
ab466d79
RW
4430 ("libsecret" ,libsecret)
4431 ("gtkspell3" ,gtkspell3)
4432 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
f85ca6ed 4433 ("webkitgtk" ,webkitgtk)))
166b2c97 4434 (home-page "https://wiki.gnome.org/Apps/Eolie")
ab466d79
RW
4435 (synopsis "Web browser for GNOME")
4436 (description
4437 "Eolie is a new web browser for GNOME. It features Firefox sync support,
4438a secret password store, an adblocker, and a modern UI.")
4439 (license license:gpl3+)))
4440
7549f984
SB
4441(define-public epiphany
4442 (package
4443 (name "epiphany")
f37dfe1e 4444 (version "3.30.4")
7549f984
SB
4445 (source (origin
4446 (method url-fetch)
dd3266ec 4447 (uri (string-append "mirror://gnome/sources/epiphany/"
7549f984 4448 (version-major+minor version) "/"
dd3266ec 4449 "epiphany-" version ".tar.xz"))
7549f984
SB
4450 (sha256
4451 (base32
f37dfe1e 4452 "0nk0krzrfck6hhfs52f4sjmj93yjyvabm72bq8i8f9l1pass5vgd"))))
fc5c5b92
R
4453
4454 (build-system meson-build-system)
7549f984
SB
4455 (arguments
4456 ;; FIXME: tests run under Xvfb, but fail with:
4457 ;; /src/bookmarks/ephy-bookmarks/create:
4458 ;; ** (test-ephy-bookmarks:19591): WARNING **: Unable to start Zeroconf
4459 ;; subsystem
4460 ;; FAIL
6f48d9db 4461 '(#:tests? #f
e19f9c24
LF
4462 #:glib-or-gtk? #t
4463 #:configure-flags
4464 ;; Otherwise, the RUNPATH will lack the final 'epiphany' path component.
4465 (list (string-append "-Dc_link_args=-Wl,-rpath="
4466 (assoc-ref %outputs "out") "/lib/epiphany"))))
80a747c4
SB
4467 (propagated-inputs
4468 `(("dconf" ,dconf)))
7549f984 4469 (native-inputs
fc5c5b92
R
4470 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
4471 ("glib:bin" ,glib "bin") ; for glib-mkenums
4472 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
4473 ("intltool" ,intltool)
7549f984 4474 ("itstool" ,itstool)
bcb354ad
SB
4475 ("pkg-config" ,pkg-config)
4476 ("xmllint" ,libxml2)))
7549f984
SB
4477 (inputs
4478 `(("avahi" ,avahi)
4479 ("gcr" ,gcr)
fc5c5b92 4480 ("gdk-pixbuf+svg" ,gdk-pixbuf+svg) ; for loading SVG files
7549f984
SB
4481 ("glib-networking" ,glib-networking)
4482 ("gnome-desktop" ,gnome-desktop)
4483 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
eb6f315b 4484 ("json-glib" ,json-glib)
7549f984 4485 ("iso-codes" ,iso-codes)
8748e29c 4486 ("libdazzle" ,libdazzle)
7549f984
SB
4487 ("libnotify" ,libnotify)
4488 ("libsecret" ,libsecret)
7549f984 4489 ("libxslt" ,libxslt)
fc5c5b92 4490 ("nettle" ,nettle) ; for hogweed
7549f984 4491 ("sqlite" ,sqlite)
f85ca6ed 4492 ("webkitgtk" ,webkitgtk)))
7549f984
SB
4493 (home-page "https://wiki.gnome.org/Apps/Web")
4494 (synopsis "GNOME web browser")
4495 (description
4496 "Epiphany is a GNOME web browser targeted at non-technical users. Its
4497principles are simplicity and standards compliance.")
4498 (license license:gpl2+)))
a3856b2c
SB
4499
4500(define-public d-feet
4501 (package
4502 (name "d-feet")
458e9221 4503 (version "0.3.14")
a3856b2c
SB
4504 (source (origin
4505 (method url-fetch)
4506 (uri (string-append "mirror://gnome/sources/" name "/"
4507 (version-major+minor version) "/"
4508 name "-" version ".tar.xz"))
4509 (sha256
4510 (base32
458e9221 4511 "1m8lwiwl5jhi0x7y6x5zmd3hjplgvdjrb8a8jg74rvkygslj1p7f"))))
a3856b2c
SB
4512 (build-system glib-or-gtk-build-system)
4513 (arguments
4514 '(#:out-of-source? #f ; tests need to run in the source directory.
4515 #:phases
4516 (modify-phases %standard-phases
4517 (add-before
4518 'check 'pre-check
86aff791 4519 (lambda _
a3856b2c
SB
4520 ;; The test suite requires a running X server.
4521 (system "Xvfb :1 &")
4522 (setenv "DISPLAY" ":1")
4523 ;; Don't fail on missing '/etc/machine-id'.
4524 (setenv "DBUS_FATAL_WARNINGS" "0")
4525 ;; tests.py and window.py don't meet E402:
4526 ;; E402 module level import not at top of file
4527 (substitute* "src/tests/Makefile"
86aff791
MW
4528 (("--ignore=E123") "--ignore=E123,E402"))
4529 #t))
a3856b2c
SB
4530 (add-after
4531 'install 'wrap-program
4532 (lambda* (#:key outputs #:allow-other-keys)
4533 (let ((prog (string-append (assoc-ref outputs "out")
4534 "/bin/d-feet")))
4535 (wrap-program prog
4536 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
86aff791
MW
4537 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
4538 #t))))))
a3856b2c
SB
4539 (native-inputs
4540 `(("intltool" ,intltool)
4541 ("itstool" ,itstool)
4542 ("pkg-config" ,pkg-config)
4543 ("python-pep8" ,python-pep8)
4544 ("xmllint" ,libxml2)
4545 ("xorg-server" ,xorg-server)))
4546 (inputs
4547 `(("gobject-introspection" ,gobject-introspection)
4548 ("gtk+" ,gtk+)
4549 ("python" ,python-wrapper)
458e9221 4550 ("hicolor-icon-theme" ,hicolor-icon-theme)
a3856b2c
SB
4551 ("python-pygobject" ,python-pygobject)))
4552 (home-page "https://wiki.gnome.org/Apps/DFeet")
4553 (synopsis "D-Bus debugger")
4554 (description
4555 "D-Feet is a D-Bus debugger, which can be used to inspect D-Bus interfaces
4556of running programs and invoke methods on those interfaces.")
4557 (license license:gpl2+)))
c3b97bd9
SB
4558
4559(define-public yelp-xsl
4560 (package
4561 (name "yelp-xsl")
b3640e79 4562 (version "3.32.1")
c3b97bd9
SB
4563 (source (origin
4564 (method url-fetch)
4565 (uri (string-append "mirror://gnome/sources/" name "/"
4566 (version-major+minor version) "/"
4567 name "-" version ".tar.xz"))
4568 (sha256
4569 (base32
b3640e79 4570 "013z2ixx9kfrs6hq79qpil093xfbc12y1p0mvsh6lpala30iphya"))))
c3b97bd9
SB
4571 (build-system gnu-build-system)
4572 (native-inputs
4573 `(("intltool" ,intltool)
4574 ("itstool" ,itstool)
4575 ("xmllint" ,libxml2)))
4576 (home-page "https://wiki.gnome.org/Apps/Yelp")
4577 (synopsis "XSL stylesheets for Yelp")
4578 (description
4579 "Yelp-xsl contains XSL stylesheets that are used by the yelp help browser
4580to format Docbook and Mallard documents.")
4581 (license license:gpl2+)))
de3d612a
SB
4582
4583(define-public yelp
4584 (package
4585 (name "yelp")
9d029b7f 4586 (version "3.30.0")
de3d612a
SB
4587 (source (origin
4588 (method url-fetch)
4589 (uri (string-append "mirror://gnome/sources/" name "/"
4590 (version-major+minor version) "/"
4591 name "-" version ".tar.xz"))
4592 (sha256
4593 (base32
9d029b7f 4594 "060a902j15k76fyhk8xfl38ipvrrcc0qd7nm2mcck4ifb45b0zv4"))))
de3d612a
SB
4595 (build-system glib-or-gtk-build-system)
4596 (native-inputs
4597 `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
4598 ("intltool" ,intltool)
4599 ("itstool" ,itstool)
4600 ("pkg-config" ,pkg-config)))
4601 (propagated-inputs
4602 `(("dconf" ,dconf)))
4603 (inputs
ad1b7d8b
SB
4604 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4605 ("libxslt" ,libxslt)
de3d612a 4606 ("sqlite" ,sqlite)
4c28ca1d
SB
4607 ("webkitgtk" ,webkitgtk)
4608 ("yelp-xsl" ,yelp-xsl)))
de3d612a
SB
4609 (home-page "https://wiki.gnome.org/Apps/Yelp")
4610 (synopsis "GNOME help browser")
4611 (description
4612 "Yelp is the help viewer in Gnome. It natively views Mallard, DocBook,
4613man, info, and HTML documents. It can locate documents according to the
4614freedesktop.org help system specification.")
4615 (license license:gpl2+)))
122d0d10
SB
4616
4617(define-public yelp-tools
4618 (package
4619 (name "yelp-tools")
2089bca5 4620 (version "3.28.0")
122d0d10
SB
4621 (source (origin
4622 (method url-fetch)
4623 (uri (string-append "mirror://gnome/sources/" name "/"
4624 (version-major+minor version) "/"
4625 name "-" version ".tar.xz"))
4626 (sha256
4627 (base32
2089bca5 4628 "1b61dmlb1sd50fgq6zgnkcpx2s1py33q0x9cx67fzpsr4gmgxnw2"))))
122d0d10
SB
4629 (build-system gnu-build-system)
4630 (native-inputs
4631 `(("pkg-config" ,pkg-config)))
4632 (propagated-inputs
4633 ;; Needed by `yelp-build', `yelp-check' or 'yelp.m4'.
4634 `(("itstool" ,itstool)
4635 ("xmllint" ,libxml2)
4636 ("xsltproc" ,libxslt)))
4637 (inputs
4638 `(("yelp-xsl" ,yelp-xsl)))
4639 (home-page "https://wiki.gnome.org/Apps/Yelp/Tools")
4640 (synopsis "Yelp documentation tools")
4641 (description
4642 "Yelp-tools is a collection of scripts and build utilities to help create,
4643manage, and publish documentation for Yelp and the web. Most of the heavy
4644lifting is done by packages like yelp-xsl and itstool. This package just
4645wraps things up in a developer-friendly way.")
4646 (license license:gpl2+)))
af8f9f23 4647
4ed041d9
MB
4648(define-public yelp-tools/fixed
4649 ;; This variant fixes a python-libxml2 crash when processing UTF-8
4650 ;; sequences: <https://bugs.gnu.org/37468>. TODO: Remove this in
4651 ;; the next rebuild cycle.
4652 (hidden-package
4653 (package/inherit
4654 yelp-tools
4655 (propagated-inputs
4656 `(("itstool" ,itstool/fixed)
4657 ,@(alist-delete "itstool" (package-propagated-inputs yelp-tools)))))))
4658
af8f9f23
RW
4659(define-public libgee
4660 (package
4661 (name "libgee")
4c2c5ae6 4662 (version "0.20.2")
af8f9f23
RW
4663 (source (origin
4664 (method url-fetch)
84a1b007 4665 (uri (string-append "mirror://gnome/sources/libgee/"
af8f9f23 4666 (version-major+minor version) "/"
84a1b007 4667 "libgee-" version ".tar.xz"))
af8f9f23
RW
4668 (sha256
4669 (base32
4c2c5ae6 4670 "0g1mhl7nidg82v4cikkk8dakzc18hg7wv0dsf2pbyijzfm5mq0wy"))))
af8f9f23
RW
4671 (build-system gnu-build-system)
4672 (arguments
4673 `(#:phases
4674 (modify-phases %standard-phases
4675 (add-after 'unpack 'fix-introspection-install-dir
4676 (lambda* (#:key outputs #:allow-other-keys)
4677 (let ((out (assoc-ref outputs "out")))
4678 (substitute* "gee/Makefile.in"
4679 (("@INTROSPECTION_GIRDIR@")
4680 (string-append out "/share/gir-1.0/"))
4681 (("@INTROSPECTION_TYPELIBDIR@")
4682 (string-append out "/lib/girepository-1.0/")))))))))
4683 (native-inputs
4684 `(("glib" ,glib "bin")
4685 ("pkg-config" ,pkg-config)))
4686 (inputs
4687 `(("glib" ,glib)
4688 ("gobject-introspection" ,gobject-introspection)))
4689 (home-page "https://wiki.gnome.org/Projects/Libgee")
4690 (synopsis "GObject collection library")
4691 (description
4692 "Libgee is a utility library providing GObject-based interfaces and
4693classes for commonly used data structures.")
4694 (license license:lgpl2.1+)))
b0f9c4b8
RW
4695
4696(define-public gexiv2
4697 (package
4698 (name "gexiv2")
b1a8b408 4699 (version "0.12.0")
b0f9c4b8
RW
4700 (source (origin
4701 (method url-fetch)
4702 (uri (string-append "mirror://gnome/sources/" name "/"
4703 (version-major+minor version) "/"
4704 name "-" version ".tar.xz"))
4705 (sha256
4706 (base32
b1a8b408 4707 "0slj5yj8c90l9pp5i3z74x5r3r4da0xfmbzkfq5k0dkg72q3kxaq"))))
51c482e4 4708 (build-system meson-build-system)
b0f9c4b8 4709 (native-inputs
b1a8b408
KK
4710 `(("gcr" ,gcr)
4711 ("glib" ,glib "bin")
4712 ("pkg-config" ,pkg-config)
4713 ("vala" ,vala)))
b0f9c4b8
RW
4714 (propagated-inputs
4715 ;; Listed in "Requires" section of gexiv2.pc
4716 `(("exiv2" ,exiv2)))
4717 (inputs
4718 `(("glib" ,glib)
4719 ("gobject-introspection" ,gobject-introspection)))
4720 (home-page "https://wiki.gnome.org/Projects/gexiv2")
4721 (synopsis "GObject wrapper around the Exiv2 photo metadata library")
4722 (description
4723 "Gexiv2 is a GObject wrapper around the Exiv2 photo metadata library. It
4724allows for GNOME applications to easily inspect and update EXIF, IPTC, and XMP
4725metadata in photo and video files of various formats.")
4726 (license license:gpl2+)))
fed5a689
RW
4727
4728(define-public shotwell
4729 (package
4730 (name "shotwell")
a1c6fb52 4731 (version "0.30.7")
fed5a689
RW
4732 (source (origin
4733 (method url-fetch)
5497d682 4734 (uri (string-append "mirror://gnome/sources/shotwell/"
fed5a689 4735 (version-major+minor version) "/"
5497d682 4736 "shotwell-" version ".tar.xz"))
fed5a689
RW
4737 (sha256
4738 (base32
a1c6fb52 4739 "1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
3b79afa6
KK
4740 (build-system meson-build-system)
4741 (arguments
4742 '(#:glib-or-gtk? #t))
735b8db6
TGR
4743 (propagated-inputs
4744 `(("dconf" ,dconf)))
fed5a689 4745 (native-inputs
3b79afa6 4746 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
b94a6ca0 4747 ("gettext" ,gettext-minimal)
77e9c993 4748 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
735b8db6 4749 ("itstool" ,itstool)
3b79afa6 4750 ("pkg-config" ,pkg-config)
735b8db6 4751 ("vala" ,vala)))
fed5a689 4752 (inputs
735b8db6
TGR
4753 `(("glib:bin" ,glib "bin")
4754 ("gstreamer" ,gstreamer)
fed5a689 4755 ("gst-plugins-base" ,gst-plugins-base)
dfb0323d 4756 ("libgdata" ,libgdata)
fed5a689
RW
4757 ("libgee" ,libgee)
4758 ("gexiv2" ,gexiv2)
4759 ("libraw" ,libraw)
4760 ("json-glib" ,json-glib)
7108425c 4761 ("webkitgtk" ,webkitgtk)
fed5a689
RW
4762 ("sqlite" ,sqlite)
4763 ("libsoup" ,libsoup)
4764 ("libxml2" ,libxml2)
fed5a689 4765 ("libgudev" ,libgudev)
522fc32e
LF
4766 ("libgphoto2" ,libgphoto2)
4767 ("gcr" ,gcr)))
fed5a689
RW
4768 (home-page "https://wiki.gnome.org/Apps/Shotwell")
4769 (synopsis "Photo manager for GNOME 3")
4770 (description
4771 "Shotwell is a digital photo manager designed for the GNOME desktop
4772environment. It allows you to import photos from disk or camera, organize
4773them by keywords and events, view them in full-window or fullscreen mode, and
4774share them with others via social networking and more.")
4775 (license license:lgpl2.1+)))
293ff8b2
DT
4776
4777(define-public file-roller
4778 (package
4779 (name "file-roller")
976e7801 4780 (version "3.30.1")
293ff8b2
DT
4781 (source (origin
4782 (method url-fetch)
4783 (uri (string-append "mirror://gnome/sources/" name "/"
4784 (version-major+minor version) "/"
4785 name "-" version ".tar.xz"))
4786 (sha256
4787 (base32
976e7801 4788 "0kiragsqyixyx15747b71qc4nw8y4jx9d55wgg612xb0hp5l9pj1"))))
0a500745 4789 (build-system meson-build-system)
293ff8b2 4790 (native-inputs
0a500745
RW
4791 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
4792 ("intltool" ,intltool)
4793 ("pkg-config" ,pkg-config)
4794 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
4795 ("glib:bin" ,glib "bin")))
293ff8b2
DT
4796 ;; TODO: Add libnautilus.
4797 (inputs
4798 `(("gtk+" ,gtk+)
4799 ("gdk-pixbuf" ,gdk-pixbuf)
4800 ("json-glib" ,json-glib)
4801 ("libarchive" ,libarchive)
4802 ("libnotify" ,libnotify)
293ff8b2
DT
4803 ("itstool" ,itstool)
4804 ("libxml2" ,libxml2)))
4805 (synopsis "Graphical archive manager for GNOME")
4806 (description "File Roller is an archive manager for the GNOME desktop
4807environment that allows users to view, unpack, and create compressed archives
4808such as gzip tarballs.")
4809 (home-page "http://fileroller.sourceforge.net/")
4810 (license license:gpl2+)))
7ce49365
SB
4811
4812(define-public gnome-session
4813 (package
4814 (name "gnome-session")
da886d6f 4815 (version "3.30.1")
7ce49365
SB
4816 (source (origin
4817 (method url-fetch)
4818 (uri (string-append "mirror://gnome/sources/" name "/"
4819 (version-major+minor version) "/"
4820 name "-" version ".tar.xz"))
4821 (sha256
4822 (base32
da886d6f 4823 "0fbpq103md4g9gi67rxnwvha21629nxx7qazddy6q6494sbqbzpa"))))
2914af3c 4824 (arguments
df278071
RW
4825 '(#:glib-or-gtk? #t
4826 #:phases
2914af3c
AW
4827 (modify-phases %standard-phases
4828 (add-before 'configure 'pre-configure
4829 (lambda* (#:key outputs #:allow-other-keys)
4830 ;; Use elogind instead of systemd.
df278071
RW
4831 (substitute* "meson.build"
4832 (("libsystemd-login") "libelogind")
4833 (("and libsystemd_daemon_dep.found.*") ","))
2914af3c
AW
4834 (substitute* "gnome-session/gsm-systemd.c"
4835 (("#include <systemd/sd-login.h>")
4836 "#include <elogind/sd-login.h>"))
df278071 4837 ;; Remove uses of the systemd daemon.
803ab416
SB
4838 (substitute* "gnome-session/gsm-autostart-app.c"
4839 (("#ifdef HAVE_SYSTEMD") "#if 0"))
a0d7baaf
LC
4840 #t))
4841 (add-after 'install 'wrap-gnome-session
4842 (lambda* (#:key inputs outputs #:allow-other-keys)
4843 ;; Make sure 'gnome-session' finds the 'gsettings' program.
4844 (let ((glib (assoc-ref inputs "glib:bin"))
4845 (out (assoc-ref outputs "out")))
4846 (wrap-program (string-append out "/bin/gnome-session")
4847 `("PATH" ":" prefix (,(string-append glib "/bin"))))
4848 #t))))
6cbc8d57 4849
2914af3c 4850 #:configure-flags
df278071
RW
4851 '("-Ddocbook=false" ; FIXME: disabled because of docbook validation error
4852 "-Dman=false" ; FIXME: disabled because of docbook validation error
4853 "-Dsystemd_journal=false")))
4854 (build-system meson-build-system)
7ce49365
SB
4855 (native-inputs
4856 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
4857 ("pkg-config" ,pkg-config)
4858 ("intltool" ,intltool)
df278071
RW
4859 ("xsltproc" ,libxslt)
4860 ("libxml2" ,libxml2) ;for 'XML_CATALOG_FILES'
4861 ("docbook-xsl" ,docbook-xsl)
4862 ("docbook-xml" ,docbook-xml)
4863 ("xmlto" ,xmlto)))
7ce49365 4864 (inputs
2914af3c
AW
4865 `(("elogind" ,elogind)
4866 ("gnome-desktop" ,gnome-desktop)
ba3cb5ab 4867 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7ce49365
SB
4868 ("gtk+" ,gtk+)
4869 ("json-glib" ,json-glib)
4870 ("libsm" ,libsm)
4871 ("libxcomposite" ,libxcomposite)
4872 ("libxtst" ,libxtst)
4873 ("mesa" ,mesa)
4874 ("upower" ,upower)
4875 ("xtrans" ,xtrans)))
4876 (synopsis "Session manager for GNOME")
4877 (description
4878 "This package contains the GNOME session manager, as well as a
4879configuration program to choose applications starting on login.")
4880 (home-page "https://wiki.gnome.org/Projects/SessionManagement")
4881 (license license:gpl2+)))
f47ba77e
SB
4882
4883(define-public gjs
4884 (package
4885 (name "gjs")
d054fbf5 4886 (version "1.56.2")
f47ba77e
SB
4887 (source (origin
4888 (method url-fetch)
4889 (uri (string-append "mirror://gnome/sources/" name "/"
4890 (version-major+minor version) "/"
4891 name "-" version ".tar.xz"))
4892 (sha256
4893 (base32
d054fbf5 4894 "1b5321krn89p3f7s2ik6gpfnc61apzljhlnbqky8c88f7n6832ac"))))
f47ba77e
SB
4895 (build-system gnu-build-system)
4896 (arguments
4897 '(#:phases
4898 (modify-phases %standard-phases
4899 (add-before
4900 'check 'pre-check
4901 (lambda _
fc119619
MW
4902 ;; The test suite requires a running X server.
4903 (system "Xvfb :1 &")
4904 (setenv "DISPLAY" ":1")
4905
f47ba77e
SB
4906 ;; For the missing /etc/machine-id.
4907 (setenv "DBUS_FATAL_WARNINGS" "0")
ba666b07 4908
144f94d0
KK
4909 ;; Our mozjs-38 package does not compile the required Intl API
4910 ;; support for these failing tests.
4911 (substitute* "installed-tests/js/testLocale.js"
4912 ((".*toBeDefined.*") "")
4913 ((".*expect\\(datestr\\).*") ""))
d054fbf5
KK
4914 (substitute* "installed-tests/scripts/testCommandLine.sh"
4915 (("Valentín") "")
4916 (("☭") ""))
f47ba77e
SB
4917 #t)))))
4918 (native-inputs
8a831c6f 4919 `(("glib:bin" ,glib "bin") ; for glib-compile-resources
f47ba77e
SB
4920 ("pkg-config" ,pkg-config)
4921 ("xmllint" ,libxml2)
4922 ;; For testing
4923 ("dbus-launch" ,dbus)
4924 ("uuidgen" ,util-linux)
ebebee94 4925 ("xvfb" ,xorg-server-for-tests)))
f47ba77e
SB
4926 (propagated-inputs
4927 ;; These are all in the Requires.private field of gjs-1.0.pc.
144f94d0
KK
4928 `(("cairo" ,cairo)
4929 ("gobject-introspection" ,gobject-introspection)
d054fbf5 4930 ("mozjs" ,mozjs-60)))
f47ba77e
SB
4931 (inputs
4932 `(("gtk+" ,gtk+)
4933 ("readline" ,readline)))
4934 (synopsis "Javascript bindings for GNOME")
f032d0be 4935 (home-page "https://live.gnome.org/Gjs")
f47ba77e
SB
4936 (description
4937 "Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey
4938javascript engine and the GObject introspection framework.")
4939 (license license:gpl2+)))
329d731b
DH
4940
4941(define-public gedit
4942 (package
4943 (name "gedit")
42f95e34 4944 (version "3.30.2")
329d731b
DH
4945 (source (origin
4946 (method url-fetch)
4947 (uri (string-append "mirror://gnome/sources/" name "/"
4948 (version-major+minor version) "/"
4949 name "-" version ".tar.xz"))
4950 (sha256
4951 (base32
42f95e34 4952 "0qwig35hzvjaqic9x92jcpmycnvcybsbnbiw6rppryx0arwb3wza"))))
329d731b
DH
4953 (build-system glib-or-gtk-build-system)
4954 (arguments
0d2df50c 4955 `(#:phases
329d731b
DH
4956 (modify-phases %standard-phases
4957 (add-after
4958 'install 'wrap-gedit
4959 (lambda* (#:key inputs outputs #:allow-other-keys)
4960 (let ((out (assoc-ref outputs "out"))
4961 (gtksourceview (assoc-ref inputs "gtksourceview"))
afc25242
SB
4962 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
4963 (python-path (getenv "PYTHONPATH")))
329d731b 4964 (wrap-program (string-append out "/bin/gedit")
afc25242 4965 ;; For plugins.
329d731b 4966 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
afc25242 4967 `("PYTHONPATH" ":" prefix (,python-path))
329d731b
DH
4968 ;; For language-specs.
4969 `("XDG_DATA_DIRS" ":" prefix (,(string-append gtksourceview
4970 "/share")))))
4971 #t)))))
4972 (propagated-inputs
4973 `(("dconf" ,dconf)))
4974 (native-inputs
4975 `(("intltool" ,intltool)
b3546174 4976 ("itstool" ,itstool)
329d731b
DH
4977 ("gobject-introspection" ,gobject-introspection)
4978 ("pkg-config" ,pkg-config)))
4979 (inputs
4980 `(("glib" ,glib)
0d2df50c 4981 ("gspell" ,gspell)
329d731b 4982 ("gtk+" ,gtk+)
b54c2289 4983 ("gtksourceview" ,gtksourceview-3)
329d731b
DH
4984 ("libpeas" ,libpeas)
4985 ("libxml2" ,libxml2)
329d731b
DH
4986 ("iso-codes" ,iso-codes)
4987 ("python-pygobject" ,python-pygobject)
4988 ("python" ,python)
4989 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
4990 ("libx11" ,libx11)
4991 ("vala" ,vala)
4992 ("adwaita-icon-theme" ,adwaita-icon-theme)
4993 ("libsoup" ,libsoup)
4994 ("gnome-desktop" ,gnome-desktop)))
4995 (home-page "https://wiki.gnome.org/Apps/Gedit")
4996 (synopsis "GNOME text editor")
4997 (description "While aiming at simplicity and ease of use, gedit is a
4998powerful general purpose text editor.")
4999 (license license:gpl2+)))
b7179363
SB
5000
5001(define-public zenity
5002 (package
5003 (name "zenity")
4f581bd0 5004 (version "3.32.0")
b7179363
SB
5005 (source (origin
5006 (method url-fetch)
5958df04 5007 (uri (string-append "mirror://gnome/sources/zenity/"
b7179363 5008 (version-major+minor version) "/"
5958df04 5009 "zenity-" version ".tar.xz"))
b7179363
SB
5010 (sha256
5011 (base32
4f581bd0 5012 "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))
b7179363
SB
5013 (build-system gnu-build-system)
5014 (native-inputs
b94a6ca0 5015 `(("gettext" ,gettext-minimal)
b7179363
SB
5016 ("itstool" ,itstool)
5017 ("pkg-config" ,pkg-config)))
5018 (inputs
5019 `(("libnotify" ,libnotify)
5020 ("webkitgtk" ,webkitgtk)))
5021 (synopsis "Display graphical dialog boxes from shell scripts")
f032d0be 5022 (home-page "https://www.gnome.org")
b7179363
SB
5023 (description
5024 "Zenity is a rewrite of gdialog, the GNOME port of dialog which allows you
5025to display dialog boxes from the commandline and shell scripts.")
5026 (license license:lgpl2.0+)))
60c3627c
SB
5027
5028(define-public mutter
5029 (package
5030 (name "mutter")
e402eae6 5031 (version "3.30.2")
60c3627c 5032 (source (origin
86c44e72
KK
5033 (method url-fetch)
5034 (uri (string-append "mirror://gnome/sources/" name "/"
5035 (version-major+minor version) "/"
5036 name "-" version ".tar.xz"))
60c3627c
SB
5037 (sha256
5038 (base32
e402eae6 5039 "0qr3w480p31nbiad49213rj9rk6p9fl82a68pzznpz36p30dq96z"))))
86c44e72
KK
5040 ;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
5041 ;; versions of cogl and clutter. As a result, many of the inputs,
5042 ;; propagated-inputs, and configure flags used in cogl and clutter are
5043 ;; needed here as well.
60c3627c
SB
5044 (build-system gnu-build-system)
5045 (arguments
5046 '(#:configure-flags
5047 ;; XXX: build fails with [-Werror]:
5048 ;; backends/meta-cursor-renderer.c:112:5: error:
5049 ;; implicit declaration of function ?roundf?
a88d5a0c
MW
5050 (list "--enable-compile-warnings=minimum"
5051
86c44e72 5052 "--enable-native-backend"
a88d5a0c
MW
5053
5054 ;; The following flags are needed for the bundled clutter
5055 "--enable-x11-backend=yes"
5056
d633f2f6
RH
5057 (string-append "--with-xwayland-path="
5058 (assoc-ref %build-inputs "xorg-server-xwayland")
5059 "/bin/Xwayland")
5060
a88d5a0c
MW
5061 ;; the remaining flags are needed for the bundled cogl
5062 "--enable-cogl-gst"
5063 (string-append "--with-gl-libname="
5064 (assoc-ref %build-inputs "mesa")
f23052a6
DC
5065 "/lib/libGL.so"))
5066 #:phases
5067 (modify-phases %standard-phases
86c44e72
KK
5068 ;; Replace references to systemd libraries to elogind references.
5069 (add-before 'configure 'use-elogind
5070 (lambda _
5071 (substitute* (list "configure"
5072 "src/backends/native/meta-launcher.c"
5073 "src/core/main.c")
5074 (("systemd") "elogind"))
5075 #t)))))
60c3627c
SB
5076 (native-inputs
5077 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5078 ("gobject-introspection" ,gobject-introspection)
5079 ("intltool" ,intltool)
f23052a6
DC
5080 ("pkg-config" ,pkg-config)
5081 ;; For git build
5082 ("autoconf" ,autoconf)
5083 ("automake" ,automake)
5084 ("libtool" ,libtool)))
60c3627c 5085 (propagated-inputs
a88d5a0c
MW
5086 `(;; libmutter.pc refers to these:
5087 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
5088 ("gtk+" ,gtk+)
5089 ;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
5090 ("atk" ,atk)
5091 ("cairo" ,cairo)
5092 ("gdk-pixbuf" ,gdk-pixbuf)
5093 ("glib" ,glib)
a88d5a0c
MW
5094 ("json-glib" ,json-glib)
5095 ("libinput" ,libinput)
5096 ("libx11" ,libx11)
5097 ("libxcomposite" ,libxcomposite)
5098 ("libxdamage" ,libxdamage)
5099 ("libxext" ,libxext)
5100 ("libxfixes" ,libxfixes)
5101 ("libxkbcommon" ,libxkbcommon)
5102 ("libxrandr" ,libxrandr)
5103 ("mesa" ,mesa)
5104 ("pango" ,pango)
5105 ("udev" ,eudev)
a88d5a0c 5106 ("xinput" ,xinput)))
60c3627c 5107 (inputs
86c44e72
KK
5108 `(("elogind" ,elogind)
5109 ("gnome-desktop" ,gnome-desktop)
60c3627c 5110 ("libcanberra-gtk" ,libcanberra)
a88d5a0c 5111 ("libgudev" ,libgudev)
60c3627c
SB
5112 ("libice" ,libice)
5113 ("libsm" ,libsm)
60c3627c 5114 ("libxkbfile" ,libxkbfile)
a88d5a0c 5115 ("libxrandr" ,libxrandr)
86c44e72 5116 ("libxtst" ,libxtst)
60c3627c
SB
5117 ("startup-notification" ,startup-notification)
5118 ("upower-glib" ,upower)
5119 ("xkeyboard-config" ,xkeyboard-config)
d633f2f6 5120 ("xorg-server-xwayland" ,xorg-server-xwayland)
60c3627c
SB
5121 ("zenity" ,zenity)))
5122 (synopsis "Window and compositing manager")
f032d0be 5123 (home-page "https://www.gnome.org")
60c3627c
SB
5124 (description
5125 "Mutter is a window and compositing manager that displays and manages your
5126desktop via OpenGL. Mutter combines a sophisticated display engine using the
5127Clutter toolkit with solid window-management logic inherited from the Metacity
5128window manager.")
86c44e72 5129 (license license:gpl2+)))
685cee87
SB
5130
5131(define-public gnome-online-accounts
5132 (package
5133 (name "gnome-online-accounts")
d29298ef 5134 (version "3.30.2")
685cee87
SB
5135 (source (origin
5136 (method url-fetch)
5137 (uri (string-append "mirror://gnome/sources/" name "/"
5138 (version-major+minor version) "/"
5139 name "-" version ".tar.xz"))
5140 (sha256
5141 (base32
d29298ef 5142 "1p1gdgryziklrgngn6m13xnvfx4gb01h723nndfi9944r24fbiq5"))))
14c297fd 5143 (outputs '("out" "lib"))
685cee87 5144 (build-system glib-or-gtk-build-system)
14c297fd
TS
5145 (arguments
5146 `(#:configure-flags
5147 (list (string-append "--libdir=" (assoc-ref %outputs "out") "/lib"))
5148 #:phases
5149 (modify-phases %standard-phases
5150 (add-before 'configure 'patch-libgoa-output
5151 (lambda* (#:key outputs #:allow-other-keys)
5152 (let ((lib (assoc-ref outputs "lib")))
5153 (substitute* '("src/goa/Makefile.in" "src/goa/goa-1.0.pc.in")
5154 (("@prefix@") lib)
5155 (("@exec_prefix@") lib)
5156 (("@libdir@") (string-append lib "/lib"))
5157 (("@includedir@") (string-append lib "/include"))
5158 (("@datadir@") (string-append lib "/share")))
7555d539
MB
5159 ;; Make sure gobject-introspection knows about the output
5160 ;; too (see <https://bugs.gnu.org/36535>).
5161 (setenv "outputs" "out lib")
14c297fd 5162 #t))))))
685cee87
SB
5163 (native-inputs
5164 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5165 ("gobject-introspection" ,gobject-introspection)
5166 ("intltool" ,intltool)
5167 ("pkg-config" ,pkg-config)
5168 ("xsltproc" ,libxslt)))
5169 (propagated-inputs
5170 `(("glib" ,glib) ; required by goa-1.0.pc
5171 ("gtk+" ,gtk+))) ; required by goa-backend-1.0.pc
5172 (inputs
5173 `(("docbook-xsl" ,docbook-xsl)
5174 ("json-glib" ,json-glib)
5175 ("libsecret" ,libsecret)
5176 ("rest" ,rest)
685cee87
SB
5177 ("webkitgtk" ,webkitgtk)))
5178 (synopsis "Single sign-on framework for GNOME")
5179 (home-page "https://wiki.gnome.org/Projects/GnomeOnlineAccounts")
5180 (description
5181 "GNOME Online Accounts provides interfaces so that applications and
5182libraries in GNOME can access the user's online accounts. It has providers for
5183Google, ownCloud, Facebook, Flickr, Windows Live, Pocket, Foursquare, Microsoft
5184Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
5185 (license license:lgpl2.0+)))
df217748
SB
5186
5187(define-public evolution-data-server
5188 (package
5189 (name "evolution-data-server")
68c3ca93 5190 (version "3.30.5")
df217748
SB
5191 (source (origin
5192 (method url-fetch)
5193 (uri (string-append "mirror://gnome/sources/" name "/"
5194 (version-major+minor version) "/"
5195 name "-" version ".tar.xz"))
e1f174ae 5196 (patches (search-patches "evolution-data-server-locales.patch"))
df217748
SB
5197 (sha256
5198 (base32
68c3ca93 5199 "1s952wyhgcbmq9nfgk75v15zdy1h3wy5p5rmkqibaavmc0pk3mli"))))
743aebd7 5200 (build-system cmake-build-system)
df217748 5201 (arguments
b468eedc
RW
5202 '(#:configure-flags
5203 (let* ((lib (string-append (assoc-ref %outputs "out") "/lib"))
5204 (runpaths (map (lambda (s)
5205 (string-append lib "/evolution-data-server/" s))
ac033c7b
MB
5206 '("addressbook-backends" "calendar-backends"
5207 "camel-providers" "credential-modules"
5208 "registry-modules"))))
5209 (list "-DENABLE_UOA=OFF" ;disable Ubuntu Online Accounts support
5210 "-DENABLE_GOOGLE=OFF" ;disable Google Contacts support
5211 "-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication
5212 "-DENABLE_VALA_BINDINGS=ON"
ac033c7b
MB
5213 (string-append "-DCMAKE_INSTALL_RPATH=" lib ";"
5214 (string-append lib "/evolution-data-server;")
5215 (string-join runpaths ";"))
5216 "-DENABLE_INTROSPECTION=ON")) ;required for Vala bindings
df217748
SB
5217 #:phases
5218 (modify-phases %standard-phases
b468eedc
RW
5219 (add-after 'unpack 'disable-failing-tests
5220 (lambda _
5221 ;; tests/book-migration/test-migration.c:160:test_fetch_contacts:
5222 ;; assertion failed (g_slist_length (contacts) == 20): (0 == 20)
5223 (delete-file-recursively "tests/book-migration")
5224 (substitute* "tests/CMakeLists.txt"
5225 (("add_subdirectory\\(book-migration\\)") ""))
5226 ;; tests/libedata-cal/test-cal-meta-backend.c:1328:test_get_attachment_uris:
5227 ;; assertion failed (uris->data == expected_uri):
5228 ;; ("" == "file:///tests/libedata-cal/components/event-1.ics")
5229 (substitute* "tests/libedata-cal/CMakeLists.txt"
5230 (("test-cal-meta-backend") ""))
5231 #t))
743aebd7 5232 (add-after 'unpack 'patch-paths
df217748 5233 (lambda _
b468eedc
RW
5234 (substitute* '("tests/test-server-utils/e-test-server-utils.c"
5235 "tests/libedata-book/data-test-utils.c"
5236 "tests/libedata-book/test-book-cache-utils.c"
5237 "tests/libedata-cal/test-cal-cache-utils.c")
df217748 5238 (("/bin/rm") (which "rm")))
ac033c7b
MB
5239 #t))
5240 (add-before 'configure 'dont-override-rpath
5241 (lambda _
5242 (substitute* "CMakeLists.txt"
5243 ;; CMakeLists.txt hard-codes runpath to just the libdir.
5244 ;; Remove it so the configure flag is respected.
5245 (("SET\\(CMAKE_INSTALL_RPATH .*") ""))
b63c06f1 5246 #t)))))
df217748
SB
5247 (native-inputs
5248 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
5249 ("gobject-introspection" ,gobject-introspection)
5250 ("gperf" ,gperf)
5251 ("intltool" ,intltool)
5252 ("pkg-config" ,pkg-config)
a73c1cf8 5253 ("vala" ,vala)
743aebd7 5254 ("python" ,python-wrapper)))
df217748
SB
5255 (propagated-inputs
5256 ;; These are all in the Requires field of .pc files.
5257 `(("gtk+" ,gtk+)
5258 ("libical" ,libical)
5259 ("libsecret" ,libsecret)
5260 ("libsoup" ,libsoup)
5261 ("nss" ,nss)
5262 ("sqlite" ,sqlite)))
5263 (inputs
5264 `(("bdb" ,bdb)
5265 ("gcr" ,gcr)
14c297fd 5266 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
891199c6 5267 ("json-glib" ,json-glib)
b468eedc 5268 ("libcanberra" ,libcanberra)
743aebd7
MB
5269 ("libgweather" ,libgweather)
5270 ("mit-krb5" ,mit-krb5)
891199c6
MW
5271 ("openldap" ,openldap)
5272 ("webkitgtk" ,webkitgtk)))
df217748
SB
5273 (synopsis "Store address books and calendars")
5274 (home-page "https://wiki.gnome.org/Apps/Evolution")
5275 (description
5276 "This package provides a unified backend for programs that work with
5277contacts, tasks, and calendar information. It was originally developed for
5278Evolution (hence the name), but is now used by other packages as well.")
5279 (license license:lgpl2.0)))
bd7dfafa
SB
5280
5281(define-public caribou
5282 (package
5283 (name "caribou")
fe964bb5 5284 (version "0.4.21")
bd7dfafa
SB
5285 (source (origin
5286 (method url-fetch)
5287 (uri (string-append "mirror://gnome/sources/" name "/"
5288 (version-major+minor version) "/"
5289 name "-" version ".tar.xz"))
5290 (sha256
5291 (base32
fe964bb5 5292 "0mfychh1q3dx0b96pjz9a9y112bm9yqyim40yykzxx1hppsdjhww"))))
bd7dfafa
SB
5293 (build-system glib-or-gtk-build-system)
5294 (arguments
5295 '(#:phases
5296 (modify-phases %standard-phases
5297 (add-before
5298 'build 'pre-build
5299 (lambda* (#:key outputs #:allow-other-keys)
5300 (let ((out (assoc-ref outputs "out")))
5301 ;; Use absolute shared library path in Caribou-1.0.typelib.
5302 (substitute* "libcaribou/Makefile"
5303 (("--shared-library=libcaribou.so")
5304 (string-append "--shared-library="
5305 out "/lib/libcaribou.so")))
5306 #t)))
5307 (add-after 'install 'wrap-programs
5308 (lambda* (#:key outputs #:allow-other-keys)
5309 (let* ((out (assoc-ref outputs "out"))
5310 (python-path (getenv "PYTHONPATH"))
5311 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
5312 (for-each
5313 (lambda (prog)
5314 (wrap-program prog
5315 `("PYTHONPATH" ":" prefix (,python-path))
5316 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
5317 (list (string-append out "/bin/caribou-preferences")
5318 (string-append out "/libexec/antler-keyboard"))))
5319 #t)))))
5320 (native-inputs
5321 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5322 ("gobject-introspection" ,gobject-introspection)
5323 ("intltool" ,intltool)
5324 ("pkg-config" ,pkg-config)
5325 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
5326 ("vala" ,vala)
5327 ("xsltproc" ,libxslt)))
5328 (propagated-inputs
5329 ;; caribou-1.0.pc refers to all these.
5330 `(("libgee" ,libgee)
5331 ("libxklavier" ,libxklavier)
5332 ("libxtst" ,libxtst)
5333 ("gtk+" ,gtk+)))
5334 (inputs
5335 `(("clutter" ,clutter)
5336 ("dconf" ,dconf)
5337 ("gtk+-2" ,gtk+-2)
5338 ("python-pygobject" ,python2-pygobject)))
5339 (synopsis "Text entry and UI navigation application")
5340 (home-page "https://wiki.gnome.org/Projects/Caribou")
5341 (description
5342 "Caribou is an input assistive technology intended for switch and pointer
5343users.")
5344 (license license:lgpl2.1)))
ba5dd105 5345
ba5dd105
SB
5346(define-public network-manager
5347 (package
5348 (name "network-manager")
02710a9b 5349 (version "1.14.4")
ba5dd105
SB
5350 (source (origin
5351 (method url-fetch)
5352 (uri (string-append "mirror://gnome/sources/NetworkManager/"
5353 (version-major+minor version) "/"
5354 "NetworkManager-" version ".tar.xz"))
7d1861e2 5355 (patches (search-patches "nm-plugin-path.patch"))
ba5dd105
SB
5356 (sha256
5357 (base32
02710a9b
RW
5358 "064cgj9za0kzarks0lrv0qw2ysdphb5l97iw0c964bfiqzjfv8rm"))
5359 (modules '((guix build utils)))
fd070f35 5360 (snippet
02710a9b
RW
5361 '(begin
5362 (substitute* "src/devices/wwan/nm-modem-manager.c"
5363 (("systemd") "elogind"))
5364 #t))))
ba5dd105
SB
5365 (build-system gnu-build-system)
5366 (outputs '("out"
5367 "doc")) ; 8 MiB of gtk-doc HTML
5368 (arguments
5369 '(#:configure-flags
5370 (let ((out (assoc-ref %outputs "out"))
5371 (doc (assoc-ref %outputs "doc"))
5372 (dhclient (string-append (assoc-ref %build-inputs "isc-dhcp")
5373 "/sbin/dhclient")))
02710a9b
RW
5374 (list "--with-libnm-glib" ; needed by network-manager-applet
5375 "--with-systemd-journal=no"
5376 "--with-session-tracking=elogind"
5377 "--with-suspend-resume=elogind"
fd070f35
CM
5378 "--with-consolekit=no"
5379 "--with-crypto=gnutls"
ba5dd105
SB
5380 "--disable-config-plugin-ibft"
5381 "--sysconfdir=/etc"
5382 "--localstatedir=/var"
5383 (string-append "--with-udev-dir="
5384 out "/lib/udev")
5385 (string-append "--with-dbus-sys-dir="
5386 out "/etc/dbus-1/system.d")
5387 (string-append "--with-html-dir="
5388 doc "/share/gtk-doc/html")
5389 (string-append "--with-dhclient=" dhclient)))
5390 #:phases
5391 (modify-phases %standard-phases
02710a9b
RW
5392 ;; This bare "ls" invocation breaks some tests.
5393 (add-after 'unpack 'patch-ls-invocation
5394 (lambda _
5395 (substitute* "build-aux/ltmain.sh"
5396 (("`ls -")
5397 (string-append "`" (which "ls") " -")))
5398 #t))
b4f59d87
AW
5399 (add-before 'configure 'pre-configure
5400 (lambda _
5401 ;; These tests try to test aspects of network-manager's
5402 ;; functionality within restricted containers, but they don't
5403 ;; cope with being already in the Guix build jail as that jail
5404 ;; lacks some features that they would like to proxy over (like
5405 ;; a /sys mount).
d04687dc
HG
5406 (substitute* '("Makefile.in")
5407 (("src/platform/tests/test-address-linux") " ")
5408 (("src/platform/tests/test-cleanup-linux") " ")
5409 (("src/platform/tests/test-link-linux") " ")
5410 (("src/platform/tests/test-route-linux") " ")
02710a9b 5411 (("src/devices/tests/test-acd") "")
d04687dc
HG
5412 (("src/devices/tests/test-arping") " ")
5413 (("src/devices/tests/test-lldp") " ")
5414 (("src/tests/test-route-manager-linux") " "))
b4f59d87 5415 #t))
45f80fce
RW
5416 (add-after 'unpack 'delete-failing-tests
5417 (lambda _
02710a9b 5418 ;; FIXME: These three tests fail for unknown reasons.
45f80fce
RW
5419 ;; ERROR:libnm-core/tests/test-general.c:5842:
5420 ;; _json_config_check_valid: assertion failed (res == expected): (1 == 0)
5421 ;; ERROR:libnm-core/tests/test-keyfile.c:647:
5422 ;; test_team_conf_read_invalid: assertion failed: (nm_setting_team_get_config (s_team) == NULL)
5423 ;; ERROR:libnm-core/tests/test-setting.c:907:
5424 ;; _test_team_config_sync: assertion failed: (nm_streq0 (nm_setting_team_get_runner (s_team), runner))
45f80fce
RW
5425 (substitute* "Makefile.in"
5426 (("libnm-core/tests/test-general") " ")
5427 (("libnm-core/tests/test-keyfile") " ")
02710a9b 5428 (("libnm-core/tests/test-setting\\$\\(EXEEXT\\)") " "))
45f80fce 5429 #t))
ba5dd105
SB
5430 (add-before 'check 'pre-check
5431 (lambda _
5432 ;; For the missing /etc/machine-id.
5433 (setenv "DBUS_FATAL_WARNINGS" "0")
5434 #t))
5435 (replace 'install
5436 (lambda _
45f80fce
RW
5437 (invoke "make"
5438 "sysconfdir=/tmp"
5439 "rundir=/tmp"
5440 "statedir=/tmp"
5441 "nmstatedir=/tmp/nm"
5442 "install")
5443 #t)))))
b93502d6
DC
5444 (propagated-inputs
5445 `(("glib" ,glib)))
ba5dd105
SB
5446 (native-inputs
5447 `(("glib:bin" ,glib "bin") ; for gdbus-codegen
5448 ("gobject-introspection" ,gobject-introspection)
d04687dc 5449 ("docbook-xsl" ,docbook-xsl)
ba5dd105 5450 ("intltool" ,intltool)
d04687dc
HG
5451 ("libxslt" ,libxslt)
5452 ("libxml2" ,libxml2)
ba5dd105
SB
5453 ("pkg-config" ,pkg-config)
5454 ;; For testing.
5455 ("python" ,python-wrapper)
5456 ("python-dbus" ,python-dbus)
5457 ("python-pygobject" ,python-pygobject)))
5458 (inputs
02710a9b
RW
5459 `(("coreutils" ,coreutils) ; for ls
5460 ("curl" ,curl)
856ca567
KK
5461 ("cyrus-sasl" ,cyrus-sasl)
5462 ("dbus-glib" ,dbus-glib)
ba5dd105 5463 ("dnsmasq" ,dnsmasq)
856ca567 5464 ("eudev" ,eudev)
ba5dd105
SB
5465 ("gnutls" ,gnutls)
5466 ("iptables" ,iptables)
5467 ("isc-dhcp" ,isc-dhcp)
d04687dc 5468 ("jansson" ,jansson)
ba5dd105
SB
5469 ("libgcrypt" ,libgcrypt)
5470 ("libgudev" ,libgudev)
5471 ("libndp" ,libndp)
5472 ("libnl" ,libnl)
5473 ("libsoup" ,libsoup)
142bdcbc 5474 ("modem-manager" ,modem-manager)
c27e02bf 5475 ("newt" ,newt) ;for the 'nmtui' console interface
ba5dd105
SB
5476 ("polkit" ,polkit)
5477 ("ppp" ,ppp)
5478 ("readline" ,readline)
fd070f35
CM
5479 ("util-linux" ,util-linux)
5480 ("elogind" ,elogind)))
ba5dd105 5481 (synopsis "Network connection manager")
f032d0be 5482 (home-page "https://www.gnome.org/projects/NetworkManager/")
ba5dd105
SB
5483 (description
5484 "NetworkManager is a system network service that manages your network
5485devices and connections, attempting to keep active network connectivity when
5486available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
5487devices, and provides VPN integration with a variety of different VPN
5488services.")
29d2f451
LC
5489 (license license:gpl2+)
5490 (properties '((upstream-name . "NetworkManager")))))
4d62a9d3 5491
f2b96b3a
LC
5492(define-public network-manager-openvpn
5493 (package
5494 (name "network-manager-openvpn")
be1c4b07 5495 ;; Updating? Check whether network-manager-applet still needs libnm_gtk.
7d87eede 5496 (version "1.8.10")
f2b96b3a
LC
5497 (source (origin
5498 (method url-fetch)
5499 (uri (string-append
5500 "mirror://gnome/sources/NetworkManager-openvpn/"
5501 (version-major+minor version)
5502 "/NetworkManager-openvpn-" version ".tar.xz"))
5503 (sha256
5504 (base32
7d87eede 5505 "1vri49yff4lj13dnzkpq9nx3a4z1bmbrv807r151plj8m1mwhg5g"))))
f2b96b3a
LC
5506 (build-system gnu-build-system)
5507 (arguments
633422b0
JL
5508 `(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")
5509 #:phases
5510 (modify-phases %standard-phases
5511 (add-after 'configure 'patch-path
5512 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
5513 (let* ((ovpn (string-append (assoc-ref inputs "openvpn")
5514 "/sbin/openvpn"))
5515 (modprobe (string-append (assoc-ref inputs "kmod")
5516 "/bin/modprobe"))
5517 (pretty-ovpn (string-append "\"" ovpn "\"")))
5518 (for-each
5519 (lambda (file)
5520 (substitute* file
5521 (("\"/usr/local/sbin/openvpn\"") pretty-ovpn)
5522 (("\"/usr/sbin/openvpn\"") pretty-ovpn)
5523 (("\"/sbin/openvpn\"") pretty-ovpn)
5524 (("/sbin/modprobe") modprobe)))
5525 '("src/nm-openvpn-service.c" "properties/nm-openvpn-editor.c")))
5526 #t)))))
f2b96b3a
LC
5527 (native-inputs
5528 `(("pkg-config" ,pkg-config)
5529 ("intltool" ,intltool)))
5530 (inputs
5531 `(("gtk+" ,gtk+)
633422b0 5532 ("kmod" ,kmod)
f2b96b3a
LC
5533 ("openvpn" ,openvpn)
5534 ("network-manager" ,network-manager)
5535 ("network-manager-applet" ,network-manager-applet) ;for libnma
5536 ("libsecret" ,libsecret)))
5537 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
5538 (synopsis "OpenVPN plug-in for NetworkManager")
5539 (description
5540 "This extension of NetworkManager allows it to take care of connections
5541to virtual private networks (VPNs) via OpenVPN.")
5542 (license license:gpl2+)
5543 (properties `((upstream-name . "NetworkManager-openvpn")))))
5544
d376129f
JL
5545(define-public network-manager-vpnc
5546 (package
5547 (name "network-manager-vpnc")
5548 (version "1.2.6")
5549 (source (origin
5550 (method url-fetch)
5551 (uri (string-append
5552 "mirror://gnome/sources/NetworkManager-vpnc/"
5553 (version-major+minor version)
5554 "/NetworkManager-vpnc-" version ".tar.xz"))
5555 (sha256
5556 (base32
5557 "1js5lwcsqws4klgypfxl4ikmakv7v7xgddij1fj6b0y0qicx0kyy"))))
5558 (build-system gnu-build-system)
5559 (arguments
5560 `(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")
5561 #:phases
5562 (modify-phases %standard-phases
5563 (add-after 'configure 'patch-path
5564 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
5565 (let* ((vpnc (string-append (assoc-ref inputs "vpnc")
5566 "/sbin/vpnc"))
5567 (modprobe (string-append (assoc-ref inputs "kmod")
5568 "/bin/modprobe"))
5569 (pretty-ovpn (string-append "\"" vpnc "\"")))
5570 (substitute* "src/nm-vpnc-service.c"
5571 (("\"/usr/local/sbin/vpnc\"") pretty-ovpn)
5572 (("\"/usr/sbin/vpnc\"") pretty-ovpn)
5573 (("\"/sbin/vpnc\"") pretty-ovpn)
5574 (("/sbin/modprobe") modprobe)))
5575 #t)))))
5576 (native-inputs
5577 `(("pkg-config" ,pkg-config)
5578 ("intltool" ,intltool)))
5579 (inputs
5580 `(("gtk+" ,gtk+)
5581 ("kmod" ,kmod)
5582 ("vpnc" ,vpnc)
5583 ("network-manager" ,network-manager)
5584 ("network-manager-applet" ,network-manager-applet) ;for libnma
5585 ("libsecret" ,libsecret)))
5586 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
5587 (synopsis "VPNC plug-in for NetworkManager")
5588 (description
5589 "Support for configuring virtual private networks based on VPNC.
5590Compatible with Cisco VPN concentrators configured to use IPsec.")
5591 (license license:gpl2+)
5592 (properties `((upstream-name . "NetworkManager-vpnc")))))
5593
8378c87a
EF
5594(define-public network-manager-openconnect
5595 (package
5596 (name "network-manager-openconnect")
5597 (version "1.2.6")
5598 (source (origin
5599 (method url-fetch)
5600 (uri (string-append
5601 "mirror://gnome/sources/NetworkManager-openconnect/"
5602 (version-major+minor version)
5603 "/NetworkManager-openconnect-" version ".tar.xz"))
5604 (sha256
5605 (base32
5606 "0nlp290nkawc4wqm978n4vhzg3xdqi8kpjjx19l855vab41rh44m"))))
5607 (build-system gnu-build-system)
5608 (arguments
5609 `(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")
5610 #:phases
5611 (modify-phases %standard-phases
5612 (add-after 'configure 'patch-path
5613 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
5614 (let* ((openconnect (string-append (assoc-ref inputs "openconnect")
5615 "/sbin/openconnect"))
5616 (modprobe (string-append (assoc-ref inputs "kmod")
5617 "/bin/modprobe"))
5618 (pretty-ovpn (string-append "\"" openconnect "\"")))
5619 (substitute* "src/nm-openconnect-service.c"
5620 (("\"/usr/local/sbin/openconnect\"") pretty-ovpn)
5621 (("\"/usr/sbin/openconnect\"") pretty-ovpn)
5622 (("/sbin/modprobe") modprobe)))
5623 #t)))))
5624 (native-inputs
5625 `(("intltool" ,intltool)
5626 ("network-manager-applet" ,network-manager-applet) ;for libnma
5627 ("pkg-config" ,pkg-config)))
5628 (inputs
5629 `(("gcr" ,gcr)
5630 ("gtk+" ,gtk+)
5631 ("kmod" ,kmod)
5632 ("libsecret" ,libsecret)
5633 ("libxml2" ,libxml2)
5634 ("network-manager" ,network-manager)
5635 ("openconnect" ,openconnect)))
5636 (home-page "https://wiki.gnome.org/Projects/NetworkManager/VPN")
5637 (synopsis "OpenConnect plug-in for NetworkManager")
5638 (description
5639 "This extension of NetworkManager allows it to take care of connections
5640to @acronym{VPNs, virtual private networks} via OpenConnect, an open client for
5641Cisco's AnyConnect SSL VPN.")
5642 (license license:gpl2+)
e52b9534
LC
5643 (properties `((upstream-name . "NetworkManager-openconnect")
5644
5645 ;; The 'etc/dbus-1/system.d/nm-openconnect-service.conf'
5646 ;; file refers to account "nm-openconnect". Specify it here
5647 ;; so that 'network-manager-service-type' creates it.
5648 (user-accounts . ("nm-openconnect"))))))
8378c87a 5649
e5e1df4d
DC
5650(define-public mobile-broadband-provider-info
5651 (package
5652 (name "mobile-broadband-provider-info")
310c89e3 5653 (version "20190116")
e5e1df4d
DC
5654 (source (origin
5655 (method url-fetch)
5656 (uri (string-append
5657 "mirror://gnome/sources/"
5658 "mobile-broadband-provider-info/" version "/"
5659 "mobile-broadband-provider-info-" version ".tar.xz"))
5660 (sha256
5661 (base32
310c89e3 5662 "16y5lc7pfdvai9c8xwb825zc3v46039gghbip13fqslf5gw11fic"))))
e5e1df4d
DC
5663 (build-system gnu-build-system)
5664 (arguments
310c89e3 5665 `(#:tests? #f)) ; no tests
e5e1df4d
DC
5666 (home-page "https://wiki.gnome.org/Projects/NetworkManager")
5667 (synopsis "Database of broadband connection configuration")
5668 (description "Database of broadband connection configuration.")
5669 (license license:public-domain)))
5670
4d62a9d3
SB
5671(define-public network-manager-applet
5672 (package
5673 (name "network-manager-applet")
8fc3a337 5674 (version "1.8.24")
4d62a9d3
SB
5675 (source (origin
5676 (method url-fetch)
3df63444 5677 (uri (string-append "mirror://gnome/sources/network-manager-applet/"
4d62a9d3 5678 (version-major+minor version) "/"
3df63444 5679 "network-manager-applet-" version ".tar.xz"))
4d62a9d3
SB
5680 (sha256
5681 (base32
8fc3a337 5682 "1gzvz4wfqfsfclqg56y954al8x6fmz71cnxlx1i4nqr7a25bp2qi"))))
cd7f718e
RW
5683 (build-system meson-build-system)
5684 (arguments
be1c4b07
TGR
5685 '(#:configure-flags
5686 ;; ‘Nobody should be using this’ but network-manager-openvpn 1.8.10 does.
5687 (list "-Dlibnm_gtk=true")
5688 #:glib-or-gtk? #t))
4d62a9d3
SB
5689 (native-inputs
5690 `(("intltool" ,intltool)
cd7f718e 5691 ("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
4d62a9d3 5692 ("gobject-introspection" ,gobject-introspection)
cd7f718e 5693 ("gtk-doc" ,gtk-doc)
4d62a9d3
SB
5694 ("pkg-config" ,pkg-config)))
5695 (propagated-inputs
5696 ;; libnm-gtk.pc refers to all these.
5697 `(("dbus-glib" ,dbus-glib)
5698 ("gtk+" ,gtk+)
5699 ("network-manager" ,network-manager)))
5700 (inputs
cd7f718e
RW
5701 `(("gcr" ,gcr)
5702 ("iso-codes" ,iso-codes)
4d62a9d3
SB
5703 ("libgudev" ,libgudev)
5704 ("libnotify" ,libnotify)
2116bfb3 5705 ("libsecret" ,libsecret)
240cee8a
KK
5706 ("libselinux" ,libselinux)
5707 ("jansson" ,jansson) ; for team support
3e9c80b2
FP
5708 ("modem-manager" ,modem-manager)
5709 ("mobile-broadband-provider-info" ,mobile-broadband-provider-info)))
4d62a9d3 5710 (synopsis "Applet for managing network connections")
f032d0be 5711 (home-page "https://www.gnome.org/projects/NetworkManager/")
4d62a9d3
SB
5712 (description
5713 "This package contains a systray applet for NetworkManager. It displays
5714the available networks and allows users to easily switch between them.")
5715 (license license:gpl2+)))
56196594
RW
5716
5717(define-public libxml++
5718 (package
5719 (name "libxml++")
8344a85e 5720 (version "3.0.1")
56196594
RW
5721 (source (origin
5722 (method url-fetch)
5723 (uri (string-append "mirror://gnome/sources/" name "/"
5724 (version-major+minor version) "/"
5725 name "-" version ".tar.xz"))
5726 (sha256
5727 (base32
8344a85e 5728 "19kik79fmg61nv0by0a5f9wchrcfjwzvih4v2waw01hqflhqvp0r"))))
56196594
RW
5729 (build-system gnu-build-system)
5730 ;; libxml++-3.0.pc refers to all these.
5731 (propagated-inputs
5732 `(("libxml2" ,libxml2)
5733 ("glibmm" ,glibmm)))
5734 (native-inputs
5735 `(("perl" ,perl)
5736 ("pkg-config" ,pkg-config)))
5737 (home-page "http://libxmlplusplus.sourceforge.net/")
5738 (synopsis "C++ wrapper for XML parser library libxml2")
5739 (description
5740 "This package provides a C++ wrapper for the XML parser library
5741libxml2.")
5742 (license license:lgpl2.1+)))
df12f04a 5743
b61d9627
AW
5744(define-public libxml++-2
5745 (package
5746 (inherit libxml++)
5747 (name "libxml++")
5748 (version "2.40.1")
5749 (source (origin
5750 (method url-fetch)
5751 (uri (string-append "mirror://gnome/sources/" name "/"
5752 (version-major+minor version) "/"
5753 name "-" version ".tar.xz"))
5754 (sha256
5755 (base32
5756 "1sb3akryklvh2v6m6dihdnbpf1lkx441v972q9hlz1sq6bfspm2a"))))))
5757
df12f04a
SB
5758(define-public gdm
5759 (package
5760 (name "gdm")
7734b4a2 5761 (version "3.30.3")
df12f04a
SB
5762 (source (origin
5763 (method url-fetch)
5764 (uri (string-append "mirror://gnome/sources/" name "/"
5765 (version-major+minor version) "/"
5766 name "-" version ".tar.xz"))
5767 (sha256
5768 (base32
7734b4a2 5769 "15f7lz7z75krgbq8vb800afj96h8mw2fpy1s28za2911x5vgq0ak"))))
957dbc0a 5770 (build-system glib-or-gtk-build-system)
df12f04a
SB
5771 (arguments
5772 '(#:configure-flags
af37e6bb 5773 `("--without-plymouth"
957dbc0a 5774 "--disable-systemd-journal"
51bc8357
TS
5775
5776 ;; Using --with-initial-vt=7 allows GDM to run alongside TTY 1,
5777 ;; instead of having to replace it (i.e., stopping the mingetty
5778 ;; service for TTY 1 before starting GDM).
5779 "--with-initial-vt=7"
5780
89c86562
TS
5781 ;; Use '/etc/environment' for locale settings instead of the
5782 ;; systemd-specific '/etc/locale.conf'.
5783 "--with-lang-file=/etc/environment"
5784
b74ef0ba
RW
5785 ,(string-append "--with-udevdir="
5786 (assoc-ref %outputs "out") "/lib/udev")
5787
af37e6bb
AW
5788 "--localstatedir=/var"
5789 ,(string-append "--with-default-path="
5790 (string-join '("/run/setuid-programs"
5791 "/run/current-system/profile/bin"
5792 "/run/current-system/profile/sbin")
957dbc0a
AW
5793 ":"))
5794 ;; Put GDM in bindir so that glib-or-gtk-build-system wraps the
5795 ;; XDG_DATA_DIRS so that it finds its schemas.
5796 "--sbindir" ,(string-append (assoc-ref %outputs "out") "/bin"))
df12f04a
SB
5797 #:phases
5798 (modify-phases %standard-phases
5799 (add-before
5800 'configure 'pre-configure
e8c6e771 5801 (lambda* (#:key inputs outputs #:allow-other-keys)
df12f04a
SB
5802 ;; We don't have <systemd/sd-daemon.h>.
5803 (substitute* '("common/gdm-log.c"
5804 "daemon/gdm-server.c"
5805 "daemon/gdm-session-worker.c"
5806 "daemon/gdm-session-worker-job.c")
5807 (("#include <systemd/sd-daemon\\.h>") ""))
5808 ;; Use elogind for sd-login.
5809 (substitute* '("common/gdm-common.c"
5810 "daemon/gdm-manager.c"
5811 "libgdm/gdm-user-switching.c")
5812 (("#include <systemd/sd-login\\.h>")
5813 "#include <elogind/sd-login.h>"))
957dbc0a
AW
5814 ;; Check for elogind.
5815 (substitute* '("configure")
5816 (("libsystemd")
5817 "libelogind"))
af37e6bb
AW
5818 ;; Look for system-installed sessions in
5819 ;; /run/current-system/profile/share.
5820 (substitute* '("libgdm/gdm-sessions.c"
5821 "daemon/gdm-session.c"
5822 "daemon/gdm-display.c"
5823 "daemon/gdm-launch-environment.c")
5824 (("DATADIR \"/x")
5825 "\"/run/current-system/profile/share/x")
5826 (("DATADIR \"/wayland")
5827 "\"/run/current-system/profile/share/wayland")
5828 (("DATADIR \"/gnome")
5829 "\"/run/current-system/profile/share/gnome"))
c9ff92b5 5830 (let ((propagate '("GDM_CUSTOM_CONF"
1f564c15 5831 "GDM_DBUS_DAEMON"
c9ff92b5 5832 "GDM_X_SERVER"
41fa9f18 5833 "GDM_X_SESSION"
c9ff92b5
TS
5834 ;; XXX: Remove this once GNOME Shell is
5835 ;; a dependency of GDM.
5836 "XDG_DATA_DIRS")))
5837 (substitute* "daemon/gdm-session.c"
5838 (("set_up_session_environment \\(self\\);")
5839 (apply string-append
5840 "set_up_session_environment (self);\n"
5841 (map (lambda (name)
5842 (string-append
5843 "gdm_session_set_environment_variable "
5844 "(self, \"" name "\","
5845 "g_getenv (\"" name "\"));\n"))
5846 propagate)))))
a430a350
TS
5847 ;; Find the configuration file using an environment variable.
5848 (substitute* '("common/gdm-settings.c")
e0e6756f 5849 (("GDM_CUSTOM_CONF")
e57c2adb
TS
5850 (string-append "(g_getenv(\"GDM_CUSTOM_CONF\") != NULL"
5851 " ? g_getenv(\"GDM_CUSTOM_CONF\")"
5852 " : GDM_CUSTOM_CONF)")))
e0e6756f
AW
5853 ;; Use service-supplied path to X.
5854 (substitute* '("daemon/gdm-server.c")
5855 (("\\(X_SERVER X_SERVER_ARG_FORMAT")
5856 "(\"%s\" X_SERVER_ARG_FORMAT, g_getenv (\"GDM_X_SERVER\")"))
5857 (substitute* '("daemon/gdm-x-session.c")
1f564c15
TS
5858 (("\"dbus-daemon\"")
5859 "g_getenv (\"GDM_DBUS_DAEMON\")")
e0e6756f 5860 (("X_SERVER")
41fa9f18
TS
5861 "g_getenv (\"GDM_X_SERVER\")")
5862 (("GDMCONFDIR \"/Xsession\"")
5863 "g_getenv (\"GDM_X_SESSION\")"))
def6d6b6
TS
5864 ;; Use an absolute path for GNOME Session.
5865 (substitute* "daemon/gdm-launch-environment.c"
5866 (("\"gnome-session\"")
5867 (string-append "\"" (assoc-ref inputs "gnome-session")
5868 "/bin/gnome-session\"")))
e8c6e771
TS
5869 ;; Do not automatically select the placeholder session.
5870 (substitute* "daemon/gdm-session.c"
5871 (("!g_str_has_suffix [(]base_name, \"\\.desktop\"[)]")
5872 (string-append "!g_str_has_suffix (base_name, \".desktop\") || "
5873 "(g_strcmp0(search_dirs[i], \""
5874 (assoc-ref outputs "out") "/share/gdm/BuiltInSessions/"
5875 "\") == 0 && "
5876 "g_strcmp0(base_name, \"fail.desktop\") == 0)"))
5877 (("g_error [(]\"GdmSession: no session desktop files installed, aborting\\.\\.\\.\"[)];")
5878 "{ self->priv->fallback_session_name = g_strdup(\"fail\"); goto out; }"))
69544798 5879 #t))
8caa4589
TS
5880 ;; GDM requires that there be at least one desktop entry
5881 ;; file. This phase installs a hidden one that simply
5882 ;; fails. This enables users to use GDM with a
5883 ;; '~/.xsession' script with no other desktop entry files.
5884 ;; See <https://bugs.gnu.org/35068>.
5885 (add-after 'install 'install-placeholder-desktop-entry
5886 (lambda* (#:key inputs outputs #:allow-other-keys)
5887 (let* ((out (assoc-ref outputs "out"))
5888 (sessions (string-append out "/share/gdm/BuiltInSessions"))
5889 (fail (string-append sessions "/fail.desktop")))
5890 (mkdir-p sessions)
5891 (with-output-to-file fail
5892 (lambda ()
5893 (for-each
5894 display
5895 '("[Desktop Entry]\n"
5896 "Encoding=UTF-8\n"
5897 "Type=Application\n"
5898 "Name=Fail\n"
5899 "Comment=This session fails immediately.\n"
5900 "NoDisplay=true\n"
5901 "Exec=false\n"))))
5902 #t)))
69544798
TS
5903 ;; GDM needs GNOME Session to run these applications. We link
5904 ;; their autostart files in `share/gdm/greeter/autostart'
5905 ;; because GDM explicitly tells GNOME Session to look there.
5906 ;;
5907 ;; XXX: GNOME Shell should be linked here too, but currently
5908 ;; GNOME Shell depends on GDM.
5909 (add-after 'install 'link-autostart-files
5910 (lambda* (#:key inputs outputs #:allow-other-keys)
5911 (let* ((out (assoc-ref outputs "out"))
5912 (autostart (string-append out "/share/gdm/"
5913 "greeter/autostart"))
5914 (settings (assoc-ref inputs "gnome-settings-daemon")))
5915 (mkdir-p autostart)
5916 (with-directory-excursion autostart
5917 (for-each (lambda (desktop)
5918 (symlink desktop (basename desktop)))
5919 (find-files (string-append settings "/etc/xdg"))))
5920 #t))))))
df12f04a
SB
5921 (native-inputs
5922 `(("dconf" ,dconf)
5923 ("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
5924 ("gobject-introspection" ,gobject-introspection)
5925 ("intltool" ,intltool)
5926 ("itstool" ,itstool)
5927 ("pkg-config" ,pkg-config)
5928 ("xmllint" ,libxml2)))
5929 (inputs
5930 `(("accountsservice" ,accountsservice)
5931 ("check" ,check) ; for testing
5932 ("elogind" ,elogind)
def6d6b6 5933 ("gnome-session" ,gnome-session)
69544798 5934 ("gnome-settings-daemon" ,gnome-settings-daemon)
df12f04a
SB
5935 ("gtk+" ,gtk+)
5936 ("iso-codes" ,iso-codes)
5937 ("libcanberra" ,libcanberra)
5938 ("linux-pam" ,linux-pam)))
5939 (synopsis "Display manager for GNOME")
f032d0be 5940 (home-page "https://wiki.gnome.org/Projects/GDM/")
df12f04a
SB
5941 (description
5942 "GNOME Display Manager is a system service that is responsible for
5943providing graphical log-ins and managing local and remote displays.")
5944 (license license:gpl2+)))
8e1dd04f
SB
5945
5946(define-public libgtop
5947 (package
5948 (name "libgtop")
015fc036 5949 (version "2.40.0")
8e1dd04f
SB
5950 (source (origin
5951 (method url-fetch)
59487fc2 5952 (uri (string-append "mirror://gnome/sources/libgtop/"
8e1dd04f 5953 (version-major+minor version) "/"
59487fc2 5954 "libgtop-" version ".tar.xz"))
8e1dd04f
SB
5955 (sha256
5956 (base32
015fc036 5957 "1m6jbqk8maa52gxrf223442fr5bvvxgb7ham6v039i3r1i62gwvq"))))
8e1dd04f
SB
5958 (build-system gnu-build-system)
5959 (native-inputs
5960 `(("gobject-introspection" ,gobject-introspection)
5961 ("intltool" ,intltool)
5962 ("perl" ,perl)
5963 ("pkg-config" ,pkg-config)))
5964 (propagated-inputs
5965 `(("glib" ,glib))) ; required by libgtop-2.0.pc
5966 (synopsis "Portable system access library")
5967 (home-page "https://www.gnome.org/")
5968 (description
5969 "LibGTop is a library to get system specific data such as CPU and memory
5970usage and information about running processes.")
5971 (license license:gpl2+)))
b96c4260
SB
5972
5973(define-public gnome-bluetooth
5974 (package
5975 (name "gnome-bluetooth")
fd3b1171 5976 (version "3.28.0")
b96c4260
SB
5977 (source (origin
5978 (method url-fetch)
5979 (uri (string-append "mirror://gnome/sources/" name "/"
5980 (version-major+minor version) "/"
5981 name "-" version ".tar.xz"))
5982 (sha256
5983 (base32
fd3b1171
RW
5984 "0q7yzklrlayj99risj096mr5x35anx94wvr6nbf6pwbvvzv7453p"))))
5985 (build-system meson-build-system)
b96c4260
SB
5986 (native-inputs
5987 `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
fd3b1171 5988 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
b96c4260
SB
5989 ("gobject-introspection" ,gobject-introspection)
5990 ("intltool" ,intltool)
5991 ("pkg-config" ,pkg-config)
5992 ("xmllint" ,libxml2)))
5993 (propagated-inputs
5994 ;; gnome-bluetooth-1.0.pc refers to all these.
5995 `(("gtk+" ,gtk+)
5996 ("udev" ,eudev)))
5997 (inputs
5998 `(("libcanberra" ,libcanberra)
5999 ("libnotify" ,libnotify)))
6000 (synopsis "GNOME Bluetooth subsystem")
6001 (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
6002 (description
6003 "This package contains tools for managing and manipulating Bluetooth
6004devices using the GNOME desktop.")
6005 (license license:lgpl2.1+)))
b645146f
SB
6006
6007(define-public gnome-control-center
6008 (package
6009 (name "gnome-control-center")
982c0b36 6010 (version "3.30.3")
b645146f
SB
6011 (source (origin
6012 (method url-fetch)
6013 (uri (string-append "mirror://gnome/sources/" name "/"
6014 (version-major+minor version) "/"
6015 name "-" version ".tar.xz"))
6016 (sha256
6017 (base32
982c0b36
KK
6018 "0gih1cmqbv803kp30704sllghb0impa0mmv3j8pndfg4zr2mnq9r"))
6019 (patches
0de9a1be 6020 (search-patches "gnome-control-center-udisks.patch"))))
59dac026 6021 (build-system meson-build-system)
b645146f 6022 (arguments
59dac026
RW
6023 '(#:glib-or-gtk? #t
6024 #:configure-flags
64c70430
KK
6025 (list "-Dcheese=false"
6026 (string-append "-Dgnome_session_libexecdir="
6027 (assoc-ref %build-inputs "gnome-session")
6028 "/libexec"))
59dac026 6029 #:phases
b645146f
SB
6030 (modify-phases %standard-phases
6031 (add-before 'configure 'patch-paths
6032 (lambda* (#:key inputs #:allow-other-keys)
6033 (let ((libc (assoc-ref inputs "libc"))
1df38cfc 6034 (tzdata (assoc-ref inputs "tzdata"))
341225ac 6035 (libgnomekbd (assoc-ref inputs "libgnomekbd"))
64c70430
KK
6036 (nm-applet (assoc-ref inputs "network-manager-applet"))
6037 (gnome-desktop (assoc-ref inputs "gnome-desktop")))
b645146f
SB
6038 (substitute* "panels/datetime/tz.h"
6039 (("/usr/share/zoneinfo/zone.tab")
6040 (string-append tzdata "/share/zoneinfo/zone.tab")))
982c0b36 6041 (substitute* "tests/datetime/test-endianess.c"
b645146f
SB
6042 (("/usr/share/locale")
6043 (string-append libc "/share/locale")))
1df38cfc
LC
6044 (substitute* "panels/region/cc-region-panel.c"
6045 (("\"gkbd-keyboard-display")
6046 (string-append "\"" libgnomekbd
6047 "/bin/gkbd-keyboard-display")))
341225ac
LC
6048 (substitute* '("panels/network/net-device-wifi.c"
6049 "panels/network/net-device.c"
6050 "panels/network/connection-editor/net-connection-editor.c")
6051 (("\"nm-connection-editor")
6052 (string-append "\"" nm-applet
6053 "/bin/nm-connection-editor")))
1acd107c
FP
6054 (substitute* '("panels/user-accounts/run-passwd.c")
6055 (("/usr/bin/passwd")
6056 "/run/setuid-programs/passwd"))
64c70430
KK
6057 (substitute* "panels/info/cc-info-overview-panel.c"
6058 (("DATADIR \"/gnome/gnome-version.xml\"")
6059 (string-append "\"" gnome-desktop
6060 "/share/gnome/gnome-version.xml\"")))
b645146f
SB
6061 #t))))))
6062 (native-inputs
6063 `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
59dac026 6064 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
b645146f
SB
6065 ("intltool" ,intltool)
6066 ("pkg-config" ,pkg-config)
6067 ("xsltproc" ,libxslt)))
6068 (inputs
6069 `(("accountsservice" ,accountsservice)
6070 ("clutter-gtk" ,clutter-gtk)
6071 ("colord-gtk" ,colord-gtk)
6072 ("cups" ,cups)
6073 ("dconf" ,dconf)
6074 ("docbook-xsl" ,docbook-xsl)
3446ffb5 6075 ("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files
b645146f
SB
6076 ("gnome-bluetooth" ,gnome-bluetooth)
6077 ("gnome-desktop" ,gnome-desktop)
6078 ("gnome-online-accounts" ,gnome-online-accounts)
14c297fd 6079 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
64c70430 6080 ("gnome-session" ,gnome-session)
b645146f
SB
6081 ("gnome-settings-daemon" ,gnome-settings-daemon)
6082 ("grilo" ,grilo)
6083 ("ibus" ,ibus)
6084 ("libcanberra" ,libcanberra)
1df38cfc 6085 ("libgnomekbd" ,libgnomekbd)
b645146f
SB
6086 ("libgudev" ,libgudev)
6087 ("libgtop" ,libgtop)
6088 ("libpwquality" ,libpwquality)
982c0b36 6089 ("libsecret" ,libsecret)
b645146f
SB
6090 ("libsoup" ,libsoup)
6091 ("libxml2" ,libxml2)
6092 ("libwacom" ,libwacom)
6093 ("mesa" ,mesa)
6094 ("mit-krb5" ,mit-krb5)
6095 ("modem-manager" ,modem-manager)
6096 ("network-manager-applet" ,network-manager-applet)
6097 ("polkit" ,polkit)
6098 ("pulseaudio" ,pulseaudio)
6099 ("smbclient" ,samba)
6100 ("tzdata" ,tzdata)
982c0b36 6101 ("udisks" ,udisks)
b645146f
SB
6102 ("upower" ,upower)))
6103 (synopsis "Utilities to configure the GNOME desktop")
6104 (home-page "https://www.gnome.org/")
6105 (description
6106 "This package contains configuration applets for the GNOME desktop,
6107allowing to set accessibility configuration, desktop fonts, keyboard and mouse
6108properties, sound setup, desktop theme and background, user interface
6109properties, screen resolution, and other GNOME parameters.")
6110 (license license:gpl2+)))
a4df5756
SB
6111
6112(define-public gnome-shell
6113 (package
6114 (name "gnome-shell")
bd0dc2df 6115 (version "3.30.2")
a4df5756
SB
6116 (source (origin
6117 (method url-fetch)
6118 (uri (string-append "mirror://gnome/sources/" name "/"
6119 (version-major+minor version) "/"
6120 name "-" version ".tar.xz"))
6121 (sha256
6122 (base32
bd0dc2df 6123 "0kacd4w9lc5finsvs170i7827qkxwd1ddj0g2giizwffpjdjqqr2"))
a76d0f03
LC
6124 (patches (search-patches "gnome-shell-theme.patch"))
6125 (modules '((guix build utils)))
6126 (snippet
6127 #~(begin
a76d0f03
LC
6128 ;; Copy images for use on the GDM log-in screen.
6129 (copy-file #$(file-append %artwork-repository
6130 "/slim/0.x/background.png")
6131 "data/theme/guix-background.png")
45fef894
LC
6132 (copy-file #$(file-append %artwork-repository
6133 "/logo/Guix-horizontal-white.svg")
6134 "data/theme/guix-logo.svg")
a76d0f03 6135 #t))))
2b0c755d 6136 (build-system meson-build-system)
a4df5756 6137 (arguments
08185081
MB
6138 `(#:glib-or-gtk? #t
6139 #:disallowed-references ((,glib "bin")
11e1df56
LC
6140 ,inkscape ,libxslt
6141 ,ruby-sass)
2b0c755d
RW
6142 #:configure-flags
6143 (list "-Dsystemd=false"
6144 ;; Otherwise, the RUNPATH will lack the final path component.
6145 (string-append "-Dc_link_args=-Wl,-rpath="
6146 (assoc-ref %outputs "out")
6147 "/lib/gnome-shell"))
11e1df56 6148
08185081 6149 #:modules ((guix build meson-build-system)
11e1df56
LC
6150 (guix build utils)
6151 (srfi srfi-1))
6152
2b0c755d 6153 #:phases
a4df5756 6154 (modify-phases %standard-phases
2b0c755d 6155 (add-after 'unpack 'fix-keysdir
a4df5756
SB
6156 (lambda* (#:key outputs #:allow-other-keys)
6157 (let* ((out (assoc-ref outputs "out"))
6158 (keysdir (string-append
6159 out "/share/gnome-control-center/keybindings")))
2b0c755d
RW
6160 (substitute* "meson.build"
6161 (("keysdir =.*")
6162 (string-append "keysdir = '" keysdir "'\n")))
6163 #t)))
ebfe259f
MB
6164 (add-before 'configure 'convert-logo-to-png
6165 (lambda* (#:key inputs #:allow-other-keys)
6166 ;; Convert the logo from SVG to PNG.
6167 (invoke "inkscape" "--export-png=data/theme/guix-logo.png"
6168 "data/theme/guix-logo.svg")))
ba00235a 6169 (add-before 'configure 'record-absolute-file-names
2472cdec
LC
6170 (lambda* (#:key inputs #:allow-other-keys)
6171 (substitute* "js/misc/ibusManager.js"
6172 (("'ibus-daemon'")
6173 (string-append "'" (assoc-ref inputs "ibus")
6174 "/bin/ibus-daemon'")))
d6fda4d3
LC
6175 (substitute* "js/ui/status/keyboard.js"
6176 (("'gkbd-keyboard-display'")
6177 (string-append "'" (assoc-ref inputs "libgnomekbd")
6178 "/bin/gkbd-keyboard-display'")))
2472cdec 6179 #t))
2b0c755d
RW
6180 (add-before 'check 'pre-check
6181 (lambda* (#:key inputs #:allow-other-keys)
6182 ;; Tests require a running X server.
6183 (system "Xvfb :1 &")
6184 (setenv "DISPLAY" ":1")
6185 #t))
6186 (add-after 'install 'wrap-programs
6187 (lambda* (#:key inputs outputs #:allow-other-keys)
6188 (let ((out (assoc-ref outputs "out"))
6189 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
6190 (python-path (getenv "PYTHONPATH")))
6191 (wrap-program (string-append out "/bin/gnome-shell")
6192 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
6193 ;; FIXME: gnome-shell loads these libraries with unqualified
6194 ;; names only, so they need to be on LD_LIBRARY_PATH. The
6195 ;; alternative might be to patch gnome-shell.
6196 `("LD_LIBRARY_PATH" ":" prefix
6197 ,(map (lambda (pkg)
6198 (string-append (assoc-ref inputs pkg) "/lib"))
cd8dce8a
RW
6199 '("gdk-pixbuf"
6200 "gnome-bluetooth" "librsvg" "libgweather"))))
2b0c755d
RW
6201 (for-each
6202 (lambda (prog)
6203 (wrap-program (string-append out "/bin/" prog)
6204 `("PYTHONPATH" ":" prefix (,python-path))
6205 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
6206 '("gnome-shell-extension-tool" "gnome-shell-perf-tool"))
08185081 6207 #t)))
11e1df56
LC
6208 (replace 'glib-or-gtk-wrap
6209 (let ((wrap (assoc-ref %standard-phases 'glib-or-gtk-wrap)))
6210 (lambda* (#:key inputs outputs #:allow-other-keys #:rest rest)
6211 ;; By default Inkscape et al. would end up in the XDG_DATA_DIRS
6212 ;; settings of the wrappers created by the 'glib-or-gtk-wrap'
6213 ;; phase. Fix that since we don't need these.
6214 (wrap #:inputs (fold alist-delete inputs
6215 '("inkscape" "intltool" "glib:bin"))
6216 #:outputs outputs)))))))
a4df5756
SB
6217 (native-inputs
6218 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
2b0c755d 6219 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
a4df5756 6220 ("gobject-introspection" ,gobject-introspection)
ebfe259f 6221 ("inkscape" ,inkscape)
a4df5756
SB
6222 ("intltool" ,intltool)
6223 ("pkg-config" ,pkg-config)
6224 ("python" ,python)
2b0c755d
RW
6225 ("ruby-sass" ,ruby-sass)
6226 ("sassc" ,sassc)
a76d0f03 6227 ("xsltproc" ,libxslt)
2b0c755d 6228 ;; For tests
0b4504f6 6229 ("xorg-server" ,xorg-server-for-tests)))
a4df5756
SB
6230 (inputs
6231 `(("accountsservice" ,accountsservice)
6232 ("caribou" ,caribou)
6233 ("docbook-xsl" ,docbook-xsl)
6234 ("evolution-data-server" ,evolution-data-server)
6235 ("gcr" ,gcr)
6236 ("gdm" ,gdm)
c5db31d4 6237 ("gdk-pixbuf" ,gdk-pixbuf+svg)
a4df5756
SB
6238 ("gjs" ,gjs)
6239 ("gnome-bluetooth" ,gnome-bluetooth)
a4df5756
SB
6240 ("gnome-desktop" ,gnome-desktop)
6241 ("gnome-settings-daemon" ,gnome-settings-daemon)
6242 ("gst-plugins-base" ,gst-plugins-base)
6243 ("ibus" ,ibus)
6244 ("libcanberra" ,libcanberra)
6245 ("libcroco" ,libcroco)
d6fda4d3 6246 ("libgnomekbd" ,libgnomekbd) ;for gkbd-keyboard-display
a4df5756
SB
6247 ("libgweather" ,libgweather)
6248 ("libsoup" ,libsoup)
6249 ("mesa-headers" ,mesa-headers)
6250 ("mutter" ,mutter)
6251 ("network-manager-applet" ,network-manager-applet)
6252 ("polkit" ,polkit)
6253 ("pulseaudio" ,pulseaudio)
6254 ("python-pygobject" ,python-pygobject)
6255 ("startup-notification" ,startup-notification)
6256 ("telepathy-logger" ,telepathy-logger)
6257 ("upower" ,upower)
30e760f0
MB
6258 ;; XXX: These requirements were added in 3.24, but no mention in NEWS.
6259 ;; Missing propagation? See also: <https://bugs.gnu.org/27264>
6260 ("librsvg" ,librsvg)
2b0c755d 6261 ("geoclue" ,geoclue)))
a4df5756
SB
6262 (synopsis "Desktop shell for GNOME")
6263 (home-page "https://wiki.gnome.org/Projects/GnomeShell")
6264 (description
6265 "GNOME Shell provides core user interface functions for the GNOME desktop,
6266like switching to windows and launching applications.")
6267 (license license:gpl2+)))
c3f29bc9
RS
6268
6269(define-public gtk-vnc
6270 (package
6271 (name "gtk-vnc")
965ff023 6272 (version "0.9.0")
c3f29bc9
RS
6273 (source
6274 (origin
6275 (method url-fetch)
6276 (uri (string-append "mirror://gnome/sources/" name "/"
6277 (version-major+minor version) "/"
6278 name "-" version ".tar.xz"))
6279 (sha256
6280 (base32
965ff023 6281 "1dya1wc9vis8h0fv625pii1n70cckf1xjg1m2hndz989d118i6is"))))
c3f29bc9
RS
6282 (build-system gnu-build-system)
6283 (arguments
6284 '(#:configure-flags '("--with-gtk=3.0")))
6285 (propagated-inputs
6286 `(("gtk+" ,gtk+))) ; required by gtk-vnc-2.0.pc.
6287 (inputs
6288 `(("cyrus-sasl" ,cyrus-sasl)
6289 ("gnutls" ,gnutls)
6290 ("libgcrypt" ,libgcrypt)
6291 ("pulseaudio" ,pulseaudio)))
6292 (native-inputs
6293 `(("glib:bin" ,glib "bin")
6294 ("gobject-introspection" ,gobject-introspection)
6295 ("intltool" ,intltool)
6296 ("pkg-config" ,pkg-config)
2f17e939 6297 ("python-wrapper" ,python-wrapper)
c3f29bc9
RS
6298 ("vala" ,vala)))
6299 (home-page "https://wiki.gnome.org/Projects/gtk-vnc")
6300 (synopsis "VNC viewer widget for GTK+")
6301 (description
6302 "GTK-VNC is a VNC viewer widget for GTK+, used by remote desktop viewing
6303applications, for instance the Vinagre client, GNOME Boxes and virt-viewer.
6304GTK-VNC implements client side RFB protocol and authentication extensions such
6305as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.")
6306 (license license:lgpl2.1+)))
8b877545 6307
dc69fe18
MW
6308(define-public gnome-autoar
6309 (package
6310 (name "gnome-autoar")
c7da8510 6311 (version "0.2.3")
dc69fe18
MW
6312 (source (origin
6313 (method url-fetch)
6314 (uri (string-append "mirror://gnome/sources/" name "/"
6315 (version-major+minor version) "/"
6316 name "-" version ".tar.xz"))
6317 (sha256
6318 (base32
c7da8510 6319 "02i4zgqqqj56h7bcys6dz7n78m4nj2x4dv1ggjmnrk98n06xpsax"))))
dc69fe18
MW
6320 (build-system glib-or-gtk-build-system)
6321 (native-inputs
6322 `(("gnome-common" ,gnome-common)
6323 ("gobject-introspection" ,gobject-introspection)
6324 ("pkg-config" ,pkg-config)))
6325 (propagated-inputs
6326 `(("libarchive" ,libarchive))) ; XXX document why
6327 (inputs
0a6e9e13 6328 `(("gtk+" ,gtk+)))
dc69fe18
MW
6329 (synopsis "Archives integration support for GNOME")
6330 (home-page "https://git.gnome.org/browse/gnome-autoar/")
6331 (description
6332 "GNOME Autoar is a library which makes creating and extracting archives
6333easy, safe, and automatic.")
6334 (license license:lgpl2.1+)))
6335
b64e217f
MW
6336(define-public tracker
6337 (package
6338 (name "tracker")
c8bdf589 6339 (version "2.0.4")
b64e217f
MW
6340 (source (origin
6341 (method url-fetch)
b5b0fd23 6342 (uri (string-append "mirror://gnome/sources/tracker/"
b64e217f 6343 (version-major+minor version) "/"
b5b0fd23 6344 "tracker-" version ".tar.xz"))
b64e217f
MW
6345 (sha256
6346 (base32
c8bdf589 6347 "1mfc5lv820kr7ssi7hldn25gmshh65k19kh478qjsnb64sshsbyf"))))
b64e217f 6348 (build-system glib-or-gtk-build-system)
c8bdf589
RW
6349 (arguments
6350 `(#:phases
6351 (modify-phases %standard-phases
6352 (add-after 'unpack 'disable-broken-tests
6353 (lambda _
6354 ;; FIXME: Most of these fail with GLib-GIO-FATAL-ERROR: Settings
6355 ;; schema 'org.freedesktop.Tracker.FTS' is not installed.
6356 (substitute* "tests/libtracker-miner/Makefile.in"
6357 (("tracker-file-notifier-test\\$\\(EXEEXT\\)") "")
6358 (("tracker-miner-fs-test\\$\\(EXEEXT\\)") "")
6359 (("tracker-monitor-test\\$\\(EXEEXT\\)") ""))
6360 (substitute* "tests/libtracker-fts/Makefile.in"
6361 (("tracker-fts-test\\$\\(EXEEXT\\)") ""))
6362 (substitute* "tests/libtracker-data/Makefile.in"
6363 (("tracker-ontology\\$\\(EXEEXT\\)") "")
6364 (("tracker-ontology-change\\$\\(EXEEXT\\)") "")
6365 (("tracker-backup\\$\\(EXEEXT\\)") "")
6366 (("tracker-sparql-blank\\$\\(EXEEXT\\)") "")
6367 (("tracker-sparql\\$\\(EXEEXT\\)") ""))
6368 ;; These fail because the SPARQL backend could not be loaded.
6369 ;; That's because /etc/machine-id is missing, but
6370 ;; DBUS_FATAL_WARNINGS does not help here.
6371 (substitute* "tests/libtracker-sparql/Makefile.in"
6372 (("tracker-gb-737023-test\\$\\(EXEEXT\\)") "")
6373 (("tracker-sparql-test\\$\\(EXEEXT\\)") ""))
6374 (substitute* "tests/tracker-steroids/Makefile.in"
6375 (("tracker-test\\$\\(EXEEXT\\)") ""))
6376 #t))
6377 ;; Two tests fail if LANG is not set.
6378 (add-before 'check 'pre-check
6379 (lambda _
6380 (setenv "LANG" "en_US.UTF-8")
6381 ;; For the missing /etc/machine-id.
6382 (setenv "DBUS_FATAL_WARNINGS" "0")
6383 #t)))))
b64e217f
MW
6384 (native-inputs
6385 `(("gnome-common" ,gnome-common)
6386 ("gobject-introspection" ,gobject-introspection)
6387 ("intltool" ,intltool)
6388 ("pkg-config" ,pkg-config)
6389 ("vala" ,vala)))
6390 (inputs
6391 `(("gtk+" ,gtk+)
6392 ("dbus" ,dbus)
6393 ("gstreamer" ,gstreamer)
6394 ("gst-plugins-base" ,gst-plugins-base)
44ed6284 6395 ("sqlite" ,sqlite)
c8bdf589 6396 ("python" ,python)
b64e217f
MW
6397 ("poppler" ,poppler)
6398 ("libgsf" ,libgsf)
6399 ("libexif" ,libexif)
6400 ("libpng" ,libpng)
6401 ("libtiff" ,libtiff)
6402 ("libvorbis" ,libvorbis)
6403 ("flac" ,flac)
6404 ("totem-pl-parser" ,totem-pl-parser)
6405 ("zlib" ,zlib)
6406 ("exempi" ,exempi)
6407 ("libxml2" ,libxml2)
6408 ("upower" ,upower)
b64e217f
MW
6409 ("libunistring" ,libunistring)
6410 ("giflib" ,giflib)
0ef48cd9 6411 ("json-glib" ,json-glib)
b64e217f
MW
6412 ("openjpeg" ,openjpeg-1)
6413 ("libosinfo" ,libosinfo)
6414 ("libcue" ,libcue)
6415 ("libseccomp" ,libseccomp)
0ef48cd9 6416 ("libsoup" ,libsoup)
b64e217f 6417 ("libuuid" ,util-linux)))
b64e217f
MW
6418 (synopsis "Metadata database, indexer and search tool")
6419 (home-page "https://wiki.gnome.org/Projects/Tracker")
6420 (description
6421 "Tracker is an advanced framework for first class objects with associated
6422metadata and tags. It provides a one stop solution for all metadata, tags,
6423shared object databases, search tools and indexing.")
6424 ;; src/libtracker-*/* and src/tracker-extract/* are covered by lgpl2.1+,
6425 ;; src/gvdb/* are covered by lgpl2.0+, and the rest is gpl2+.
6426 (license (list license:gpl2+
6427 license:lgpl2.1+
6428 license:lgpl2.0+))))
6429
8b877545
RS
6430(define-public nautilus
6431 (package
6432 (name "nautilus")
c71bb3f2 6433 (version "3.30.5")
8b877545
RS
6434 (source (origin
6435 (method url-fetch)
6436 (uri (string-append "mirror://gnome/sources/" name "/"
6437 (version-major+minor version) "/"
6438 name "-" version ".tar.xz"))
6439 (sha256
6440 (base32
c71bb3f2 6441 "144r4py9b8w9ycsg6fggjg05kwvymh003qsb3h6apgpch5y3zgnv"))))
35e2d0cf 6442 (build-system meson-build-system)
8b877545 6443 (arguments
35e2d0cf 6444 '(#:glib-or-gtk? #t
8b877545
RS
6445 ;; XXX: FAIL: check-nautilus
6446 ;; Settings schema 'org.gnome.nautilus.preferences' is not installed
6447 #:tests? #f))
6448 (native-inputs
35e2d0cf
R
6449 `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
6450 ("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
6451 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
8b877545
RS
6452 ("gobject-introspection" ,gobject-introspection)
6453 ("intltool" ,intltool)
6454 ("pkg-config" ,pkg-config)))
8b877545 6455 (inputs
8b877545 6456 `(("dconf" ,dconf)
caf6c363 6457 ("gexiv2" ,gexiv2)
dd05e731 6458 ("gvfs" ,gvfs)
8b877545
RS
6459 ("exempi" ,exempi)
6460 ("gnome-desktop" ,gnome-desktop)
09d88905 6461 ("gnome-autoar" ,gnome-autoar)
ec66ebd4 6462 ("libseccomp" ,libseccomp)
35e2d0cf 6463 ("libselinux" ,libselinux)
09d88905 6464 ("tracker" ,tracker)
ce6027bf
SB
6465 ;; XXX: gtk+ is required by libnautilus-extension.pc
6466 ;;
6467 ;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta
6468 ;; package. See:
6469 ;; <http://lists.gnu.org/archive/html/guix-devel/2016-03/msg00283.html>.
6470 ("gtk+" ,gtk+)
8b877545
RS
6471 ("libexif" ,libexif)
6472 ("libxml2" ,libxml2)))
6473 (synopsis "File manager for GNOME")
6474 (home-page "https://wiki.gnome.org/Apps/Nautilus")
6475 (description
6476 "Nautilus (Files) is a file manager designed to fit the GNOME desktop
6477design and behaviour, giving the user a simple way to navigate and manage its
6478files.")
6479 (license license:gpl2+)))
3c697ffd
JR
6480
6481(define-public baobab
6482 (package
6483 (name "baobab")
d4ae2d15 6484 (version "3.30.0")
3c697ffd
JR
6485 (source (origin
6486 (method url-fetch)
6487 (uri (string-append
6488 "mirror://gnome/sources/" name "/"
6489 (version-major+minor version) "/"
6490 name "-" version ".tar.xz"))
6491 (sha256
6492 (base32
d4ae2d15 6493 "0kx721s1hhw1g0nvbqhb93g8iq6f852imyhfhl02zcqy4ipx0kay"))))
d233d373
RJ
6494 (build-system meson-build-system)
6495 (arguments
6496 '(#:glib-or-gtk? #t))
3c697ffd
JR
6497 (native-inputs
6498 `(("intltool" ,intltool)
6499 ("pkg-config" ,pkg-config)
d233d373
RJ
6500 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
6501 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
3c697ffd
JR
6502 ("itstool" ,itstool)
6503 ("xmllint" ,libxml2)
6504 ("glib" ,glib "bin")
6505 ("vala" ,vala)))
6506 (inputs
6507 `(("gtk+" ,gtk+)))
6508 (synopsis "Disk usage analyzer for GNOME")
6509 (description
6510 "Baobab (Disk Usage Analyzer) is a graphical application to analyse disk
6511usage in the GNOME desktop environment. It can easily scan device volumes or
6512a specific user-requested directory branch (local or remote). Once the scan
6513is complete it provides a graphical representation of each selected folder.")
6514 (home-page "https://wiki.gnome.org/Apps/Baobab")
6515 (license license:gpl2+)))
dc050251 6516
fdba447c
RS
6517(define-public gnome-backgrounds
6518 (package
6519 (name "gnome-backgrounds")
29b85910 6520 (version "3.30.0")
fdba447c
RS
6521 (source
6522 (origin
6523 (method url-fetch)
6524 (uri (string-append "mirror://gnome/sources/" name "/"
6525 (version-major+minor version) "/"
6526 name "-" version ".tar.xz"))
6527 (sha256
6528 (base32
29b85910 6529 "1179jrl16bp9gqabqhw7nnfp8qzf5y1vf9fi45bni6rfmwm3mrpc"))))
9ca381f0 6530 (build-system meson-build-system)
fdba447c
RS
6531 (native-inputs
6532 `(("intltool" ,intltool)))
6533 (home-page "https://git.gnome.org/browse/gnome-backgrounds")
6534 (synopsis "Background images for the GNOME desktop")
6535 (description
6536 "GNOME backgrounds package contains a collection of graphics files which
6537can be used as backgrounds in the GNOME Desktop environment. Additionally,
6538the package creates the proper framework and directory structure so that you
6539can add your own files to the collection.")
6540 (license (list license:gpl2+
6541 license:cc-by2.0
6542 license:cc-by-sa2.0
6543 license:cc-by-sa3.0))))
6544
b784b1a9
RS
6545(define-public gnome-screenshot
6546 (package
6547 (name "gnome-screenshot")
676e7cb4 6548 (version "3.30.0")
b784b1a9
RS
6549 (source
6550 (origin
6551 (method url-fetch)
6552 (uri (string-append "mirror://gnome/sources/" name "/"
6553 (version-major+minor version) "/"
6554 name "-" version ".tar.xz"))
6555 (sha256
6556 (base32
676e7cb4 6557 "06dx3svxq6sar4913mrz5lzb7hmc66wck138vmyxj8x8iv1iw0w8"))))
8356aefa 6558 (build-system meson-build-system)
b784b1a9
RS
6559 (native-inputs
6560 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
8356aefa
RW
6561 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
6562 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
b784b1a9 6563 ("intltool" ,intltool)
8356aefa 6564 ("appstream-glib" ,appstream-glib)
b784b1a9
RS
6565 ("pkg-config" ,pkg-config)))
6566 (inputs
6567 `(("gtk+" ,gtk+)
6568 ("libcanberra" ,libcanberra)
6569 ("libx11" ,libx11)
6570 ("libxext" ,libxext)))
676e7cb4 6571 (home-page "https://gitlab.gnome.org/GNOME/gnome-screenshot")
b784b1a9
RS
6572 (synopsis "Take pictures of your screen")
6573 (description
6574 "GNOME Screenshot is a utility used for taking screenshots of the entire
6575screen, a window or a user defined area of the screen, with optional
6576beautifying border effects.")
6577 (license license:gpl2+)))
6578
66d59111
RS
6579(define-public dconf-editor
6580 (package
6581 (name "dconf-editor")
bc09c416 6582 (version "3.30.2")
66d59111
RS
6583 (source
6584 (origin
6585 (method url-fetch)
6586 (uri (string-append "mirror://gnome/sources/" name "/"
6587 (version-major+minor version) "/"
6588 name "-" version ".tar.xz"))
6589 (sha256
6590 (base32
bc09c416 6591 "06f736spn20s7qjsz00xw44v8r8bjhyrz1v3bix6v416jc5jp6ia"))))
294ff39d 6592 (build-system meson-build-system)
86f2124b
LC
6593 (arguments
6594 '(#:phases (modify-phases %standard-phases
6595 (add-before 'configure 'set-glib-minimum-version
6596 (lambda _
6597 ;; Change the minimum required GLib version so that
6598 ;; 'valac' is passed '--target-glib 2.60.0'; failing to
6599 ;; do that, it complains that "55" is not an even
6600 ;; number. See <https://bugs.gnu.org/37503>.
6601 (substitute* "editor/meson.build"
6602 (("2\\.55\\.1") "2.60.0"))
6603 #t)))))
66d59111
RS
6604 (native-inputs
6605 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
294ff39d 6606 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
66d59111 6607 ("intltool" ,intltool)
294ff39d
RW
6608 ("pkg-config" ,pkg-config)
6609 ("vala" ,vala)))
66d59111
RS
6610 (inputs
6611 `(("dconf" ,dconf)
6612 ("gtk+" ,gtk+)
6613 ("libxml2" ,libxml2)))
6614 (home-page "https://git.gnome.org/browse/dconf-editor")
6615 (synopsis "Graphical editor for GNOME's dconf configuration system")
6616 (description
6617 "Dconf-editor is a graphical tool for browsing and editing the dconf
6618configuration system for GNOME. It allows users to configure desktop
6619software that do not provide their own configuration interface.")
6620 (license license:lgpl2.1+)))
6621
96d36f38
AW
6622(define-public gnome-default-applications
6623 (package
6624 (name "gnome-default-applications")
6625 (version "0")
6626 (build-system trivial-build-system)
6627 (source #f)
6628 (propagated-inputs
8ad4f0aa
LC
6629 `(("nautilus" ,nautilus)
6630 ("evince" ,evince)))
96d36f38
AW
6631 (arguments
6632 `(#:modules ((guix build utils))
6633 #:builder
6634 (begin
6635 (use-modules (guix build utils))
6636 (let* ((out (assoc-ref %outputs "out"))
6637 (apps (string-append out "/share/applications")))
6638 (mkdir-p apps)
6639 (call-with-output-file (string-append apps "/defaults.list")
6640 (lambda (port)
6641 (format port "[Default Applications]\n")
8ad4f0aa
LC
6642 (format port "inode/directory=org.gnome.Nautilus.desktop\n")
6643 (format port "application/pdf=evince.desktop\n")
6644 (format port "application/postscript=evince.desktop\n")))
96d36f38
AW
6645 #t))))
6646 (synopsis "Default MIME type associations for the GNOME desktop")
6647 (description
6648 "Given many installed packages which might handle a given MIME type, a
6649user running the GNOME desktop probably has some preferences: for example,
6650that folders be opened by default by the Nautilus file manager, not the Baobab
6651disk usage analyzer. This package establishes that set of default MIME type
6652associations for GNOME.")
6653 (license license:gpl3+)
6654 (home-page #f)))
6655
dc050251
SB
6656(define-public gnome
6657 (package
6658 (name "gnome")
6659 (version (package-version gnome-shell))
6660 (source #f)
6661 (build-system trivial-build-system)
e3cfef22 6662 (arguments '(#:builder (begin (mkdir %output) #t)))
dc050251
SB
6663 (propagated-inputs
6664 ;; TODO: Add more packages according to:
6665 ;; <https://packages.debian.org/jessie/gnome-core>.
6666 `(("adwaita-icon-theme" ,adwaita-icon-theme)
05f651c4 6667 ("baobab" ,baobab)
0bd3597b 6668 ("font-cantarell" ,font-cantarell)
a9dbefdc 6669 ("font-dejavu" ,font-dejavu)
dc050251
SB
6670 ("at-spi2-core" ,at-spi2-core)
6671 ("dbus" ,dbus)
6672 ("dconf" ,dconf)
72360453 6673 ("desktop-file-utils" ,desktop-file-utils)
dc050251
SB
6674 ("eog" ,eog)
6675 ("epiphany" ,epiphany)
6676 ("evince" ,evince)
71d9b980 6677 ("file-roller" ,file-roller)
dc050251
SB
6678 ("gedit" ,gedit)
6679 ("glib-networking" ,glib-networking)
05f651c4 6680 ("gnome-backgrounds" ,gnome-backgrounds)
63ad9b80
AW
6681 ("gnome-bluetooth" ,gnome-bluetooth)
6682 ("gnome-calculator" ,gnome-calculator)
dc050251 6683 ("gnome-control-center" ,gnome-control-center)
63ad9b80 6684 ("gnome-disk-utility" ,gnome-disk-utility)
96d36f38 6685 ("gnome-default-applications" ,gnome-default-applications)
dc050251 6686 ("gnome-keyring" ,gnome-keyring)
63ad9b80 6687 ("gnome-online-accounts" ,gnome-online-accounts)
dc050251
SB
6688 ("gnome-session" ,gnome-session)
6689 ("gnome-settings-daemon" ,gnome-settings-daemon)
6690 ("gnome-shell" ,gnome-shell)
63ad9b80 6691 ("gnome-system-monitor" ,gnome-system-monitor)
dc050251
SB
6692 ("gnome-terminal" ,gnome-terminal)
6693 ("gnome-themes-standard" ,gnome-themes-standard)
2999dcd5
AW
6694 ("gst-plugins-base" ,gst-plugins-base)
6695 ("gst-plugins-good" ,gst-plugins-good)
63ad9b80 6696 ("gucharmap" ,gucharmap)
05f651c4 6697 ("gvfs" ,gvfs)
dc050251
SB
6698 ("hicolor-icon-theme" ,hicolor-icon-theme)
6699 ("nautilus" ,nautilus)
69308043 6700 ("pinentry-gnome3" ,pinentry-gnome3)
dc050251
SB
6701 ("pulseaudio" ,pulseaudio)
6702 ("shared-mime-info" ,shared-mime-info)
f6f4370f 6703 ("system-config-printer" ,system-config-printer)
dc050251 6704 ("totem" ,totem)
c20cd0d2 6705 ("xdg-user-dirs" ,xdg-user-dirs)
dc050251
SB
6706 ("yelp" ,yelp)
6707 ("zenity" ,zenity)))
fe4e698d 6708 (synopsis "The GNU desktop environment")
dc050251
SB
6709 (home-page "https://www.gnome.org/")
6710 (description
fe4e698d
LC
6711 "GNOME is the graphical desktop for GNU. It includes a wide variety of
6712applications for browsing the web, editing text and images, creating
6713documents and diagrams, playing media, scanning, and much more.")
dc050251 6714 (license license:gpl2+)))
4a526711
DT
6715
6716(define-public byzanz
6717 ;; The last stable release of Byzanz was in 2011, but there have been many
6718 ;; useful commits made to the Byzanz repository since then that it would be
6719 ;; silly to use such an old release.
6720 (let ((commit "f7af3a5bd252db84af8365bd059c117a7aa5c4af"))
6721 (package
6722 (name "byzanz")
6723 (version (string-append "0.2-1." (string-take commit 7)))
6724 (source (origin
6725 (method git-fetch)
6726 (uri (git-reference
5f13bf09 6727 (url "https://git.gnome.org/browse/byzanz")
4a526711 6728 (commit commit)))
5a6527e4 6729 (file-name (string-append name "-" version "-checkout"))
4a526711
DT
6730 (sha256
6731 (base32
6732 "1l60myzxf9cav27v5v3nsijlslz9r7ip6d5kiirfpkf9k0w26hz3"))))
6733 (build-system glib-or-gtk-build-system)
6734 (arguments
6735 '(#:phases
6736 (modify-phases %standard-phases
189be331 6737 (replace 'bootstrap
4a526711
DT
6738 (lambda _
6739 ;; The build system cleverly detects that we're not building from
6740 ;; a release tarball and turns on -Werror for GCC.
6741 ;; Unsurprisingly, there is a warning during compilation that
6742 ;; causes the build to fail unnecessarily, so we remove the flag.
6743 (substitute* '("configure.ac")
6744 (("-Werror") ""))
6745 ;; The autogen.sh script in gnome-common will run ./configure
6746 ;; by default, which is problematic because source shebangs
6747 ;; have not yet been patched.
6748 (setenv "NOCONFIGURE" "t")
6749 (zero? (system* "sh" "autogen.sh")))))))
6750 (native-inputs
6751 `(("autoconf" ,autoconf)
6752 ("automake" ,automake)
6753 ("gnome-common" ,gnome-common)
6754 ("intltool" ,intltool)
6755 ("libtool" ,libtool)
6756 ("pkg-config" ,pkg-config)
6757 ("which" ,which)))
6758 (inputs
6759 `(("glib" ,glib)
6760 ("gstreamer" ,gstreamer)
6761 ("gst-plugins-base" ,gst-plugins-base)
6762 ("gtk+" ,gtk+)))
6763 (synopsis "Desktop recording program")
6764 (description "Byzanz is a simple desktop recording program with a
6765command-line interface. It can record part or all of an X display for a
6766specified duration and save it as a GIF encoded animated image file.")
6767 (home-page "https://git.gnome.org/browse/byzanz")
6768 (license license:gpl2+))))
3a9a4c51 6769
0ec171ec
MS
6770(define-public gsound
6771 (package
6772 (name "gsound")
6773 (version "1.0.2")
6774 (source (origin
6775 (method url-fetch)
6776 (uri (string-append "mirror://gnome/sources/" name "/"
6777 (version-major+minor version) "/"
6778 name "-" version ".tar.xz"))
6779 (sha256
6780 (base32
6781 "0lwfwx2c99qrp08pfaj59pks5dphsnxjgrxyadz065d8xqqgza5v"))))
6782 (build-system glib-or-gtk-build-system)
6783 (native-inputs
6784 `(("pkg-config" ,pkg-config)
6785 ("gobject-introspection" ,gobject-introspection)
6786 ("vala" ,vala)))
6787 (inputs
6788 `(("glib" ,glib)
6789 ("libcanberra" ,libcanberra)))
6790 (home-page "https://wiki.gnome.org/Projects/GSound")
6791 (synopsis "GObject wrapper for libcanberra")
6792 (description
6793 "GSound is a small library for playing system sounds. It's designed to be
6794used via GObject Introspection, and is a thin wrapper around the libcanberra C
6795library.")
6796 (license license:lgpl2.1+)))
6797
3a9a4c51
RS
6798(define-public libzapojit
6799 (package
6800 (name "libzapojit")
6801 (version "0.0.3")
6802 (source (origin
6803 (method url-fetch)
6804 (uri (string-append "mirror://gnome/sources/" name "/"
6805 (version-major+minor version) "/"
6806 name "-" version ".tar.xz"))
6807 (sha256
6808 (base32
6809 "0zn3s7ryjc3k1abj4k55dr2na844l451nrg9s6cvnnhh569zj99x"))))
6810 (build-system gnu-build-system)
6811 (native-inputs
6812 `(("gobject-introspection" ,gobject-introspection)
6813 ("intltool" ,intltool)
6814 ("pkg-config" ,pkg-config)))
6815 (inputs
14c297fd 6816 `(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
3a9a4c51
RS
6817 ("json-glib" ,json-glib)
6818 ("rest" ,rest)))
6819 (home-page "https://wiki.gnome.org/Projects/Zapojit")
6820 (synopsis "Library for accessing SkyDrive and Hotmail")
6821 (description
6822 "Libzapojit is a GLib-based library for accessing online service APIs of
6823Microsoft SkyDrive and Hotmail, using their REST protocols.")
6824 (license license:lgpl2.1+)))
9365ee1c 6825
60e2a9ae
MS
6826(define-public gnome-clocks
6827 (package
6828 (name "gnome-clocks")
757f863b 6829 (version "3.30.1")
60e2a9ae
MS
6830 (source (origin
6831 (method url-fetch)
6832 (uri (string-append "mirror://gnome/sources/" name "/"
6833 (version-major+minor version) "/"
6834 name "-" version ".tar.xz"))
6835 (sha256
6836 (base32
757f863b 6837 "009fr6zwv37wryi0c0syi4i7pxpdbn3gliws68l99cjsbn2qd6pc"))))
60e2a9ae
MS
6838 (build-system meson-build-system)
6839 (arguments
6840 '(#:glib-or-gtk? #t))
6841 (native-inputs
6842 `(("vala" ,vala)
6843 ("pkg-config" ,pkg-config)
6844 ("glib" ,glib "bin") ; for glib-compile-resources
6845 ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
6846 ("desktop-file-utils" ,desktop-file-utils)
6847 ("gettext" ,gettext-minimal)
6848 ("itstool" ,itstool)))
6849 (inputs
6850 `(("glib" ,glib)
6851 ("gtk+" ,gtk+)
6852 ("gsound" ,gsound)
6853 ("geoclue" ,geoclue)
6854 ("geocode-glib" ,geocode-glib)
6855 ("libgweather" ,libgweather)
6856 ("gnome-desktop" ,gnome-desktop)))
6857 (home-page "https://wiki.gnome.org/Apps/Clocks")
6858 (synopsis "GNOME's clock application")
6859 (description
6860 "GNOME Clocks is a simple clocks application designed to fit the GNOME
6861desktop. It supports world clock, stop watch, alarms, and count down timer.")
6862 (license license:gpl3+)))
6863
3c474897
KY
6864(define-public gnome-calendar
6865 (package
6866 (name "gnome-calendar")
496d7ccd 6867 (version "3.30.1")
3c474897
KY
6868 (source (origin
6869 (method url-fetch)
6870 (uri (string-append "mirror://gnome/sources/" name "/"
6871 (version-major+minor version) "/"
6872 name "-" version ".tar.xz"))
6873 (sha256
6874 (base32
496d7ccd 6875 "1avi7a29y8d8kzwslp51nwy6s692alms7917454j0xpfc6hnw62s"))))
a49d3e37
MS
6876 (build-system meson-build-system)
6877 (arguments
6878 '(#:glib-or-gtk? #t
6879 ;; gnome-calendar has to be installed before the tests can be run
6880 ;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
6881 #:tests? #f))
3c474897 6882 (native-inputs
a49d3e37
MS
6883 `(("gettext" ,gettext-minimal)
6884 ("glib-bin" ,glib "bin") ; For glib-compile-schemas
6885 ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
3c474897
KY
6886 ("pkg-config" ,pkg-config)))
6887 (inputs
a49d3e37 6888 `(("evolution-data-server" ,evolution-data-server)
14c297fd 6889 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
a286b5eb
RW
6890 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6891 ("libdazzle" ,libdazzle)
b63c06f1 6892 ("libedataserverui" ,evolution-data-server)
a286b5eb
RW
6893 ("libgweather" ,libgweather)
6894 ("geoclue" ,geoclue)))
3c474897
KY
6895 (home-page "https://wiki.gnome.org/Apps/Calendar")
6896 (synopsis "GNOME's calendar application")
6897 (description
6898 "GNOME Calendar is a simple calendar application designed to fit the GNOME
a49d3e37 6899desktop. It supports multiple calendars, month, week and year view.")
3c474897
KY
6900 (license license:gpl3+)))
6901
57b14665
MS
6902(define-public gnome-todo
6903 (package
6904 (name "gnome-todo")
9f3c6c88 6905 (version "3.28.1")
57b14665
MS
6906 (source (origin
6907 (method url-fetch)
6908 (uri (string-append "mirror://gnome/sources/" name "/"
6909 (version-major+minor version) "/"
6910 name "-" version ".tar.xz"))
6911 (sha256
6912 (base32
9f3c6c88 6913 "08ygqbib72jlf9y0a16k54zz51sncpq2wa18wp81v46q8301ymy7"))))
57b14665
MS
6914 (build-system meson-build-system)
6915 (arguments
6916 '(#:glib-or-gtk? #t
6917 #:phases (modify-phases %standard-phases
6918 (add-after
6919 'install 'wrap-gnome-todo
6920 (lambda* (#:key inputs outputs #:allow-other-keys)
6921 (let ((out (assoc-ref outputs "out"))
6922 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
6923 (python-path (getenv "PYTHONPATH")))
6924 (wrap-program (string-append out "/bin/gnome-todo")
6925 ;; XXX: gi plugins are broken.
6926 ;; See https://bugzilla.gnome.org/show_bug.cgi?id=787212
6927 ;; For plugins.
6928 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
6929 `("PYTHONPATH" ":" prefix (,python-path))))
6930 #t)))))
6931 (native-inputs
6932 `(("gettext" ,gettext-minimal)
6933 ("gobject-introspection" ,gobject-introspection)
6934 ("glib:bin" ,glib "bin") ; For glib-compile-resources
6935 ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
6936 ("pkg-config" ,pkg-config)))
6937 (inputs
6938 `(("rest" ,rest) ; For Todoist plugin
6939 ("json-glib" ,json-glib) ; For Todoist plugin
b63c06f1 6940 ("libedataserverui" ,evolution-data-server)
57b14665
MS
6941 ("libical" ,libical)
6942 ("libpeas" ,libpeas)
6943 ("python-pygobject" ,python-pygobject)
6944 ("evolution-data-server" ,evolution-data-server)
14c297fd 6945 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
57b14665
MS
6946 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
6947 (home-page "https://wiki.gnome.org/Apps/Todo")
6948 (synopsis "GNOME's ToDo Application")
6949 (description
6950 "GNOME To Do is a simplistic personal task manager designed to perfectly
6951fit the GNOME desktop.")
6952 (license license:gpl3+)))
6953
ab179eaf
SB
6954(define-public gnome-dictionary
6955 (package
6956 (name "gnome-dictionary")
cf81ddef 6957 (version "3.26.1")
ab179eaf
SB
6958 (source (origin
6959 (method url-fetch)
6960 (uri (string-append "mirror://gnome/sources/" name "/"
6961 (version-major+minor version) "/"
6962 name "-" version ".tar.xz"))
6963 (sha256
6964 (base32
cf81ddef
LC
6965 "007k2bq8iplg4psdpz074r5d4zxvn4s95qym4rw9hs6giljbrf0n"))))
6966 (build-system meson-build-system)
2776b5d5
MB
6967 (arguments '(#:glib-or-gtk? #t
6968 #:phases (modify-phases %standard-phases
6969 (add-after 'unpack 'patch-install-script
6970 (lambda _
6971 ;; This script attempts to compile glib schemas
6972 ;; and create an empty MIME database. We do
6973 ;; that elsewhere, so prevent it from running.
6974 (substitute* "build-aux/post-install.sh"
6975 (("\\[ -z \"\\$DESTDIR\" \\]") "false"))
6976 #t)))))
ab179eaf
SB
6977 (native-inputs
6978 `(("glib:bin" ,glib "bin")
6979 ("gobject-introspection" ,gobject-introspection)
6980 ("intltool" ,intltool)
6981 ("itstool" ,itstool)
6982 ("pkg-config" ,pkg-config)
6983 ("xmllint" ,libxml2)))
6984 (inputs
6985 `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
6986 ("gtk+" ,gtk+)))
6987 (home-page "https://wiki.gnome.org/Apps/Dictionary")
6988 (synopsis "Look up words in dictionary sources")
6989 (description
6990 "GNOME Dictionary can look for the definition or translation of a word in
6991existing databases over the internet.")
6992 (license license:gpl3+)))
6993
d13f3a03 6994(define-public gnome-tweaks
9365ee1c 6995 (package
d13f3a03 6996 (name "gnome-tweaks")
9d4d439b 6997 (version "3.30.2")
9365ee1c
JN
6998 (source (origin
6999 (method url-fetch)
d13f3a03 7000 (uri (string-append "mirror://gnome/sources/gnome-tweaks/"
9365ee1c 7001 (version-major+minor version) "/"
d13f3a03
RW
7002 "gnome-tweaks-" version ".tar.xz"))
7003 (patches
7004 (list (search-patch "gnome-tweaks-search-paths.patch")))
9365ee1c
JN
7005 (sha256
7006 (base32
9d4d439b 7007 "0j63siy1i5pl2g6di1r9vjn54m9ahh42wj20j6689pza2lamay1z"))))
d13f3a03 7008 (build-system meson-build-system)
9365ee1c 7009 (arguments
d13f3a03
RW
7010 `(#:glib-or-gtk? #t
7011 #:configure-flags '("-Dlocalstatedir=/tmp"
7012 "-Dsysconfdir=/tmp")
9365ee1c 7013 #:imported-modules ((guix build python-build-system)
d13f3a03
RW
7014 ,@%meson-build-system-modules)
7015 #:phases
7016 (modify-phases %standard-phases
7017 (add-after 'install 'wrap
7018 (@@ (guix build python-build-system) wrap))
7019 (add-after 'wrap 'wrap-gi-typelib
7020 (lambda* (#:key inputs outputs #:allow-other-keys)
7021 (let ((out (assoc-ref outputs "out"))
7022 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
7023 (wrap-program (string-append out "/bin/gnome-tweaks")
7024 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
7025 #t)))))
9365ee1c 7026 (native-inputs
c7fc414e
RH
7027 `(("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
7028 ("intltool" ,intltool)
9365ee1c
JN
7029 ("pkg-config" ,pkg-config)))
7030 (inputs
c7fc414e
RH
7031 `(("gnome-desktop" ,gnome-desktop)
7032 ("gtk+" ,gtk+)
9365ee1c
JN
7033 ("gobject-introspection" ,gobject-introspection)
7034 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
c7fc414e
RH
7035 ("libnotify" ,libnotify)
7036 ("libsoup" ,libsoup)
7037 ("nautilus" ,nautilus)
7038 ("python" ,python)
7039 ("python-pygobject" ,python-pygobject)))
9365ee1c 7040 (synopsis "Customize advanced GNOME 3 options")
d13f3a03 7041 (home-page "https://wiki.gnome.org/Apps/Tweaks")
9365ee1c 7042 (description
d13f3a03 7043 "GNOME Tweaks allows adjusting advanced configuration settings in
9365ee1c
JN
7044GNOME 3. This includes things like the fonts used in user interface elements,
7045alternative user interface themes, changes in window management behavior,
7046GNOME Shell appearance and extension, etc.")
7047 (license license:gpl3+)))
813f814a 7048
d13f3a03
RW
7049;; This package has been renamed by upstream.
7050(define-public gnome-tweak-tool
7051 (deprecated-package "gnome-tweak-tool" gnome-tweaks))
7052
32ac717c
DT
7053(define-public gnome-shell-extensions
7054 (package
7055 (name "gnome-shell-extensions")
2aabc647 7056 (version "3.30.1")
32ac717c
DT
7057 (source (origin
7058 (method url-fetch)
7059 (uri (string-append "mirror://gnome/sources/" name "/"
7060 (version-major+minor version) "/"
7061 name "-" version ".tar.xz"))
7062 (sha256
7063 (base32
2aabc647 7064 "1grxn4f5x754r172wmnf0h0xpy69afmj359zsj1rwgqlzw4i4c5p"))))
100f625b 7065 (build-system meson-build-system)
32ac717c 7066 (arguments
100f625b 7067 '(#:configure-flags '("-Dextension_set=all")))
32ac717c
DT
7068 (native-inputs
7069 `(("intltool" ,intltool)
7070 ("pkg-config" ,pkg-config)))
7071 (propagated-inputs
7072 `(("glib" ,glib)
7073 ("glib" ,glib "bin")))
7074 (synopsis "Extensions for GNOME Shell")
7075 (description "GNOME Shell extensions modify and extend GNOME Shell
7076functionality and behavior.")
7077 (home-page "https://extensions.gnome.org/")
7078 (license license:gpl3+)))
7079
a7a31827
GL
7080(define-public numix-theme
7081 (package
7082 (name "numix-theme")
7083 (version "2.6.7")
7084 (source (origin
7085 (method git-fetch)
7086 (uri (git-reference
7087 (url "https://github.com/numixproject/numix-gtk-theme.git")
7088 (commit version)))
7089 (file-name (git-file-name name version))
7090 (sha256
7091 (base32
7092 "12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"))))
7093 (build-system gnu-build-system)
7094 (arguments
7095 '(#:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs "out")))
7096 #:phases
7097 (modify-phases %standard-phases
7098 (delete 'configure)
7099 (delete 'check))))
7100 (native-inputs
7101 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas
7102 ("gnome-shell" ,gnome-shell)
7103 ("gtk+" ,gtk+)
7104 ("xmllint" ,libxml2)
7105 ("ruby-sass" ,ruby-sass)))
7106 (synopsis "Flat theme with light and dark elements")
7107 (description "Numix is a modern flat theme with a combination of light and
7108dark elements. It supports GNOME, Unity, Xfce, and Openbox.")
7109 (home-page "https://numixproject.github.io")
7110 (license license:gpl3+)))
7111
813f814a
DT
7112(define-public arc-theme
7113 (package
7114 (name "arc-theme")
37781323 7115 (version "20190917")
813f814a 7116 (source (origin
a18f8eaf
BH
7117 (method git-fetch)
7118 (uri (git-reference
7119 (url "https://github.com/NicoHood/arc-theme.git")
7120 (commit version)))
7121 (file-name (git-file-name name version))
813f814a
DT
7122 (sha256
7123 (base32
37781323 7124 "1qgpk4p2hi5hd4yy0hj93kq1vs0b32wb8qkaj1wi90c8gwddq5wa"))))
813f814a 7125 (build-system gnu-build-system)
d88884fa
EF
7126 (arguments
7127 '(#:phases
7128 (modify-phases %standard-phases
7129 ;; autogen.sh calls configure at the end of the script.
7130 (replace 'bootstrap
7131 (lambda _ (invoke "autoreconf" "-vfi"))))))
813f814a
DT
7132 (native-inputs
7133 `(("autoconf" ,autoconf)
7134 ("automake" ,automake)
a18f8eaf
BH
7135 ("glib" ,glib "bin") ; for glib-compile-resources
7136 ("gnome-shell" ,gnome-shell)
7137 ("gtk+" ,gtk+)
7138 ("inkscape" ,inkscape)
7139 ("optipng" ,optipng)
7140 ("pkg-config" ,pkg-config)
7141 ("sassc" ,sassc)))
813f814a
DT
7142 (synopsis "A flat GTK+ theme with transparent elements")
7143 (description "Arc is a flat theme with transparent elements for GTK 3, GTK
71442, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments
7145like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
7146 (home-page "https://github.com/horst3180/arc-theme")
7147 ;; No "or later" language found.
a18f8eaf 7148 (license license:gpl3+)))
9987c57c 7149
d935e6a1 7150(define-public faba-icon-theme
9987c57c 7151 (package
d935e6a1 7152 (name "faba-icon-theme")
2eee7ee3 7153 (version "4.3")
d935e6a1
BT
7154 (source
7155 (origin
7156 (method url-fetch)
7157 (uri (string-append "https://github.com/moka-project/"
7158 name "/archive/v" version ".tar.gz"))
7159 (file-name (string-append name "-" version ".tar.gz"))
7160 (sha256
7161 (base32
2eee7ee3 7162 "18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68"))))
f6a9b345 7163 (build-system meson-build-system)
9987c57c 7164 (arguments
82da291a 7165 `(#:phases
9987c57c 7166 (modify-phases %standard-phases
82da291a 7167 (add-before 'configure 'disable-post-install
9987c57c 7168 (lambda _
82da291a
JL
7169 (substitute* "meson.build"
7170 (("meson.add_install_script.*") "")))))))
9987c57c
DT
7171 (native-inputs
7172 `(("autoconf" ,autoconf)
7173 ("automake" ,automake)))
d935e6a1
BT
7174 (synopsis "Faba icon theme")
7175 (description
7176 "Faba is a minimal icon set used as a basis for other themes such as
7177Moka")
7178 (home-page "https://snwh.org/moka")
7179 (license (list license:lgpl3+
7180 license:cc-by-sa4.0))))
7181
9987c57c
DT
7182(define-public moka-icon-theme
7183 (package
8b0e4177 7184 (inherit faba-icon-theme)
9987c57c 7185 (name "moka-icon-theme")
105a3625 7186 (version "5.4.0")
9987c57c
DT
7187 (source (origin
7188 (method url-fetch)
7189 (uri (string-append "https://github.com/moka-project"
7190 "/moka-icon-theme/archive/v"
7191 version ".tar.gz"))
7192 (file-name (string-append name "-" version ".tar.gz"))
7193 (sha256
7194 (base32
105a3625 7195 "1nbwdjj268hxv9lfagd9aylily9f0hhallp841v0i3imljp84bmk"))))
550281fb
BT
7196 (propagated-inputs
7197 ;; Moka is based on Faba by using it as a fallback icon set instead of
7198 ;; bundling it, so we need to add it as a propagated input.
7199 `(("faba-icon-theme" ,faba-icon-theme)))
9987c57c
DT
7200 (synopsis "Moka icon theme")
7201 (description "Moka is a stylized desktop icon set, designed to be clear,
7202simple and consistent.")
fedde43b
BT
7203 (license (list license:gpl3+
7204 license:cc-by-sa4.0))))
6fd8f8d6
DT
7205
7206(define-public arc-icon-theme
7207 (package
7208 (name "arc-icon-theme")
c4180240 7209 (version "20161122")
6fd8f8d6
DT
7210 (source (origin
7211 (method url-fetch)
7212 (uri (string-append "https://github.com/horst3180/arc-icon-theme"
7213 "/archive/" version ".tar.gz"))
7214 (file-name (string-append name "-" version ".tar.gz"))
7215 (sha256
7216 (base32
c4180240 7217 "1ya1cqvv8q847c0rpcg6apzky87q3h04y8jz5nmi52qk6kg8si0b"))))
6fd8f8d6 7218 (build-system gnu-build-system)
9e1ede95
JL
7219 (arguments
7220 `(#:phases
7221 (modify-phases %standard-phases
7222 (add-after 'unpack 'disable-configure-during-bootstrap
7223 (lambda _
7224 (substitute* "autogen.sh"
7225 (("^\"\\$srcdir/configure\".*") ""))
7226 #t)))))
6fd8f8d6
DT
7227 (native-inputs
7228 `(("autoconf" ,autoconf)
7229 ("automake" ,automake)))
7230 ;; When Arc is missing an icon, it looks in the Moka icon theme for it.
7231 (propagated-inputs
7232 `(("moka-icon-theme" ,moka-icon-theme)))
7233 (synopsis "Arc icon theme")
7234 (description "The Arc icon theme provides a set of icons matching the
7235style of the Arc GTK theme. Icons missing from the Arc theme are provided by
7236the Moka icon theme.")
7237 (home-page "https://github.com/horst3180/arc-icon-theme")
7238 (license license:gpl3+)))
6064a4e8
LF
7239
7240(define-public folks
7241 (package
7242 (name "folks")
d23495fa 7243 (version "0.11.4")
6064a4e8
LF
7244 (source (origin
7245 (method url-fetch)
7246 (uri (string-append
e5f4796e 7247 "mirror://gnome/sources/folks/"
6064a4e8 7248 (version-major+minor version) "/"
e5f4796e 7249 "folks-" version ".tar.xz"))
6064a4e8
LF
7250 (sha256
7251 (base32
d23495fa 7252 "16hqh2gxlbx0b0hgq216hndr1m72vj54jvryzii9zqkk0g9kxc57"))))
6064a4e8
LF
7253 (build-system glib-or-gtk-build-system)
7254 (inputs
7255 `(("bdb" ,bdb)
7256 ("dbus-glib" ,dbus-glib)
7257 ("evolution-data-server" ,evolution-data-server)
7258 ("glib" ,glib)
7259 ("libgee" ,libgee)
7260 ("telepathy-glib" ,telepathy-glib)))
7261 (native-inputs
7262 `(("gobject-introspection" ,gobject-introspection)
7263 ("intltool" ,intltool)
7264 ("pkg-config" ,pkg-config)
7265 ("vala" ,vala)))
7266 (synopsis "Library to aggregate data about people")
7267 (description "Libfolks is a library that aggregates information about people
7268from multiple sources (e.g., Telepathy connection managers for IM contacts,
7269Evolution Data Server for local contacts, libsocialweb for web service contacts,
7270etc.) to create metacontacts. It's written in Vala, which generates C code when
7271compiled.")
7272 (home-page "https://wiki.gnome.org/Projects/Folks")
7273 (license license:lgpl2.1+)))
01ea778f
LF
7274
7275(define-public gfbgraph
7276 (package
7277 (name "gfbgraph")
7278 (version "0.2.3")
7279 (source (origin
7280 (method url-fetch)
7281 (uri (string-append
237d4cf7 7282 "mirror://gnome/sources/gfbgraph/"
01ea778f 7283 (version-major+minor version) "/"
237d4cf7 7284 "gfbgraph-" version ".tar.xz"))
01ea778f
LF
7285 (sha256
7286 (base32
7287 "1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))
7288 (build-system glib-or-gtk-build-system)
7289 (arguments
7290 `(#:tests? #f ; Tests appear to require the network.
7291 ;; FIXME --enable-gtk-doc fails even with gtk-doc as a native-input.
7292 #:configure-flags '("--disable-gtk-doc"
7293 "--disable-static"
7294 "--enable-introspection")))
7295 (native-inputs
7296 `(("pkg-config" ,pkg-config)
7297 ("gobject-introspection" ,gobject-introspection)))
7298 (inputs
7299 `(("json-glib" ,json-glib)
14c297fd 7300 ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
01ea778f
LF
7301 ("rest" ,rest)))
7302 (synopsis "GLib/GObject wrapper for the Facebook API")
7303 (description "This library allows you to use the Facebook API from
7304GLib/GObject code.")
7305 (home-page "https://wiki.gnome.org/Projects/GFBGraph")
7306 (license license:lgpl2.1+)))
3920868c 7307
7308(define-public libgnomekbd
7309 (package
7310 (name "libgnomekbd")
70f2b0f9 7311 (version "3.26.1")
3920868c 7312 (source (origin
7313 (method url-fetch)
d47fa82d 7314 (uri (string-append "mirror://gnome/sources/libgnomekbd/"
3920868c 7315 (version-major+minor version) "/"
d47fa82d 7316 "libgnomekbd-" version ".tar.xz"))
3920868c 7317 (sha256
7318 (base32
70f2b0f9 7319 "0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
3920868c 7320 (build-system gnu-build-system)
7321 (native-inputs
7322 `(("pkg-config" ,pkg-config)
7323 ("glib" ,glib "bin")
7324 ("intltool" ,intltool)))
7325 (propagated-inputs
7326 ;; Referred to in .h files and .pc.
7327 `(("glib" ,glib)
7328 ("gtk+" ,gtk+)
7329 ("libxklavier" ,libxklavier)))
7330 (home-page "https://www.gnome.org")
7331 (synopsis "GNOME keyboard configuration library")
7332 (description
7333 "Libgnomekbd is a keyboard configuration library for the GNOME desktop
7334environment, which can notably display keyboard layouts.")
7335 (license license:lgpl2.0+)))
85327d0d 7336
7337;;; This package is no longer maintained:
7338;;; https://wiki.gnome.org/Attic/LibUnique
7339;;; "Unique is now in maintenance mode, and its usage is strongly discouraged.
7340;;; Applications should use the GtkApplication class provided by GTK+ 3.0."
7341(define-public libunique
7342 (package
7343 (name "libunique")
7344 (version "3.0.2")
7345 (source (origin
7346 (method url-fetch)
7347 (uri (string-append "mirror://gnome/sources/" name "/"
7348 (version-major+minor version) "/"
7349 name "-" version ".tar.xz"))
7350 (sha256
7351 (base32
7352 "0f70lkw66v9cj72q0iw1s2546r6bwwcd8idcm3621fg2fgh2rw58"))))
7353 (build-system glib-or-gtk-build-system)
7354 (arguments
7355 `(#:configure-flags '("--disable-static"
7356 "--disable-dbus" ; use gdbus
7357 "--enable-introspection")))
7358 (native-inputs
7359 `(("pkg-config" ,pkg-config)
7360 ("gobject-introspection" ,gobject-introspection)
7361 ("glib:bin" ,glib "bin")
7362 ("gtk-doc" ,gtk-doc)))
7363 (propagated-inputs
7364 ;; Referred to in .h files and .pc.
7365 `(("gtk+" ,gtk+)))
7366 (home-page "https://wiki.gnome.org/Attic/LibUnique")
7367 (synopsis "Library for writing single instance applications")
7368 (description
7369 "Libunique is a library for writing single instance applications. If you
7370launch a single instance application twice, the second instance will either just
7371quit or will send a message to the running instance. Libunique makes it easy to
7372write this kind of application, by providing a base class, taking care of all
7373the IPC machinery needed to send messages to a running instance, and also
7374handling the startup notification side.")
7375 (license license:lgpl2.1+)))
54021cd8
RS
7376
7377(define-public gnome-calculator
7378 (package
7379 (name "gnome-calculator")
07ace641 7380 (version "3.32.2")
54021cd8
RS
7381 (source
7382 (origin
7383 (method url-fetch)
7384 (uri (string-append "mirror://gnome/sources/" name "/"
7385 (version-major+minor version) "/"
7386 name "-" version ".tar.xz"))
7387 (sha256
7388 (base32
07ace641 7389 "0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41"))))
2d475910
RW
7390 (build-system meson-build-system)
7391 (arguments '(#:glib-or-gtk? #t))
54021cd8
RS
7392 (native-inputs
7393 `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
2d475910 7394 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
54021cd8
RS
7395 ("intltool" ,intltool)
7396 ("itstool" ,itstool)
2d475910 7397 ("vala" ,vala)
54021cd8
RS
7398 ("pkg-config" ,pkg-config)))
7399 (inputs
112e9083 7400 `(("glib" ,glib)
07ace641 7401 ("gtksourceview" ,gtksourceview)
54021cd8 7402 ("libsoup" ,libsoup)
112e9083 7403 ("libxml2" ,libxml2)
2c2da7ec 7404 ("mpc" ,mpc)
54021cd8
RS
7405 ("mpfr" ,mpfr)))
7406 (home-page "https://wiki.gnome.org/Apps/Calculator")
7407 (synopsis "Desktop calculator")
7408 (description
7409 "Calculator is an application that solves mathematical equations and
7410is suitable as a default application in a Desktop environment.")
7411 (license license:gpl3)))
0bd69759
RS
7412
7413(define-public xpad
7414 (package
7415 (name "xpad")
c85626bb 7416 (version "5.1.0")
0bd69759
RS
7417 (source
7418 (origin
7419 (method url-fetch)
08fda9c6
R
7420 (uri (string-append "https://launchpad.net/xpad/trunk/"
7421 version "/+download/"
0bd69759
RS
7422 name "-" version ".tar.bz2"))
7423 (sha256
7424 (base32
c85626bb 7425 "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3"))))
0bd69759
RS
7426 (build-system gnu-build-system)
7427 (native-inputs
08fda9c6
R
7428 `(("autoconf" ,autoconf)
7429 ("automake" ,automake)
7430 ("gtk+:bin" ,gtk+ "bin")
7431 ("intltool" ,intltool)
0bd69759
RS
7432 ("pkg-config" ,pkg-config)))
7433 (inputs
c72647fb 7434 `(("gtksourceview" ,gtksourceview-3)
0bd69759
RS
7435 ("libsm" ,libsm)))
7436 (home-page "https://wiki.gnome.org/Apps/Xpad")
7437 (synopsis "Virtual sticky note")
7438 (description
7439 "Xpad is a sticky note that strives to be simple, fault tolerant,
7440and customizable. Xpad consists of independent pad windows, each is
7441basically a text box in which notes can be written.")
7442 (license license:gpl3+)))
3ad7dce1
RS
7443
7444(define-public gucharmap
c60063ea
RW
7445 (let ((unicode-files
7446 '(("Blocks.txt"
1f8b5515 7447 "041sk54v6rjzb23b9x7yjdwzdp2wc7gvfz7ybavgg4gbh51wm8x1")
c60063ea 7448 ("DerivedAge.txt"
1f8b5515 7449 "04j92xp07v273z3pxkbfmi1svmw9kmnjl9nvz9fv0g5ybk9zk7r6")
c60063ea 7450 ("NamesList.txt"
1f8b5515 7451 "0vsq8gx7hws8mvxy3nlglpwxw7ky57q0fs09d7w9xgb2ylk7fz61")
c60063ea 7452 ("Scripts.txt"
1f8b5515 7453 "18c63hx4y5yg408a8d0wx72d2hfnlz4l560y1fsf9lpzifxpqcmx")
c60063ea 7454 ("UnicodeData.txt"
1f8b5515 7455 "07d1kq190kgl92ispfx6zmdkvwvhjga0ishxsngzlw8j3kdkz4ap")
c60063ea 7456 ("Unihan.zip"
1f8b5515 7457 "1kfdhgg2gm52x3s07bijb5cxjy0jxwhd097k5lqhvzpznprm6ibf"))))
c60063ea
RW
7458 (package
7459 (name "gucharmap")
1f8b5515 7460 (version "12.0.1")
c60063ea
RW
7461 (source
7462 (origin
7463 (method url-fetch)
7464 (uri (string-append "mirror://gnome/sources/" name "/"
7465 (version-major+minor version) "/"
7466 name "-" version ".tar.xz"))
7467 (sha256
7468 (base32
1f8b5515 7469 "0m915hm2b2d6r3vs1l80rqpssvg78pv8j6nv54yg62kzknnqmpir"))))
c60063ea
RW
7470 (build-system glib-or-gtk-build-system)
7471 (arguments
7472 `(#:modules ((ice-9 match)
7473 (guix build glib-or-gtk-build-system)
7474 (guix build utils))
7475 #:configure-flags
7476 (list "--with-unicode-data=../unicode-data")
7477 #:phases
7478 (modify-phases %standard-phases
7479 (add-after 'unpack 'prepare-unicode-data
7480 (lambda* (#:key inputs #:allow-other-keys)
7481 (mkdir-p "../unicode-data")
7482 (with-directory-excursion "../unicode-data"
7483 (for-each (match-lambda
7484 ((file _)
7485 (install-file (assoc-ref inputs file) ".")))
7486 ',unicode-files))
7487 #t)))))
7488 (native-inputs
7489 `(("desktop-file-utils" ,desktop-file-utils)
7490 ("glib:bin" ,glib "bin") ; for glib-compile-resources.
7491 ("gobject-introspection" ,gobject-introspection)
7492 ("intltool" ,intltool)
7493 ("itstool" ,itstool)
7494 ("pkg-config" ,pkg-config)
7495 ,@(map (match-lambda
7496 ((file hash)
7497 `(,file
7498 ,(origin
7499 (method url-fetch)
7500 (uri (string-append
1f8b5515 7501 "http://www.unicode.org/Public/12.0.0/ucd/"
c60063ea
RW
7502 file))
7503 (sha256 (base32 hash))))))
7504 unicode-files)
7505 ("unzip" ,unzip)))
7506 (inputs
7507 `(("gtk+" ,gtk+)
7508 ("xmllint" ,libxml2)))
7509 (home-page "https://wiki.gnome.org/Apps/Gucharmap")
7510 (synopsis "Unicode character picker and font browser")
7511 (description
7512 "This program allows you to browse through all the available Unicode
3ad7dce1
RS
7513characters and categories for the installed fonts, and to examine their
7514detailed properties. It is an easy way to find the character you might
7515only know by its Unicode name or code point.")
c60063ea 7516 (license license:gpl3+))))
04ce840a
RS
7517
7518(define-public bluefish
7519 (package
7520 (name "bluefish")
ea8afaf3 7521 (version "2.2.10")
04ce840a
RS
7522 (source
7523 (origin
7524 (method url-fetch)
7525 (uri (string-append "http://www.bennewitz.com/bluefish/stable/source/"
7526 name "-" version ".tar.gz"))
7527 (sha256
7528 (base32
ea8afaf3 7529 "1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))
04ce840a
RS
7530 (build-system gnu-build-system)
7531 (native-inputs
7532 `(("desktop-file-utils" ,desktop-file-utils)
7533 ("intltool" ,intltool)
7534 ("pkg-config" ,pkg-config)))
7535 (inputs
7536 `(("enchant" ,enchant)
7537 ("gtk+" ,gtk+)
7538 ("python" ,python-2)
7539 ("xmllint" ,libxml2)
7540 ("gucharmap" ,gucharmap)))
7541 (home-page "http://bluefish.openoffice.nl")
7542 (synopsis "Web development studio")
7543 (description
7544 "Bluefish is an editor targeted towards programmers and web developers,
7545with many options to write web sites, scripts and other code.
7546Bluefish supports many programming and markup languages.")
7547 (license license:gpl3+)))
1f6a73ee
RS
7548
7549(define-public gnome-system-monitor
7550 (package
7551 (name "gnome-system-monitor")
85fb3df3 7552 (version "3.30.0")
1f6a73ee
RS
7553 (source
7554 (origin
7555 (method url-fetch)
7556 (uri (string-append "mirror://gnome/sources/" name "/"
7557 (version-major+minor version) "/"
7558 name "-" version ".tar.xz"))
7559 (sha256
7560 (base32
85fb3df3
RW
7561 "0g0y565bjs6bdszrnxsz1f7hcm1x59i3mfvplysirh7nz3hpz888"))))
7562 (build-system meson-build-system)
7563 (arguments
7564 '(#:glib-or-gtk? #t
7565 #:configure-flags '("-Dsystemd=false")))
1f6a73ee
RS
7566 (native-inputs
7567 `(("glib:bin" ,glib "bin") ; for glib-mkenums.
85fb3df3 7568 ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
1f6a73ee
RS
7569 ("intltool" ,intltool)
7570 ("itstool" ,itstool)
7571 ("libgtop" ,libgtop)
4985d9aa 7572 ("polkit" ,polkit)
1f6a73ee
RS
7573 ("pkg-config" ,pkg-config)))
7574 (inputs
7575 `(("gdk-pixbuf" ,gdk-pixbuf) ; for loading SVG files.
7576 ("gtk+" ,gtk+)
7577 ("gtkmm" ,gtkmm)
7578 ("librsvg" ,librsvg)
4985d9aa
RW
7579 ("libxml2" ,libxml2)
7580 ("libwnck" ,libwnck)))
1f6a73ee
RS
7581 (home-page "https://wiki.gnome.org/Apps/SystemMonitor")
7582 (synopsis "Process viewer and system resource monitor for GNOME")
7583 (description
7584 "GNOME System Monitor is a GNOME process viewer and system monitor with
7585an attractive, easy-to-use interface. It has features, such as a tree view
7586for process dependencies, icons for processes, the ability to hide processes,
7587graphical time histories of CPU/memory/swap usage and the ability to
7588kill/reinice processes.")
7589 (license license:gpl2+)))
3e00ac47
SB
7590
7591(define-public python-pyatspi
7592 (package
7593 (name "python-pyatspi")
84548bd7 7594 (version "2.26.0")
3e00ac47
SB
7595 (source (origin
7596 (method url-fetch)
7597 (uri (string-append
7598 "mirror://gnome/sources/pyatspi/"
7599 (version-major+minor version)
7600 "/pyatspi-" version ".tar.xz"))
7601 (sha256
7602 (base32
b95af3f6
JL
7603 "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6"))
7604 ;; Patch from upstream, fixed in newer versions.
7605 (patches (search-patches "python-pyatspi-python-37.patch"))))
3e00ac47 7606 (build-system gnu-build-system)
b95af3f6
JL
7607 (arguments
7608 `(#:phases
7609 (modify-phases %standard-phases
7610 (add-before 'build 'fix-atk-load
7611 (lambda _
7612 (substitute* "pyatspi/__init__.py"
7613 (("from gi.repository import Atspi")
7614 "gi.require_version('Gtk', '3.0')
7615from gi.repository import Gtk
7616from gi.repository import Atspi"))
7617 #t)))))
3e00ac47
SB
7618 (native-inputs
7619 `(("pkg-config" ,pkg-config)))
7620 (inputs
7621 `(("python" ,python)
7622 ("python-pygobject" ,python-pygobject)))
7623 (synopsis "Python client bindings for D-Bus AT-SPI")
7624 (home-page "https://wiki.linuxfoundation.org/accessibility\
7625/atk/at-spi/at-spi_on_d-bus")
7626 (description
7627 "This package includes a python client library for the AT-SPI D-Bus
7628accessibility infrastructure.")
7629 (license license:lgpl2.0)
7630 (properties '((upstream-name . "pyatspi")))))
53201c0d
SB
7631
7632(define-public orca
7633 (package
7634 (name "orca")
ef9b7d4c 7635 (version "3.30.2")
53201c0d
SB
7636 (source (origin
7637 (method url-fetch)
7638 (uri (string-append
7639 "mirror://gnome/sources/" name "/"
7640 (version-major+minor version) "/"
7641 name "-" version ".tar.xz"))
7642 (sha256
7643 (base32
ef9b7d4c 7644 "17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53"))))
53201c0d
SB
7645 (build-system glib-or-gtk-build-system)
7646 (arguments
7647 '(#:phases
7648 (modify-phases %standard-phases
7649 (add-before 'configure 'qualify-xkbcomp
7650 (lambda* (#:key inputs #:allow-other-keys)
7651 (let ((xkbcomp (string-append
7652 (assoc-ref inputs "xkbcomp") "/bin/xkbcomp")))
7653 (substitute* "src/orca/orca.py"
7654 (("'xkbcomp'") (format #f "'~a'" xkbcomp))))
7655 #t))
7656 (add-after 'install 'wrap-orca
7657 (lambda* (#:key outputs #:allow-other-keys)
7658 (let* ((out (assoc-ref outputs "out"))
7659 (prog (string-append out "/bin/orca")))
7660 (wrap-program prog
7661 `("GI_TYPELIB_PATH" ":" prefix
7662 (,(getenv "GI_TYPELIB_PATH")))
7663 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix
7664 (,(getenv "GST_PLUGIN_SYSTEM_PATH")))
7665 `("PYTHONPATH" ":" prefix
7666 (,(getenv "PYTHONPATH")))))
7667 #t)))))
7668 (native-inputs
7669 `(("intltool" ,intltool)
7670 ("itstool" ,itstool)
7671 ("pkg-config" ,pkg-config)
7672 ("xmllint" ,libxml2)))
7673 (inputs
7674 `(("at-spi2-atk" ,at-spi2-atk)
7675 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7676 ("gstreamer" ,gstreamer)
7677 ("gst-plugins-base" ,gst-plugins-base)
7678 ("gst-plugins-good" ,gst-plugins-good)
7679 ("gtk+" ,gtk+)
7680 ("python" ,python)
7681 ("python-pygobject" ,python-pygobject)
7682 ("python-pyatspi" ,python-pyatspi)
7683 ("python-speechd" ,speech-dispatcher)
7684 ("xkbcomp" ,xkbcomp)))
7685 (synopsis
7686 "Screen reader for individuals who are blind or visually impaired")
7687 (home-page "https://wiki.gnome.org/Projects/Orca")
7688 (description
7689 "Orca is a screen reader that provides access to the graphical desktop
7690via speech and refreshable braille. Orca works with applications and toolkits
7691that support the Assistive Technology Service Provider Interface (AT-SPI).")
7692 (license license:lgpl2.1+)))
411ba511
LC
7693
7694(define-public gspell
7695 (package
7696 (name "gspell")
7a6bbe9b 7697 (version "1.8.2")
411ba511
LC
7698 (source (origin
7699 (method url-fetch)
7700 (uri (string-append "mirror://gnome/sources/" name "/"
7701 (version-major+minor version) "/"
7702 name "-" version ".tar.xz"))
7703 (sha256
7704 (base32
7a6bbe9b 7705 "1miybm1z5cl91i25l7mfqlxhv7j8yy8rcgi0s1bgbb2vm71rb4dv"))
411ba511
LC
7706 (patches (search-patches "gspell-dash-test.patch"))))
7707 (build-system glib-or-gtk-build-system)
7708 (arguments
7709 '(#:phases
7710 (modify-phases %standard-phases
7711 (add-before 'check 'pre-check
7712 (lambda* (#:key inputs #:allow-other-keys)
7713 ;; Tests require a running X server.
7714 (system "Xvfb :1 &")
7715 (setenv "DISPLAY" ":1")
7716
7717 ;; For the missing /etc/machine-id.
7718 (setenv "DBUS_FATAL_WARNINGS" "0")
7719
7720 ;; Allow Enchant and its Aspell backend to find the en_US
7721 ;; dictionary.
7722 (setenv "ASPELL_DICT_DIR"
7723 (string-append (assoc-ref inputs "aspell-dict-en")
7724 "/lib/aspell"))
7725 #t)))))
7726 (inputs
eccd35be 7727 `(("gtk+" ,gtk+)
a801ae4c
TGR
7728 ("glib" ,glib)
7729 ("iso-codes" ,iso-codes)))
411ba511
LC
7730 (native-inputs
7731 `(("glib" ,glib "bin")
7732 ("pkg-config" ,pkg-config)
7733 ("xmllint" ,libxml2)
7734
7735 ;; For tests.
a801ae4c
TGR
7736 ("aspell-dict-en" ,aspell-dict-en)
7737 ("xorg-server" ,xorg-server)))
eccd35be 7738 (propagated-inputs
9b1bb757 7739 `(("enchant" ,enchant))) ;enchant.pc is required by gspell-1.pc
411ba511
LC
7740 (home-page "https://wiki.gnome.org/Projects/gspell")
7741 (synopsis "GNOME's alternative spell checker")
7742 (description
7743 "gspell provides a flexible API to add spell-checking to a GTK+
7744application. It provides a GObject API, spell-checking to text entries and
7745text views, and buttons to choose the language.")
7746 (license license:gpl2+)))
d1d739fa
CM
7747
7748(define-public gnome-planner
7749 (package
7750 (name "gnome-planner")
7751 (version "0.14.6")
7752 (source (origin
7753 (method url-fetch)
7754 (uri (string-append "mirror://gnome/sources/planner/"
7755 (version-major+minor version) "/planner-"
7756 version ".tar.xz"))
7757 (sha256
7758 (base32
7759 "15h6ps58giy5r1g66sg1l4xzhjssl362mfny2x09khdqsvk2j38k"))))
7760 (build-system glib-or-gtk-build-system)
7761 (arguments
7762 ;; Disable the Python bindings because the Planner program functions
7763 ;; without them, and (as of 2017-06-13) we have not packaged all of
7764 ;; packages that are necessary for building the Python bindings.
20b7b75c
EF
7765 `(#:configure-flags
7766 (list "--disable-python"
7767 ,@(if (string=? "aarch64-linux" (%current-system))
7768 '("--build=aarch64-unknown-linux-gnu")
7769 '()))))
d1d739fa
CM
7770 (inputs
7771 `(("libgnomecanvas" ,libgnomecanvas)
7772 ("libgnomeui" ,libgnomeui)
7773 ("libglade" ,libglade)
7774 ("gnome-vfs" ,gnome-vfs)
7775 ("gconf" ,gconf)
7776 ("libxml2" ,libxml2)
7777 ("libxslt" ,libxslt)
7778 ("gtk+" ,gtk+)
7779 ("glib" ,glib)))
7780 (native-inputs
7781 `(("intltool" ,intltool)
7782 ("scrollkeeper" ,scrollkeeper)
7783 ("pkg-config" ,pkg-config)))
7784 (home-page "https://wiki.gnome.org/Apps/Planner")
7785 (synopsis "Project management software for the GNOME desktop")
7786 (description
7787 "GNOME Planner is a project management tool based on the Work Breakdown
7788Structure (WBS). Its goal is to enable you to easily plan projects. Based on
7789the resources, tasks, and constraints that you define, Planner generates
7790various views into a project. For example, Planner can show a Gantt chart of
7791the project. It can show a detailed summary of tasks including their
7792duration, cost, and current progress. It can also show a report of resource
7793utilization that highlights under-utilized and over-utilized resources. These
7794views can be printed as PDF or PostScript files, or exported to HTML.")
4b926cb6 7795 (license license:gpl2+)))
64fce637
RS
7796
7797(define-public lollypop
7798 (package
7799 (name "lollypop")
d029afdd 7800 (version "1.1.3.1")
64fce637
RS
7801 (source
7802 (origin
7803 (method url-fetch)
b98eace8 7804 (uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
d029afdd 7805 "5a7cd7c72b6d83ae08d0c54c4691f9df/"
64fce637
RS
7806 name "-" version ".tar.xz"))
7807 (sha256
7808 (base32
d029afdd 7809 "1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))
aa498fc0 7810 (build-system meson-build-system)
64fce637
RS
7811 (arguments
7812 `(#:imported-modules ((guix build python-build-system)
aa498fc0
TD
7813 ,@%meson-build-system-modules)
7814 #:glib-or-gtk? #t
5fc9b6c1
EF
7815 #:tests? #f ; no test suite
7816 #:phases
7817 (modify-phases %standard-phases
5fc9b6c1
EF
7818 (add-after 'install 'wrap-program
7819 (lambda* (#:key outputs #:allow-other-keys)
7820 (let ((out (assoc-ref outputs "out"))
7821 (gi-typelib-path (getenv "GI_TYPELIB_PATH")))
7822 (wrap-program (string-append out "/bin/lollypop")
7823 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
7824 #t))
7825 (add-after 'install 'wrap
7826 (@@ (guix build python-build-system) wrap)))))
64fce637
RS
7827 (native-inputs
7828 `(("intltool" ,intltool)
7829 ("itstool" ,itstool)
aa498fc0
TD
7830 ("glib:bin" ,glib "bin") ; For glib-compile-resources
7831 ("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
64fce637
RS
7832 ("pkg-config" ,pkg-config)))
7833 (inputs
7834 `(("gobject-introspection" ,gobject-introspection)
5fc9b6c1 7835 ("gst-plugins-base" ,gst-plugins-base)
64fce637
RS
7836 ("libnotify" ,libnotify)
7837 ("libsecret" ,libsecret)
7838 ("libsoup" ,libsoup)
7839 ("python" ,python)
7840 ("python-beautifulsoup4" ,python-beautifulsoup4)
7841 ("python-gst" ,python-gst)
d029afdd 7842 ("python-pil" ,python-pillow)
64fce637
RS
7843 ("python-pycairo" ,python-pycairo)
7844 ("python-pygobject" ,python-pygobject)
7845 ("python-pylast" ,python-pylast)
7846 ("totem-pl-parser" ,totem-pl-parser)
7847 ("webkitgtk" ,webkitgtk)))
7848 (propagated-inputs
7849 `(;; gst-plugins-base is required to start Lollypop,
7850 ;; the others are required to play streaming.
64fce637
RS
7851 ("gst-plugins-good" ,gst-plugins-good)
7852 ("gst-plugins-ugly" ,gst-plugins-ugly)))
b98eace8 7853 (home-page "https://wiki.gnome.org/Apps/Lollypop")
64fce637
RS
7854 (synopsis "GNOME music playing application")
7855 (description
7856 "Lollypop is a music player designed to play well with GNOME desktop.
7857Lollypop plays audio formats such as mp3, mp4, ogg and flac and gets information
7858from artists and tracks from the web. It also fetches cover artworks
7859automatically and it can stream songs from online music services and charts.")
7860 (license license:gpl3+)))
d831d49d
AW
7861
7862(define-public gnome-video-effects
7863 (package
7864 (name "gnome-video-effects")
7865 (version "0.4.3")
7866 (source (origin
7867 (method url-fetch)
7868 (uri (string-append "mirror://gnome/sources/" name "/"
7869 (version-major+minor version) "/" name "-"
7870 version ".tar.xz"))
7871 (sha256
7872 (base32
7873 "06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs"))))
7874 (build-system glib-or-gtk-build-system)
7875 (arguments
7876 `(#:out-of-source? #f))
7877 (native-inputs
7878 `(("glib:bin" ,glib "bin")
7879 ("intltool" ,intltool)
7880 ("gettext" ,gettext-minimal)
7881 ("pkg-config" ,pkg-config)))
7882 (home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
7883 (synopsis "Video effects for Cheese and other GNOME applications")
7884 (description
7885 "A collection of GStreamer video filters and effects to be used in
7886photo-booth-like software, such as Cheese.")
7887 (license license:gpl2+)))
3511c780
AW
7888
7889(define-public cheese
7890 (package
7891 (name "cheese")
00b14dbb 7892 (version "3.30.0")
3511c780
AW
7893 (source (origin
7894 (method url-fetch)
7895 (uri (string-append "mirror://gnome/sources/" name "/"
7896 (version-major+minor version) "/" name "-"
7897 version ".tar.xz"))
7898 (sha256
7899 (base32
00b14dbb 7900 "0zz2bgjaf2lsmfs3zn24925vbjb0rycr39i288brlbzixrpcyljr"))))
3511c780
AW
7901 (arguments
7902 ;; Tests require GDK.
7903 `(#:tests? #f
7904 #:phases
7905 (modify-phases %standard-phases
7906 (add-before 'install 'skip-gtk-update-icon-cache
7907 (lambda _
7908 ;; Don't create 'icon-theme.cache'
7909 (substitute* "Makefile"
7910 (("gtk-update-icon-cache") (which "true")))
7911 #t))
7912 (add-after 'install 'wrap-cheese
7913 (lambda* (#:key inputs outputs #:allow-other-keys)
7914 (let ((out (assoc-ref outputs "out"))
7915 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
7916 (wrap-program (string-append out "/bin/cheese")
7917 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
7918 #t)))))
7919 (build-system glib-or-gtk-build-system)
7920 (native-inputs
7921 `(("glib:bin" ,glib "bin")
7922 ("intltool" ,intltool)
7923 ("itstool" ,itstool)
7924 ("libxml2" ,libxml2)
7925 ("pkg-config" ,pkg-config)
7926 ("vala" ,vala)))
7927 (propagated-inputs
6a19f03e
RW
7928 `(("gnome-video-effects" ,gnome-video-effects)
7929 ("clutter" ,clutter)
3511c780
AW
7930 ("clutter-gst" ,clutter-gst)
7931 ("clutter-gtk" ,clutter-gtk)
6a19f03e 7932 ("libcanberra" ,libcanberra)
3511c780
AW
7933 ("gdk-pixbuf" ,gdk-pixbuf)
7934 ("glib" ,glib)
6a19f03e
RW
7935 ("gstreamer" ,gstreamer)))
7936 (inputs
7937 `(("gnome-desktop" ,gnome-desktop)
3511c780 7938 ("gobject-introspection" ,gobject-introspection)
3511c780
AW
7939 ("gst-plugins-base" ,gst-plugins-base)
7940 ("gst-plugins-bad" ,gst-plugins-bad)
7941 ("gtk+" ,gtk+)
3511c780
AW
7942 ("libx11" ,libx11)
7943 ("libxtst" ,libxtst)))
7944 (home-page "https://wiki.gnome.org/Apps/Cheese")
7945 (synopsis "Webcam photo booth software for GNOME")
7946 (description
7947 "Cheese uses your webcam to take photos and videos. Cheese can also
7948apply fancy special effects and lets you share the fun with others.")
7949 (license license:gpl2+)))
3c5dbd2b 7950
7951(define-public sound-juicer
7952 (package
7953 (name "sound-juicer")
7954 (version "3.24.0")
7955 (source
7956 (origin
7957 (method url-fetch)
7958 (uri (string-append "mirror://gnome/sources/" name "/"
7959 (version-major+minor version) "/"
7960 name "-" version ".tar.xz"))
7961 (sha256
7962 (base32
7963 "19qg4xv0f9rkq34lragkmhii1llxsa87llbl28i759b0ks4f6sny"))))
7964 (build-system glib-or-gtk-build-system)
7965 (native-inputs
7966 `(("desktop-file-utils" ,desktop-file-utils)
7967 ("intltool" ,intltool)
7968 ("itstool" ,itstool)
7969 ("pkg-config" ,pkg-config)
7970 ("xmllint" ,libxml2)))
7971 (inputs
7972 `(("gtk+" ,gtk+)
7973 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7974 ("gstreamer" ,gstreamer)
7975 ("gst-plugins-base" ,gst-plugins-base)
7976 ("gst-plugins-good" ,gst-plugins-good)
7977 ("iso-codes" ,iso-codes)
7978 ("libbrasero-media3" ,brasero)
7979 ("libcanberra" ,libcanberra)
7980 ("libdiscid" ,libdiscid)
7981 ("libmusicbrainz" ,libmusicbrainz)
7982 ("neon" ,neon)))
7983 (home-page "https://wiki.gnome.org/Apps/SoundJuicer")
7984 (synopsis "Audio music cd ripper")
7985 (description "Sound Juicer extracts audio from compact discs and convert it
7986into audio files that a personal computer or digital audio player can play.
7987It supports ripping to any audio codec supported by a GStreamer plugin, such as
7988mp3, Ogg Vorbis and FLAC")
7989 (license license:gpl2+)))
4e3fdeb7 7990
0d3f1708
CB
7991(define-public soundconverter
7992 (package
7993 (name "soundconverter")
fa75a213 7994 (version "3.0.1")
0d3f1708
CB
7995 (source
7996 (origin
7997 (method url-fetch)
7998 (uri (string-append "https://launchpad.net/soundconverter/trunk/"
7999 version "/+download/"
8000 "soundconverter-" version ".tar.xz"))
8001
8002 (sha256
fa75a213 8003 (base32 "1d6x1yf8psqbd9zbybxivfqg55khcnngp2mn92l161dfdk9512c5"))
0d3f1708
CB
8004 (patches
8005 (search-patches
8006 "soundconverter-remove-gconf-dependency.patch"))))
8007 (build-system glib-or-gtk-build-system)
8008 (arguments
8009 `(#:imported-modules ((guix build python-build-system)
8010 (guix build glib-or-gtk-build-system)
8011 ,@%gnu-build-system-modules)
8012
8013 #:modules ((guix build glib-or-gtk-build-system)
8014 (guix build utils)
8015 ((guix build gnu-build-system) #:prefix gnu:)
8016 ((guix build python-build-system) #:prefix python:))
8017
8018 #:phases
8019 (modify-phases %standard-phases
0d3f1708
CB
8020 (add-after 'install 'wrap-soundconverter-for-python
8021 (assoc-ref python:%standard-phases 'wrap))
8022 (add-after 'install 'wrap-soundconverter
8023 (lambda* (#:key inputs outputs #:allow-other-keys)
8024 (let ((out (assoc-ref outputs "out"))
8025 (gi-typelib-path (getenv "GI_TYPELIB_PATH"))
8026 (gst-plugin-path (getenv "GST_PLUGIN_SYSTEM_PATH")))
8027 (wrap-program (string-append out "/bin/soundconverter")
8028 `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
8029 `("GST_PLUGIN_SYSTEM_PATH" ":" prefix (,gst-plugin-path))))
8030 #t)))))
8031 (native-inputs
8032 `(("intltool" ,intltool)
8033 ("pkg-config" ,pkg-config)
8034 ("glib:bin" ,glib "bin")))
8035 (inputs
8036 `(("gtk+" ,gtk+)
8037 ("python" ,python)
8038 ("python-pygobject" ,python-pygobject)
8039 ("gstreamer" ,gstreamer)
8040 ("gst-plugins-base" ,gst-plugins-base)))
8041 (home-page "http://soundconverter.org/")
8042 (synopsis "Convert between audio formats with a graphical interface")
8043 (description
8044 "SoundConverter supports converting between many audio formats including
8045Opus, Ogg Vorbis, FLAC and more. It supports parallel conversion, and
8046configurable file renaming. ")
8047 (license license:gpl3)))
8048
4e3fdeb7 8049(define-public workrave
89f2d736
TGR
8050 (package
8051 (name "workrave")
aa51d92c 8052 (version "1.10.34")
89f2d736
TGR
8053 (source
8054 (origin
8055 (method git-fetch)
8056 (uri (git-reference
8057 (url "https://github.com/rcaelers/workrave.git")
c2e50474
TGR
8058 (commit (string-append "v" (string-map
8059 (match-lambda (#\. #\_) (chr chr))
8060 version)))))
89f2d736
TGR
8061 (file-name (git-file-name name version))
8062 (sha256
aa51d92c 8063 (base32 "0czwhr7nw523753ajcjjfwrf91mq8pmzr19gp0srqsvb1dsn1zcf"))))
89f2d736 8064 (build-system glib-or-gtk-build-system)
d1c96847
MC
8065 (inputs `(("glib" ,glib)
8066 ("gtk+" ,gtk+)
8067 ("gdk-pixbuf" ,gdk-pixbuf)
8068 ("gtkmm" ,gtkmm)
8069 ("glibmm" ,glibmm)
8070 ("libx11" ,libx11)
8071 ("libxtst" ,libxtst)
8072 ("dconf" ,dconf)
8073 ("libice" ,libice)
8074 ("libsm" ,libsm)
8075 ("libxscrnsaver" ,libxscrnsaver)))
aa51d92c 8076 (native-inputs `(("boost" ,boost)
89f2d736
TGR
8077 ("pkg-config" ,pkg-config)
8078 ("gettext" ,gnu-gettext)
8079 ("autoconf" ,autoconf)
8080 ("autoconf-archive" , autoconf-archive)
8081 ("automake" ,automake)
8082 ("libtool" ,libtool)
8083 ("intltool" ,intltool)
89f2d736 8084 ("gobject-introspection" ,gobject-introspection)
aa51d92c
MC
8085 ("python3" ,python-3)
8086 ("python-jinja2" ,python-jinja2)))
89f2d736
TGR
8087 (synopsis "Tool to help prevent repetitive strain injury (RSI)")
8088 (description
8089 "Workrave is a program that assists in the recovery and prevention of
cc00249b
TGR
8090repetitive strain injury (@dfn{RSI}). The program frequently alerts you to take
8091micro-pauses and rest breaks, and restricts you to your daily limit.")
89f2d736
TGR
8092 (home-page "http://www.workrave.org")
8093 (license license:gpl3+)))
312afa7d
LC
8094
8095(define-public ghex
8096 (package
8097 (name "ghex")
8098 (version "3.18.3")
8099 (source (origin
8100 (method url-fetch)
2fbab848 8101 (uri (string-append "mirror://gnome/sources/ghex/"
312afa7d 8102 (version-major+minor version) "/"
2fbab848 8103 "ghex-" version ".tar.xz"))
312afa7d
LC
8104 (sha256
8105 (base32
8106 "1lq8920ad2chi9ibmyq0x9hg9yk63b0kdbzid03w42cwdzw50x66"))))
8107 (build-system glib-or-gtk-build-system)
8108 (native-inputs
8109 `(("pkg-config" ,pkg-config)
8110 ("gnome-common" ,gnome-common)
8111 ("which" ,which)
8112 ("intltool" ,intltool)
8113 ("yelp-tools" ,yelp-tools)
2fbab848 8114 ("desktop-file-utils" ,desktop-file-utils))) ; for 'desktop-file-validate'
312afa7d
LC
8115 (inputs
8116 `(("atk" ,atk)
8117 ("gtk" ,gtk+)))
8118 (synopsis "GNOME hexadecimal editor")
8119 (description "The GHex program can view and edit files in two ways:
8120hexadecimal or ASCII. It is useful for editing binary files in general.")
8121 (home-page "https://wiki.gnome.org/Apps/Ghex")
8122 (license license:gpl2)))
4b2ed6c2
RW
8123
8124(define-public libdazzle
8125 (package
8126 (name "libdazzle")
64fa66ba 8127 (version "3.33.90")
4b2ed6c2
RW
8128 (source (origin
8129 (method url-fetch)
687b4909 8130 (uri (string-append "mirror://gnome/sources/libdazzle/"
4b2ed6c2 8131 (version-major+minor version) "/"
687b4909 8132 "libdazzle-" version ".tar.xz"))
4b2ed6c2
RW
8133 (sha256
8134 (base32
64fa66ba 8135 "189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs"))))
4b2ed6c2
RW
8136 (build-system meson-build-system)
8137 (arguments
8138 `(#:phases
8139 (modify-phases %standard-phases
4b2ed6c2
RW
8140 (add-before 'check 'pre-check
8141 (lambda _
8142 ;; Tests require a running X server.
8143 (system "Xvfb :1 &")
8144 (setenv "DISPLAY" ":1")
8145 #t)))))
8146 (native-inputs
687b4909 8147 `(("glib" ,glib "bin") ; glib-compile-resources
4b2ed6c2 8148 ("pkg-config" ,pkg-config)
687b4909 8149 ;; For tests.
4b2ed6c2
RW
8150 ("xorg-server" ,xorg-server)))
8151 (inputs
8152 `(("glib" ,glib)
8153 ("gobject-introspection" ,gobject-introspection)
8154 ("gtk+" ,gtk+)
8155 ("vala" ,vala)))
8156 (home-page "https://gitlab.gnome.org/GNOME/libdazzle")
8157 (synopsis "Companion library to GObject and Gtk+")
8158 (description "The libdazzle library is a companion library to GObject and
8159Gtk+. It provides various features that the authors wish were in the
8160underlying library but cannot for various reasons. In most cases, they are
8161wildly out of scope for those libraries. In other cases, they are not quite
8162generic enough to work for everyone.")
8163 (license license:gpl3+)))
7d3bb433
RW
8164
8165(define-public evolution
8166 (package
8167 (name "evolution")
5229bea1 8168 (version "3.30.5")
7d3bb433
RW
8169 (source (origin
8170 (method url-fetch)
8171 (uri (string-append "mirror://gnome/sources/evolution/"
8172 (version-major+minor version) "/"
8173 "evolution-" version ".tar.xz"))
8174 (sha256
8175 (base32
5229bea1 8176 "1hhxj3rh921pp3l3c5k33bdypcas1p66krzs65k1qn82c5fpgl2h"))))
7d3bb433
RW
8177 (build-system cmake-build-system)
8178 (arguments
5229bea1
KK
8179 `(#:imported-modules (,@%cmake-build-system-modules
8180 (guix build glib-or-gtk-build-system))
8181 #:modules ((guix build cmake-build-system)
8182 ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
8183 (guix build utils))
8184 #:configure-flags
7d3bb433 8185 (list "-DENABLE_PST_IMPORT=OFF" ; libpst is not packaged
5229bea1 8186 "-DENABLE_LIBCRYPTUI=OFF") ; libcryptui hasn't seen a release
7d3bb433 8187 ; in four years and cannot be built.
5229bea1
KK
8188 #:phases
8189 (modify-phases %standard-phases
8190 ;; The build system attempts to install user interface modules to the
8191 ;; output directory of the "evolution-data-server" package. This
8192 ;; change redirects that change.
8193 (add-after 'unpack 'patch-ui-module-dir
8194 (lambda* (#:key outputs #:allow-other-keys)
8195 (substitute* "src/modules/alarm-notify/CMakeLists.txt"
8196 (("\\$\\{edsuimoduledir\\}")
8197 (string-append (assoc-ref outputs "out")
8198 "/lib/evolution-data-server/ui-modules")))
8199 #t))
8200 (add-after 'install 'glib-or-gtk-compile-schemas
8201 (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-compile-schemas))
8202 (add-after 'install 'glib-or-gtk-wrap
8203 (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
7d3bb433 8204 (native-inputs
ad6e168b 8205 `(("glib" ,glib "bin") ; glib-mkenums
7d3bb433
RW
8206 ("pkg-config" ,pkg-config)
8207 ("intltool" ,intltool)
8208 ("itstool" ,itstool)))
8209 (inputs
8210 `(("enchant" ,enchant)
8211 ("evolution-data-server" ,evolution-data-server) ; must be the same version
8212 ("gcr" ,gcr)
ad6e168b 8213 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
7d3bb433
RW
8214 ("gnome-autoar" ,gnome-autoar)
8215 ("gnome-desktop" ,gnome-desktop)
8216 ("gtkspell3" ,gtkspell3)
8217 ("highlight" ,highlight)
8218 ("libcanberra" ,libcanberra)
b63c06f1 8219 ("libedataserverui" ,evolution-data-server)
7d3bb433
RW
8220 ("libgweather" ,libgweather)
8221 ("libnotify" ,libnotify)
8222 ("libsoup" ,libsoup)
8223 ("nss" ,nss)
8224 ("openldap" ,openldap)
8225 ("webkitgtk" ,webkitgtk)
8226 ("ytnef" ,ytnef)))
8227 (home-page "https://gitlab.gnome.org/GNOME/evolution")
8228 (synopsis "Manage your email, contacts and schedule")
8229 (description "Evolution is a personal information management application
8230that provides integrated mail, calendaring and address book
8231functionality.")
8232 ;; See COPYING for details.
23dbe621 8233 (license (list license:lgpl2.1 license:lgpl3 ; either one of these
7d3bb433 8234 license:openldap2.8 ; addressbook/gui/component/openldap-extract.h
23dbe621 8235 license:lgpl2.1+)))) ; smime/lib/*
169d63f5
AT
8236
8237(define-public gthumb
8238 (package
8239 (name "gthumb")
f99bc1af 8240 (version "3.8.1")
169d63f5
AT
8241 (source (origin
8242 (method url-fetch)
8243 (uri (string-append "mirror://gnome/sources/gthumb/"
8244 (version-major+minor version) "/"
8245 "gthumb-" version ".tar.xz"))
8246 (sha256
8247 (base32
f99bc1af 8248 "184zn79w4s9y1zy42ar31p3jsg8rmkxy8k6iry51nz8aizbcs7jb"))))
169d63f5
AT
8249 (build-system meson-build-system)
8250 (arguments
8251 `(#:glib-or-gtk? #t
8252 #:configure-flags
8253 ;; Ensure the RUNPATH contains all installed library locations.
8254 (list (string-append "-Dc_link_args=-Wl,-rpath="
8255 (assoc-ref %outputs "out")
8256 "/lib/gthumb/extensions")
8257 (string-append "-Dcpp_link_args=-Wl,-rpath="
8258 (assoc-ref %outputs "out")
8259 "/lib/gthumb/extensions"))))
8260 (native-inputs
8261 `(("pkg-config" ,pkg-config)
8262 ("glib:bin" ,glib "bin") ; for glib-compile-resources
8263 ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
8264 ("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
8265 ("intltool" ,intltool)
8266 ("itstool" ,itstool)))
8267 (inputs
8268 `(("exiv2" ,exiv2)
8269 ("gtk" ,gtk+)
8270 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
8271 ("gstreamer" ,gstreamer)
8272 ("clutter" ,clutter)
8273 ("clutter-gst" ,clutter-gst)
8274 ("clutter-gtk" ,clutter-gtk)
8275 ("libjpeg" ,libjpeg)
8276 ("libtiff" ,libtiff)
8277 ("libraw" ,libraw)))
8278 (home-page "https://wiki.gnome.org/Apps/Gthumb")
8279 (synopsis "GNOME image viewer and browser")
8280 (description "GThumb is an image viewer, browser, organizer, editor and
8281advanced image management tool")
8282 (license license:gpl2+)))
08be02be
AT
8283
8284(define-public terminator
8285 (package
8286 (name "terminator")
8287 (version "1.91")
8288 (source (origin
8289 (method url-fetch)
8290 (uri (string-append "https://launchpad.net/" name "/"
8291 "gtk3/" version "/" "+download/"
8292 name "-" version ".tar.gz"))
8293 (sha256
8294 (base32
8295 "0sdyqwydmdnh7j6mn74vrywz35m416kqsbxbrqcnv5ak08y6xxwm"))))
8296 (build-system python-build-system)
8297 (native-inputs
8298 `(("intltool" ,intltool)
8299 ("glib:bin" ,glib "bin") ; for glib-compile-resources
8300 ("gettext" ,gettext-minimal)
8301 ("pkg-config" ,pkg-config)))
8302 (inputs
8303 `(("cairo" ,cairo)
8304 ("gobject-introspection" ,gobject-introspection)
96681d4b 8305 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
08be02be
AT
8306 ("python2-pycairo" ,python2-pycairo)
8307 ("python2-pygobject" ,python2-pygobject)
8308 ("python2-psutil" ,python2-psutil)
8309 ("vte" ,vte)))
8310 (arguments
96681d4b
TGR
8311 `(#:python ,python-2 ; Python 3 isn't supported
8312 #:imported-modules ((guix build glib-or-gtk-build-system)
8313 ,@%python-build-system-modules)
8314 #:modules ((guix build python-build-system)
8315 ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
8316 (guix build utils))
08be02be
AT
8317 #:phases
8318 (modify-phases %standard-phases
8319 (add-after
8320 'install 'wrap-program
8321 (lambda* (#:key outputs #:allow-other-keys)
8322 (let ((prog (string-append (assoc-ref outputs "out")
8323 "/bin/terminator")))
8324 (wrap-program prog
8325 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
8326 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
96681d4b
TGR
8327 #t)))
8328 (add-after 'wrap-program 'glib-or-gtk-wrap
8329 (assoc-ref glib-or-gtk:%standard-phases 'glib-or-gtk-wrap)))))
08be02be
AT
8330 (home-page "https://gnometerminator.blogspot.com/")
8331 (synopsis "Store and run multiple GNOME terminals in one window")
8332 (description
8333 "Terminator allows you to run multiple GNOME terminals in a grid and
8334+tabs, and it supports drag and drop re-ordering of terminals.")
8335 (license license:gpl2)))
213315d4
JF
8336
8337(define-public libhandy
8338 (package
8339 (name "libhandy")
d41ee146 8340 (version "0.0.11")
213315d4
JF
8341 (source
8342 (origin
8343 (method git-fetch)
8344 (uri (git-reference
8345 (url "https://source.puri.sm/Librem5/libhandy")
8346 (commit (string-append "v" version))))
8347 (file-name (git-file-name name version))
8348 (sha256
d41ee146 8349 (base32 "0622zp5wrvn5bvgardijxd11y76g1i54fs32y03dw9nrar7i6vb0"))))
213315d4
JF
8350 (build-system meson-build-system)
8351 (arguments
8352 `(#:configure-flags
8353 '("-Dglade_catalog=disabled"
8354 "-Dgtk_doc=true")
8355 #:phases
8356 (modify-phases %standard-phases
213315d4
JF
8357 (add-before 'check 'pre-check
8358 (lambda _
8359 ;; Tests require a running X server.
8360 (system "Xvfb :1 &")
8361 (setenv "DISPLAY" ":1")
8362 #t)))))
8363 (inputs
8364 `(("gtk+" ,gtk+)))
8365 (native-inputs
8366 `(("glib:bin" ,glib "bin")
8367 ("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
8368 ("vala" ,vala)
8369 ("gtk-doc" ,gtk-doc)
8370 ("pkg-config" ,pkg-config)
8371 ("gettext" ,gettext-minimal)
d41ee146
TGR
8372 ("xorg-server" ,xorg-server)
8373
8374 ;; Test suite dependencies.
8375 ("hicolor-icon-theme" ,hicolor-icon-theme)))
213315d4
JF
8376 (home-page "https://source.puri.sm/Librem5/libhandy")
8377 (synopsis "Library full of GTK+ widgets for mobile phones")
8378 (description "The aim of the handy library is to help with developing user
8379intefaces for mobile devices using GTK+.")
8380 (license license:lgpl2.1+)))
a830d14d
GL
8381
8382(define-public libgit2-glib
8383 (package
8384 (name "libgit2-glib")
8385 (version "0.28.0.1")
8386 (source (origin
8387 (method url-fetch)
8388 (uri (string-append "mirror://gnome/sources/" name "/"
8389 (version-major+minor version) "/"
8390 name "-" version ".tar.xz"))
8391 (sha256
8392 (base32
8393 "0a0g7aw66rfgnqr4z7fgbk5zzcjq66m4rp8v4val3a212941h0g7"))))
8394 (build-system meson-build-system)
8395 (native-inputs
8396 `(("glib:bin" ,glib "bin") ;; For glib-mkenums
8397 ("gobject-introspection" ,gobject-introspection)
8398 ("intltool" ,intltool)
8399 ("libssh2" ,libssh2)
8400 ("pkg-config" ,pkg-config)
8401 ("python-pygobject" ,python-pygobject)
8402 ("python-wrapper" ,python-wrapper)
8403 ("vala" ,vala)))
8404 (inputs
8405 `(("glib" ,glib)
8406 ("libgit2" ,libgit2)))
8407 (synopsis "GLib wrapper around the libgit2 Git access library")
8408 (description "libgit2-glib is a GLib wrapper library around the libgit2 Git
8409access library. It only implements the core plumbing functions, not really the
8410higher level porcelain stuff.")
8411 (home-page "https://wiki.gnome.org/Projects/Libgit2-glib")
8412 (license license:gpl2+)))
93beace0
DW
8413
8414(define-public gnome-mahjongg
8415 (package
8416 (name "gnome-mahjongg")
8417 (version "3.35.1")
8418 (source (origin
8419 (method git-fetch)
8420 (uri (git-reference
8421 (url "https://gitlab.gnome.org/GNOME/gnome-mahjongg.git")
8422 (commit version)))
8423 (file-name (git-file-name name version))
8424 (sha256
8425 (base32
8426 "019a66a4m5w4kkb0sm6gxj0wi54n06zdxdlmyqw7h8kbakjizv7l"))))
8427 (build-system meson-build-system)
8428 (arguments
8429 `(#:glib-or-gtk? #t))
8430 (native-inputs
8431 `(("appstream-glib" ,appstream-glib)
8432 ("gettext" ,gettext-minimal)
8433 ("glib:bin" ,glib "bin") ;; For glib-compile-resources
8434 ("gtk+" ,gtk+ "bin") ;; For gtk-update-icon-cache
8435 ("itstool" ,itstool)
8436 ("pkg-config" ,pkg-config)
8437 ("vala" ,vala)))
8438 (propagated-inputs
8439 `(("dconf" ,dconf)))
8440 (inputs
8441 `(("glib" ,glib)
8442 ("gtk+" ,gtk+)
8443 ("librsvg" ,librsvg)))
8444 (synopsis "Mahjongg tile-matching game")
8445 (description "GNOME Mahjongg is a game based on the classic Chinese
8446tile-matching game Mahjong. It features multiple board layouts, tile themes,
8447and a high score table.")
8448 (home-page "https://wiki.gnome.org/Apps/Mahjongg")
8449 (license license:gpl2+)))