gnu: emacs-svg-icon: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / xfce.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com>
3 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
4 ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
5 ;;; Copyright © 2016 Florian Paul Schmidt <mista.tapas@gmx.net>
6 ;;; Copyright © 2016, 2020 Kei Kebreau <kkebreau@posteo.net>
7 ;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
8 ;;; Copyright © 2017 Petter <petter@mykolab.ch>
9 ;;; Copyright © 2017 Nikita <nikita@n0.is>
10 ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
11 ;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
12 ;;; Copyright © 2019 L p R n d n <guix@lprndn.info>
13 ;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
14 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
15 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
16 ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
17 ;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
18 ;;;
19 ;;; This file is part of GNU Guix.
20 ;;;
21 ;;; GNU Guix is free software; you can redistribute it and/or modify it
22 ;;; under the terms of the GNU General Public License as published by
23 ;;; the Free Software Foundation; either version 3 of the License, or (at
24 ;;; your option) any later version.
25 ;;;
26 ;;; GNU Guix is distributed in the hope that it will be useful, but
27 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
28 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 ;;; GNU General Public License for more details.
30 ;;;
31 ;;; You should have received a copy of the GNU General Public License
32 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
33
34 (define-module (gnu packages xfce)
35 #:use-module (gnu artwork)
36 #:use-module (gnu packages)
37 #:use-module (gnu packages base)
38 #:use-module (gnu packages calendar)
39 #:use-module (gnu packages cdrom)
40 #:use-module (gnu packages fontutils)
41 #:use-module (gnu packages freedesktop)
42 #:use-module (gnu packages gettext)
43 #:use-module (gnu packages glib)
44 #:use-module (gnu packages gnome)
45 #:use-module (gnu packages gstreamer)
46 #:use-module (gnu packages gtk)
47 #:use-module (gnu packages image)
48 #:use-module (gnu packages imagemagick)
49 #:use-module (gnu packages inkscape)
50 #:use-module (gnu packages libcanberra)
51 #:use-module (gnu packages linux)
52 #:use-module (gnu packages mate)
53 #:use-module (gnu packages pcre)
54 #:use-module (gnu packages pdf)
55 #:use-module (gnu packages photo)
56 #:use-module (gnu packages pkg-config)
57 #:use-module (gnu packages polkit)
58 #:use-module (gnu packages popt)
59 #:use-module (gnu packages python)
60 #:use-module (gnu packages python-xyz)
61 #:use-module (gnu packages pulseaudio)
62 #:use-module (gnu packages search)
63 #:use-module (gnu packages web)
64 #:use-module (gnu packages wm)
65 #:use-module (gnu packages xml)
66 #:use-module (gnu packages xdisorg)
67 #:use-module (gnu packages xorg)
68 #:use-module (guix build-system cmake)
69 #:use-module (guix build-system glib-or-gtk)
70 #:use-module (guix build-system gnu)
71 #:use-module (guix build-system python)
72 #:use-module (guix build-system trivial)
73 #:use-module (guix download)
74 #:use-module (guix git-download)
75 #:use-module (guix gexp)
76 #:use-module ((guix licenses) #:hide (freetype))
77 #:use-module (guix packages)
78 #:use-module (guix utils))
79
80 (define-public gtk-xfce-engine
81 (package
82 (name "gtk-xfce-engine")
83 (version "2.10.1")
84 (source (origin
85 (method url-fetch)
86 (uri (string-append "https://archive.xfce.org/src/xfce/"
87 name "/" (version-major+minor version) "/"
88 name "-" version ".tar.bz2"))
89 (sha256
90 (base32
91 "0g86ywkx0ghzhhn96k88p67bbzlm1aqckly85izp07w80l1934ja"))))
92 (build-system gnu-build-system)
93 (native-inputs
94 `(("pkg-config" ,pkg-config)
95 ("intltool" ,intltool)))
96 (inputs `(("gtk+" ,gtk+-2)))
97 (home-page "https://www.xfce.org/")
98 (synopsis "GTK+ theme engine for Xfce")
99 (description
100 "Default GTK+ engine and themes for Xfce Desktop Environment.")
101 (license gpl2+)))
102
103 (define-public libxfce4util
104 (package
105 (name "libxfce4util")
106 (version "4.16.0")
107 (source (origin
108 (method url-fetch)
109 (uri (string-append "https://archive.xfce.org/src/xfce/"
110 "libxfce4util/" (version-major+minor version)
111 "/" name "-" version ".tar.bz2"))
112 (sha256
113 (base32
114 "10svnpc8ggasym1pfgh24bfr0ndqs6lc7v1wmpsizj0zbms8snb0"))))
115 (build-system gnu-build-system)
116 (native-inputs
117 `(("pkg-config" ,pkg-config)
118 ("gobject-introspection" ,gobject-introspection)
119 ("intltool" ,intltool)
120 ("vala" ,vala)))
121 (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc
122 (home-page "https://www.xfce.org/")
123 (synopsis "Basic utility library for Xfce")
124 (description
125 "A general-purpose utility library with core application support for the
126 Xfce Desktop Environment.")
127 (license lgpl2.0+)))
128
129 (define-public xfconf
130 (package
131 (name "xfconf")
132 (version "4.16.0")
133 (source (origin
134 (method url-fetch)
135 (uri (string-append "https://archive.xfce.org/src/xfce/"
136 "xfconf/" (version-major+minor version) "/"
137 "xfconf-" version ".tar.bz2"))
138 (sha256
139 (base32
140 "09al5bkq89b8pb3xyxnw0cnz6crxj8678ymwq2k9nzf60y812ak5"))))
141 (build-system gnu-build-system)
142 (arguments
143 '(#:phases
144 ;; Run check after install phase to test dbus activation.
145 (modify-phases %standard-phases
146 ;; tests-end seems to hang forever
147 (add-before 'configure 'patchout-tests-end
148 (lambda _
149 (substitute* "tests/Makefile.in"
150 (("tests-end") ""))))
151 (add-after 'install 'custom-check
152 (lambda _
153 (setenv "HOME" (getenv "TMPDIR")) ; xfconfd requires a writable HOME
154 ;; Run test-suite under a dbus session.
155 (setenv "XDG_DATA_DIRS" ; for finding org.xfce.Xfconf.service
156 (string-append %output "/share"))
157 ;; For the missing '/etc/machine-id'.
158 (setenv "DBUS_FATAL_WARNINGS" "0")
159 (invoke "dbus-launch" "make" "check")))
160 (add-after 'custom-check 'install-shell-completions
161 (lambda* (#:key outputs #:allow-other-keys)
162 (let* ((out (assoc-ref outputs "out"))
163 (etc (string-append out "/etc")))
164 (with-directory-excursion "completions"
165 (install-file "xfconf-query"
166 (string-append etc "/bash_completion.d"))))))
167 (delete 'check))))
168 (native-inputs
169 `(("pkg-config" ,pkg-config)
170 ("intltool" ,intltool)
171 ("glib:bin" ,glib "bin") ;; for gdbus-codegen
172 ("gobject-introspection" ,gobject-introspection)
173 ("vala" ,vala)
174 ("dbus" ,dbus)))
175 (propagated-inputs
176 ;; libxfconf-0.pc refers to all these.
177 `(("glib" ,glib)))
178 (inputs
179 `(("libxfce4util" ,libxfce4util)))
180 (home-page "https://www.xfce.org/")
181 (synopsis "Configuration storage and query system for Xfce")
182 (description
183 "Settings daemon for Xfce, implemented as a D-Bus-based configuration
184 storage system.")
185 (license lgpl2.0+)))
186
187 (define-public libxfce4ui
188 (package
189 (name "libxfce4ui")
190 (version "4.16.0")
191 (source (origin
192 (method url-fetch)
193 (uri (string-append "https://archive.xfce.org/src/xfce/"
194 name "/" (version-major+minor version) "/"
195 name "-" version ".tar.bz2"))
196 (sha256
197 (base32
198 "1anfj3n28abv9kbcpybs7q3k5g3c3d0r4xf4hyfqms2b9zlwj1lb"))))
199 (build-system gnu-build-system)
200 (arguments
201 `(#:configure-flags
202 (list "--with-vendor-info=GNU Guix")))
203 (native-inputs
204 `(("pkg-config" ,pkg-config)
205 ("intltool" ,intltool)
206 ("gobject-introspection" ,gobject-introspection)))
207 (propagated-inputs
208 `(("gtk+-3" ,gtk+) ; required by libxfce4ui-2.pc
209 ;; libxfce4kbd-private-3.pc refers to all these.
210 ("libxfce4util" ,libxfce4util)
211 ("xfconf" ,xfconf)))
212 (inputs `(("libsm" ,libsm)
213 ("libice" ,libice)
214 ("startup-notification" ,startup-notification)))
215 (home-page "https://www.xfce.org/")
216 (synopsis "Widgets library for Xfce")
217 (description
218 "Libxfce4ui is the replacement of the old libxfcegui4 library. It is used
219 to share commonly used Xfce widgets among the Xfce applications.")
220 (license lgpl2.0+)))
221
222 (define-public catfish
223 (package
224 (name "catfish")
225 (version "1.4.13")
226 (source (origin
227 (method url-fetch)
228 (uri (string-append "https://archive.xfce.org/src/apps/"
229 "catfish/" (version-major+minor version)
230 "/catfish-" version ".tar.bz2"))
231 (sha256
232 (base32
233 "0fg89946z6n8njxn4mv29jksw8yavg8vypsljn9031pjwl3fmh2q"))))
234 (build-system python-build-system)
235 (arguments
236 '(#:phases
237 (modify-phases %standard-phases
238 (add-after 'unpack 'patch-command-paths
239 (lambda* (#:key inputs #:allow-other-keys)
240 (substitute* "catfish/CatfishSearchEngine.py"
241 (("'which'") (string-append "'" (which "which") "'")))
242 (substitute* "catfish/CatfishWindow.py"
243 (("xdg-mime") (which "xdg-mime"))
244 (("xdg-open") (which "xdg-open")))))
245 ;; setup.py script does not support one of the Python build
246 ;; system's default flags, "--single-version-externally-managed".
247 (replace 'install
248 (lambda* (#:key outputs #:allow-other-keys)
249 (invoke "python" "setup.py" "install"
250 (string-append "--prefix=" (assoc-ref outputs "out"))
251 "--root=/")))
252 (add-after 'install 'wrap-program
253 (lambda* (#:key outputs #:allow-other-keys)
254 (let ((out (assoc-ref outputs "out")))
255 (wrap-program (string-append out "/bin/catfish")
256 `("PYTHONPATH" = (,(getenv "PYTHONPATH")))
257 `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))
258 #:tests? #f))
259 (native-inputs
260 `(("pkg-config" ,pkg-config)
261 ("python-distutils-extra" ,python-distutils-extra)
262 ("intltool" ,intltool)))
263 (inputs
264 `(("which" ,which)
265 ("xdg-utils" ,xdg-utils)))
266 (propagated-inputs
267 `(("gtk+" ,gtk+)
268 ("python-dbus" ,python-dbus)
269 ("python-pexpect" ,python-pexpect)
270 ("python-pycairo" ,python-pycairo)
271 ("python-pygobject" ,python-pygobject)))
272 (home-page "https://docs.xfce.org/apps/catfish/start")
273 (synopsis "File searching tool for Xfce")
274 (description
275 "Catfish is a file searching tool for Linux and Unix. The interface is
276 intentionally lightweight and simple, using only GTK+ 3. You can configure
277 it to your needs by using several command line options.")
278 (license gpl2+)))
279
280 (define-public elementary-xfce-icon-theme
281 (package
282 (name "elementary-xfce-icon-theme")
283 (version "0.15.2")
284 (source (origin
285 (method git-fetch)
286 (uri
287 (git-reference
288 (url "https://github.com/shimmerproject/elementary-xfce")
289 (commit (string-append "v" version))))
290 (file-name (git-file-name name version))
291 (sha256
292 (base32
293 "1g6vndqvp11c2kl5vkpzb1wxvr2pfb3hvqxjjdgx6qzq9x8zmiqk"))))
294 (build-system gnu-build-system)
295 (arguments
296 '(#:tests? #f ; no check target
297 #:make-flags '("CC=gcc")
298 #:phases
299 (modify-phases %standard-phases
300 (add-after 'unpack 'make-git-checkout-writable
301 (lambda _
302 (for-each make-file-writable (find-files "."))
303 #t)))))
304 (native-inputs
305 `(("gtk+" ,gtk+)
306 ("optipng" ,optipng)
307 ("pkg-config" ,pkg-config)))
308 (home-page "https://shimmerproject.org/")
309 (synopsis "Elementary icons extended and maintained for Xfce")
310 (description "This is a fork of the upstream elementary project. This icon
311 theme is supposed to keep everything working for Xfce, but gets updates from
312 upstream occasionally.")
313 (license gpl2+)))
314
315 (define-public exo
316 (package
317 (name "exo")
318 (version "4.16.1")
319 (source (origin
320 (method url-fetch)
321 (uri (string-append "https://archive.xfce.org/src/xfce/"
322 "exo/" (version-major+minor version) "/"
323 "exo-" version ".tar.bz2"))
324 (sha256
325 (base32
326 "0fxm2aczzbi0z4y6x24934964y9jg4cl4frvlnjc5zqmccjsr3aj"))))
327 (build-system gnu-build-system)
328 (native-inputs
329 `(("pkg-config" ,pkg-config)
330 ("intltool" ,intltool)))
331 (propagated-inputs
332 ;; exo-2.pc refers to all these.
333 `(("gtk+-3" ,gtk+)
334 ("libxfce4util" ,libxfce4util)))
335 (inputs
336 `(("libxfce4ui" ,libxfce4ui)))
337 (home-page "https://www.xfce.org/")
338 (synopsis "Extension library for Xfce")
339 (description
340 "An extension library to Xfce. While Xfce comes with quite a few libraries
341 that are targeted at desktop development, libexo is targeted at application
342 development.")
343 ;; Libraries are under LGPLv2+, and programs under GPLv2+.
344 (license (list gpl2+ lgpl2.1+))))
345
346 (define-public garcon
347 (package
348 (name "garcon")
349 (version "4.16.1")
350 (source (origin
351 (method url-fetch)
352 (uri (string-append "https://archive.xfce.org/src/xfce/"
353 "garcon/" (version-major+minor version) "/"
354 "garcon-" version ".tar.bz2"))
355 (sha256
356 (base32
357 "07fjsgdjqxbcm84ga3cl495782k381k6mwksyrks3zf1l8klk4c4"))))
358 (build-system gnu-build-system)
359 (native-inputs
360 `(("glib:bin" ,glib "bin")
361 ("gobject-introspection" ,gobject-introspection)
362 ("intltool" ,intltool)
363 ("pkg-config" ,pkg-config)))
364 (propagated-inputs
365 `(("gtk+-3" ,gtk+) ; required by garcon-gtk3-1.pc
366 ("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk3-1.pc
367 (home-page "https://www.xfce.org/")
368 (synopsis "Implementation of the freedesktop.org menu specification")
369 (description
370 "Garcon is a freedesktop.org compliant menu implementation based on
371 GLib and GIO. It was started as a complete rewrite of the former Xfce menu
372 library called libxfce4menu, which, in contrast to garcon, was lacking menu
373 merging features essential for loading menus modified with menu editors.")
374 (license lgpl2.0+)))
375
376 (define-public tumbler
377 (package
378 (name "tumbler")
379 (version "4.16.0")
380 (source (origin
381 (method url-fetch)
382 (uri (string-append "https://archive.xfce.org/src/xfce/"
383 "tumbler/" (version-major+minor version) "/"
384 "tumbler-" version ".tar.bz2"))
385 (sha256
386 (base32
387 "0rmga1l7da0pjrs6jlyq1nfn513r543v7cchshrif1341knpy2wv"))))
388 (build-system gnu-build-system)
389 (native-inputs
390 `(("pkg-config" ,pkg-config)
391 ("intltool" ,intltool)
392 ("glib:bin" ,glib "bin") ; need glib-genmarshal
393 ("dbus-glib" ,dbus-glib))) ; need dbus-binding-tool
394 (propagated-inputs
395 `(("glib" ,glib))) ; required by tumbler-1.pc
396 (inputs
397 `(("dbus" ,dbus)
398 ("gdk-pixbuf" ,gdk-pixbuf)
399 ("cairo" ,cairo) ;; Needed for pdf thumbnails (poppler-glibc.pc)
400 ("freetype" ,freetype)
401 ("libjpeg" ,libjpeg-turbo)
402 ("libgsf" ,libgsf)
403 ("poppler" ,poppler)
404 ;; FIXME Provide gstreamer and gstreamer-tag to get video thumbnails
405 ;; ("gstreamer" ,gstreamer)
406 ))
407 (home-page "https://www.xfce.org/")
408 (synopsis "D-Bus service for applications to request thumbnails")
409 (description
410 "Tumbler is a D-Bus service for applications to request thumbnails for
411 various URI schemes and MIME types. It is an implementation of the thumbnail
412 management D-Bus specification.")
413 (license gpl2+)))
414
415 (define-public xfce4-panel
416 (package
417 (name "xfce4-panel")
418 (version "4.16.2")
419 (source (origin
420 (method url-fetch)
421 (uri (string-append "https://archive.xfce.org/src/xfce/"
422 name "/" (version-major+minor version) "/"
423 name "-" version ".tar.bz2"))
424 (sha256
425 (base32
426 "1kxm905z6m0mvnki7qxwz638kfa93lvy5xv3qfp8sc8ldxp1cd46"))
427 (patches (search-patches "xfce4-panel-plugins.patch"))))
428 (build-system gnu-build-system)
429 (arguments
430 `(#:phases
431 (modify-phases %standard-phases
432 (add-after 'unpack 'fix-tzdata-path
433 (lambda* (#:key inputs #:allow-other-keys)
434 (substitute* (string-append "plugins/clock/clock.c")
435 (("/usr/share/zoneinfo")
436 (string-append (assoc-ref inputs "tzdata") "/share/zoneinfo")))
437 #t)))))
438 (native-inputs
439 `(("pkg-config" ,pkg-config)
440 ("intltool" ,intltool)
441 ("glib:bin" ,glib "bin")))
442 (propagated-inputs
443 `(("gtk+-3" ,gtk+) ; required by libxfce4panel-2.0.pc
444 ("libxfce4util" ,libxfce4util))) ; required by libxfce4panel-2.0.pc
445 (inputs
446 `(("tzdata" ,tzdata) ;; For fix-tzdata-path phase only.
447 ("exo" ,exo)
448 ("gtk+-2" ,gtk+-2)
449 ("xfconf" ,xfconf)
450 ("garcon" ,garcon)
451 ("libwnck" ,libwnck)
452 ("libxfce4ui" ,libxfce4ui)))
453 (native-search-paths
454 (list (search-path-specification
455 (variable "X_XFCE4_LIB_DIRS")
456 (files '("lib/xfce4")))))
457 (home-page "https://www.xfce.org/")
458 (synopsis "Xfce desktop panel")
459 (description
460 "Desktop panel for Xfce, which contains program launchers, window buttons,
461 applications menu, workspace switcher and more.")
462 ;; Libraries are under LGPLv2.1+, and programs under GPLv2+.
463 (license (list gpl2+ lgpl2.1+))))
464
465 (define-public xfce4-battery-plugin
466 (package
467 (name "xfce4-battery-plugin")
468 (version "1.1.4")
469 (source (origin
470 (method url-fetch)
471 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
472 name "/" (version-major+minor version) "/"
473 name "-" version ".tar.bz2"))
474 (sha256
475 (base32
476 "08n2cig9r2lccwvmk6v9vjiz0xqcp6x30m5b3q702v0m6ylg4z8h"))))
477 (build-system gnu-build-system)
478 (native-inputs `(("pkg-config" ,pkg-config)
479 ("intltool" ,intltool)))
480 (inputs `(("glib" ,glib)
481 ("gtk+" ,gtk+)
482 ("libxfce4util" ,libxfce4util)
483 ("libxfce4ui" ,libxfce4ui)
484 ("xfce4-panel" ,xfce4-panel)))
485 (home-page
486 "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin")
487 (synopsis "Battery monitor panel plugin for Xfce4")
488 (description
489 "A battery monitor panel plugin for Xfce4, compatible with APM and ACPI.")
490 ;; The main plugin code is covered by gpl2+, but the files containing code
491 ;; to read the battery state via ACPI or APM are covered by lgpl2.0+.
492 (license (list gpl2+ lgpl2.0+))))
493
494 (define-public xfce4-clipman-plugin
495 (package
496 (name "xfce4-clipman-plugin")
497 (version "1.6.1")
498 (source (origin
499 (method url-fetch)
500 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
501 "xfce4-clipman-plugin/" (version-major+minor version) "/"
502 "xfce4-clipman-plugin-" version ".tar.bz2"))
503 (sha256
504 (base32
505 "1d6fxdzy9b511hqcyj7825fx67q6zqk6cln4g3x9d498jrvk3s5k"))))
506 (build-system gnu-build-system)
507 (native-inputs
508 `(("intltool" ,intltool)
509 ("pkg-config" ,pkg-config)))
510 (inputs
511 `(("exo" ,exo)
512 ("libxfce4ui" ,libxfce4ui)
513 ("libxtst" ,libxtst)
514 ("xfce4-panel" ,xfce4-panel)))
515 (home-page
516 "https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin")
517 (synopsis "Clipboard manager for Xfce")
518 (description
519 "Clipman is a clipboard manager for Xfce. It keeps the clipboard contents
520 around while it is usually lost when you close an application. It is able to
521 handle text and images, and has a feature to execute actions on specific text by
522 matching them against regular expressions.")
523 (license (list gpl2+))))
524
525 (define-public xfce4-pulseaudio-plugin
526 (package
527 (name "xfce4-pulseaudio-plugin")
528 (version "0.4.3")
529 (source
530 (origin
531 (method url-fetch)
532 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
533 "xfce4-pulseaudio-plugin/"
534 (version-major+minor version) "/"
535 "xfce4-pulseaudio-plugin-" version ".tar.bz2"))
536 (sha256
537 (base32 "0nv1lbkshfzar87f6xq1ib120pjja24r7135rbc42wqkw8vq4las"))))
538 (build-system gnu-build-system)
539 (arguments
540 `(#:phases
541 ;; For dbus/dbus-glib.h in pulseaudio-config.h.
542 (modify-phases %standard-phases
543 (add-after 'set-paths 'augment-cflags
544 (lambda* (#:key inputs #:allow-other-keys)
545 (setenv "C_INCLUDE_PATH"
546 (string-append (assoc-ref inputs "dbus-glib")
547 "/include/dbus-1.0" ":"
548 (assoc-ref inputs "dbus")
549 "/include/dbus-1.0" ":"
550 (or (getenv "C_INCLUDE_PATH") "")))
551 #t)))))
552 (native-inputs
553 `(("intltool" ,intltool)
554 ("pkg-config" ,pkg-config)
555 ("dbus-glib" ,dbus-glib)
556 ("dbus" ,dbus)))
557 (inputs
558 `(("exo" ,exo)
559 ("libnotify" ,libnotify)
560 ("libxfce4ui" ,libxfce4ui)
561 ("pulseaudio" ,pulseaudio)
562 ("xfce4-panel" ,xfce4-panel)))
563 (home-page "https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/")
564 (synopsis "PulseAudio panel plugin for Xfce")
565 (description
566 "Xfce PulseAudio plugin is a plugin for the Xfce panel which provides a
567 convenient way to adjust the audio volume of the PulseAudio sound system and
568 to an auto mixer tool like pavucontrol. It can optionally handle multimedia
569 keys for controlling the audio volume.")
570 (license gpl2+)))
571
572 (define-public xfce4-whiskermenu-plugin
573 (package
574 (name "xfce4-whiskermenu-plugin")
575 (version "2.5.2")
576 (source
577 (origin
578 (method url-fetch)
579 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
580 "xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
581 "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
582 (sha256
583 (base32 "05f53ycbszvw23g76pbdszfnqfk4f8w4imwfgljj140wzl50gxx6"))))
584 (build-system cmake-build-system)
585 (native-inputs
586 `(("pkg-config" ,pkg-config)
587 ("intltool" ,intltool)))
588 (inputs
589 `(("xfce4-panel" ,xfce4-panel)
590 ("garcon" ,garcon)
591 ("gettext" ,gettext-minimal)
592 ("exo" ,exo)
593 ("gtk+" ,gtk+)
594 ("libxfce4ui" ,libxfce4ui)))
595 (arguments
596 `(#:tests? #f ; no tests
597 #:phases
598 (modify-phases %standard-phases
599 (add-after 'unpack 'fix-shell-script
600 (lambda* (#:key inputs #:allow-other-keys)
601 (substitute* (string-append "panel-plugin/xfce4-popup-whiskermenu.in")
602 (("@CMAKE_INSTALL_FULL_BINDIR@")
603 (string-append (assoc-ref inputs "xfce4-panel") "/bin"))
604 (("gettext") (which "gettext")))
605 #t)))))
606 (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin")
607 (synopsis "Application menu panel plugin for Xfce")
608 (description
609 "This package provides an alternative to the default application menu
610 panel plugin for Xfce4. It uses separate sections to display categories and
611 applications, and includes a search bar to search for applications.")
612 ;; The main plugin code is covered by gpl2, but files in panel-plugin directory
613 ;; are covered by gpl2+. The SVG icon is covered by gpl2.
614 (license (list gpl2 gpl2+))))
615
616 (define-public xfce4-xkb-plugin
617 (package
618 (name "xfce4-xkb-plugin")
619 (version "0.8.2")
620 (source (origin
621 (method url-fetch)
622 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
623 name "/" (version-major+minor version) "/"
624 name "-" version ".tar.bz2"))
625 (sha256
626 (base32
627 "0rvrz464y7ji989zvi2v85kg47444nqsdq9rv6k8dkbkdwzy2jxv"))))
628 (build-system gnu-build-system)
629 (native-inputs
630 `(("intltool" ,intltool)
631 ("pkg-config" ,pkg-config)))
632 (inputs
633 `(("garcon" ,garcon)
634 ("librsvg" ,librsvg)
635 ("libwnck" ,libwnck)
636 ("libx11" ,libx11)
637 ("libxfce4ui" ,libxfce4ui)
638 ("libxklavier" ,libxklavier)
639 ("xfce4-panel" ,xfce4-panel)))
640 (home-page "https://git.xfce.org/panel-plugins/xfce4-xkb-plugin/")
641 (synopsis "XKB layout switching panel plug-in for Xfce")
642 (description
643 "Xfce XKB plugin makes it possible to set up and use multiple
644 keyboard layouts.
645
646 One can choose the keyboard model, what key combination to
647 use to switch between the layouts, the actual keyboard layouts,
648 the way in which the current layout is being displayed (country
649 flag image or text) and the layout policy, which is whether to
650 store the layout globally (for all windows), per application or
651 per window.")
652 (license bsd-2)))
653
654 (define-public xfce4-appfinder
655 (package
656 (name "xfce4-appfinder")
657 (version "4.16.1")
658 (source (origin
659 (method url-fetch)
660 (uri (string-append "https://archive.xfce.org/src/xfce/"
661 name "/"
662 (version-major+minor version)
663 "/" name "-" version ".tar.bz2"))
664 (sha256
665 (base32
666 "1v77h5634n49idci2jiw0k7jjk0vzpsvgyx2fkp18l39jayykqxz"))))
667 (build-system gnu-build-system)
668 (native-inputs
669 `(("pkg-config" ,pkg-config)
670 ("intltool" ,intltool)))
671 (inputs
672 `(("garcon" ,garcon)
673 ("gtk+" ,gtk+)
674 ("libxfce4ui" ,libxfce4ui)))
675 (home-page "https://www.xfce.org/")
676 (synopsis "Xfce application finder")
677 (description
678 "Application finder for Xfce, it will show the applications installed on
679 your system in categories, so you can quickly find and launch them.")
680 (license gpl2+)))
681
682 (define-public xfce4-session
683 (package
684 (name "xfce4-session")
685 (version "4.16.0")
686 (source (origin
687 (method url-fetch)
688 (uri (string-append "https://archive.xfce.org/src/xfce/"
689 "xfce4-session/" (version-major+minor version) "/"
690 "xfce4-session-" version ".tar.bz2"))
691 (sha256
692 (base32
693 "1dqpgnq1hy9z170aapjglyp6jpyq1iqn5331nph727a82br77wi2"))
694 (modules '((guix build utils)))
695 (snippet
696 '(begin
697 (substitute* "xfsm-shutdown-helper/main.c"
698 (("/sbin/shutdown -h now") "halt")
699 (("/sbin/shutdown -r now") "restart")
700 (("/usr/sbin/pm-suspend") "pm-suspend")
701 (("/usr/sbin/pm-hibernate") "pm-hibernate"))
702 #t))))
703 (build-system gnu-build-system)
704 (arguments
705 '(#:configure-flags
706 (list (string-append "--with-xsession-prefix=" %output))
707 ;; Disable icon cache update.
708 #:make-flags
709 '("gtk_update_icon_cache=true")))
710 (native-inputs
711 `(("pkg-config" ,pkg-config)
712 ("intltool" ,intltool)))
713 (inputs
714 `(("iceauth" ,iceauth)
715 ("upower" ,upower)
716 ("polkit" ,polkit)
717 ("libsm" ,libsm)
718 ("libwnck" ,libwnck)
719 ("libxfce4ui" ,libxfce4ui)))
720 (home-page "https://www.xfce.org/")
721 (synopsis "Xfce session manager")
722 (description
723 "Session manager for Xfce, it will restore your session on startup and
724 allows you to shut down the computer from Xfce.")
725 (license gpl2+)))
726
727 (define-public xfce4-settings
728 (package
729 (name "xfce4-settings")
730 (version "4.16.0")
731 (source (origin
732 (method url-fetch)
733 (uri (string-append "https://archive.xfce.org/src/xfce/"
734 name "/" (version-major+minor version) "/"
735 name "-" version ".tar.bz2"))
736 (sha256
737 (base32
738 "1hnx88a8xmi38mdf5gxdvx7n8yax1vzah8hy8g37bijlqx7l18b7"))
739 (patches (search-patches "xfce4-settings-defaults.patch"))))
740 (build-system gnu-build-system)
741 (arguments
742 `(#:configure-flags '("--enable-pluggable-dialogs"
743 "--enable-sound-settings"
744 "--enable-xrandr")))
745 (native-inputs
746 `(("pkg-config" ,pkg-config)
747 ("intltool" ,intltool)))
748 (inputs
749 `(("exo" ,exo)
750 ("garcon" ,garcon)
751 ("libnotify" ,libnotify)
752 ("libxcursor" ,libxcursor)
753 ("libxi" ,libxi)
754 ("libxklavier" ,libxklavier)
755 ("libxrandr" ,libxrandr)
756 ("libxfce4ui" ,libxfce4ui)
757 ("upower" ,upower) ;; TODO needs upower-glib
758 ("python" ,python) ;; for xfce4-compose-mail
759 ("xf86-input-libinput" ,xf86-input-libinput)))
760 (home-page "https://www.xfce.org/")
761 (synopsis "Xfce settings manager")
762 (description
763 "Settings manager for Xfce, it can control various aspects of the desktop
764 like appearance, display, keyboard and mouse settings.")
765 (license gpl2+)))
766
767 (define-public thunar
768 (package
769 (name "thunar")
770 (version "4.16.6")
771 (source (origin
772 (method url-fetch)
773 (uri (string-append "https://archive.xfce.org/src/xfce/"
774 "thunar/" (version-major+minor version) "/"
775 "thunar-" version ".tar.bz2"))
776 (sha256
777 (base32
778 "1dq238m2bh938gpb058cr2xmhy6f3qkyyya9l0ya95kiwqzislyb"))))
779 (build-system gnu-build-system)
780 (native-inputs
781 `(("pkg-config" ,pkg-config)
782 ("intltool" ,intltool)))
783 (inputs
784 `(("exo" ,exo)
785 ("gobject-introspection" ,gobject-introspection)
786 ("libexif" ,libexif)
787 ("libgudev" ,libgudev)
788 ("libnotify" ,libnotify)
789 ("libxfce4ui" ,libxfce4ui)
790 ("pcre" ,pcre)
791 ("xfce4-panel" ,xfce4-panel)
792 ("startup-notification" ,startup-notification)))
793 (home-page "https://www.xfce.org/")
794 (synopsis "Xfce file manager")
795 (description
796 "A modern file manager for graphical desktop, aiming to be easy-to-use and
797 fast.")
798 (license gpl2+)))
799
800 (define-public thunar-volman
801 (package
802 (name "thunar-volman")
803 (version "4.16.0")
804 (source
805 (origin
806 (method url-fetch)
807 (uri (string-append "https://archive.xfce.org/src/xfce/thunar-volman/"
808 (version-major+minor version) "/"
809 "thunar-volman-" version ".tar.bz2"))
810 (sha256
811 (base32 "0zaliahfz9ci2md7g6w9mb7z5azi5n56gihbnwyzvds2n8cygh6j"))))
812 (build-system gnu-build-system)
813 (native-inputs
814 `(("pkg-config" ,pkg-config)
815 ("intltool" ,intltool)))
816 (inputs
817 `(("exo" ,exo)
818 ("libgudev" ,libgudev)
819 ("libnotify" ,libnotify)
820 ("libxfce4ui" ,libxfce4ui)))
821 (home-page "https://www.xfce.org/")
822 (synopsis "Removable media manager for Thunar")
823 (description
824 "Thunar-volman is an extension for the Thunar File Manager, which enables
825 automatic management of removable drives and media. For example, if
826 thunar-volman is installed and configured properly, and you plug in your
827 digital camera, it will automatically spawn your preferred photo application
828 and import the new pictures from your camera.")
829 (license gpl2+)))
830
831 (define-public xfwm4
832 (package
833 (name "xfwm4")
834 (version "4.16.1")
835 (source (origin
836 (method url-fetch)
837 (uri (string-append "https://archive.xfce.org/src/xfce/"
838 "xfwm4/" (version-major+minor version) "/"
839 "xfwm4-" version ".tar.bz2"))
840 (sha256
841 (base32
842 "133ip28v6j3x4l413d81ixsisf32sa0xzd54n0nn8g6p9fh4rcmm"))))
843 (build-system gnu-build-system)
844 (native-inputs
845 `(("pkg-config" ,pkg-config)
846 ("intltool" ,intltool)))
847 (inputs
848 `(("libdrm" ,libdrm)
849 ("libwnck" ,libwnck)
850 ("libxcomposite" ,libxcomposite)
851 ("libxdamage" ,libxdamage)
852 ("libxfce4ui" ,libxfce4ui)
853 ("libxrandr" ,libxrandr)))
854 (home-page "https://www.xfce.org/")
855 (synopsis "Xfce window manager")
856 (description
857 "Window manager for Xfce, it handles the placement of windows
858 on the screen.")
859 (license gpl2+)))
860
861 (define-public xfdesktop
862 (package
863 (name "xfdesktop")
864 (version "4.16.0")
865 (source (origin
866 (method url-fetch)
867 (uri (string-append "https://archive.xfce.org/src/xfce/"
868 "xfdesktop/" (version-major+minor version) "/"
869 "xfdesktop-" version ".tar.bz2"))
870 (sha256
871 (base32
872 "1bjv2mpkv7zmpzssbvvzh0x4pn8cqm8dvhgsv5i1xwngzspsajwk"))
873 (modules '((guix build utils)))
874 (snippet
875 #~(begin
876 (copy-file #$(file-append %artwork-repository "/logo/Guix.svg")
877 "backgrounds/guix-logo.svg")
878 #t))))
879 (build-system gnu-build-system)
880 (arguments
881 `(#:phases (modify-phases %standard-phases
882 (add-before 'configure 'prepare-background-image
883 (lambda _
884 ;; Stick a Guix logo in the background image. XXX: It
885 ;; has to go to the center because the image might be
886 ;; truncated on the edges. :-/
887 (invoke "inkscape" "--export-dpi=120"
888 "--export-png=/tmp/guix.png"
889 "backgrounds/guix-logo.svg")
890 (for-each (lambda (image)
891 (invoke "composite" "-gravity" "center"
892 "/tmp/guix.png" image
893 "/tmp/final.jpg")
894 (copy-file "/tmp/final.jpg" image))
895 '(;; "backgrounds/xfce-blue.jpg"
896 "backgrounds/xfce-stripes.png"
897 "backgrounds/xfce-teal.jpg"))
898 #t)))
899
900 #:disallowed-references (,inkscape ,imagemagick)))
901 (native-inputs
902 `(("pkg-config" ,pkg-config)
903 ("intltool" ,intltool)
904
905 ;; For our own ‘prepare-background-image’ phase.
906 ("inkscape" ,inkscape)
907 ("imagemagick" ,imagemagick)))
908 (inputs
909 `(("exo" ,exo)
910 ("garcon" ,garcon)
911 ("libnotify" ,libnotify)
912 ("libwnck" ,libwnck)
913 ("libxfce4ui" ,libxfce4ui)
914 ("thunar" ,thunar)))
915 (home-page "https://www.xfce.org/")
916 (synopsis "Xfce desktop manager")
917 (description
918 "Desktop manager for Xfce, it sets the background color or image with
919 optional application menu or icons for minimized applications or launchers,
920 devices and folders.")
921 (license gpl2+)))
922
923 (define-public xfce4-terminal
924 (package
925 (name "xfce4-terminal")
926 (version "0.8.10")
927 (source (origin
928 (method url-fetch)
929 (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
930 (version-major+minor version) "/"
931 name "-" version ".tar.bz2"))
932 (sha256
933 (base32
934 "1irxyg5vp6vyd9vxdqav6jhchfkmhlqq511386h644p0k30kfcvs"))))
935 (build-system gnu-build-system)
936 (native-inputs
937 `(("pkg-config" ,pkg-config)
938 ("intltool" ,intltool)))
939 (inputs
940 `(("libxfce4ui" ,libxfce4ui)
941 ("vte" ,vte)))
942 (home-page "https://www.xfce.org/")
943 (synopsis "Xfce terminal emulator")
944 (description
945 "A lightweight and easy to use terminal emulator for Xfce. Features
946 include a simple configuration interface, the ability to use multiple tabs
947 with terminals within a single window, the possibility to have a
948 pseudo-transparent terminal background, and a compact mode (where both the
949 menubar and the window decorations are hidden) that helps you to save space
950 on your desktop.")
951 (license gpl2+)))
952
953 (define-public mate-polkit-for-xfce
954 (package/inherit mate-polkit
955 (arguments
956 `(#:phases
957 (modify-phases %standard-phases
958 (add-after 'install 'patch-desktop
959 (lambda* (#:key outputs #:allow-other-keys)
960 (let* ((common (string-append
961 (assoc-ref outputs "out") "/etc/xdg/autostart/"
962 "polkit-mate-authentication-agent-"))
963 (old (string-append common "1.desktop"))
964 (new (string-append common "for-xfce-1.desktop")))
965 (substitute* old (("MATE;") "XFCE;"))
966 ;; To avoid a conflict if both MATE and XFCE are installed.
967 (rename-file old new)))))))
968 (properties `((hidden? . #t)))))
969
970 (define-public xfce
971 (package
972 (name "xfce")
973 (version (package-version xfce4-session))
974 (source #f)
975 (build-system trivial-build-system)
976 (arguments
977 '(#:modules ((guix build union))
978 #:builder
979 (begin
980 (use-modules (ice-9 match)
981 (guix build union))
982 (match %build-inputs
983 (((names . directories) ...)
984 (union-build (assoc-ref %outputs "out")
985 directories)
986 #t)))))
987 (inputs
988 `(("exo" ,exo)
989 ("garcon" ,garcon)
990 ("gnome-icon-theme" ,gnome-icon-theme)
991 ("gtk-xfce-engine" ,gtk-xfce-engine)
992 ("hicolor-icon-theme" ,hicolor-icon-theme)
993 ("mate-polkit-for-xfce" ,mate-polkit-for-xfce)
994 ("ristretto" ,ristretto)
995 ("shared-mime-info" ,shared-mime-info)
996 ("thunar" ,thunar)
997 ("thunar-volman" ,thunar-volman)
998 ("tumbler" ,tumbler)
999 ("xfce4-appfinder" ,xfce4-appfinder)
1000 ("xfce4-panel" ,xfce4-panel)
1001 ("xfce4-power-manager" ,xfce4-power-manager)
1002 ("xfce4-session" ,xfce4-session)
1003 ("xfce4-settings" ,xfce4-settings)
1004 ("xfce4-terminal" ,xfce4-terminal)
1005 ("xfconf" ,xfconf)
1006 ("xfdesktop" ,xfdesktop)
1007 ("xfwm4" ,xfwm4)
1008 ;; Panel plugins.
1009 ("xfce4-battery-plugin" ,xfce4-battery-plugin)
1010 ("xfce4-clipman-plugin" ,xfce4-clipman-plugin)
1011 ("xfce4-pulseaudio-plugin" ,xfce4-pulseaudio-plugin)
1012 ("xfce4-xkb-plugin" ,xfce4-xkb-plugin)))
1013 (native-search-paths
1014 ;; For finding panel plugins.
1015 (package-native-search-paths xfce4-panel))
1016 (home-page "https://www.xfce.org/")
1017 (synopsis "Desktop environment (meta-package)")
1018 (description
1019 "Xfce is a lightweight desktop environment. It aims to be fast and low on
1020 system resources, while still being visually appealing and user friendly.")
1021 (license gpl2+)))
1022
1023 (define-public xfce4-power-manager
1024 (package
1025 (name "xfce4-power-manager")
1026 (version "4.16.0")
1027 (source (origin
1028 (method url-fetch)
1029 (uri (string-append "https://archive.xfce.org/src/xfce/"
1030 "xfce4-power-manager/" (version-major+minor version) "/"
1031 "xfce4-power-manager-" version ".tar.bz2"))
1032 (sha256
1033 (base32
1034 "1wrvqiifaxsgcn1kh4vm2hwxi9lgm6mw4zrfld2zl0mm05y5i77b"))))
1035 (build-system gnu-build-system)
1036 (native-inputs
1037 `(("pkg-config" ,pkg-config)
1038 ("intltool" ,intltool)))
1039 (inputs
1040 `(("libxrandr" ,libxrandr)
1041 ("gtk+" ,gtk+)
1042 ("upower" ,upower)
1043 ("libnotify" ,libnotify)
1044 ("libxfce4ui" ,libxfce4ui)))
1045 (home-page "https://www.xfce.org/")
1046 (synopsis "Xfce Power Manager")
1047 (description
1048 "This is a power manager for the Xfce desktop. It manages the power
1049 sources on the computer and the devices that can be controlled to reduce their
1050 power consumption (such as LCD brightness level, monitor sleep, CPU frequency
1051 scaling, etc). In addition, xfce4-power-manager provides a set of
1052 freedesktop-compliant DBus interfaces to inform other applications about current
1053 power level so that they can adjust their power consumption, and it provides the
1054 inhibit interface which allows applications to prevent automatic sleep.")
1055 (license gpl2+)))
1056
1057 (define-public ristretto
1058 (package
1059 (name "ristretto")
1060 (version "0.10.0")
1061 (source (origin
1062 (method url-fetch)
1063 (uri (string-append "https://archive.xfce.org/src/apps/ristretto/"
1064 (version-major+minor version) "/"
1065 "ristretto-" version ".tar.bz2"))
1066 (sha256
1067 (base32
1068 "0sa75m1w6yvv4xvzrwqiif6vnqgi29hjrixrh87nxss58bbms8hn"))))
1069 (build-system gnu-build-system)
1070 (native-inputs
1071 `(("intltool" ,intltool)
1072 ("desktop-file-utils" ,desktop-file-utils)
1073 ("pkg-config" ,pkg-config)))
1074 (inputs
1075 `(("gtk+" ,gtk+)
1076 ("libexif" ,libexif)
1077 ("libxfce4ui" ,libxfce4ui)
1078 ("librsvg" ,librsvg)
1079 ("tumbler" ,tumbler)))
1080 (home-page "https://docs.xfce.org/apps/ristretto/start")
1081 (synopsis "Fast and lightweight picture-viewer")
1082 (description
1083 "The Ristretto Image Viewer is an application that can be used to view,
1084 and scroll through images. It can be used to run a slideshow of images, open
1085 images with other applications like an image-editor or configure an image as
1086 the desktop wallpaper.")
1087 (license gpl2+)))
1088
1089 (define-public xfce4-taskmanager
1090 (package
1091 (name "xfce4-taskmanager")
1092 (version "1.4.2")
1093 (source (origin
1094 (method url-fetch)
1095 (uri (string-append "https://archive.xfce.org/src/apps/"
1096 "xfce4-taskmanager/" (version-major+minor version) "/"
1097 "xfce4-taskmanager-" version ".tar.bz2"))
1098 (sha256
1099 (base32
1100 "1ya81si7xhqqbbc9lfcjg2i1pi1qdfw1pnjry7kf95f1w50244nd"))))
1101 (build-system gnu-build-system)
1102 (native-inputs
1103 `(("intltool" ,intltool)
1104 ("pkg-config" ,pkg-config)))
1105 (inputs
1106 `(("libwnck" ,libwnck)
1107 ("libxmu" ,libxmu)
1108 ("gtk+" ,gtk+)
1109 ;; FIXME: Remove libxext and libxt when libxmu propagates them.
1110 ("libxext" ,libxext)
1111 ("libxt" ,libxt)))
1112 (home-page "https://goodies.xfce.org/projects/applications/xfce4-taskmanager")
1113 (synopsis "Easy to use task manager")
1114 (description
1115 "This is a task manager for the Xfce desktop. It displays the CPU and
1116 memory usage graphically, and it can display processes as a tree.")
1117 (license gpl2+)))
1118
1119 (define-public orage
1120 (package
1121 (name "orage")
1122 (version "4.12.1")
1123 (source (origin
1124 (method url-fetch)
1125 (uri (string-append "https://archive.xfce.org/src/apps/"
1126 name "/" (version-major+minor version) "/"
1127 name "-" version ".tar.bz2"))
1128 (sha256
1129 (base32
1130 "0qlhvnl2m33vfxqlbkic2nmfpwyd4mq230jzhs48cg78392amy9w"))))
1131 (arguments
1132 `(#:phases
1133 (modify-phases %standard-phases
1134 (add-after 'unpack 'fix-build-with-libical3
1135 (lambda* _
1136 (substitute* "src/ical-code.c" ;; .is_utc not available in libical3
1137 ((".*\\.is_utc.*$") ""))
1138 #t)))))
1139 (build-system gnu-build-system)
1140 (native-inputs
1141 `(("intltool" ,intltool)
1142 ("pkg-config" ,pkg-config)))
1143 (inputs
1144 `(("gtk+" ,gtk+-2)
1145 ("libical" ,libical)
1146 ("libnotify" ,libnotify)
1147 ("popt" ,popt)
1148 ("xfce4-panel" ,xfce4-panel)))
1149 (home-page "https://www.xfce.org/projects/")
1150 (synopsis "Simple calendar application with reminders")
1151 (description
1152 "This is a simple calendar application for the Xfce desktop. Orage has
1153 alarms and uses the iCalendar format, making it compatible with many other
1154 calendar applications. It also includes a panel clock plugin and an
1155 international clock application capable of simultaneously showing clocks from
1156 several different time zones.")
1157 (license gpl2+)))
1158
1159 (define-public xfce4-notifyd
1160 (package
1161 (name "xfce4-notifyd")
1162 (version "0.6.2")
1163 (source (origin
1164 (method url-fetch)
1165 (uri (string-append "https://archive.xfce.org/src/apps/"
1166 name "/" (version-major+minor version) "/"
1167 name "-" version ".tar.bz2"))
1168 (sha256
1169 (base32
1170 "0ib5s7kjbr9sy8nh89nfcc4w6qplacnk4s92iycijy2wcv389aqr"))))
1171 (build-system glib-or-gtk-build-system)
1172 (native-inputs
1173 `(("intltool" ,intltool)
1174 ("pkg-config" ,pkg-config)))
1175 (inputs
1176 `(("libxfce4ui" ,libxfce4ui)
1177 ("libnotify" ,libnotify)
1178 ("xfce4-panel" ,xfce4-panel)))
1179 (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
1180 (synopsis "Show notification bubbles on Xfce")
1181 (description
1182 "The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program
1183 that implements the “server-side” portion of the Freedesktop desktop
1184 notifications specification. Applications that wish to pop up a notification
1185 bubble in a standard way can implicitly make use of xfce4-notifyd to do so by
1186 sending standard messages over D-Bus using the
1187 @code{org.freedesktop.Notifications} interface.")
1188 (license gpl2)))
1189
1190 (define-public xfburn
1191 (package
1192 (name "xfburn")
1193 (version "0.6.2")
1194 (source (origin
1195 (method url-fetch)
1196 (uri (string-append "https://archive.xfce.org/src/apps/xfburn/"
1197 (version-major+minor version) "/"
1198 "xfburn-" version ".tar.bz2"))
1199 (sha256
1200 (base32
1201 "09q3s2rkpf0ljzq6bv4hl9byvaggjq7lchfw5zaircwv5q9nwhc3"))))
1202 (build-system gnu-build-system)
1203 (native-inputs
1204 `(("intltool" ,intltool)
1205 ("pkg-config" ,pkg-config)))
1206 (inputs
1207 `(("exo" ,exo)
1208 ("gstreamer" ,gstreamer)
1209 ("gst-plugins-base" ,gst-plugins-base)
1210 ("gst-plugins-good" ,gst-plugins-good)
1211 ("gst-plugins-ugly" ,gst-plugins-ugly)
1212 ("glib" ,glib)
1213 ("gtk+" ,gtk+)
1214 ("libburn" ,libburn)
1215 ("libisofs" ,libisofs)
1216 ("libxfce4ui" ,libxfce4ui)))
1217 (home-page "https://goodies.xfce.org/projects/applications/xfburn")
1218 (synopsis "GTK+ based CD, DVD and Blu-ray burning application")
1219 (description
1220 "Xfburn is a simple CD, DVD, and Blu-ray burning tool based on
1221 the libburnia libraries. It can blank CD/DVD/BD(-RW)s, burn and
1222 create iso images, audio CDs, as well as burn personal compositions
1223 of data to either CD/DVD/BD.")
1224 (license gpl2+)))
1225
1226 (define-public mousepad
1227 (package
1228 (name "mousepad")
1229 (version "0.5.4")
1230 (source (origin
1231 (method url-fetch)
1232 (uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
1233 (version-major+minor version) "/mousepad-"
1234 version ".tar.bz2"))
1235 (sha256
1236 (base32
1237 "189aljqgkrspqk9498izgvssw08pgkyvf7hc7ddmzfhcblp4j3yr"))))
1238 (build-system gnu-build-system)
1239 (arguments
1240 '(#:configure-flags '(;; Use the GSettings keyfile backend rather than
1241 ;; DConf.
1242 "--enable-keyfile-settings")
1243 #:phases
1244 (modify-phases %standard-phases
1245 (add-after 'install 'wrap-program
1246 (lambda* (#:key inputs outputs #:allow-other-keys)
1247 (let ((out (assoc-ref outputs "out"))
1248 (gtksourceview (assoc-ref inputs "gtksourceview")))
1249 (wrap-program (string-append out "/bin/mousepad")
1250 ;; For language-specs.
1251 `("XDG_DATA_DIRS" ":" prefix (,(string-append gtksourceview
1252 "/share")))))
1253 #t)))))
1254 (native-inputs
1255 `(("intltool" ,intltool)
1256 ("glib" ,glib "bin") ; for glib-compile-schemas.
1257 ("pkg-config" ,pkg-config)))
1258 (inputs
1259 `(("gtk+" ,gtk+)
1260 ("gtksourceview" ,gtksourceview-3)
1261 ("xfconf" ,xfconf)))
1262 (home-page "https://git.xfce.org/apps/mousepad/")
1263 (synopsis "Simple text editor for Xfce")
1264 (description
1265 "Mousepad is a graphical text editor for Xfce based on Leafpad.")
1266 (license gpl2+)))
1267
1268 (define-public xfce4-screenshooter
1269 (package
1270 (name "xfce4-screenshooter")
1271 (version "1.9.8")
1272 (source (origin
1273 (method url-fetch)
1274 (uri (string-append "https://archive.xfce.org/src/apps/"
1275 "xfce4-screenshooter/"
1276 (version-major+minor version)
1277 "/xfce4-screenshooter-"
1278 version ".tar.bz2"))
1279 (sha256
1280 (base32
1281 "0l1cyrb4ym7d95yliyl8gn701wvnr734v622yyy3zdnk99hrs0kg"))))
1282 (build-system gnu-build-system)
1283 (native-inputs
1284 `(("pkg-config" ,pkg-config)
1285 ("intltool" ,intltool)
1286 ("glib:bin" ,glib "bin"))) ; glib-genmarshal
1287 (inputs
1288 `(("exo" ,exo)
1289 ("libsoup" ,libsoup)
1290 ("libxfce4ui" ,libxfce4ui)
1291 ("xfce4-panel" ,xfce4-panel)))
1292 (home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
1293 (synopsis "Xfce's application to take screenshots")
1294 (description
1295 "This application allows you to capture the entire screen, the active
1296 window or a selected region. You can set the delay that elapses before the screenshot
1297 is taken and the action that will be done with the screenshot.
1298 A plugin for the Xfce panel is also available.")
1299 (license gpl2+)))
1300
1301 (define-public xfce4-screensaver
1302 (package
1303 (name "xfce4-screensaver")
1304 (version "4.16.0")
1305 (source (origin
1306 (method url-fetch)
1307 (uri (string-append "https://archive.xfce.org/src/apps/"
1308 "xfce4-screensaver/"
1309 (version-major+minor version)
1310 "/xfce4-screensaver-"
1311 version ".tar.bz2"))
1312 (sha256
1313 (base32
1314 "13962rkc7nn3yigv1km8w0z7g41kj2bxmrrwx2f6gnv27qz18kbd"))))
1315 (build-system gnu-build-system)
1316 (arguments
1317 `(#:phases
1318 (modify-phases %standard-phases
1319 (add-after 'unpack 'fix-dbus-1-path
1320 (lambda* (#:key outputs #:allow-other-keys)
1321 (let* ((out (assoc-ref outputs "out"))
1322 (dbus-dir (string-append out "/share/dbus-1/services")))
1323 (substitute* "configure"
1324 (("DBUS_SESSION_SERVICE_DIR=.*")
1325 (string-append "DBUS_SESSION_SERVICE_DIR="
1326 dbus-dir)))))))))
1327 (native-inputs
1328 `(("pkg-config" ,pkg-config)
1329 ("intltool" ,intltool)
1330 ("glib" ,glib) ; glib-compile-schemas
1331 ("glib:bin" ,glib "bin"))) ; glib-compile-schemas
1332 (inputs
1333 `(("dbus-glib" ,dbus-glib)
1334 ("libux-pam" ,linux-pam)
1335 ("elogind" ,elogind)
1336 ("garcon" ,garcon)
1337 ("libxklavier" ,libxklavier)
1338 ("libwnxk" ,libwnck)
1339 ("libxscrnsaver" ,libxscrnsaver)
1340 ("xfconf" ,xfconf)))
1341 (home-page "https://docs.xfce.org/apps/screensaver/start")
1342 (synopsis "Screensaver for the Xfce desktop")
1343 (description
1344 "Xfce Screensaver is a screen saver and locker that aims to have simple,
1345 sane, secure defaults and be well integrated with the Xfce desktop. ")
1346 (license gpl2+)))
1347
1348 (define-public xfce4-volumed-pulse
1349 (package
1350 (name "xfce4-volumed-pulse")
1351 (version "0.2.3")
1352 (source (origin
1353 (method url-fetch)
1354 (uri (string-append "https://archive.xfce.org/src/apps/"
1355 name "/" (version-major+minor version) "/"
1356 name "-" version ".tar.bz2"))
1357 (sha256
1358 (base32
1359 "1q639iwwj7q2plgz0wdgdbi5wkgaq177ca9rnnlrnbdmid5z5fqk"))))
1360 (build-system glib-or-gtk-build-system)
1361 (native-inputs
1362 `(("intltool" ,intltool)
1363 ("pkg-config" ,pkg-config)))
1364 (inputs
1365 `(("xfconf" ,xfconf)
1366 ("libnotify" ,libnotify)
1367 ("pulseaudio" ,pulseaudio)
1368 ("keybinder-3.0" ,keybinder-3.0)
1369 ("gtk+" ,gtk+)))
1370 (home-page "https://goodies.xfce.org/projects/applications/xfce4-volumed")
1371 (synopsis "XFCE volume keys daemon")
1372 (description
1373 "This is a volume keys control daemon for Xfce Desktop environment. It controls
1374 the volume using multimedia keys. It also provides volume change notifications.")
1375 (license gpl3+)))
1376
1377 (define-public xfce4-cpugraph-plugin
1378 (package
1379 (name "xfce4-cpugraph-plugin")
1380 (version "1.2.3")
1381 (source (origin
1382 (method url-fetch)
1383 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1384 "xfce4-cpugraph-plugin/"
1385 (version-major+minor version)
1386 "/xfce4-cpugraph-plugin-" version ".tar.bz2"))
1387 (sha256
1388 (base32
1389 "13302psv0fzg2dsgadr8j6mb06k1bsa4zw6hxmb644vqlvcwq37v"))))
1390 (build-system gnu-build-system)
1391 (native-inputs
1392 `(("intltool" ,intltool)
1393 ("pkg-config" ,pkg-config)))
1394 (inputs
1395 `(("libxfce4ui" ,libxfce4ui)
1396 ("xfce4-panel" ,xfce4-panel)))
1397 (home-page
1398 "https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin")
1399 (synopsis "Display CPU load as a graph in the Xfce panel")
1400 (description "This panel plugin offers multiple display
1401 modes (LED, gradient, fire, etc…) to show the current CPU load of the
1402 system. Various appearance options, like colors or size, are
1403 customizable.
1404
1405 On multi core or multi CPU systems, CPU Graph can either track and
1406 display all of them at once, or at the user's option only a specific
1407 core or CPU.")
1408 (license gpl2+)))
1409
1410 (define-public xfce4-eyes-plugin
1411 (package
1412 (name "xfce4-eyes-plugin")
1413 (version "4.5.1")
1414 (source (origin
1415 (method url-fetch)
1416 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1417 "xfce4-eyes-plugin/"
1418 (version-major+minor version)
1419 "/xfce4-eyes-plugin-" version ".tar.bz2"))
1420 (sha256
1421 (base32
1422 "1iaszzkagl1mb0cdafrvlfjnjklhhs9y90517par34sjiqbq1dsd"))))
1423 (build-system gnu-build-system)
1424 (native-inputs
1425 `(("intltool" ,intltool)
1426 ("pkg-config" ,pkg-config)))
1427 (inputs
1428 `(("libxfce4ui" ,libxfce4ui)
1429 ("xfce4-panel" ,xfce4-panel)))
1430 (home-page
1431 "https://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin")
1432 (synopsis "Display a pair of eyes for the Xfce panel")
1433 (description "Eyes is a toy Xfce panel plugin that adds eyes which
1434 watch your every step.")
1435 (license gpl2+)))
1436
1437 (define-public xfce4-equake-plugin
1438 (package
1439 (name "xfce4-equake-plugin")
1440 (version "1.3.8")
1441 (source (origin
1442 (method url-fetch)
1443 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1444 "xfce4-equake-plugin/"
1445 (version-major+minor version)
1446 "/xfce4-equake-plugin-" version ".tar.bz2"))
1447 (sha256
1448 (base32
1449 "09b9k0n5xm115k44x74w4ad0xqklilyfh0hglsps7zj97pd7a5a3"))))
1450 (build-system gnu-build-system)
1451 (native-inputs
1452 `(("intltool" ,intltool)
1453 ("pkg-config" ,pkg-config)))
1454 (inputs
1455 `(("gtk+-2" ,gtk+-2)
1456 ("libxfce4ui" ,libxfce4ui)
1457 ("xfce4-panel" ,xfce4-panel)))
1458 (home-page
1459 "https://goodies.xfce.org/projects/panel-plugins/xfce4-equake-plugin")
1460 (synopsis "Earthquake monitor for the Xfce panel")
1461 (description "Equake is a panel plugin for the XFCE desktop
1462 environment. Equake monitors earthquakes and will display an update
1463 each time a new earthquake occurs.")
1464 (license gpl2+)))
1465
1466 (define-public xfce4-datetime-plugin
1467 (package
1468 (name "xfce4-datetime-plugin")
1469 (version "0.8.1")
1470 (source (origin
1471 (method url-fetch)
1472 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1473 "xfce4-datetime-plugin/"
1474 (version-major+minor version)
1475 "/xfce4-datetime-plugin-" version ".tar.bz2"))
1476 (sha256
1477 (base32
1478 "0h15mxq5lawlxyr6h1vxc60rkf0rpmnv81l0f52mrswww9dz3xp9"))))
1479 (build-system gnu-build-system)
1480 (native-inputs
1481 `(("intltool" ,intltool)
1482 ("pkg-config" ,pkg-config)))
1483 (inputs
1484 `(("libxfce4ui" ,libxfce4ui)
1485 ("xfce4-panel" ,xfce4-panel)))
1486 (home-page
1487 "https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin")
1488 (synopsis "Display date and time inside the Xfce panel")
1489 (description "This plugin shows the date and time in the panel,
1490 and a calendar appears when you left-click on it.")
1491 (license gpl2+)))
1492
1493 (define-public xfce4-calculator-plugin
1494 (package
1495 (name "xfce4-calculator-plugin")
1496 (version "0.7.1")
1497 (source (origin
1498 (method url-fetch)
1499 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1500 "xfce4-calculator-plugin/"
1501 (version-major+minor version)
1502 "/xfce4-calculator-plugin-" version ".tar.bz2"))
1503 (sha256
1504 (base32
1505 "10fsb9pyr2cr9dj1k3n96dq6g02g61g5y4z4jzfvskpgqc1nl0g4"))))
1506 (build-system gnu-build-system)
1507 (native-inputs
1508 `(("intltool" ,intltool)
1509 ("pkg-config" ,pkg-config)))
1510 (inputs
1511 `(("libxfce4ui" ,libxfce4ui)
1512 ("xfce4-panel" ,xfce4-panel)))
1513 (home-page
1514 "https://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin")
1515 (synopsis "Calculator for the Xfce panel")
1516 (description "This plugin is a calculator for the Xfce4 panel. It
1517 supports common mathematical operators (+, -, *, /, ^) with usual
1518 precedence rules, and the following functions and common constants.")
1519 (license gpl2+)))
1520
1521 (define-public xfce4-cpufreq-plugin
1522 (package
1523 (name "xfce4-cpufreq-plugin")
1524 (version "1.2.4")
1525 (source (origin
1526 (method url-fetch)
1527 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1528 "xfce4-cpufreq-plugin/"
1529 (version-major+minor version)
1530 "/xfce4-cpufreq-plugin-" version ".tar.bz2"))
1531 (sha256
1532 (base32
1533 "17kzy156xqnbk4apskg005p7r09q7zb8crifad5mbawc7ysihll1"))))
1534 (build-system gnu-build-system)
1535 (native-inputs
1536 `(("intltool" ,intltool)
1537 ("pkg-config" ,pkg-config)))
1538 (inputs
1539 `(("libxfce4ui" ,libxfce4ui)
1540 ("xfce4-panel" ,xfce4-panel)))
1541 (home-page
1542 "https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin")
1543 (synopsis "Xfce panel plugin for displaying CPU frequency")
1544 (description "This panel plugin shows information about the CPU
1545 governor and frequencies supported and used by your system.")
1546 (license gpl2+)))
1547
1548 (define-public xfce4-diskperf-plugin
1549 (package
1550 (name "xfce4-diskperf-plugin")
1551 (version "2.6.3")
1552 (source (origin
1553 (method url-fetch)
1554 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1555 "xfce4-diskperf-plugin/"
1556 (version-major+minor version)
1557 "/xfce4-diskperf-plugin-" version ".tar.bz2"))
1558 (sha256
1559 (base32
1560 "0n8wsnjvzw98z8r0f0zr8n2gicjz6hhislp86xrjh0r4xcnymcbk"))))
1561 (build-system gnu-build-system)
1562 (native-inputs
1563 `(("intltool" ,intltool)
1564 ("pkg-config" ,pkg-config)))
1565 (inputs
1566 `(("libxfce4ui" ,libxfce4ui)
1567 ("xfce4-panel" ,xfce4-panel)))
1568 (home-page
1569 "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin")
1570 (synopsis "Display disk performance in the Xfce panel")
1571 (description "This Xfce panel plugin displays instant disk/partition
1572 performance (bytes transferred per second).")
1573 (license gpl2+)))
1574
1575 (define-public xfce4-embed-plugin
1576 (package
1577 (name "xfce4-embed-plugin")
1578 (version "1.6.0")
1579 (source (origin
1580 (method url-fetch)
1581 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1582 "xfce4-embed-plugin/"
1583 (version-major+minor version)
1584 "/xfce4-embed-plugin-" version ".tar.bz2"))
1585 (sha256
1586 (base32
1587 "0a72kqsjjh45swimqlpyrahdnplp0383v0i4phr4n6g8c1ixyry7"))))
1588 (build-system gnu-build-system)
1589 (native-inputs
1590 `(("intltool" ,intltool)
1591 ("pkg-config" ,pkg-config)))
1592 (inputs
1593 `(("libxfce4ui" ,libxfce4ui)
1594 ("xfce4-panel" ,xfce4-panel)
1595 ("gtk+-2" ,gtk+-2)))
1596 (home-page
1597 "https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin")
1598 (synopsis "Embed arbitrary applications inside the Xfce panel")
1599 (description "This plugin enables the embedding of arbitrary
1600 application windows into the Xfce panel. The window is resized into
1601 the panel space available, and the associated program can be
1602 automatically launched if it is not open.
1603
1604 Example uses include embedding an instant messaging buddy list, a mail
1605 client's new mail ticker, a simple media application, or a fancy clock
1606 or timer. Combining with Xfce's ability to auto-hide panels can make
1607 this very convenient.")
1608 (license gpl2+)))
1609
1610 (define-public xfce4-fsguard-plugin
1611 (package
1612 (name "xfce4-fsguard-plugin")
1613 (version "1.1.2")
1614 (source (origin
1615 (method url-fetch)
1616 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1617 "xfce4-fsguard-plugin/"
1618 (version-major+minor version)
1619 "/xfce4-fsguard-plugin-" version ".tar.bz2"))
1620 (sha256
1621 (base32
1622 "01a1an5z4kpgi68lk98q7wga7sx676fcbnrsd5cpq4d736ifdn37"))))
1623 (build-system gnu-build-system)
1624 (native-inputs
1625 `(("intltool" ,intltool)
1626 ("pkg-config" ,pkg-config)))
1627 (inputs
1628 `(("libxfce4ui" ,libxfce4ui)
1629 ("xfce4-panel" ,xfce4-panel)))
1630 (home-page
1631 "https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin")
1632 (synopsis "Xfce panel plugin to monitor free disk space")
1633 (description "The panel plugin checks free space on a chosen mount
1634 point frequently and displays a message when a limit is reached. There
1635 are two limits: a warning limit where only the icon changes, and an
1636 urgent limit that advise the user with a message. The icon button can
1637 be clicked to open the chosen mount point.")
1638 (license bsd-2)))
1639
1640 (define-public xfce4-genmon-plugin
1641 (package
1642 (name "xfce4-genmon-plugin")
1643 (version "4.1.1")
1644 (source (origin
1645 (method url-fetch)
1646 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1647 "xfce4-genmon-plugin/"
1648 (version-major+minor version)
1649 "/xfce4-genmon-plugin-" version ".tar.bz2"))
1650 (sha256
1651 (base32
1652 "0d81npcqnmkw2qaqa8c6igh9j5r4ivgb15zcjwxjkyhrzz89y4dj"))))
1653 (build-system gnu-build-system)
1654 (native-inputs
1655 `(("intltool" ,intltool)
1656 ("pkg-config" ,pkg-config)))
1657 (inputs
1658 `(("libxfce4ui" ,libxfce4ui)
1659 ("xfce4-panel" ,xfce4-panel)))
1660 (home-page
1661 "https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin")
1662 (synopsis "Generic program output monitor for the Xfce panel")
1663 (description "This plugin cyclically spawns the indicated
1664 script/program, captures its output (stdout) and displays the
1665 resulting string into the panel.
1666
1667 The string can also contain markup to displayed an image, a bar, a
1668 button and a personalized tooltip.")
1669 (license gpl2+)))
1670
1671 (define-public xfce4-mailwatch-plugin
1672 (package
1673 (name "xfce4-mailwatch-plugin")
1674 (version "1.3.0")
1675 (source (origin
1676 (method url-fetch)
1677 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1678 "xfce4-mailwatch-plugin/"
1679 (version-major+minor version)
1680 "/xfce4-mailwatch-plugin-" version ".tar.bz2"))
1681 (sha256
1682 (base32
1683 "0bmykjhd3gs1737fl3zn5gg6f3vlncak2xqz89zv5018znz1xy90"))))
1684 (build-system gnu-build-system)
1685 (native-inputs
1686 `(("intltool" ,intltool)
1687 ("pkg-config" ,pkg-config)))
1688 (inputs
1689 `(("gtk+-2" ,gtk+-2)
1690 ("libxfce4ui" ,libxfce4ui)
1691 ("exo" ,exo)
1692 ("xfce4-panel" ,xfce4-panel)))
1693 (home-page
1694 "https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin")
1695 (synopsis "Mail watch plugin for the Xfce panel")
1696 (description "The Xfce4 Mailwatch Plugin is a multi-protocol,
1697 multi-mailbox mail watcher. Currently, the protocols supported are:
1698
1699 @itemize
1700 @item IMAP (SSL/TLS and cleartext, CRAM-MD5)
1701 @item POP3 (SSL/TLS and cleartext, CRAM-MD5)
1702 @item Mbox mail spool (local)
1703 @item Maildir mail spool (local)
1704 @item MH-Maildir mail spool (local)
1705 @item Google Mail (GMail) mailbox (remote) (requires gnutls)
1706 @end itemize")
1707 (license gpl2)))
1708
1709 (define-public xfce4-mpc-plugin
1710 (package
1711 (name "xfce4-mpc-plugin")
1712 (version "0.5.2")
1713 (source (origin
1714 (method url-fetch)
1715 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1716 "xfce4-mpc-plugin/"
1717 (version-major+minor version)
1718 "/xfce4-mpc-plugin-" version ".tar.bz2"))
1719 (sha256
1720 (base32
1721 "0q3pysdp85b3c7g3b59y3c69g4nw6bvbf518lnri4lxrnsvpizpf"))))
1722 (build-system gnu-build-system)
1723 (native-inputs
1724 `(("intltool" ,intltool)
1725 ("pkg-config" ,pkg-config)))
1726 (inputs
1727 `(("libxfce4ui" ,libxfce4ui)
1728 ("xfce4-panel" ,xfce4-panel)))
1729 (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin")
1730 (synopsis "Music Player Daemon plugin for the Xfce panel")
1731 (description "This is a simple client plugin for Music Player Daemon.
1732
1733 Features:
1734 @itemize
1735 @item send Play/Stop/Next/Previous command to MPD.
1736 @item uses media icons names from icon-naming-spec (at least nuvola,
1737 tango and rodent themes provides these icons)
1738 @item decrease/increase volume using the mouse wheel.
1739 @item show the current volume, status and title as a tooltip when
1740 hovering the mouse over the plugin.
1741 @item show a simple playlist window upon middle-click, permitting to
1742 select a track to play
1743 @item configurable MPD host/port/password.
1744 @item toggles repeat/random features + enable/disable MPD outputs in
1745 the right-click menu.
1746 @item launch configurable client (gmpc, xterm -e ncmpc,..) through
1747 right-click menu
1748 @item configurable markup for tooltip and playlist, using a gmpc-like markup
1749 @end itemize")
1750 (license isc)))
1751
1752 (define-public xfce4-mount-plugin
1753 (package
1754 (name "xfce4-mount-plugin")
1755 (version "1.1.5")
1756 (source (origin
1757 (method url-fetch)
1758 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1759 "xfce4-mount-plugin/"
1760 (version-major+minor version)
1761 "/xfce4-mount-plugin-" version ".tar.bz2"))
1762 (sha256
1763 (base32
1764 "1hlfnlxwwx0hkm82mcz777f3i22x6bh6k3gzl0yjnm4yj9adjk2q"))))
1765 (build-system gnu-build-system)
1766 (native-inputs
1767 `(("intltool" ,intltool)
1768 ("pkg-config" ,pkg-config)))
1769 (inputs
1770 `(("libxfce4ui" ,libxfce4ui)
1771 ("xfce4-panel" ,xfce4-panel)))
1772 (home-page
1773 "https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin")
1774 (synopsis "Mount/unmount plugin for the Xfce panel")
1775 (description "The plugin will display a list of items representing
1776 your various devices. If you click on an unmounted devices it will
1777 mount it and vice versa. There is a warning in case a device can't be
1778 mounted or when unmounting fails.")
1779 (license gpl2+)))
1780
1781 (define-public xfce4-netload-plugin
1782 (package
1783 (name "xfce4-netload-plugin")
1784 (version "1.4.0")
1785 (source (origin
1786 (method url-fetch)
1787 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1788 "xfce4-netload-plugin/"
1789 (version-major+minor version)
1790 "/xfce4-netload-plugin-" version ".tar.bz2"))
1791 (sha256
1792 (base32
1793 "036pvhfv1iynvj75va0xl8hpvnfckabyqm9jv56pb40p2072cxkc"))))
1794 (build-system gnu-build-system)
1795 (native-inputs
1796 `(("intltool" ,intltool)
1797 ("pkg-config" ,pkg-config)))
1798 (inputs
1799 `(("libxfce4ui" ,libxfce4ui)
1800 ("xfce4-panel" ,xfce4-panel)))
1801 (home-page
1802 "https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin")
1803 (synopsis "Netload plugin for the Xfce Panel")
1804 (description "This plugin displays the current load of the network
1805 interfaces of your choice in the panel.")
1806 (license gpl2+)))
1807
1808 (define-public xfce4-places-plugin
1809 (package
1810 (name "xfce4-places-plugin")
1811 (version "1.8.1")
1812 (source (origin
1813 (method url-fetch)
1814 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1815 "xfce4-places-plugin/"
1816 (version-major+minor version)
1817 "/xfce4-places-plugin-" version ".tar.bz2"))
1818 (sha256
1819 (base32
1820 "1chac4ki70axgvkmhw94m0srsv0pwiwqrqbh8di0y9n90fgj24gj"))))
1821 (build-system gnu-build-system)
1822 (native-inputs
1823 `(("intltool" ,intltool)
1824 ("desktop-file-utils" ,desktop-file-utils)
1825 ("pkg-config" ,pkg-config)))
1826 (inputs
1827 `(("gtk+-2" ,gtk+-2)
1828 ("exo" ,exo)
1829 ("libxfce4ui" ,libxfce4ui)
1830 ("xfce4-panel" ,xfce4-panel)))
1831 (home-page
1832 "https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin")
1833 (synopsis "Gnome-like Places menu for the Xfce panel")
1834 (description "This plugin provides a menu with quick access to folders,
1835 documents, and removable media. The places plugin brings much of the
1836 functionality of GNOME's Places menu to Xfce.
1837
1838 The plugin puts a simple button on the panel. Clicking on this button
1839 opens up a menu with the following:
1840
1841 @itemize
1842 @item System-defined directories (home folder, trash, desktop, file system)
1843 @item Removable media (using thunar-vfs)
1844 @item User-defined bookmarks (reads @file{~/.gtk-bookmarks})
1845 @item Search program launcher (optional)
1846 @item Recent documents submenu
1847 @end itemize")
1848 (license gpl2+)))
1849
1850 (define-public xfce4-smartbookmark-plugin
1851 (package
1852 (name "xfce4-smartbookmark-plugin")
1853 (version "0.5.2")
1854 (source (origin
1855 (method url-fetch)
1856 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1857 "xfce4-smartbookmark-plugin/"
1858 (version-major+minor version)
1859 "/xfce4-smartbookmark-plugin-" version ".tar.bz2"))
1860 (sha256
1861 (base32
1862 "1lyd64qc9w6qnpqjb5xk0mjq4l7riv6z7l9aws28clalb8prw9ra"))))
1863 (build-system gnu-build-system)
1864 (native-inputs
1865 `(("intltool" ,intltool)
1866 ("pkg-config" ,pkg-config)))
1867 (inputs
1868 `(("libxfce4ui" ,libxfce4ui)
1869 ("xfce4-panel" ,xfce4-panel)))
1870 (home-page
1871 "https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin")
1872 (synopsis "Perform custom searches in your browser from the Xfce panel")
1873 (description "This plugin allows you to send search requests
1874 directly to your browser, such that you can search through your
1875 favorite search engine or bug tracker right from the Xfce panel.")
1876 (license gpl2+)))
1877
1878 (define-public xfce4-statusnotifier-plugin
1879 (package
1880 (name "xfce4-statusnotifier-plugin")
1881 (version "0.2.3")
1882 (source (origin
1883 (method url-fetch)
1884 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1885 "xfce4-statusnotifier-plugin/"
1886 (version-major+minor version)
1887 "/xfce4-statusnotifier-plugin-" version ".tar.bz2"))
1888 (sha256
1889 (base32
1890 "1d2n56g12dhnjznrq7xvr6d3brpp0lmm080xmgjb7ybc1yygpxrc"))))
1891 (build-system gnu-build-system)
1892 (native-inputs
1893 `(("intltool" ,intltool)
1894 ("pkg-config" ,pkg-config)
1895 ("glib:bin" ,glib "bin")))
1896 (inputs
1897 `(("libxfce4ui" ,libxfce4ui)
1898 ("libdbusmenu" ,libdbusmenu)
1899 ("xfce4-panel" ,xfce4-panel)))
1900 (home-page
1901 "https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin")
1902 (synopsis "Xfce panel plugin for status notifier items")
1903 (description "This plugin provides a panel area for status
1904 notifier items (application indicators). Applications may use these
1905 items to display their status and interact with the user. This
1906 technology is a modern alternative to systray and follows the
1907 freedesktop.org specification.")
1908 (license gpl2+)))
1909
1910 (define-public xfce4-stopwatch-plugin
1911 (package
1912 (name "xfce4-stopwatch-plugin")
1913 (version "0.5.0")
1914 (source (origin
1915 (method url-fetch)
1916 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1917 "xfce4-stopwatch-plugin/"
1918 (version-major+minor version)
1919 "/xfce4-stopwatch-plugin-" version ".tar.bz2"))
1920 (sha256
1921 (base32
1922 "1q840298jzdqlhc9lw49q32xzdhnbzcgvv69qq5slkc704s5w6vw"))))
1923 (build-system gnu-build-system)
1924 (native-inputs
1925 `(("intltool" ,intltool)
1926 ("pkg-config" ,pkg-config)))
1927 (inputs
1928 `(("libxfce4ui" ,libxfce4ui)
1929 ("xfce4-panel" ,xfce4-panel)))
1930 (home-page
1931 "https://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin")
1932 (synopsis "Stopwatch plugin for the Xfce panel")
1933 (description "This Xfce panel plugin keeps track of elapsed time.")
1934 (license bsd-2)))
1935
1936 (define-public xfce4-systemload-plugin
1937 (package
1938 (name "xfce4-systemload-plugin")
1939 (version "1.3.1")
1940 (source (origin
1941 (method url-fetch)
1942 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1943 "xfce4-systemload-plugin/"
1944 (version-major+minor version)
1945 "/xfce4-systemload-plugin-" version ".tar.bz2"))
1946 (sha256
1947 (base32
1948 "0lknh5l30qs5c69wwjcblbyhczvdbxs59fqkb8mpqbfm05w01lan"))))
1949 (build-system gnu-build-system)
1950 (native-inputs
1951 `(("intltool" ,intltool)
1952 ("pkg-config" ,pkg-config)))
1953 (inputs
1954 `(("libgtop" ,libgtop)
1955 ("libxfce4ui" ,libxfce4ui)
1956 ("xfce4-panel" ,xfce4-panel)))
1957 (home-page
1958 "https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin")
1959 (synopsis "System load display plugin for the Xfce panel")
1960 (description "A system load plugin for the Xfce4 desktop
1961 environment. It displays the current CPU load, the memory in use, the
1962 swap space and the system uptime in the Xfce4 panel.")
1963 (license bsd-2)))
1964
1965 (define-public xfce4-time-out-plugin
1966 (package
1967 (name "xfce4-time-out-plugin")
1968 (version "1.1.2")
1969 (source (origin
1970 (method url-fetch)
1971 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
1972 "xfce4-time-out-plugin/"
1973 (version-major+minor version)
1974 "/xfce4-time-out-plugin-" version ".tar.bz2"))
1975 (sha256
1976 (base32
1977 "1m42kmi0x3xb0lzj2nd7q2r5y5r2viqcvxfpbg1aafzzjjkfpn1x"))))
1978 (build-system gnu-build-system)
1979 (native-inputs
1980 `(("intltool" ,intltool)
1981 ("pkg-config" ,pkg-config)))
1982 (inputs
1983 `(("gtk+" ,gtk+)
1984 ("libxfce4ui" ,libxfce4ui)
1985 ("xfce4-panel" ,xfce4-panel)))
1986 (home-page
1987 "https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin")
1988 (synopsis "Xfce panel plugin that encourages periodical breaks")
1989 (description "This plugin encourages to take periodical
1990 breaks from the computer every X minutes. During breaks it locks your
1991 screen. It optionally allows you to postpone breaks for a certain
1992 time.")
1993 (license gpl2+)))
1994
1995 (define-public xfce4-timer-plugin
1996 (package
1997 (name "xfce4-timer-plugin")
1998 (version "1.7.1")
1999 (source (origin
2000 (method url-fetch)
2001 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
2002 "xfce4-timer-plugin/"
2003 (version-major+minor version)
2004 "/xfce4-timer-plugin-" version ".tar.bz2"))
2005 (sha256
2006 (base32
2007 "1qr4m3n2l3rvsizsr3h7fyfajszfalqm7rhvjx2yjj8r3f8x4ljb"))))
2008 (build-system gnu-build-system)
2009 (native-inputs
2010 `(("intltool" ,intltool)
2011 ("pkg-config" ,pkg-config)))
2012 (inputs
2013 `(("libxfce4ui" ,libxfce4ui)
2014 ("xfce4-panel" ,xfce4-panel)))
2015 (home-page
2016 "https://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin")
2017 (synopsis "Simple countdown and alarm plugin for the Xfce panel")
2018 (description "This is a simple plugin that lets the user run an
2019 alarm at a specified time or at the end of a specified countdown
2020 period.")
2021 (license gpl2+)))
2022
2023 (define-public xfce4-verve-plugin
2024 (package
2025 (name "xfce4-verve-plugin")
2026 (version "2.0.1")
2027 (source (origin
2028 (method url-fetch)
2029 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
2030 "xfce4-verve-plugin/"
2031 (version-major+minor version)
2032 "/xfce4-verve-plugin-" version ".tar.bz2"))
2033 (sha256
2034 (base32
2035 "09gqp0jb5ccjh7ny798n5cy9skdx3hpis4kgvjpl4vidnrg5xnpb"))))
2036 (build-system gnu-build-system)
2037 (native-inputs
2038 `(("intltool" ,intltool)
2039 ("pkg-config" ,pkg-config)))
2040 (inputs
2041 `(("libxfce4ui" ,libxfce4ui)
2042 ("xfce4-panel" ,xfce4-panel)))
2043 (home-page
2044 "https://goodies.xfce.org/projects/panel-plugins/xfce4-verve-plugin")
2045 (synopsis "Command line for the Xfce panel")
2046 (description "The Verve plugin provides a comfortable command line
2047 for the Xfce panel. It supports several features, such as:
2048 @itemize
2049 @item Opens URLs, e-mail addresses, directories, and programs
2050 @item Command history
2051 @item Auto-completion (including command history)
2052 @item Focus grabbing via D-BUS (so you can bind a shortcut to it)
2053 @item Custom input field width
2054 @end itemize")
2055 (license gpl2+)))
2056
2057 (define-public xfce4-wavelan-plugin
2058 (package
2059 (name "xfce4-wavelan-plugin")
2060 (version "0.6.2")
2061 (source (origin
2062 (method url-fetch)
2063 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
2064 "xfce4-wavelan-plugin/"
2065 (version-major+minor version)
2066 "/xfce4-wavelan-plugin-" version ".tar.bz2"))
2067 (sha256
2068 (base32
2069 "07a8nmc60in48licjj0gmwm77vb8divh1lb7jnib35n5a1ka6ypa"))))
2070 (build-system gnu-build-system)
2071 (native-inputs
2072 `(("intltool" ,intltool)
2073 ("pkg-config" ,pkg-config)))
2074 (inputs
2075 `(("libxfce4ui" ,libxfce4ui)
2076 ("xfce4-panel" ,xfce4-panel)))
2077 (home-page
2078 "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin")
2079 (synopsis "Show stats from WLAN interface in Xfce panel")
2080 (description "This plugin is used to display stats from a wireless
2081 lan interface (signal state, signal quality, network name (SSID)).")
2082 (license bsd-2)))
2083
2084 (define-public xfce4-weather-plugin
2085 (package
2086 (name "xfce4-weather-plugin")
2087 (version "0.11.0")
2088 (source (origin
2089 (method url-fetch)
2090 (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
2091 "xfce4-weather-plugin/"
2092 (version-major+minor version)
2093 "/xfce4-weather-plugin-" version ".tar.bz2"))
2094 (sha256
2095 (base32
2096 "1z2k24d599mxf5gqa35i3xmc3gk2yvqs80hxxpyw06yma6ljw973"))))
2097 (build-system gnu-build-system)
2098 (native-inputs
2099 `(("intltool" ,intltool)
2100 ("pkg-config" ,pkg-config)))
2101 (inputs
2102 `(("gtk+" ,gtk+)
2103 ("libsoup" ,libsoup)
2104 ("libxfce4ui" ,libxfce4ui)
2105 ("libxml2" ,libxml2)
2106 ("xfce4-panel" ,xfce4-panel)))
2107 (home-page
2108 "https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin")
2109 (synopsis "Show information about local weather in the Xfce panel")
2110 (description "This Xfce panel plugin shows information about your
2111 local weather in the panel, using forecast data provided by the
2112 @uref{https://met.no, Norwegian Meteorological Institute}.")
2113 (license gpl2+)))