diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-05 17:15:10 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-01-05 17:15:12 +0100 |
| commit | c3190a925c84920303802ca0079514dfde8a7b6c (patch) | |
| tree | 9bf9b9ccd341bbee12858fb2dcb86bf4aae8b094 /gnu/packages/accessibility.scm | |
| parent | d190f22813458c595fbf002ee0af948295f9323c (diff) | |
gnu: Remove florence.
* gnu/packages/accessibility.scm (florence): Delete variable.
Fixes: guix/guix#4625
Change-Id: I1e79557a4c8b469e0f4f3f5033d11dd7db0f7f8b
Diffstat (limited to 'gnu/packages/accessibility.scm')
| -rw-r--r-- | gnu/packages/accessibility.scm | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 2b4ba8250a9..5d925fb84d9 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm | |||
| @@ -235,50 +235,6 @@ incorporated.") | |||
| 235 | (home-page "https://brltty.app/") | 235 | (home-page "https://brltty.app/") |
| 236 | (license license:lgpl2.1+))) | 236 | (license license:lgpl2.1+))) |
| 237 | 237 | ||
| 238 | (define-public florence | ||
| 239 | (package | ||
| 240 | (name "florence") | ||
| 241 | (version "0.6.3") | ||
| 242 | (source | ||
| 243 | (origin | ||
| 244 | (method url-fetch) | ||
| 245 | (uri (string-append "mirror://sourceforge/florence/florence/" version | ||
| 246 | "/florence-" version ".tar.bz2")) | ||
| 247 | (sha256 | ||
| 248 | (base32 | ||
| 249 | "07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2")))) | ||
| 250 | (build-system glib-or-gtk-build-system) | ||
| 251 | (arguments | ||
| 252 | `(#:configure-flags (list "--with-xtst" | ||
| 253 | "--without-docs" | ||
| 254 | "--with-notification"))) | ||
| 255 | (inputs | ||
| 256 | (list libxml2 | ||
| 257 | libglade | ||
| 258 | (librsvg-for-system) | ||
| 259 | gstreamer | ||
| 260 | cairo | ||
| 261 | gtk+ | ||
| 262 | libxtst | ||
| 263 | libxcomposite | ||
| 264 | libnotify)) | ||
| 265 | (native-inputs | ||
| 266 | (list gettext-minimal intltool pkg-config)) | ||
| 267 | (home-page "https://florence.sourceforge.net/") | ||
| 268 | (synopsis "Extensible, scalable virtual keyboard for X11") | ||
| 269 | (description | ||
| 270 | "Florence is an extensible scalable virtual keyboard for X11. | ||
| 271 | It is useful for people who can't use a real hardware keyboard (for | ||
| 272 | example for people with disabilities), but you must be able to use | ||
| 273 | a pointing device (as a mouse, a trackball, a touchscreen or opengazer). | ||
| 274 | |||
| 275 | Florence stays out of your way when you don't need it: it appears on the | ||
| 276 | screen only when you need it. A timer-based auto-click input method is | ||
| 277 | available to help to click.") | ||
| 278 | ;; The documentation is under FDL1.2, but we do not install the | ||
| 279 | ;; documentation. | ||
| 280 | (license license:gpl2+))) | ||
| 281 | |||
| 282 | (define-public footswitch | 238 | (define-public footswitch |
| 283 | (let ((commit "e455d6752221b9e9c3818cc304c873b9c2792490") | 239 | (let ((commit "e455d6752221b9e9c3818cc304c873b9c2792490") |
| 284 | (revision "0")) | 240 | (revision "0")) |
