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