2014-12-02 08:29:01 -05:00
|
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
|
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
|
2016-11-16 02:14:28 -05:00
|
|
|
|
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
|
2014-12-02 08:29:01 -05:00
|
|
|
|
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
2016-04-03 07:36:33 -04:00
|
|
|
|
;;; Copyright © 2014, 2015, 2016 Alex Kost <alezost@gmail.com>
|
2022-08-03 08:56:38 -04:00
|
|
|
|
;;; Copyright © 2013, 2015, 2017-2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
|
2016-07-29 12:19:49 -04:00
|
|
|
|
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
|
2015-03-08 22:03:39 -04:00
|
|
|
|
;;; Copyright © 2015 Alexander I.Grafov <grafov@gmail.com>
|
2015-04-18 16:42:00 -04:00
|
|
|
|
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
|
2015-10-10 07:06:39 -04:00
|
|
|
|
;;; Copyright © 2015 xd1le <elisp.vim@gmail.com>
|
2015-12-10 02:57:57 -05:00
|
|
|
|
;;; Copyright © 2015 Florian Paul Schmidt <mista.tapas@gmx.net>
|
2021-08-15 14:15:37 -04:00
|
|
|
|
;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
2018-11-10 17:41:30 -05:00
|
|
|
|
;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
|
2023-03-14 13:30:05 -04:00
|
|
|
|
;;; Copyright © 2016-2021, 2023 Efraim Flashner <efraim@flashner.co.il>
|
2016-07-07 03:15:42 -04:00
|
|
|
|
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
2020-05-23 09:31:14 -04:00
|
|
|
|
;;; Copyright © 2016, 2017, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
|
2016-11-15 19:14:36 -05:00
|
|
|
|
;;; Copyright © 2016 Petter <petter@mykolab.ch>
|
2017-03-02 18:22:47 -05:00
|
|
|
|
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
|
mailmap: Update entries for Nikita.
* .mailmap: change email and name for Nikita.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm, gnu/packages/cdrom.scm,
gnu/packages/check.scm, gnu/packages/cinnamon.scm,
gnu/packages/compression.scm, gnu/packages/crypto.scm,
gnu/packages/databases.scm, gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/forth.scm,
gnu/packages/fvwm.scm, gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile-xyz.scm,
gnu/packages/haskell-apps.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell-xyz.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp-xyz.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm: Likewise.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-11 07:05:45 -04:00
|
|
|
|
;;; Copyright © 2017 Nikita <nikita@n0.is>
|
2021-01-03 01:58:40 -05:00
|
|
|
|
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
2017-11-09 14:36:31 -05:00
|
|
|
|
;;; Copyright © 2017 Marek Benc <dusxmt@gmx.com>
|
2017-11-27 21:45:11 -05:00
|
|
|
|
;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
|
2018-03-29 05:38:11 -04:00
|
|
|
|
;;; Copyright © 2018 Thomas Sigurdsen <tonton@riseup.net>
|
2019-01-03 08:55:47 -05:00
|
|
|
|
;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
|
2019-03-07 16:23:01 -05:00
|
|
|
|
;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
|
2018-12-16 16:25:11 -05:00
|
|
|
|
;;; Copyright © 2018 Nam Nguyen <namn@berkeley.edu>
|
2019-09-16 12:15:49 -04:00
|
|
|
|
;;; Copyright © 2019 Wiktor Żelazny <wzelazny@vurv.cz>
|
2019-09-29 10:06:49 -04:00
|
|
|
|
;;; Copyright © 2019 Kyle Andrews <kyle.c.andrews@gmail.com>
|
2020-05-29 05:14:39 -04:00
|
|
|
|
;;; Copyright © 2019, 2020 Josh Holland <josh@inv.alid.pw>
|
2021-11-14 08:30:46 -05:00
|
|
|
|
;;; Copyright © 2019, 2021 Tanguy Le Carrour <tanguy@bioneland.org>
|
2021-04-21 08:00:38 -04:00
|
|
|
|
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
|
2020-01-26 08:55:47 -05:00
|
|
|
|
;;; Copyright © 2020 David Wilson <david@daviwil.com>
|
2020-02-02 08:13:27 -05:00
|
|
|
|
;;; Copyright © 2020 Ivan Vilata i Balaguer <ivan@selidor.net>
|
2021-07-03 17:02:03 -04:00
|
|
|
|
;;; Copyright © 2020, 2021 Brice Waegeneire <brice@waegenei.re>
|
2020-03-04 10:31:51 -05:00
|
|
|
|
;;; Copyright © 2020 Damien Cassou <damien@cassou.me>
|
2020-03-27 11:31:10 -04:00
|
|
|
|
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
|
2020-04-27 22:09:19 -04:00
|
|
|
|
;;; Copyright © 2020 Boris A. Dekshteyn <boris.dekshteyn@gmail.com>
|
2020-05-02 13:51:56 -04:00
|
|
|
|
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
|
2020-07-12 16:19:35 -04:00
|
|
|
|
;;; Copyright © 2020 Ivan Kozlov <kanichos@yandex.ru>
|
2020-07-20 20:51:28 -04:00
|
|
|
|
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
|
2020-09-13 09:39:12 -04:00
|
|
|
|
;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
|
2020-10-07 16:44:14 -04:00
|
|
|
|
;;; Copyright © 2020 James Smith <jsubuntuxp@disroot.org>
|
2020-11-22 02:02:13 -05:00
|
|
|
|
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
|
2023-06-04 07:55:11 -04:00
|
|
|
|
;;; Copyright © 2020, 2021, 2023 Zheng Junjie <873216071@qq.com>
|
2023-04-13 15:34:17 -04:00
|
|
|
|
;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
2022-03-05 16:26:47 -05:00
|
|
|
|
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
2021-03-02 09:22:08 -05:00
|
|
|
|
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
2021-05-15 14:27:25 -04:00
|
|
|
|
;;; Copyright © 2021 Renzo Poddighe <renzo@poddighe.nl>
|
2021-06-09 08:07:44 -04:00
|
|
|
|
;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
|
2021-06-18 06:08:04 -04:00
|
|
|
|
;;; Copyright © 2021 Niklas Eklund <niklas.eklund@posteo.net>
|
2021-06-28 08:07:25 -04:00
|
|
|
|
;;; Copyright © 2021 Nikita Domnitskii <nikita@domnitskii.me>
|
2021-07-23 19:52:28 -04:00
|
|
|
|
;;; Copyright © 2021 ikasero <ahmed@ikasero.com>
|
2021-09-06 02:07:22 -04:00
|
|
|
|
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
2021-10-14 16:31:44 -04:00
|
|
|
|
;;; Copyright © 2021 jgart <jgart@dismail.de>
|
2022-01-14 17:28:54 -05:00
|
|
|
|
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
|
2022-02-07 08:37:11 -05:00
|
|
|
|
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
|
2022-06-03 15:07:04 -04:00
|
|
|
|
;;; Copyright © 2022 Derek Chuank <derekchuank@outlook.com>
|
2023-05-19 22:56:36 -04:00
|
|
|
|
;;; Copyright © 2022, 2023 Wamm K. D. <jaft.r@outlook.com>
|
2022-12-09 08:13:50 -05:00
|
|
|
|
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
|
2023-03-06 14:37:54 -05:00
|
|
|
|
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
|
2023-03-06 07:47:57 -05:00
|
|
|
|
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
|
2023-07-23 22:15:56 -04:00
|
|
|
|
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
|
2022-10-11 06:38:13 -04:00
|
|
|
|
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
|
2014-12-02 08:29:01 -05:00
|
|
|
|
;;;
|
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
|
;;; your option) any later version.
|
|
|
|
|
;;;
|
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
|
;;;
|
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
|
|
(define-module (gnu packages xdisorg)
|
2016-04-03 07:36:33 -04:00
|
|
|
|
#:use-module (guix build-system cmake)
|
2021-10-05 07:17:19 -04:00
|
|
|
|
#:use-module (guix build-system copy)
|
2015-04-18 16:42:00 -04:00
|
|
|
|
#:use-module (guix build-system glib-or-gtk)
|
2023-01-14 02:50:12 -05:00
|
|
|
|
#:use-module (guix build-system go)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (guix build-system gnu)
|
2019-01-03 09:25:06 -05:00
|
|
|
|
#:use-module (guix build-system meson)
|
2015-09-26 12:03:40 -04:00
|
|
|
|
#:use-module (guix build-system python)
|
2020-01-26 08:55:47 -05:00
|
|
|
|
#:use-module (guix build-system scons)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (guix download)
|
2022-01-14 18:13:08 -05:00
|
|
|
|
#:use-module (guix gexp)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (guix git-download)
|
|
|
|
|
#:use-module (guix hg-download)
|
|
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
|
|
|
|
#:use-module (guix packages)
|
|
|
|
|
#:use-module (guix utils)
|
2018-12-16 16:25:11 -05:00
|
|
|
|
#:use-module (gnu packages admin)
|
2016-04-08 11:36:05 -04:00
|
|
|
|
#:use-module (gnu packages algebra)
|
2017-06-09 19:06:40 -04:00
|
|
|
|
#:use-module (gnu packages autotools)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages base)
|
2021-10-05 07:17:19 -04:00
|
|
|
|
#:use-module (gnu packages bash)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages bison)
|
2022-08-13 08:28:50 -04:00
|
|
|
|
#:use-module (gnu packages build-tools)
|
2017-10-08 08:18:26 -04:00
|
|
|
|
#:use-module (gnu packages check)
|
2014-12-02 08:29:01 -05:00
|
|
|
|
#:use-module (gnu packages compression)
|
2023-01-27 11:44:38 -05:00
|
|
|
|
#:use-module (gnu packages cpp)
|
2022-11-04 23:44:39 -04:00
|
|
|
|
#:use-module (gnu packages datastructures)
|
2023-06-05 19:18:20 -04:00
|
|
|
|
#:use-module (gnu packages docbook)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages documentation)
|
2017-10-08 08:18:26 -04:00
|
|
|
|
#:use-module (gnu packages flex)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages fontutils)
|
2019-01-03 08:55:47 -05:00
|
|
|
|
#:use-module (gnu packages freedesktop)
|
2020-03-21 12:33:39 -04:00
|
|
|
|
#:use-module (gnu packages gawk)
|
2015-09-26 12:03:40 -04:00
|
|
|
|
#:use-module (gnu packages gettext)
|
2016-04-03 07:36:33 -04:00
|
|
|
|
#:use-module (gnu packages gl)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages gl)
|
2014-12-04 16:22:04 -05:00
|
|
|
|
#:use-module (gnu packages glib)
|
2023-01-14 02:50:12 -05:00
|
|
|
|
#:use-module (gnu packages golang)
|
2016-07-29 12:19:49 -04:00
|
|
|
|
#:use-module (gnu packages gnome)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages gtk)
|
|
|
|
|
#:use-module (gnu packages guile)
|
2019-12-31 17:07:45 -05:00
|
|
|
|
#:use-module (gnu packages haskell-xyz)
|
2017-06-10 18:39:51 -04:00
|
|
|
|
#:use-module (gnu packages icu4c)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages image)
|
2022-12-19 12:18:33 -05:00
|
|
|
|
#:use-module (gnu packages imagemagick)
|
2022-11-12 03:13:04 -05:00
|
|
|
|
#:use-module (gnu packages kde-frameworks)
|
2021-11-14 08:30:46 -05:00
|
|
|
|
#:use-module (gnu packages libbsd)
|
2021-07-23 19:52:28 -04:00
|
|
|
|
#:use-module (gnu packages libevent)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages linux)
|
|
|
|
|
#:use-module (gnu packages m4)
|
2019-03-07 16:23:01 -05:00
|
|
|
|
#:use-module (gnu packages man)
|
2017-02-23 07:47:03 -05:00
|
|
|
|
#:use-module (gnu packages maths)
|
2015-12-06 15:58:03 -05:00
|
|
|
|
#:use-module (gnu packages ncurses)
|
2014-12-14 04:07:19 -05:00
|
|
|
|
#:use-module (gnu packages perl)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages pkg-config)
|
2023-05-19 22:56:36 -04:00
|
|
|
|
#:use-module (gnu packages polkit)
|
2015-09-26 12:03:40 -04:00
|
|
|
|
#:use-module (gnu packages python)
|
gnu: Separate Python core packages from the rest.
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 08:21:30 -05:00
|
|
|
|
#:use-module (gnu packages python-xyz)
|
2023-08-02 10:38:49 -04:00
|
|
|
|
#:use-module (gnu packages python-web)
|
|
|
|
|
#:use-module (gnu packages python-check)
|
2019-12-26 14:15:44 -05:00
|
|
|
|
#:use-module (gnu packages qt)
|
2020-10-07 16:44:14 -04:00
|
|
|
|
#:use-module (gnu packages sphinx)
|
2023-01-14 02:50:12 -05:00
|
|
|
|
#:use-module (gnu packages syncthing)
|
2023-03-06 07:47:57 -05:00
|
|
|
|
#:use-module (gnu packages tex)
|
|
|
|
|
#:use-module (gnu packages texinfo)
|
2021-02-02 09:39:02 -05:00
|
|
|
|
#:use-module (gnu packages tcl)
|
2021-11-27 06:51:47 -05:00
|
|
|
|
#:use-module (gnu packages terminals)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages xml)
|
2023-08-02 10:38:49 -04:00
|
|
|
|
#:use-module (gnu packages wm)
|
|
|
|
|
#:use-module (gnu packages webkit)
|
2021-02-02 09:32:59 -05:00
|
|
|
|
#:use-module (gnu packages xorg)
|
|
|
|
|
#:use-module (gnu packages)
|
2017-09-05 13:34:54 -04:00
|
|
|
|
#:use-module (ice-9 match))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
|
|
|
|
|
;; packages outside the x.org system proper
|
|
|
|
|
|
2020-11-22 02:02:13 -05:00
|
|
|
|
(define-public xtitle
|
|
|
|
|
(package
|
|
|
|
|
(name "xtitle")
|
|
|
|
|
(version "0.4.4")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/baskerville/xtitle")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0f5070k2bwarghl1vq886pl52xck1x5p7x3qhlfchsc2y3dcqms9"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxcb xcb-util xcb-util-wm))
|
2020-11-22 02:02:13 -05:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ;no test suite
|
|
|
|
|
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
|
|
|
|
(string-append "PREFIX=" %output))
|
|
|
|
|
#:phases (modify-phases %standard-phases (delete 'configure))))
|
|
|
|
|
(home-page "https://github.com/baskerville/xtitle")
|
|
|
|
|
(synopsis "Output X window titles")
|
|
|
|
|
(description
|
|
|
|
|
"If arguments are given, @code{xtitle} outputs the title of each
|
|
|
|
|
specified window, otherwise it outputs the title of the active window. With
|
|
|
|
|
@emph{snoop} mode on, it continuously monitors the specified windows and
|
|
|
|
|
outputs when titles change.")
|
|
|
|
|
(license license:unlicense)))
|
|
|
|
|
|
2022-07-16 20:00:01 -04:00
|
|
|
|
(define-public xvkbd
|
|
|
|
|
(package
|
|
|
|
|
(name "xvkbd")
|
|
|
|
|
(version "4.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "http://t-sato.in.coocan.jp/xvkbd/xvkbd-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1x5yldv9y99cw5hzzs73ygdn1z80zns9hz0baa355r711zghfbcm"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'remove-bugs
|
|
|
|
|
;; Both variables are inexplicably but explicitly set to
|
|
|
|
|
;; $(pkg-config --variable=VARIABLE xt) instead of our own.
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "Makefile.in"
|
|
|
|
|
(("^(appdefaultdir|datarootdir) = .*" _ variable)
|
|
|
|
|
(string-append variable " = @" variable "@\n"))))))))
|
|
|
|
|
(native-inputs
|
|
|
|
|
(list pkg-config))
|
|
|
|
|
(inputs
|
|
|
|
|
(list libxaw libxmu libxtst))
|
|
|
|
|
(home-page "http://t-sato.in.coocan.jp/xvkbd/")
|
|
|
|
|
(synopsis "Virtual computer keyboard for the X Window System")
|
|
|
|
|
(description
|
|
|
|
|
"The @acronym{xvkbd, X virtual keyboard} displays a drawing of a computer
|
|
|
|
|
keyboard in a window on the screen. Clicking on its keys sends the
|
|
|
|
|
corresponding keystroke(s) to other X clients, as if typed on a physical
|
|
|
|
|
keyboard.
|
|
|
|
|
|
|
|
|
|
This is useful for systems without keyboard hardware but with a pointing device,
|
|
|
|
|
such as kiosk terminals or handheld devices with touch screens.
|
|
|
|
|
|
|
|
|
|
A limited number of keyboard layouts are available, as is dictionary completion.
|
|
|
|
|
You can also use xvkbd to send a series of predetermined keystrokes from the
|
|
|
|
|
command line, without displaying a keyboard at all.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-09-26 12:03:40 -04:00
|
|
|
|
(define-public arandr
|
|
|
|
|
(package
|
|
|
|
|
(name "arandr")
|
2023-01-14 19:00:02 -05:00
|
|
|
|
(version "0.1.11")
|
2015-09-26 12:03:40 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2019-11-30 14:45:55 -05:00
|
|
|
|
(uri (string-append "https://christian.amsuess.com/tools/arandr"
|
2019-11-30 14:43:42 -05:00
|
|
|
|
"/files/arandr-" version ".tar.gz"))
|
2015-09-26 12:03:40 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-01-14 19:00:02 -05:00
|
|
|
|
"00mfhaqjxx4m3y0ml44infpbp500prs031vhawwjp0dvk0vbxjz4"))
|
2017-01-24 16:53:43 -05:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 07:47:34 -04:00
|
|
|
|
'(begin
|
|
|
|
|
;; Do not record a timestamp and file name in gzipped man
|
|
|
|
|
;; pages (this is equivalent to 'gzip --no-name'.)
|
|
|
|
|
(substitute* "setup.py"
|
|
|
|
|
(("gzip\\.open\\(gzfile, 'w', 9\\)")
|
2023-01-14 19:00:09 -05:00
|
|
|
|
"gzip.GzipFile('', 'wb', 9, open(gzfile, 'wb'), 0.)"))))))
|
2015-09-26 12:03:40 -04:00
|
|
|
|
(build-system python-build-system)
|
2016-02-27 06:00:20 -05:00
|
|
|
|
(arguments
|
2019-12-30 12:37:08 -05:00
|
|
|
|
`(#:phases
|
2017-08-13 10:48:54 -04:00
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'build 'configure
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "screenlayout/xrandr.py"
|
|
|
|
|
(("\"xrandr\"") (string-append "\"" (assoc-ref inputs "xrandr")
|
2023-01-14 19:00:09 -05:00
|
|
|
|
"/bin/xrandr\"")))))
|
2019-12-30 12:37:08 -05:00
|
|
|
|
(add-after 'install 'wrap-gi-typelib
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(gi-typelib-path (getenv "GI_TYPELIB_PATH")))
|
|
|
|
|
(wrap-program (string-append out "/bin/arandr")
|
2023-01-14 19:00:09 -05:00
|
|
|
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
|
2017-07-28 05:17:16 -04:00
|
|
|
|
#:tests? #f)) ;no tests
|
2023-01-14 19:00:01 -05:00
|
|
|
|
(inputs (list gtk+ python-pycairo python-pygobject xrandr))
|
|
|
|
|
(native-inputs (list gettext-minimal python-docutils))
|
2015-09-26 12:03:40 -04:00
|
|
|
|
(home-page "https://christian.amsuess.com/tools/arandr/")
|
|
|
|
|
(synopsis "Another RandR graphical user interface")
|
|
|
|
|
;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
|
|
|
|
|
(description "ARandR is designed to provide a simple visual front end for
|
|
|
|
|
the X11 resize-and-rotate (RandR) extension. Relative monitor positions are
|
|
|
|
|
shown graphically and can be changed in a drag-and-drop way. Configurations
|
|
|
|
|
are saved as executable shell scripts which can be loaded without using this
|
|
|
|
|
program.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2019-03-07 16:23:01 -05:00
|
|
|
|
(define-public autorandr
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(package
|
|
|
|
|
(name "autorandr")
|
2023-08-13 01:21:59 -04:00
|
|
|
|
(version "1.14")
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(home-page "https://github.com/phillipberndt/autorandr")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url home-page)
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2023-08-13 01:21:59 -04:00
|
|
|
|
(base32 "0yb0rnv37xymjhg54mk7zw3h9501f45ykc1754mxy1q3bm0fgva6"))))
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(build-system python-build-system)
|
2020-05-27 06:01:34 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list xrandr libxcb))
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'build 'configure
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
2021-07-16 10:50:56 -04:00
|
|
|
|
(let ((xrandr (search-input-file inputs "/bin/xrandr")))
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(substitute* "contrib/etc/xdg/autostart/autorandr.desktop"
|
|
|
|
|
(("/usr") (assoc-ref outputs "out")))
|
2019-03-07 16:23:01 -05:00
|
|
|
|
(substitute* "autorandr.py"
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(("popen\\(\"xrandr") (string-append "popen(\"" xrandr))
|
2020-05-27 06:01:34 -04:00
|
|
|
|
(("\\[\"xrandr") (string-append "[\"" xrandr)))
|
|
|
|
|
(substitute* "contrib/autorandr_launcher/autorandr_launcher.c"
|
|
|
|
|
(("/usr/bin/autorandr")
|
|
|
|
|
(string-append (assoc-ref outputs "out") "/bin/autorandr")))
|
|
|
|
|
(setenv "CC" "gcc"))
|
2020-02-09 04:10:48 -05:00
|
|
|
|
#t))
|
|
|
|
|
(add-after 'install 'install-contrib
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(invoke "make"
|
|
|
|
|
(string-append "DESTDIR=" (assoc-ref outputs "out"))
|
|
|
|
|
"PREFIX="
|
2020-05-30 08:49:45 -04:00
|
|
|
|
"BASH_COMPLETIONS_DIR=etc/bash_completion.d"
|
2020-05-27 06:01:34 -04:00
|
|
|
|
"install"
|
|
|
|
|
"TARGETS=autorandr launcher manpage bash_completion"))))))
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(synopsis "Auto-detect connected displays and load appropriate setup")
|
|
|
|
|
(description "Autorandr wraps around xrandr to help with X11
|
2019-03-07 16:23:01 -05:00
|
|
|
|
multi-screen configuration management. It allows the user to create profiles
|
|
|
|
|
for various multi-screen setups. Autorandr automatically detects the profiles
|
|
|
|
|
that can be activated based on the connected hardware. Hook scripts can be
|
|
|
|
|
used to further tweak the behaviour of the different profiles.")
|
2020-02-09 04:10:48 -05:00
|
|
|
|
(license license:gpl3+)))
|
2019-03-07 16:23:01 -05:00
|
|
|
|
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(define-public bemenu
|
|
|
|
|
(package
|
|
|
|
|
(name "bemenu")
|
2023-09-17 07:13:54 -04:00
|
|
|
|
(version "0.6.16")
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/Cloudef/bemenu")
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2023-09-17 07:13:54 -04:00
|
|
|
|
(base32 "0q3i9blcw5i793m1rxf5dqp773hssdpifrz820psr90x982vvmib"))))
|
2020-05-29 05:14:39 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(arguments
|
2022-09-30 03:10:50 -04:00
|
|
|
|
(list
|
2023-09-17 07:13:54 -04:00
|
|
|
|
#:tests? #f ; there are no tests
|
2022-09-30 03:10:50 -04:00
|
|
|
|
#:make-flags
|
|
|
|
|
#~(list (string-append "CC=" #$(cc-for-target))
|
|
|
|
|
"CFLAGS=-O2 -fPIC"
|
|
|
|
|
(string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")
|
|
|
|
|
(string-append "PREFIX=" #$output))
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)))) ; no configure script
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(inputs
|
2022-09-30 03:10:50 -04:00
|
|
|
|
(list cairo
|
|
|
|
|
libx11
|
|
|
|
|
libxkbcommon
|
|
|
|
|
libxinerama
|
|
|
|
|
ncurses
|
|
|
|
|
pango
|
|
|
|
|
wayland
|
|
|
|
|
wayland-protocols))
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list doxygen pkg-config))
|
2019-10-29 15:02:37 -04:00
|
|
|
|
(home-page "https://github.com/Cloudef/bemenu")
|
|
|
|
|
(synopsis "Dynamic menu library and client program inspired by dmenu")
|
|
|
|
|
(description
|
|
|
|
|
"bemenu is a dynamic menu which allows the user to flexibly select from a
|
|
|
|
|
list of options (usually programs to launch). It renders the menu graphically
|
|
|
|
|
with X11 or Wayland, or in a text terminal with ncurses.")
|
2020-05-29 05:14:39 -04:00
|
|
|
|
(license (list license:gpl3+ ; client program[s] and other sources
|
2019-10-29 15:02:37 -04:00
|
|
|
|
license:lgpl3+)))) ; library and bindings
|
|
|
|
|
|
2019-12-26 14:15:44 -05:00
|
|
|
|
(define-public copyq
|
|
|
|
|
(package
|
|
|
|
|
(name "copyq")
|
2023-04-12 23:51:34 -04:00
|
|
|
|
(version "7.0.0")
|
2019-12-26 14:15:44 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/hluk/CopyQ")
|
2019-12-26 14:15:44 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-04-12 23:51:34 -04:00
|
|
|
|
"0h8jz7v5xvpq23dh1sr600q5jlrfzm6wsnp7sln8hbgsn96n8kas"))))
|
2019-12-26 14:15:44 -05:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
2022-11-12 03:13:04 -05:00
|
|
|
|
(list
|
|
|
|
|
#:configure-flags #~(list "-DCMAKE_BUILD_TYPE=Release")
|
|
|
|
|
#:tests? #f)) ; Test suite is a rather manual process.
|
2019-12-26 14:15:44 -05:00
|
|
|
|
(inputs
|
2022-11-12 03:13:04 -05:00
|
|
|
|
(list qtbase-5
|
|
|
|
|
qtscript
|
|
|
|
|
qtsvg-5
|
|
|
|
|
qtx11extras
|
|
|
|
|
qtdeclarative-5
|
|
|
|
|
qtwayland-5
|
|
|
|
|
wayland
|
|
|
|
|
knotifications))
|
|
|
|
|
(native-inputs
|
|
|
|
|
(list extra-cmake-modules qttools-5))
|
2019-12-26 14:15:44 -05:00
|
|
|
|
(synopsis "Clipboard manager with advanced features")
|
|
|
|
|
(description "CopyQ is clipboard manager with editing and scripting
|
|
|
|
|
features. CopyQ monitors system clipboard and saves its content in customized
|
|
|
|
|
tabs. Saved clipboard can be later copied and pasted directly into any
|
|
|
|
|
application.")
|
|
|
|
|
(home-page "https://hluk.github.io/CopyQ/")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2021-01-29 10:06:25 -05:00
|
|
|
|
(define-public xkeysnail
|
|
|
|
|
(package
|
|
|
|
|
(name "xkeysnail")
|
|
|
|
|
(version "0.4.0")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "xkeysnail" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1xyqp6yqxcwmxaqj86qcsiz0ly7bwr0a2w835myz909irhip3ngf"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f)) ;tests need /dev/uinput
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list python-appdirs python-evdev python-inotify-simple python-xlib
|
|
|
|
|
python-six))
|
2021-01-29 10:06:25 -05:00
|
|
|
|
(home-page "https://github.com/mooz/xkeysnail")
|
|
|
|
|
(synopsis "Keyboard remapping tool for the X11 environment")
|
|
|
|
|
(description
|
|
|
|
|
"Xkeysnail is an X environment keyboard remapping tool, featuring
|
|
|
|
|
high-level and flexible remapping mechanisms. It affects the low-level
|
|
|
|
|
layers (evdev and uinput), making remapping work in almost all the places.")
|
|
|
|
|
(license license:gpl3+))) ; see README.md (no licence headers)
|
|
|
|
|
|
2021-06-18 06:08:04 -04:00
|
|
|
|
(define-public xkb-switch
|
|
|
|
|
(package
|
|
|
|
|
(name "xkb-switch")
|
|
|
|
|
(version "1.8.5")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(git-reference
|
|
|
|
|
(url "https://github.com/grwlf/xkb-switch")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1sd6ihgsswp6hjm1i4y092n4gl3gj0bc22grz4n7iy43mwphi40d"))))
|
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f)) ;no test target
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxkbfile))
|
2021-06-18 06:08:04 -04:00
|
|
|
|
(home-page "https://github.com/grwlf/xkb-switch")
|
|
|
|
|
(synopsis "Switch your X keyboard layouts from the command line")
|
|
|
|
|
(description
|
|
|
|
|
"xkb-switch is a C++ program that queries and changes the XKB layout
|
|
|
|
|
state.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2022-05-06 02:22:55 -04:00
|
|
|
|
(define-public xkblayout
|
|
|
|
|
;; Upstream doesn't have any version numbers
|
|
|
|
|
(let ((version "0.0.0")
|
|
|
|
|
(revision "0")
|
|
|
|
|
(commit "c0851b0f4bc9bc1a07240605baac8e50abe63fa8"))
|
|
|
|
|
(package
|
|
|
|
|
(name "xkblayout")
|
|
|
|
|
(version (git-version version revision commit))
|
|
|
|
|
(home-page "https://gitlab.freedesktop.org/whot/xkblayout")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url home-page)
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "0057988l5l7pmwg7dp6cqvj5l4lr0g5z3wq189g6kz36l9rmh675"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(synopsis "XKB layout template generator")
|
|
|
|
|
(description "xkblayout is a CLI application to generate templates for
|
|
|
|
|
a new XKB layout, either in the user's home directory or the system directory.")
|
|
|
|
|
(license license:gpl3+))))
|
|
|
|
|
|
2014-12-02 09:06:51 -05:00
|
|
|
|
(define-public xclip
|
|
|
|
|
(package
|
|
|
|
|
(name "xclip")
|
2017-06-09 19:06:40 -04:00
|
|
|
|
(version "0.13")
|
2014-12-02 09:06:51 -05:00
|
|
|
|
(source
|
2018-11-29 16:13:13 -05:00
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/astrand/xclip")
|
2018-11-29 16:13:13 -05:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0q0hmvcjlv8arhh1pzhja2wglyj6n7z209jnpnzd281kqqv4czcs"))))
|
2014-12-02 09:06:51 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2018-03-11 16:46:30 -04:00
|
|
|
|
'(#:tests? #f)) ;there is no test suite
|
2017-06-09 19:06:40 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake))
|
|
|
|
|
(inputs (list libxmu libxt))
|
2017-06-09 19:06:40 -04:00
|
|
|
|
(home-page "https://github.com/astrand/xclip")
|
2014-12-02 09:06:51 -05:00
|
|
|
|
(synopsis "Command line interface to X11 clipboard")
|
|
|
|
|
(description "Xclip is a command line interface to the X11 clipboard. It
|
|
|
|
|
can also be used for copying files, as an alternative to sftp/scp, thus
|
|
|
|
|
avoiding password prompts when X11 forwarding has already been setup.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2016-05-11 12:24:53 -04:00
|
|
|
|
(define-public libxkbcommon
|
|
|
|
|
(package
|
|
|
|
|
(name "libxkbcommon")
|
2022-10-07 08:49:45 -04:00
|
|
|
|
(version "1.4.1")
|
2016-05-11 12:24:53 -04:00
|
|
|
|
(source (origin
|
2023-04-14 23:56:41 -04:00
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
|
|
|
|
version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
|
2019-12-09 16:29:58 -05:00
|
|
|
|
(build-system meson-build-system)
|
2016-05-11 12:24:53 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11
|
|
|
|
|
libxcb
|
|
|
|
|
libxml2
|
|
|
|
|
wayland
|
|
|
|
|
wayland-protocols
|
|
|
|
|
xkeyboard-config))
|
2016-05-11 12:24:53 -04:00
|
|
|
|
(native-inputs
|
2023-10-15 06:10:10 -04:00
|
|
|
|
(append
|
|
|
|
|
(list bison doxygen pkg-config python
|
|
|
|
|
;; wayland-scanner is required at build time.
|
|
|
|
|
wayland)
|
|
|
|
|
(if (%current-target-system)
|
|
|
|
|
(list pkg-config-for-build)
|
|
|
|
|
'())))
|
2016-05-11 12:24:53 -04:00
|
|
|
|
(arguments
|
2022-09-20 12:47:35 -04:00
|
|
|
|
(list #:configure-flags
|
|
|
|
|
#~(list (string-append "-Dxkb-config-root="
|
2023-04-14 23:56:41 -04:00
|
|
|
|
(search-input-directory
|
|
|
|
|
%build-inputs "share/X11/xkb"))
|
2022-09-20 12:47:35 -04:00
|
|
|
|
(string-append "-Dx-locale-root="
|
2023-04-14 23:56:41 -04:00
|
|
|
|
(search-input-directory
|
|
|
|
|
%build-inputs "share/X11/locale")))))
|
2017-01-30 08:59:22 -05:00
|
|
|
|
(home-page "https://xkbcommon.org/")
|
2016-05-11 12:24:53 -04:00
|
|
|
|
(synopsis "Library to handle keyboard descriptions")
|
|
|
|
|
(description "Xkbcommon is a library to handle keyboard descriptions,
|
|
|
|
|
including loading them from disk, parsing them and handling their
|
|
|
|
|
state. It is mainly meant for client toolkits, window systems, and other
|
|
|
|
|
system applications; currently that includes Wayland, kmscon, GTK+, Qt,
|
|
|
|
|
Clutter, and more. Despite the name, it is not currently used by anything
|
|
|
|
|
X11 (yet).")
|
|
|
|
|
(license (license:x11-style "file://COPYING"
|
2020-09-27 16:46:31 -04:00
|
|
|
|
"See 'COPYING' in the distribution."))
|
|
|
|
|
(properties '((cpe-name . "xkbcommon")))))
|
2016-05-11 12:24:53 -04:00
|
|
|
|
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(define-public libfakekey
|
|
|
|
|
(package
|
|
|
|
|
(name "libfakekey")
|
2020-02-18 10:01:19 -05:00
|
|
|
|
(version "0.3")
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2020-02-18 10:01:19 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://git.yoctoproject.org/git/libfakekey")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(sha256
|
2020-02-18 10:01:19 -05:00
|
|
|
|
(base32 "1jw1d4wc1ysiijirc7apnz3sryrxbl9akgb92mh06dvfkz2nblj0"))))
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2020-02-18 10:01:19 -05:00
|
|
|
|
`(#:make-flags (list "AM_LDFLAGS=-lX11")
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'bootstrap
|
|
|
|
|
;; ./autogen.sh calls ./configure before shebangs have been patched.
|
|
|
|
|
(lambda _
|
|
|
|
|
(invoke "autoreconf" "-vfi"))))))
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config
|
|
|
|
|
;; For bootstrapping from git.
|
|
|
|
|
autoconf automake libtool))
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxtst libx11))
|
2017-12-30 16:47:32 -05:00
|
|
|
|
(home-page "https://www.yoctoproject.org/tools-resources/projects/matchbox")
|
|
|
|
|
(synopsis "X virtual keyboard library")
|
|
|
|
|
(description
|
|
|
|
|
"Libfakekey is a virtual keyboard library for X.")
|
|
|
|
|
(license license:gpl2)))
|
|
|
|
|
|
2014-12-14 04:07:19 -05:00
|
|
|
|
(define-public xdotool
|
|
|
|
|
(package
|
|
|
|
|
(name "xdotool")
|
2022-03-05 01:04:49 -05:00
|
|
|
|
(version "3.20211022.1")
|
2014-12-14 04:07:19 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2016-02-05 18:24:01 -05:00
|
|
|
|
"https://github.com/jordansissel/xdotool/releases/download/v"
|
|
|
|
|
version "/xdotool-" version ".tar.gz"))
|
2014-12-14 04:07:19 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-03-05 01:04:49 -05:00
|
|
|
|
"1nlsbwsdsgys607f00sc8xgb7l7cdzsb14avsg5fly3dvv7zmw4n"))))
|
2014-12-14 04:07:19 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f ; Test suite requires a lot of black magic
|
2015-03-16 18:14:16 -04:00
|
|
|
|
#:phases
|
2016-08-19 16:15:37 -04:00
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys #:rest args)
|
2018-08-01 06:32:16 -04:00
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(mkdir-p (string-append out "/lib"))
|
|
|
|
|
(setenv "PREFIX" out)
|
|
|
|
|
(setenv "LDFLAGS" (string-append "-Wl,-rpath=" out "/lib"))
|
2018-06-27 21:16:30 -04:00
|
|
|
|
(setenv "CC" "gcc")
|
|
|
|
|
#t))))))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list perl)) ; for pod2man
|
|
|
|
|
(inputs (list libx11
|
|
|
|
|
libxext
|
|
|
|
|
libxi
|
|
|
|
|
libxinerama
|
|
|
|
|
libxtst
|
|
|
|
|
libxkbcommon))
|
2020-01-18 17:19:26 -05:00
|
|
|
|
(home-page "https://www.semicomplete.com/projects/xdotool/")
|
2014-12-14 04:07:19 -05:00
|
|
|
|
(synopsis "Fake keyboard/mouse input, window management, and more")
|
|
|
|
|
(description "Xdotool lets you simulate keyboard input and mouse activity,
|
|
|
|
|
move and resize windows, etc. It does this using X11's XTEST extension and
|
|
|
|
|
other Xlib functions. Additionally, you can search for windows and move,
|
|
|
|
|
resize, hide, and modify window properties like the title. If your window
|
|
|
|
|
manager supports it, you can use xdotool to switch desktops, move windows
|
|
|
|
|
between desktops, and change the number of desktops.")
|
|
|
|
|
(license license:bsd-3)))
|
|
|
|
|
|
2021-04-20 14:23:45 -04:00
|
|
|
|
(define-public xdo
|
|
|
|
|
(package
|
|
|
|
|
(name "xdo")
|
|
|
|
|
(version "0.5.7")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/baskerville/xdo")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1h3jrygcjjbavdbkpx2hscsf0yf97gk487lzjdlvymd7dxdv9hy9"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no tests
|
|
|
|
|
#:make-flags
|
|
|
|
|
(list (string-append "CC=" ,(cc-for-target))
|
|
|
|
|
(string-append "PREFIX=" %output))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxcb xcb-util-wm xcb-util))
|
2021-04-20 14:23:45 -04:00
|
|
|
|
(home-page "https://github.com/baskerville/xdo")
|
|
|
|
|
(synopsis "Small X utility to perform elementary actions on windows")
|
|
|
|
|
(description
|
|
|
|
|
"Apply the given action to the given windows. If no window IDs and no
|
|
|
|
|
options are given, the action applies to the focused window.")
|
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(define-public xeyes
|
|
|
|
|
(package
|
|
|
|
|
(name "xeyes")
|
2023-05-24 14:10:55 -04:00
|
|
|
|
(version "1.2.0")
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(source
|
2018-06-28 13:05:54 -04:00
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://www.x.org/releases/individual/app/"
|
|
|
|
|
name "-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
2023-05-24 14:10:55 -04:00
|
|
|
|
(base32 "1nxn443pfhddmwl59wplpjkslhlyfk307qx18nrimvvb2hipx8gq"))))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2023-05-24 14:10:55 -04:00
|
|
|
|
(list libxext libxi libxmu libxrender libxt))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2018-06-28 11:45:19 -04:00
|
|
|
|
(home-page "https://www.x.org/") ; no dedicated Xeyes page exists
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(synopsis "Follow-the-mouse X demo")
|
|
|
|
|
(description "Xeyes is a demo program for x.org. It shows eyes
|
|
|
|
|
following the mouse.")
|
|
|
|
|
(license license:x11)))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define-public pixman
|
|
|
|
|
(package
|
|
|
|
|
(name "pixman")
|
2020-09-24 10:26:59 -04:00
|
|
|
|
(version "0.40.0")
|
2020-09-24 10:25:06 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(string-append
|
|
|
|
|
"https://www.cairographics.org/releases/pixman-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
2020-09-24 10:26:59 -04:00
|
|
|
|
(base32 "1z13n96m7x91j25qq9wlkxsbq04wfwjhw66ir17frna06zn0s83d"))
|
2020-09-24 10:25:06 -04:00
|
|
|
|
(patches
|
|
|
|
|
(search-patches
|
|
|
|
|
"pixman-CVE-2016-5296.patch"))))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2019-12-03 23:12:13 -05:00
|
|
|
|
(arguments
|
2020-09-24 10:29:13 -04:00
|
|
|
|
`(#:configure-flags
|
|
|
|
|
(list
|
|
|
|
|
"--disable-static"
|
|
|
|
|
"--enable-timers"
|
|
|
|
|
"--enable-gnuplot")))
|
2020-09-24 10:25:06 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libpng zlib))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(synopsis "Low-level pixel manipulation library")
|
|
|
|
|
(description "Pixman is a low-level software library for pixel
|
|
|
|
|
manipulation, providing features such as image compositing and trapezoid
|
|
|
|
|
rasterisation.")
|
2020-09-24 10:25:06 -04:00
|
|
|
|
(home-page "http://www.pixman.org/")
|
2020-09-24 10:26:59 -04:00
|
|
|
|
(license license:expat)))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
|
|
|
|
|
(define-public libdrm
|
|
|
|
|
(package
|
|
|
|
|
(name "libdrm")
|
2022-11-18 15:44:37 -05:00
|
|
|
|
(version "2.4.114")
|
2020-05-22 15:53:42 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://dri.freedesktop.org/libdrm/libdrm-"
|
|
|
|
|
version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-11-18 15:44:37 -05:00
|
|
|
|
"09nhk3jx3qzggl5vyii3yh4zm0npjqsbxhzvxrg2xla77a2cyj9h"))))
|
2019-03-12 07:16:38 -04:00
|
|
|
|
(build-system meson-build-system)
|
2017-09-05 13:34:54 -04:00
|
|
|
|
(arguments
|
2022-06-23 12:27:38 -04:00
|
|
|
|
(list #:configure-flags
|
|
|
|
|
(match (%current-system)
|
2019-03-19 08:17:59 -04:00
|
|
|
|
((or "armhf-linux" "aarch64-linux")
|
2023-03-14 13:30:05 -04:00
|
|
|
|
#~(list "-Dexynos=enabled"
|
|
|
|
|
"-Domap=enabled"
|
|
|
|
|
"-Detnaviv=enabled"
|
|
|
|
|
"-Dtegra=enabled"
|
2022-06-23 12:27:38 -04:00
|
|
|
|
"-Dfreedreno-kgsl=true"))
|
|
|
|
|
(_ ''()))
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(replace 'check
|
|
|
|
|
(lambda* (#:key tests? #:allow-other-keys)
|
|
|
|
|
(when tests?
|
|
|
|
|
(invoke "meson" "test" "--timeout-multiplier" "5")))))))
|
2021-07-13 12:57:48 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libpciaccess))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2017-09-02 08:03:26 -04:00
|
|
|
|
(home-page "https://dri.freedesktop.org/wiki/")
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(synopsis "Direct rendering userspace library")
|
|
|
|
|
(description "The Direct Rendering Infrastructure, also known as the DRI,
|
|
|
|
|
is a framework for allowing direct access to graphics hardware under the
|
|
|
|
|
X Window System in a safe and efficient manner. It includes changes to the
|
|
|
|
|
X server, to several client libraries, and to the kernel (DRM, Direct
|
|
|
|
|
Rendering Manager). The most important use for the DRI is to create fast
|
|
|
|
|
OpenGL implementations providing hardware acceleration for Mesa.
|
|
|
|
|
Several 3D accelerated drivers have been written to the DRI specification,
|
|
|
|
|
including drivers for chipsets produced by 3DFX, AMD (formerly ATI), Intel
|
|
|
|
|
and Matrox.")
|
|
|
|
|
(license license:x11)))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(define-public mtdev
|
|
|
|
|
(package
|
|
|
|
|
(name "mtdev")
|
2020-02-12 13:31:11 -05:00
|
|
|
|
(version "1.1.6")
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"http://bitmath.org/code/mtdev/mtdev-"
|
|
|
|
|
version ".tar.bz2"))
|
|
|
|
|
(sha256
|
2016-07-12 02:45:07 -04:00
|
|
|
|
(base32
|
2020-02-12 13:31:11 -05:00
|
|
|
|
"1q700h9dqcm3zl6c3gj0qxxjcx6ibw2c51wjijydhwdcm26v5mqm"))))
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2023-06-04 07:55:11 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags
|
|
|
|
|
'("--disable-static")
|
2023-10-20 08:58:37 -04:00
|
|
|
|
,@(if (and (or (target-riscv64?)
|
|
|
|
|
(target-aarch64?))
|
2023-06-04 07:55:11 -04:00
|
|
|
|
(%current-target-system))
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'update-config-scripts
|
|
|
|
|
(lambda* (#:key inputs native-inputs #:allow-other-keys)
|
|
|
|
|
;; Replace outdated config.guess and config.sub.
|
|
|
|
|
(for-each (lambda (file)
|
|
|
|
|
(install-file
|
|
|
|
|
(search-input-file
|
|
|
|
|
(or native-inputs inputs)
|
|
|
|
|
(string-append "/bin/" file)) "./config-aux"))
|
|
|
|
|
'("config.guess" "config.sub"))))))
|
|
|
|
|
'())))
|
|
|
|
|
(native-inputs
|
2023-10-20 08:58:37 -04:00
|
|
|
|
(if (and (or (target-riscv64?)
|
|
|
|
|
(target-aarch64?))
|
2023-06-04 07:55:11 -04:00
|
|
|
|
(%current-target-system))
|
|
|
|
|
(list config)
|
|
|
|
|
'()))
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://bitmath.org/code/mtdev/")
|
2014-12-02 08:29:01 -05:00
|
|
|
|
(synopsis "Multitouch protocol translation library")
|
|
|
|
|
(description "Mtdev is a stand-alone library which transforms all
|
|
|
|
|
variants of kernel MT events to the slotted type B protocol. The events
|
|
|
|
|
put into mtdev may be from any MT device, specifically type A without
|
|
|
|
|
contact tracking, type A with contact tracking, or type B with contact
|
|
|
|
|
tracking.")
|
|
|
|
|
(license license:x11)))
|
2014-12-08 08:36:03 -05:00
|
|
|
|
|
|
|
|
|
(define-public startup-notification
|
|
|
|
|
(package
|
|
|
|
|
(name "startup-notification")
|
|
|
|
|
(version "0.12")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
2016-02-19 08:23:38 -05:00
|
|
|
|
(uri (string-append "https://www.freedesktop.org/software/" name
|
2014-12-08 08:36:03 -05:00
|
|
|
|
"/releases/" name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0jmyryrpqb35y9hd5sgxqy2z0r1snw7d3ljw0jak0n0cjdz1yf9w"))))
|
|
|
|
|
(build-system gnu-build-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list pkg-config))
|
2014-12-08 08:36:03 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 xcb-util))
|
gnu: Use HTTPS for supported freedesktop.org home pages.
* gnu/packages/fontutils.scm (fontconfig)[home-page]: Use HTTPS.
* gnu/packages/freedesktop.scm (python-pyxdg, accountsservice)
(modem-manager, telepathy-mission-control, telepathy-mission-control)
(colord-gtk, desktop-file-utils)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (libspectre)[home-page]: Likewise.
* gnu/packages/glib.scm (dbus, dbus-glib, telepathy-glib)[home-page]:
Likewise.
* gnu/packages/gnome.scm (shared-mime-info, hicolor-icon-theme)
(libxklavier, colord, upower)[home-page]: Likewise.
* gnu/packages/gstreamer.scm (orc, python-gst)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (sound-theme-freedesktop)[home-page]:
Likewise.
* gnu/packages/libreoffice.scm (libexttextcat)[home-page]: Likewise.
* gnu/packages/polkit.scm (polkit-gnome, polkit-gnome)[home-page]:
Likewise.
* gnu/packages/pulseaudio.scm (pavucontrol)[home-page]: Likewise.
* gnu/packages/python.scm (python-dbus)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (startup-notification)[home-page]: Likewise.
2018-02-24 07:44:26 -05:00
|
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/startup-notification/")
|
2014-12-08 08:36:03 -05:00
|
|
|
|
(synopsis "Application startup notification and feedback library")
|
|
|
|
|
(description
|
|
|
|
|
"Startup-notification contains a reference implementation of the startup
|
|
|
|
|
notification protocol. The reference implementation is mostly under an X Window
|
|
|
|
|
System style license, and has no special dependencies.")
|
|
|
|
|
;; Most of the code is provided under x11 license.
|
|
|
|
|
(license license:lgpl2.0+)))
|
2014-12-04 16:22:04 -05:00
|
|
|
|
|
|
|
|
|
(define-public wmctrl
|
|
|
|
|
(package
|
|
|
|
|
(name "wmctrl")
|
|
|
|
|
(version "1.07")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2015-12-26 01:55:14 -05:00
|
|
|
|
"https://sites.google.com/site/tstyblo/wmctrl/wmctrl-"
|
2014-12-04 16:22:04 -05:00
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np"))
|
2016-04-08 08:18:13 -04:00
|
|
|
|
(patches (search-patches "wmctrl-64-fix.patch"))))
|
2014-12-04 16:22:04 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:configure-flags
|
|
|
|
|
(list (string-append "--mandir="
|
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
|
"/share/man"))))
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2014-12-04 16:22:04 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxmu glib))
|
2014-12-04 16:22:04 -05:00
|
|
|
|
(home-page "http://tomas.styblo.name/wmctrl/")
|
|
|
|
|
(synopsis "Command-line tool to control X window managers")
|
|
|
|
|
(description
|
2020-04-12 15:56:31 -04:00
|
|
|
|
"Wmctrl interacts with an X window manager that is compatible
|
2014-12-04 16:22:04 -05:00
|
|
|
|
with the EWMH/NetWM specification. It can query the window manager for
|
|
|
|
|
information, and request for certain window management actions (resize and
|
gnu packages: Clean up synopses and descriptions.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/bittorrent.scm,
gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/databases.scm, gnu/packages/enchant.scm,
gnu/packages/firmware.scm, gnu/packages/fonts.scm,
gnu/packages/freedesktop.scm, gnu/packages/games.scm, gnu/packages/gd.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gsasl.scm,
gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/guile.scm,
gnu/packages/haskell.scm, gnu/packages/language.scm,
gnu/packages/lesstif.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/llvm.scm, gnu/packages/maths.scm,
gnu/packages/mcrypt.scm, gnu/packages/mit-krb5.scm, gnu/packages/mp3.scm,
gnu/packages/ncdu.scm, gnu/packages/networking.scm, gnu/packages/ntp.scm,
gnu/packages/ocaml.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/pretty-print.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python.scm,
gnu/packages/rdesktop.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm,
gnu/packages/slang.scm, gnu/packages/slim.scm, gnu/packages/telephony.scm,
gnu/packages/tls.scm, gnu/packages/tmux.scm, gnu/packages/tre.scm,
gnu/packages/unrtf.scm, gnu/packages/version-control.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wget.scm,
gnu/packages/xdisorg.scm, gnu/packages/xfce.scm, gnu/packages/xiph.scm:
Fix typos. Trim long lines. Add missing periods in the end of sentences.
Use double spaces between sentences. Remove trailing whitespaces.
2015-07-17 08:16:07 -04:00
|
|
|
|
move windows, switch between desktops, etc.).")
|
2014-12-04 16:22:04 -05:00
|
|
|
|
(license license:gpl2+)))
|
2014-12-09 13:23:46 -05:00
|
|
|
|
|
|
|
|
|
(define-public scrot
|
|
|
|
|
(package
|
|
|
|
|
(name "scrot")
|
2023-05-13 15:07:32 -04:00
|
|
|
|
(version "1.9")
|
2019-02-18 10:28:54 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/resurrecting-open-source-projects/scrot")
|
2019-02-18 10:28:54 -05:00
|
|
|
|
(commit version)))
|
2019-06-21 18:36:34 -04:00
|
|
|
|
(file-name (git-file-name name version))
|
2019-02-18 10:28:54 -05:00
|
|
|
|
(sha256
|
2023-05-13 15:07:32 -04:00
|
|
|
|
(base32 "140wczmmxjp5fkrp6qg5rbq4hdwfslxb23jdk91ls8fjxdp9hafz"))))
|
2014-12-09 13:23:46 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2019-02-18 10:28:54 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf autoconf-archive automake pkg-config))
|
2014-12-09 13:23:46 -05:00
|
|
|
|
(inputs
|
2021-12-13 16:15:07 -05:00
|
|
|
|
(list giblib
|
|
|
|
|
imlib2
|
|
|
|
|
libbsd
|
|
|
|
|
libx11
|
|
|
|
|
libxcomposite
|
|
|
|
|
libxext
|
2023-05-13 15:07:32 -04:00
|
|
|
|
libxfixes
|
|
|
|
|
libxinerama))
|
2019-02-18 10:28:54 -05:00
|
|
|
|
(home-page "https://github.com/resurrecting-open-source-projects/scrot")
|
2014-12-09 13:23:46 -05:00
|
|
|
|
(synopsis "Command-line screen capture utility for X Window System")
|
|
|
|
|
(description
|
2020-04-12 19:21:17 -04:00
|
|
|
|
"Scrot saves a screenshot of a full screen, a window or a part
|
2014-12-09 13:23:46 -05:00
|
|
|
|
of the screen selected by mouse.")
|
|
|
|
|
;; This license removes a clause about X Consortium from the original
|
|
|
|
|
;; X11 license.
|
|
|
|
|
(license (license:x11-style "file://COPYING"
|
|
|
|
|
"See 'COPYING' in the distribution."))))
|
2014-12-09 13:42:56 -05:00
|
|
|
|
|
2016-04-03 07:36:33 -04:00
|
|
|
|
(define-public slop
|
|
|
|
|
(package
|
|
|
|
|
(name "slop")
|
2021-10-03 16:36:47 -04:00
|
|
|
|
(version "7.6")
|
2016-04-03 07:36:33 -04:00
|
|
|
|
(source (origin
|
2018-11-29 16:12:57 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/naelstrof/slop")
|
2018-11-29 16:12:57 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
2016-04-03 07:36:33 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-10-03 16:36:47 -04:00
|
|
|
|
"1xaka98vka5kh3wmby68ifwi6rp0985dj13fgs96bw8a1z3m1l1d"))))
|
2016-04-03 07:36:33 -04:00
|
|
|
|
(build-system cmake-build-system)
|
2017-02-23 07:47:03 -05:00
|
|
|
|
(arguments
|
2017-02-24 05:19:18 -05:00
|
|
|
|
'(#:tests? #f)) ; no "check" target
|
2016-04-03 07:36:33 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list glew
|
|
|
|
|
glm
|
|
|
|
|
icu4c
|
|
|
|
|
libxext
|
|
|
|
|
libxrender
|
|
|
|
|
mesa))
|
2016-04-03 07:36:33 -04:00
|
|
|
|
(home-page "https://github.com/naelstrof/slop")
|
|
|
|
|
(synopsis "Select a region and print its bounds to stdout")
|
|
|
|
|
(description
|
|
|
|
|
"slop (Select Operation) is a tool that queries for a selection from a
|
|
|
|
|
user and prints the region to stdout. It grabs the mouse and turns it into a
|
|
|
|
|
crosshair, lets the user click and drag to make a selection (or click on a
|
|
|
|
|
window) while drawing a pretty box around it, then finally prints the
|
|
|
|
|
selection's dimensions to stdout.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2016-04-04 12:53:37 -04:00
|
|
|
|
(define-public maim
|
|
|
|
|
(package
|
|
|
|
|
(name "maim")
|
2020-05-08 17:26:32 -04:00
|
|
|
|
(version "5.6.3")
|
2016-04-04 12:53:37 -04:00
|
|
|
|
(source (origin
|
2018-11-29 16:13:32 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/naelstrof/maim")
|
2018-11-29 16:13:32 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
2016-04-04 12:53:37 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2020-05-08 17:26:32 -04:00
|
|
|
|
"181mjjrjb9fs1ficcv9miqbk94v95j1yli7fjp2dj514g7nj9l3x"))))
|
2016-04-04 12:53:37 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
2017-02-23 08:06:19 -05:00
|
|
|
|
'(#:tests? #f)) ; no "check" target
|
2016-04-04 12:53:37 -04:00
|
|
|
|
(inputs
|
2023-05-04 10:52:37 -04:00
|
|
|
|
(list glm
|
|
|
|
|
libjpeg-turbo
|
|
|
|
|
libpng
|
|
|
|
|
libxcomposite
|
|
|
|
|
libxfixes
|
|
|
|
|
libxrandr
|
|
|
|
|
mesa
|
|
|
|
|
slop
|
|
|
|
|
zlib))
|
2016-04-04 12:53:37 -04:00
|
|
|
|
(home-page "https://github.com/naelstrof/maim")
|
|
|
|
|
(synopsis "Screenshot utility for X Window System")
|
|
|
|
|
(description
|
|
|
|
|
"maim (Make Image) is a tool that takes screenshots of your desktop and
|
|
|
|
|
saves it in any format. Along with a full screen, it allows you to capture a
|
|
|
|
|
predefined region or a particular window. Also, it makes it possible to
|
|
|
|
|
include cursor in the resulting image.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2014-12-09 13:42:56 -05:00
|
|
|
|
(define-public unclutter
|
|
|
|
|
(package
|
|
|
|
|
(name "unclutter")
|
|
|
|
|
(version "8")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"http://ftp.x.org/contrib/utilities/unclutter-"
|
|
|
|
|
version ".tar.Z"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0ahrr5z6wxqqfyihm112hnq0859zlxisrb3y5232zav58j6sfmdq"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f ; no check target
|
2016-08-19 16:17:48 -04:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin"))
|
|
|
|
|
(man1 (string-append out "/share/man/man1")))
|
|
|
|
|
(mkdir-p bin)
|
|
|
|
|
(mkdir-p man1)
|
2018-09-19 22:04:01 -04:00
|
|
|
|
(invoke "make" "install" "install.man"
|
|
|
|
|
(string-append "BINDIR=" bin)
|
|
|
|
|
(string-append "MANDIR=" man1))))))))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(inputs (list libx11))
|
2014-12-09 13:42:56 -05:00
|
|
|
|
(home-page "http://ftp.x.org/contrib/utilities/")
|
|
|
|
|
(synopsis "Hide idle mouse cursor")
|
|
|
|
|
(description
|
|
|
|
|
"Unclutter is a program which runs permanently in the background of an
|
|
|
|
|
X11 session. It checks on the X11 pointer (cursor) position every few
|
|
|
|
|
seconds, and when it finds it has not moved (and no buttons are pressed
|
|
|
|
|
on the mouse, and the cursor is not in the root window) it creates a
|
|
|
|
|
small sub-window as a child of the window the cursor is in. The new
|
|
|
|
|
window installs a cursor of size 1x1 but a mask of all 0, i.e. an
|
|
|
|
|
invisible cursor. This allows you to see all the text in an xterm or
|
|
|
|
|
xedit, for example. The human factors crowd would agree it should make
|
|
|
|
|
things less distracting.")
|
|
|
|
|
(license license:public-domain)))
|
2015-01-12 15:15:15 -05:00
|
|
|
|
|
2021-07-23 19:52:28 -04:00
|
|
|
|
(define-public unclutter-xfixes
|
|
|
|
|
(package
|
|
|
|
|
(name "unclutter-xfixes")
|
|
|
|
|
(version "1.5")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/Airblader/unclutter-xfixes")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"148m4wx8v57s3l2wb69y9imb00y8ca2li27hsxibwnl1wrkb7z4b"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments `(#:tests? #f
|
|
|
|
|
#:make-flags
|
|
|
|
|
(list ,(string-append "CC=" (cc-for-target))
|
|
|
|
|
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libev libxfixes libxi))
|
2021-07-23 19:52:28 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list asciidoc pkg-config))
|
2021-07-23 19:52:28 -04:00
|
|
|
|
(home-page "https://github.com/Airblader/unclutter-xfixes")
|
|
|
|
|
(synopsis "Hide idle mouse cursor")
|
|
|
|
|
(description
|
|
|
|
|
"unclutter-xfixes is a rewrite of the popular tool unclutter, but
|
|
|
|
|
using the x11-xfixes extension. This means that this rewrite doesn't
|
|
|
|
|
use fake windows or pointer grabbing and hence causes less problems
|
|
|
|
|
with window managers and/or applications.
|
|
|
|
|
|
|
|
|
|
Unclutter is a program which runs permanently in the background of an
|
|
|
|
|
X11 session. It checks on the X11 pointer (cursor) position every few
|
|
|
|
|
seconds, and when it finds it has not moved (and no buttons are pressed
|
|
|
|
|
on the mouse, and the cursor is not in the root window) it creates a
|
|
|
|
|
small sub-window as a child of the window the cursor is in. The new
|
|
|
|
|
window installs a cursor of size 1x1 but a mask of all 0, i.e. an
|
|
|
|
|
invisible cursor. This allows you to see all the text in an xterm or
|
|
|
|
|
xedit, for example. The human factors crowd would agree it should make
|
|
|
|
|
things less distracting.")
|
|
|
|
|
(license license:expat)))
|
|
|
|
|
|
2017-09-01 05:11:12 -04:00
|
|
|
|
(define-public xautomation
|
|
|
|
|
(package
|
|
|
|
|
(name "xautomation")
|
|
|
|
|
(version "1.09")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://www.hoopajoo.net/static/projects/"
|
|
|
|
|
"xautomation-" version ".tar.gz"))
|
|
|
|
|
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"03azv5wpg65h40ip2kk1kdh58vix4vy1r9bihgsq59jx2rhjr3zf"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libpng libx11 libxi libxtst))
|
2017-09-01 05:11:12 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list xorgproto))
|
2017-09-01 05:11:12 -04:00
|
|
|
|
(synopsis "Tools to automate tasks in X such as detecting on screen images")
|
|
|
|
|
(description
|
|
|
|
|
"Xautomation can control X from the command line for scripts, and
|
|
|
|
|
do visual scraping to find things on the screen. The control interface
|
|
|
|
|
allows mouse movement, clicking, button up/down, key up/down, etc, and
|
|
|
|
|
uses the XTest extension so you don't have the annoying problems that
|
|
|
|
|
xse has when apps ignore sent events. The visgrep program can find
|
2019-05-22 20:45:53 -04:00
|
|
|
|
images inside of images and reports the coordinates, allowing programs
|
2017-09-01 05:11:12 -04:00
|
|
|
|
to find buttons, etc, on the screen to click on.")
|
|
|
|
|
(home-page "https://www.hoopajoo.net/projects/xautomation.html")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(define-public xbanish
|
|
|
|
|
(package
|
|
|
|
|
(name "xbanish")
|
2022-03-05 01:05:12 -05:00
|
|
|
|
(version "1.8")
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(home-page "https://github.com/jcs/xbanish")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference (url home-page)
|
|
|
|
|
(commit (string-append "v" version))))
|
gnu: Add 'file-name' where appropriate.
* gnu/packages/admin.scm (detox, neofetch),
gnu/packages/algebra.scm (python-fpylll),
gnu/packages/bioinformatics.scm (tbsp, genrich),
gnu/packages/crypto.scm (hpenc),
gnu/packages/digest.scm (xxhash),
gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode,
emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode,
emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm,
emacs-gif-screencast, emacs-exec-path-from-shell),
gnu/packages/engineering.scm (gpx),
gnu/packages/freedesktop.scm (waylandpp),
gnu/packages/golang.scm (go-github-com-sirupsen-logrus,
go-github-com-shirou-gopsutil),
gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language,
jupyter-guile-kernel),
gnu/packages/image-viewers.scm (qview),
gnu/packages/java-maths.scm (java-jblas),
gnu/packages/llvm.scm (libclc),
gnu/packages/logging.scm (spdlog),
gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith),
gnu/packages/terminals.scm (libtsm),
gnu/packages/tigervnc.scm (tigervnc-client),
gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name.
2019-11-10 05:03:51 -05:00
|
|
|
|
(file-name (git-file-name name version))
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-03-05 01:05:12 -05:00
|
|
|
|
"12mjwn8hvrrhwyg3wi20bqr6k8d57xf9m5qr3s4nn511dcksh04g"))))
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2020-05-25 17:23:38 -04:00
|
|
|
|
`(#:tests? #f ; no tests
|
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-09 15:46:24 -04:00
|
|
|
|
#:make-flags (list ,(string-append "CC=" (cc-for-target))
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
|
|
|
#:phases (modify-phases %standard-phases
|
2020-05-25 17:23:38 -04:00
|
|
|
|
(delete 'configure)))) ; no configure script
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxfixes libxi libxt))
|
2018-12-22 09:00:36 -05:00
|
|
|
|
(synopsis "Banish the mouse cursor")
|
|
|
|
|
(description
|
|
|
|
|
"@command{xbanish} hides the mouse cursor when you start typing, and
|
|
|
|
|
shows it again when the mouse cursor moves or a mouse button is pressed.")
|
|
|
|
|
(license license:bsd-3)))
|
|
|
|
|
|
2015-01-12 15:15:15 -05:00
|
|
|
|
(define-public xlockmore
|
|
|
|
|
(package
|
|
|
|
|
(name "xlockmore")
|
2023-08-13 01:21:22 -04:00
|
|
|
|
(version "5.72")
|
2015-01-12 15:15:15 -05:00
|
|
|
|
(source (origin
|
2022-03-10 19:57:22 -05:00
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (list (string-append "http://sillycycle.com/xlock/"
|
|
|
|
|
"xlockmore-" version ".tar.xz")
|
|
|
|
|
;; Previous releases are moved to a subdirectory.
|
|
|
|
|
(string-append "http://sillycycle.com/xlock/"
|
|
|
|
|
"recent-releases/"
|
|
|
|
|
"xlockmore-" version ".tar.xz")))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-08-13 01:21:22 -04:00
|
|
|
|
"0wn77ri29rhk1w3wik2hpqb8lks1pyqzdk6d583mawxfcxcrf4fm"))))
|
2015-01-12 15:15:15 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2022-03-10 19:57:22 -05:00
|
|
|
|
(list
|
|
|
|
|
#:configure-flags
|
|
|
|
|
#~(list (string-append "--enable-appdefaultdir="
|
|
|
|
|
#$output
|
|
|
|
|
"/lib/X11/app-defaults"))
|
|
|
|
|
#:tests? #f)) ;no such thing as a test suite
|
2015-01-12 15:15:15 -05:00
|
|
|
|
(inputs
|
2022-03-10 19:57:22 -05:00
|
|
|
|
(list libx11 libxext libxt linux-pam))
|
2020-01-18 17:15:16 -05:00
|
|
|
|
(home-page "https://sillycycle.com/xlockmore.html")
|
2015-01-12 15:15:15 -05:00
|
|
|
|
(synopsis "Screen locker for the X Window System")
|
|
|
|
|
(description
|
|
|
|
|
"XLockMore is a classic screen locker and screen saver for the
|
|
|
|
|
X Window System.")
|
gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'.
* gnu/packages/avr.scm, gnu/packages/compression.scm,
gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm,
gnu/packages/databases.scm, gnu/packages/firmware.scm,
gnu/packages/flex.scm, gnu/packages/fontutils.scm,
gnu/packages/gd.scm, gnu/packages/ghostscript.scm,
gnu/packages/gnunet.scm, gnu/packages/graphics.scm,
gnu/packages/hugs.scm, gnu/packages/image.scm,
gnu/packages/linux.scm, gnu/packages/mail.scm,
gnu/packages/maths.scm, gnu/packages/mit-krb5.scm,
gnu/packages/python.scm, gnu/packages/rdf.scm,
gnu/packages/ssh.scm, gnu/packages/tcl.scm,
gnu/packages/xdisorg.scm, gnu/packages/xiph.scm,
gnu/packages/yasm.scm, gnu/packages/zip.scm: Use 'non-copyleft'
instead of 'bsd-style'.
2015-03-14 14:26:34 -04:00
|
|
|
|
(license (license:non-copyleft #f "See xlock.c.")
|
2016-05-27 09:35:47 -04:00
|
|
|
|
))) ; + GPLv2 in modes/glx/biof.c.
|
2015-02-11 14:20:00 -05:00
|
|
|
|
|
2022-10-11 06:38:13 -04:00
|
|
|
|
(define-public xtrlock
|
|
|
|
|
(package
|
|
|
|
|
(name "xtrlock")
|
|
|
|
|
(version "2.15")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"mirror://debian/pool/main/x/xtrlock/xtrlock_" version
|
|
|
|
|
".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0mgpysbvipd5h6x6zz4hng6b13gp3qjnpgny3azyj8k8dv85bppw"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
;; LDLIBS are required for the package to build.
|
|
|
|
|
;; CFLAGS are required for it to use the shadow file, and to
|
|
|
|
|
;; be compatible with multi-touch devices.
|
|
|
|
|
(list #:make-flags
|
|
|
|
|
#~'("CFLAGS=-O2 -g -Wall -DSHADOW_PWD -DMULTITOUCH"
|
|
|
|
|
"LDLIBS=-lX11 -lcrypt -lXi")
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(delete 'check)
|
|
|
|
|
(add-after 'unpack 'rename-makefile
|
|
|
|
|
(lambda _
|
|
|
|
|
(rename-file "Makefile.noimake" "Makefile")
|
|
|
|
|
(rename-file "xtrlock.man" "xtrlock.1")))
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out")))
|
|
|
|
|
(install-file "xtrlock"
|
|
|
|
|
(string-append out "/bin/"))
|
|
|
|
|
(install-file "xtrlock.1"
|
|
|
|
|
(string-append out
|
|
|
|
|
"/share/man/man1/"))))))))
|
|
|
|
|
(inputs (list libx11 libxi libxfixes))
|
|
|
|
|
(home-page "https://packages.debian.org/sid/xtrlock")
|
|
|
|
|
(synopsis "Minimal X display lock program")
|
|
|
|
|
(description
|
|
|
|
|
"xtrlock locks the X server till the user enters their password at the
|
|
|
|
|
keyboard. While xtrlock is running, the mouse and keyboard are grabbed and
|
|
|
|
|
the mouse cursor becomes a padlock. Output displayed by X programs, and
|
|
|
|
|
windows put up by new X clients, continue to be visible, and any new output is
|
|
|
|
|
displayed normally. The mouse and keyboard are returned when the user types
|
|
|
|
|
their password, followed by Enter or Newline. If an incorrect password is
|
|
|
|
|
entered the bell is sounded. Pressing Backspace or Delete erases one
|
|
|
|
|
character of a password partially typed; pressing Escape or Clear clears
|
|
|
|
|
anything that has been entered.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2015-02-11 14:20:00 -05:00
|
|
|
|
(define-public xosd
|
|
|
|
|
(package
|
|
|
|
|
(name "xosd")
|
|
|
|
|
(version "2.2.14")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
2016-07-21 02:35:30 -04:00
|
|
|
|
"mirror://sourceforge/libxosd/libxosd/xosd-" version "/"
|
|
|
|
|
name "-" version ".tar.gz"))
|
2015-02-11 14:20:00 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"025m7ha89q29swkc7s38knnbn8ysl24g2h5s7imfxflm91psj7sg"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:configure-flags
|
|
|
|
|
(list (string-append "--mandir=" %output "/share/man"))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxt libxext libxinerama))
|
gnu: Use HTTPS for all sourceforge.net home pages.
* gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS.
* gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise.
* gnu/packages/display-managers.scm (slim)[home-page]: Likewise.
* gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise.
* gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix,
ghc-regex-compat)[home-page]: Likewise.
* gnu/packages/image.scm (imlib2)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw)
[home-page]: Likewise.
* gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools)
[home-page]: Likewise.
* gnu/packages/mail.scm (esmtp)[home-page]: Likewise.
* gnu/packages/mp3.scm (ripperx)[home-page]: Likewise.
* gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise.
* gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise.
* gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
2017-01-03 19:30:46 -05:00
|
|
|
|
(home-page "https://sourceforge.net/projects/libxosd/")
|
2015-02-11 14:20:00 -05:00
|
|
|
|
(synopsis "X On Screen Display")
|
|
|
|
|
(description
|
|
|
|
|
"XOSD provides a C library and a simple utility (osd_cat) for displaying
|
|
|
|
|
transparent text on your screen.")
|
|
|
|
|
(license license:gpl2+)))
|
2015-03-01 08:12:41 -05:00
|
|
|
|
|
2021-02-11 14:54:04 -05:00
|
|
|
|
(define-public wob
|
|
|
|
|
(package
|
|
|
|
|
(name "wob")
|
2022-11-21 17:06:18 -05:00
|
|
|
|
(version "0.14.2")
|
2021-02-11 14:54:04 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/francma/wob/releases/download/"
|
|
|
|
|
version "/wob-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
2022-11-21 17:06:18 -05:00
|
|
|
|
(base32 "12s9pc0dhqgawq6jiqhamj1zq9753kgpswny1rcsdx1lkpzrgaq1"))))
|
2021-02-11 14:54:04 -05:00
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config scdoc))
|
2021-02-11 14:54:04 -05:00
|
|
|
|
(inputs
|
2022-11-21 17:06:18 -05:00
|
|
|
|
(list libinih libseccomp wayland wayland-protocols))
|
2021-02-11 14:54:04 -05:00
|
|
|
|
(home-page "https://github.com/francma/wob")
|
|
|
|
|
(synopsis "Lightweight overlay bar for Wayland")
|
|
|
|
|
(description
|
|
|
|
|
"Wob, or Wayland Overlay Bar, is a lightweight overlay volume,
|
|
|
|
|
backlight, progress, or anything bar for Wayland.")
|
|
|
|
|
(license license:isc)))
|
|
|
|
|
|
2015-03-01 08:12:41 -05:00
|
|
|
|
(define-public xbindkeys
|
|
|
|
|
(package
|
|
|
|
|
(name "xbindkeys")
|
2020-06-01 21:14:19 -04:00
|
|
|
|
(version "1.8.7")
|
2015-03-01 08:12:41 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
;; Download from the savannah mirror list fails
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"http://www.nongnu.org/xbindkeys/xbindkeys-"
|
|
|
|
|
version
|
|
|
|
|
".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2020-06-01 21:14:19 -04:00
|
|
|
|
"1wl2vc5alisiwyk8m07y1ryq8w3ll9ym83j27g4apm4ixjl8d6x2"))))
|
2015-03-01 08:12:41 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2021-02-02 09:39:02 -05:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'sanitise-shebang
|
|
|
|
|
;; This wish script uses a strange double shebang that escapes our
|
|
|
|
|
;; patch-shebangs phase. Assume that it's unnecessary & replace it.
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "xbindkeys_show"
|
|
|
|
|
(("^#!.*|^exec wish.*") "")
|
|
|
|
|
(("^# \\\\") (string-append "#!" (which "wish"))))
|
2021-02-02 09:47:21 -05:00
|
|
|
|
#t))
|
|
|
|
|
(add-after 'unpack 'patch-references
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(substitute* "xbindkeys_show"
|
|
|
|
|
(("\"(xbindkeys)\"" _ command)
|
|
|
|
|
(format #f "\"~a/bin/~a\"" out command)))
|
|
|
|
|
#t))))))
|
2020-06-01 21:14:19 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2015-03-01 08:12:41 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list guile-2.2 libx11 tk))
|
gnu: Use HTTPS for supported nongnu.org home pages.
* gnu/packages/acl.scm (acl)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (dmidecode)[home-page]: Likewise.
* gnu/packages/attr.scm (attr)[home-page]: Likewise.
* gnu/packages/audio.scm (lash)[home-page]: Likewise.
* gnu/packages/avr.scm (avr-libc)[home-page]: Likewise.
* gnu/packages/backup.scm (rdiff-backup, libchop)[home-page]: Likewise.
* gnu/packages/compression.scm (fastjar, lzip, lziprecover, atool)
(lunzip, clzip, lzlib, plzip)[home-page]: Likewise.
* gnu/packages/emacs.scm (geiser, bbdb, m17n-lib, m17n-lib)[home-page]:
Likewise.
* gnu/packages/flashing-tools.scm (avrdude)[home-page]: Likewise.
* gnu/packages/fontutils.scm (libotf)[home-page]: Likewise.
* gnu/packages/game-development.scm (gzochi)[home-page]: Likewise.
* gnu/packages/games.scm (enigma)[home-page]: Likewise.
* gnu/packages/gsasl.scm (libntlm)[home-page]: Likewise.
* gnu/packages/gtk.scm (guile-cairo)[home-page]: Likewise.
* gnu/packages/guile.scm (guile-reader, guile-lib, guile-json)
(guile-redis, g-wrap)[home-page]: Likewise.
* gnu/packages/libunwind.scm (libunwind)[home-page]: Likewise.
* gnu/packages/lout.scm (lout)[home-page]: Likewise.
* gnu/packages/mpd.scm (sonata)[home-page]: Likewise.
* gnu/packages/networking.scm (quagga)[home-page]: Likewise.
* gnu/packages/ratpoison.scm (ratpoison)[home-page]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[home-page]: Likewise.
* gnu/packages/telephony.scm (exosip)[home-page]: Likewise.
* gnu/packages/texinfo.scm (texi2html)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xbindkeys)[home-page]: Likewise.
2018-02-15 22:20:44 -05:00
|
|
|
|
(home-page "https://www.nongnu.org/xbindkeys/")
|
2015-03-01 08:12:41 -05:00
|
|
|
|
(synopsis "Associate a combination of keys with a shell command")
|
|
|
|
|
(description
|
|
|
|
|
"XBindKeys is a program that allows you to launch shell commands with
|
|
|
|
|
your keyboard or your mouse under the X Window System. It links commands to
|
|
|
|
|
keys or mouse buttons, using a configuration file. It's independent of the
|
|
|
|
|
window manager and can capture all keyboard keys (ex: Power, Wake...). It
|
|
|
|
|
optionally supports a Guile-based configuration file layout, which enables you
|
|
|
|
|
to access all XBindKeys internals, so you can have key combinations, double
|
|
|
|
|
clicks or timed double clicks take actions. Also all functions that work in
|
|
|
|
|
Guile will work for XBindKeys.")
|
|
|
|
|
(license license:gpl2+)))
|
2015-03-08 22:03:39 -04:00
|
|
|
|
|
2015-10-10 07:06:39 -04:00
|
|
|
|
(define-public sxhkd
|
|
|
|
|
(package
|
|
|
|
|
(name "sxhkd")
|
2020-08-11 14:28:07 -04:00
|
|
|
|
(version "0.6.2")
|
2015-10-10 07:06:39 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2018-06-28 10:49:38 -04:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/baskerville/sxhkd")
|
|
|
|
|
(commit version)))
|
2019-09-24 01:09:14 -04:00
|
|
|
|
(file-name (git-file-name name version))
|
2015-10-10 07:06:39 -04:00
|
|
|
|
(sha256
|
2020-08-11 14:28:07 -04:00
|
|
|
|
(base32 "1winwzdy9yxvxnrv8gqpigl9y0c2px27mnms62bdilp4x6llrs9r"))))
|
2015-10-10 07:06:39 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list asciidoc libxcb xcb-util xcb-util-keysyms xcb-util-wm))
|
2015-10-10 07:06:39 -04:00
|
|
|
|
(arguments
|
2018-06-28 10:49:38 -04:00
|
|
|
|
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
2015-10-10 07:06:39 -04:00
|
|
|
|
#:tests? #f ; no check target
|
2018-06-28 10:49:38 -04:00
|
|
|
|
#:make-flags
|
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-09 15:46:24 -04:00
|
|
|
|
(list ,(string-append "CC=" (cc-for-target))
|
2018-06-28 10:49:38 -04:00
|
|
|
|
(string-append "PREFIX=" %output)
|
|
|
|
|
;; Keep the documentation where the build system installs LICENSE.
|
|
|
|
|
(string-append "DOCPREFIX=" %output
|
|
|
|
|
"/share/doc/" ,name "-" ,version))))
|
2015-10-10 07:06:39 -04:00
|
|
|
|
(home-page "https://github.com/baskerville/sxhkd")
|
|
|
|
|
(synopsis "Simple X hotkey daemon")
|
|
|
|
|
(description "sxhkd is a simple X hotkey daemon with a powerful and
|
|
|
|
|
compact configuration syntax.")
|
|
|
|
|
(license license:bsd-2)))
|
|
|
|
|
|
2015-03-08 22:03:39 -04:00
|
|
|
|
(define-public rxvt-unicode
|
|
|
|
|
(package
|
|
|
|
|
(name "rxvt-unicode")
|
2023-06-24 07:28:03 -04:00
|
|
|
|
(version "9.31")
|
2015-12-06 15:58:03 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2016-02-19 01:44:04 -05:00
|
|
|
|
(uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/"
|
2015-12-06 15:58:03 -05:00
|
|
|
|
name "-" version ".tar.bz2"))
|
2023-09-05 13:19:51 -04:00
|
|
|
|
(patches (search-patches "rxvt-unicode-fix-cursor-position.patch"))
|
2015-12-06 15:58:03 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-06-24 07:28:03 -04:00
|
|
|
|
"1s3jcvac40zzp03fvmhjsdpsjx0gb1wk54qz74zhzzj9q75kz8da"))))
|
2015-03-08 22:03:39 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2015-12-06 15:58:03 -05:00
|
|
|
|
(arguments
|
|
|
|
|
;; This sets the destination when installing the necessary terminal
|
|
|
|
|
;; capability data, which are not provided by 'ncurses'. See
|
|
|
|
|
;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html
|
2023-06-24 07:28:04 -04:00
|
|
|
|
(list #:configure-flags #~(list "--enable-256-color")
|
|
|
|
|
#:make-flags #~(list (string-append "TERMINFO=" #$output "/share/terminfo"))
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
2023-06-24 07:28:05 -04:00
|
|
|
|
(add-after 'install 'install-desktop-entries
|
2017-03-05 16:14:43 -05:00
|
|
|
|
(lambda _
|
2023-06-24 07:28:05 -04:00
|
|
|
|
(for-each (lambda (exec name)
|
|
|
|
|
(make-desktop-entry-file
|
|
|
|
|
(string-append #$output "/share/applications/"
|
|
|
|
|
exec ".desktop")
|
|
|
|
|
#:type "Application"
|
|
|
|
|
#:name name
|
|
|
|
|
#:comment '((#f #$(package-synopsis this-package)))
|
|
|
|
|
#:exec exec
|
|
|
|
|
#:try-exec exec
|
|
|
|
|
#:icon "utilities-terminal"
|
|
|
|
|
#:categories '("System" "TerminalEmulator")))
|
|
|
|
|
'("urxvt" "urxvtc")
|
|
|
|
|
'("rxvt-unicode" "rxvt-unicode (client)")))))))
|
2015-03-08 22:03:39 -04:00
|
|
|
|
(inputs
|
2023-06-24 07:28:04 -04:00
|
|
|
|
(list libptytty libxft libx11 libxt libxext))
|
2015-03-08 22:03:39 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list ncurses ;trigger the installation of terminfo data
|
|
|
|
|
perl pkg-config))
|
2015-12-06 15:58:03 -05:00
|
|
|
|
;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
|
|
|
|
|
;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
|
|
|
|
|
(native-search-paths
|
|
|
|
|
(list (search-path-specification
|
|
|
|
|
(variable "TERMINFO_DIRS")
|
|
|
|
|
(files '("share/terminfo")))))
|
2015-03-08 22:03:39 -04:00
|
|
|
|
(home-page "http://software.schmorp.de/pkg/rxvt-unicode.html")
|
|
|
|
|
(synopsis "Rxvt clone with XFT and unicode support")
|
|
|
|
|
(description "Rxvt-unicode (urxvt) is a colour vt102 terminal emulator
|
|
|
|
|
intended as an xterm replacement for users who do not require features such as
|
|
|
|
|
Tektronix 4014 emulation and toolkit-style configurability. It supports
|
|
|
|
|
unicode, XFT and may be extended with Perl plugins. It also comes with a
|
|
|
|
|
client/daemon pair that lets you open any number of terminal windows from
|
|
|
|
|
within a single process.")
|
|
|
|
|
(license license:gpl3+)))
|
2015-03-16 18:14:16 -04:00
|
|
|
|
|
|
|
|
|
(define-public xcape
|
|
|
|
|
(package
|
|
|
|
|
(name "xcape")
|
2016-12-19 21:56:15 -05:00
|
|
|
|
(version "1.2")
|
2018-11-29 16:12:27 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/alols/xcape")
|
2018-11-29 16:12:27 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"09a05cxgrip6nqy1qmwblamp2bhknqnqmxn7i2a1rgxa0nba95dm"))))
|
2015-03-16 18:14:16 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; no check target
|
gnu: Use 'modify-phases' syntax.
* gnu/packages/admin.scm (mingetty, clusterssh, wpa-supplicant-minimal,
wpa-supplicant, wakelan, acpica, tree, direvent, dstat)[arguments]: Use
'modify-phases' syntax.
* gnu/packages/algebra.scm (arb)[arguments]: Likewise.
* gnu/packages/apr.scm (apr-util)[arguments]: Likewise.
* gnu/packages/audio.scm (clalsadrv, fluidsynth, faad2, lv2-mda-piano,
lv2-mda-epiano, timidity++, vamp, soundtouch, portaudio, rsound,
zita-convolver, zita-alsa-pcmi)[arguments]: Likewise.
* gnu/packages/backup.scm (rdup, btar)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (bedops, bwa, crossmap, express,
flexbar, grit, hisat, ngs-sdk, subread)[arguments]: Likewise.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]: Likewise.
* gnu/packages/compression.scm (sharutils)[arguments]: Likewise.
* gnu/packages/conky.scm (conky)[arguments]: Likewise.
* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Likewise.
* gnu/packages/debug.scm (delta, c-reduce)[arguments]: Likewise.
* gnu/packages/display-managers.scm (slim)[arguments]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[arguments]: Likewise.
* gnu/packages/emacs.scm (geiser, emacs-wget, bbdb)[arguments]: Likewise.
* gnu/packages/engineering.scm (pcb)[arguments]: Likewise.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Likewise.
* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Likewise.
* gnu/packages/fltk.scm (fltk)[arguments]: Likewise.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Likewise.
* gnu/packages/gd.scm (perl-gd)[arguments]: Likewise.
* gnu/packages/gkrellm.scm (gkrellm)[arguments]: Likewise.
* gnu/packages/glib.scm (glibmm)[arguments]: Likewise.
* gnu/packages/gl.scm (glew)[arguments]: Likewise.
* gnu/packages/gnome.scm (icon-naming-utils, orbit2, libbonobo, gnome-vfs,
libgnome, libbonoboui, goffice-0.8, dconf)[arguments]: Likewise.
* gnu/packages/gprolog.scm (gprolog)[arguments]: Likewise.
* gnu/packages/gps.scm (gpscorrelate)[arguments]: Likewise.
* gnu/packages/graphics.scm (agg)[arguments]: Likewise.
* gnu/packages/gtk.scm (ganv, girara, gtksourceview-2, guile-present,
python2-pycairo)[arguments]: Likewise.
* gnu/packages/guile.scm (guile-1.8)[arguments]: Likewise.
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Likewise.
* gnu/packages/hugs.scm (hugs)[arguments]: Likewise.
* gnu/packages/hurd.scm (gnumach-headers, hurd-headers, hurd-minimal)
[arguments]: Likewise.
* gnu/packages/image-viewers.scm (feh, sxiv)[arguments]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[arguments]: Likewise.
* gnu/packages/linux.scm (bridge-utils, iw, fuse, unionfs-fuse/static,
lm-sensors, i2c-tools, xsensors, perf, mdadm, libaio, module-init-tools)
[arguments]: Likewise.
* gnu/packages/lisp.scm (ccl)[arguments]: Likewise.
* gnu/packages/lout.scm (lout)[arguments]: Likewise.
* gnu/packages/lua.scm (luajit)[arguments]: Likewise.
* gnu/packages/machine-learning.scm (shogun)[arguments]: Likewise.
* gnu/packages/mail.scm (exim)[arguments]: Likewise.
* gnu/packages/man.scm (man-pages, txt2man)[arguments]: Likewise.
* gnu/packages/maths.scm (lapack, superlu-dist, openlibm, openspecfun)
[arguments]: Likewise.
* gnu/packages/messaging.scm (bitlbee)[arguments]: Likewise.
* gnu/packages/mp3.scm (libmad, id3lib, mp3info)[arguments]: Likewise.
* gnu/packages/music.scm (solfege)[arguments]: Likewise.
* gnu/packages/noweb.scm (noweb)[arguments]: Likewise.
* gnu/packages/patchutils.scm (patchutils, quilt, colordiff)[arguments]:
Likewise.
* gnu/packages/pdf.scm (xpdf, zathura-cb, zathura-ps, zathura-djvu,
zathura-pdf-poppler, zathura, podofo, fbida)[arguments]: Likewise.
* gnu/packages/perl.scm (perl-file-list, perl-test-harness)[arguments]:
Likewise.
* gnu/packages/photo.scm (gphoto2)[arguments]: Likewise.
* gnu/packages/popt.scm (popt)[arguments]: Likewise.
* gnu/packages/pretty-print.scm (source-highlight, astyle)[arguments]:
Likewise.
* gnu/packages/pumpio.scm (pumpa)[arguments]: Likewise.
* gnu/packages/python.scm (python-passlib, python-pycrypto, python2-empy,
python-sqlalchemy, python-docopt)[arguments]: Likewise.
* gnu/packages/rdf.scm (lrdf)[arguments]: Likewise.
* gnu/packages/regex.scm (tre)[arguments]: Likewise.
* gnu/packages/rrdtool.scm (rrdtool)[arguments]: Likewise.
* gnu/packages/ruby.scm (ruby-2.1, ruby-1.8)[arguments]: Likewise.
* gnu/packages/sawfish.scm (sawfish)[arguments]: Likewise.
* gnu/packages/scheme.scm (racket)[arguments]: Likewise.
* gnu/packages/sdl.scm (guile-sdl)[arguments]: Likewise.
* gnu/packages/serveez.scm (serveez)[arguments]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[arguments]: Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[arguments]: Likewise.
* gnu/packages/suckless.scm (dmenu, slock)[arguments]: Likewise.
* gnu/packages/tcl.scm (expect)[arguments]: Likewise.
* gnu/packages/telephony.scm (commoncpp)[arguments]: Likewise.
* gnu/packages/textutils.scm (recode, libgtextutils)[arguments]:
Likewise.
* gnu/packages/time.scm (time)[arguments]: Likewise.
* gnu/packages/tor.scm (privoxy)[arguments]: Likewise.
* gnu/packages/uucp.scm (uucp)[arguments]: Likewise.
* gnu/packages/video.scm (libdvdnav-4)[arguments]: Likewise.
* gnu/packages/web-browsers.scm (lynx)[arguments]: Likewise.
* gnu/packages/web.scm (tinyproxy)[arguments]: Likewise.
* gnu/packages/wicd.scm (wicd)[arguments]: Likewise.
* gnu/packages/wm.scm (bspwm)[arguments]: Likewise.
* gnu/packages/xdisorg.scm (sxhkd, xcape)[arguments]: Likewise.
* gnu/packages/xfce.scm (xfconf)[arguments]: Likewise.
* gnu/packages/xfig.scm (transfig)[arguments]: Likewise.
* gnu/packages/xorg.scm (imake)[arguments]: Likewise.
2017-07-29 11:28:42 -04:00
|
|
|
|
;; no configure script
|
|
|
|
|
#:phases (modify-phases %standard-phases (delete 'configure))
|
2015-03-16 18:14:16 -04:00
|
|
|
|
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
|
|
|
|
"MANDIR=/share/man/man1"
|
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-09 15:46:24 -04:00
|
|
|
|
,(string-append "CC=" (cc-for-target)))))
|
2015-03-16 18:14:16 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxtst libx11))
|
2015-03-16 18:14:16 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
gnu: Use HTTPS URLs for GitHub home-pages.
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm,
gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm,
gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm,
gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm,
gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on
GitHub.
2017-03-21 17:34:40 -04:00
|
|
|
|
(home-page "https://github.com/alols/xcape")
|
2015-03-16 18:14:16 -04:00
|
|
|
|
(synopsis "Use a modifier key in X.org as another key")
|
|
|
|
|
(description
|
2020-04-12 19:23:00 -04:00
|
|
|
|
"This utility for X.org uses a modifier key as another key when
|
2015-03-16 18:14:16 -04:00
|
|
|
|
pressed and released on its own. The default behaviour is to generate the
|
|
|
|
|
Escape key when Left Control is pressed and released on its own.")
|
|
|
|
|
(license license:gpl3+)))
|
2015-04-18 16:42:00 -04:00
|
|
|
|
|
|
|
|
|
(define-public libwacom
|
|
|
|
|
(package
|
|
|
|
|
(name "libwacom")
|
2023-01-23 13:46:25 -05:00
|
|
|
|
(version "2.6.0")
|
2015-04-18 16:42:00 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2018-06-05 18:28:43 -04:00
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/linuxwacom/libwacom/releases/download/"
|
2022-08-22 22:43:47 -04:00
|
|
|
|
"libwacom-" version "/libwacom-" version ".tar.xz"))
|
2015-04-18 16:42:00 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-01-23 13:46:25 -05:00
|
|
|
|
"13x978gzyw28cqd985m5smiqgza0xp3znb1s0msmn8vmjjlwqxi3"))))
|
2022-08-22 22:43:47 -04:00
|
|
|
|
(build-system meson-build-system)
|
2019-10-18 05:56:25 -04:00
|
|
|
|
(arguments
|
2022-08-22 22:43:47 -04:00
|
|
|
|
(list
|
2023-01-23 13:46:25 -05:00
|
|
|
|
#:configure-flags #~(list "--default-library=shared")))
|
2015-04-18 16:42:00 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config
|
|
|
|
|
;; For tests.
|
2022-08-22 22:43:47 -04:00
|
|
|
|
python
|
|
|
|
|
python-evdev
|
|
|
|
|
python-libevdev
|
|
|
|
|
python-pytest
|
|
|
|
|
python-pyudev))
|
2015-04-18 16:42:00 -04:00
|
|
|
|
(inputs
|
2022-08-22 22:43:47 -04:00
|
|
|
|
(list gtk+ eudev libxml2))
|
2016-02-18 14:58:18 -05:00
|
|
|
|
(propagated-inputs
|
2022-08-22 22:43:47 -04:00
|
|
|
|
;; libwacom.pc 'Requires' these:
|
|
|
|
|
(list glib libgudev))
|
2018-06-05 18:26:35 -04:00
|
|
|
|
(home-page "https://linuxwacom.github.io/")
|
2023-01-23 13:46:25 -05:00
|
|
|
|
(synopsis "Helper library for graphics tablet settings")
|
2015-04-18 16:42:00 -04:00
|
|
|
|
(description
|
2023-01-23 13:46:25 -05:00
|
|
|
|
"Libwacom is a library to help implement graphics tablet settings. It is
|
2016-02-18 14:58:18 -05:00
|
|
|
|
intended to be used by client-programs that need model identification. It is
|
|
|
|
|
already being used by the gnome-settings-daemon and the GNOME Control Center
|
|
|
|
|
Wacom tablet applet.")
|
2015-04-18 16:42:00 -04:00
|
|
|
|
(license license:x11)))
|
2015-04-18 16:42:24 -04:00
|
|
|
|
|
|
|
|
|
(define-public xf86-input-wacom
|
|
|
|
|
(package
|
|
|
|
|
(name "xf86-input-wacom")
|
2022-08-22 17:32:51 -04:00
|
|
|
|
(version "1.1.0")
|
2018-06-05 18:29:20 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/linuxwacom/xf86-input-wacom/releases/download/"
|
2019-09-25 11:39:24 -04:00
|
|
|
|
"xf86-input-wacom-" version "/"
|
|
|
|
|
"xf86-input-wacom-" version ".tar.bz2"))
|
2018-06-05 18:29:20 -04:00
|
|
|
|
(sha256
|
2022-08-22 17:32:51 -04:00
|
|
|
|
(base32 "04ks577ag2yir7kssv8zhig4rx9xqj2wifmlrcmy4k9lgw379di3"))))
|
2015-04-18 16:42:24 -04:00
|
|
|
|
(arguments
|
2022-08-22 17:32:51 -04:00
|
|
|
|
(list #:configure-flags
|
|
|
|
|
#~(list (string-append "--with-sdkdir=" #$output "/include/xorg")
|
|
|
|
|
(string-append "--with-xorg-conf-dir=" #$output
|
|
|
|
|
"/share/X11/xorg.conf.d"))))
|
2015-04-18 16:42:24 -04:00
|
|
|
|
(build-system gnu-build-system)
|
2022-08-22 17:32:51 -04:00
|
|
|
|
(native-inputs (list pkg-config))
|
|
|
|
|
(inputs (list xorg-server libxrandr libxinerama libxi eudev))
|
2018-06-05 18:26:35 -04:00
|
|
|
|
(home-page "https://linuxwacom.github.io/")
|
2015-04-18 16:42:24 -04:00
|
|
|
|
(synopsis "Wacom input driver for X")
|
2022-08-22 17:32:51 -04:00
|
|
|
|
(description "The xf86-input-wacom driver is the wacom-specific X11 input
|
|
|
|
|
driver for the X.Org X Server version 1.7 and later (X11R7.5 or later).")
|
2015-04-18 16:42:24 -04:00
|
|
|
|
(license license:x11)))
|
2015-12-10 02:57:57 -05:00
|
|
|
|
|
|
|
|
|
(define-public redshift
|
|
|
|
|
(package
|
|
|
|
|
(name "redshift")
|
2018-05-22 21:06:15 -04:00
|
|
|
|
(version "1.12")
|
2015-12-10 02:57:57 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(string-append "https://github.com/jonls/redshift/"
|
|
|
|
|
"releases/download/v" version
|
|
|
|
|
"/redshift-" version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-05-22 21:06:15 -04:00
|
|
|
|
"1fi27b73x85qqar526dbd33av7mahca2ykaqwr7siqiw1qqcby6j"))))
|
2015-12-10 02:57:57 -05:00
|
|
|
|
(build-system gnu-build-system)
|
2020-05-23 09:31:14 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:imported-modules (,@%gnu-build-system-modules
|
|
|
|
|
(guix build python-build-system))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'split-outputs
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(gtk (assoc-ref outputs "gtk"))
|
|
|
|
|
(desktop-file "/share/applications/redshift-gtk.desktop"))
|
|
|
|
|
(mkdir-p (string-append gtk "/bin"))
|
|
|
|
|
(link (string-append out "/bin/redshift-gtk")
|
|
|
|
|
(string-append gtk "/bin/redshift-gtk"))
|
|
|
|
|
(delete-file (string-append out "/bin/redshift-gtk"))
|
|
|
|
|
(copy-recursively (string-append out "/lib")
|
|
|
|
|
(string-append gtk "/lib"))
|
|
|
|
|
(delete-file-recursively (string-append out "/lib"))
|
|
|
|
|
(mkdir-p (string-append gtk "/share/applications"))
|
|
|
|
|
(link (string-append out desktop-file)
|
|
|
|
|
(string-append gtk desktop-file))
|
|
|
|
|
(delete-file (string-append out desktop-file))
|
|
|
|
|
(with-directory-excursion (string-append out "/share")
|
|
|
|
|
(for-each (lambda (dir)
|
|
|
|
|
(copy-recursively
|
|
|
|
|
(string-append out "/share/" dir)
|
|
|
|
|
(string-append gtk "/share/" dir))
|
|
|
|
|
(delete-file-recursively dir))
|
|
|
|
|
'("appdata" "icons")))
|
|
|
|
|
#t)))
|
|
|
|
|
(add-after 'split-outputs 'wrap
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((gtk (assoc-ref outputs "gtk"))
|
2021-01-27 17:30:11 -05:00
|
|
|
|
(site-packages (@ (guix build python-build-system)
|
|
|
|
|
site-packages))
|
|
|
|
|
(site (site-packages inputs outputs)))
|
2020-05-23 09:31:14 -04:00
|
|
|
|
(wrap-program (string-append gtk "/bin/redshift-gtk")
|
2021-01-27 17:30:11 -05:00
|
|
|
|
`("GUIX_PYTHONPATH" ":" prefix
|
|
|
|
|
(,(string-append site ":" (getenv "GUIX_PYTHONPATH"))))
|
2020-05-23 09:31:14 -04:00
|
|
|
|
`("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))))
|
|
|
|
|
#t))))))
|
|
|
|
|
(outputs '("out" "gtk"))
|
2015-12-10 02:57:57 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config intltool))
|
2015-12-10 02:57:57 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libdrm
|
|
|
|
|
libx11
|
|
|
|
|
libxcb
|
|
|
|
|
libxxf86vm
|
|
|
|
|
glib ;for Geoclue2 support
|
|
|
|
|
;; To build the GTK3 GUI, we need these.
|
|
|
|
|
gtk+
|
|
|
|
|
python
|
|
|
|
|
python-pygobject
|
|
|
|
|
python-pyxdg))
|
2015-12-10 02:57:57 -05:00
|
|
|
|
(home-page "https://github.com/jonls/redshift")
|
|
|
|
|
(synopsis "Adjust the color temperature of your screen")
|
|
|
|
|
(description
|
|
|
|
|
"Redshift adjusts the color temperature according to the position of the
|
|
|
|
|
sun. A different color temperature is set during night and daytime. During
|
|
|
|
|
twilight and early morning, the color temperature transitions smoothly from
|
|
|
|
|
night to daytime temperature to allow your eyes to slowly adapt. At night the
|
|
|
|
|
color temperature should be set to match the lamps in your room.")
|
|
|
|
|
(license license:gpl3+)))
|
2016-04-08 11:36:05 -04:00
|
|
|
|
|
2019-10-30 09:08:36 -04:00
|
|
|
|
(define-public redshift-wayland
|
|
|
|
|
(let ((commit "7da875d34854a6a34612d5ce4bd8718c32bec804")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
|
|
|
|
(name "redshift-wayland")
|
|
|
|
|
(version (string-append "1.12-"
|
|
|
|
|
revision "." (string-take commit 7)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/minus7/redshift")
|
2019-10-30 09:08:36 -04:00
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (string-append name "-" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0nbkcw3avmzjg1jr1g9yfpm80kzisy55idl09b6wvzv2sz27n957"))))
|
|
|
|
|
(build-system gnu-build-system)
|
2020-05-23 18:01:15 -04:00
|
|
|
|
(arguments
|
|
|
|
|
'(#:phases (modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'create-desktop-file
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
;; For the GeoClue provider to work, a .desktop file
|
|
|
|
|
;; needs to be provided. A template is available,
|
|
|
|
|
;; but it only gets installed when the GUI is enabled.
|
|
|
|
|
;; Install it manually for this Wayland variant.
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(desktop-file
|
|
|
|
|
(string-append
|
|
|
|
|
out "/share/applications/redshift.desktop")))
|
|
|
|
|
(mkdir-p (dirname desktop-file))
|
|
|
|
|
(copy-file "data/applications/redshift.desktop.in"
|
|
|
|
|
desktop-file)
|
|
|
|
|
(substitute* desktop-file
|
|
|
|
|
(("^_") ""))
|
|
|
|
|
#t))))))
|
2019-10-30 09:08:36 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake libtool pkg-config intltool))
|
2019-10-30 09:08:36 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libdrm
|
|
|
|
|
libx11
|
|
|
|
|
libxcb
|
|
|
|
|
libxxf86vm
|
|
|
|
|
glib ; for Geoclue2 support
|
|
|
|
|
wayland))
|
2019-10-30 09:08:36 -04:00
|
|
|
|
(home-page "https://github.com/minus7/redshift")
|
|
|
|
|
(synopsis "Adjust the color temperature of your screen (with Wayland support)")
|
|
|
|
|
(description
|
|
|
|
|
"Redshift adjusts the color temperature according to the position of the
|
|
|
|
|
sun. A different color temperature is set during night and daytime. During
|
|
|
|
|
twilight and early morning, the color temperature transitions smoothly from
|
|
|
|
|
night to daytime temperature to allow your eyes to slowly adapt. At night the
|
|
|
|
|
color temperature should be set to match the lamps in your room.
|
|
|
|
|
|
|
|
|
|
This is a fork with added support for Wayland using the wlr-gamma-control
|
|
|
|
|
protocol.")
|
|
|
|
|
(license license:gpl3+))))
|
|
|
|
|
|
2022-06-03 15:07:04 -04:00
|
|
|
|
(define-public xwhite
|
|
|
|
|
(package
|
|
|
|
|
(name "xwhite")
|
|
|
|
|
(version "0.0.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/derekchuank/xwhite/"
|
|
|
|
|
"releases/download/v" version
|
|
|
|
|
"/xwhite-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0jbnlj5a91ib4anprmylqqnbv9wa73cr7fsc1s54df0a0w5yq8sz"))))
|
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f)) ;No test suite.
|
|
|
|
|
(native-inputs (list pkg-config))
|
|
|
|
|
(inputs (list libxrandr))
|
|
|
|
|
(home-page "https://github.com/derekchuank/xwhite")
|
|
|
|
|
(synopsis "Adjust the color balance")
|
|
|
|
|
(description
|
|
|
|
|
"@command{xwhite} is a command line tool for adjusting the colour
|
|
|
|
|
balance of screen. It is based on xrandr's gamma correction and brightness adjustment.
|
|
|
|
|
As such, it can only be used for X displays and not Wayland displays. It is typically
|
|
|
|
|
used for tuning the color balance and color temperature. It has a similar function as
|
|
|
|
|
@command{redshift -P -g R:G:B -O temperature}, but @command{xwhite} is more flexible
|
|
|
|
|
in that it does not keep the white color fixed, suitable for setting the white color
|
|
|
|
|
to an arbitrary balanced color.")
|
|
|
|
|
(license license:gpl2)))
|
|
|
|
|
|
2021-02-11 14:50:39 -05:00
|
|
|
|
(define-public gammastep
|
|
|
|
|
(package
|
|
|
|
|
(name "gammastep")
|
2022-09-13 17:03:54 -04:00
|
|
|
|
(version "2.0.9")
|
2021-02-11 14:50:39 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://gitlab.com/chinstrap/gammastep")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2022-09-13 17:03:54 -04:00
|
|
|
|
(base32 "1rcciccnwhxh97wlr9gcirdxv33za369jsrgrfzcp3042824pm8i"))))
|
2021-02-11 14:50:39 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2022-09-13 17:05:18 -04:00
|
|
|
|
(list
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'wrap-python-and-typelib
|
|
|
|
|
(lambda _
|
|
|
|
|
;; Gammastep GUI needs Typelib files from GTK and access to
|
|
|
|
|
;; Python libraries.
|
|
|
|
|
(wrap-program (string-append #$output "/bin/gammastep-indicator")
|
|
|
|
|
`("PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH")))
|
|
|
|
|
`("GI_TYPELIB_PATH" ":" prefix
|
|
|
|
|
(,(getenv "GI_TYPELIB_PATH")))))))))
|
2021-02-11 14:50:39 -05:00
|
|
|
|
(native-inputs
|
2021-12-26 17:50:21 -05:00
|
|
|
|
(list autoconf
|
|
|
|
|
automake
|
|
|
|
|
gettext-minimal
|
|
|
|
|
intltool
|
|
|
|
|
libtool
|
|
|
|
|
pkg-config))
|
2021-02-11 14:50:39 -05:00
|
|
|
|
(inputs
|
2021-12-26 17:50:21 -05:00
|
|
|
|
(list glib
|
|
|
|
|
gtk+
|
|
|
|
|
libappindicator
|
|
|
|
|
libdrm
|
|
|
|
|
libx11
|
|
|
|
|
libxxf86vm
|
|
|
|
|
libxcb
|
|
|
|
|
python
|
|
|
|
|
python-pygobject
|
|
|
|
|
python-pyxdg
|
|
|
|
|
wayland))
|
2021-02-11 14:50:39 -05:00
|
|
|
|
(home-page "https://gitlab.com/chinstrap/gammastep")
|
|
|
|
|
(synopsis "Adjust the color temperature of your screen")
|
|
|
|
|
(description
|
|
|
|
|
"Gammastep automatically adjusts the color temperature of your
|
|
|
|
|
screen according to your surroundings. This may help your eyes hurt
|
|
|
|
|
less if you are working in front of the screen at night.")
|
|
|
|
|
(license license:gpl3)))
|
2019-10-30 09:08:36 -04:00
|
|
|
|
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(define-public xscreensaver
|
|
|
|
|
(package
|
|
|
|
|
(name "xscreensaver")
|
2022-07-16 05:13:54 -04:00
|
|
|
|
(version "6.04")
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(string-append "https://www.jwz.org/xscreensaver/xscreensaver-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
2022-08-03 08:56:38 -04:00
|
|
|
|
(base32 "0lmiyvp3qs2gngd53f191jmlizs9l04i2gnrqbn96mqckyr18w3q"))
|
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; 'configure.ac' checks for $ac_unrecognized_opts and exits if it's
|
|
|
|
|
;; non-empty. Since the default 'configure' phases passes options
|
|
|
|
|
;; that may or may not be recognized, such as '--enable-fast-install',
|
|
|
|
|
;; these need to be tolerated, hence this snippet.
|
|
|
|
|
'(substitute* "configure"
|
|
|
|
|
(("exit 2") "true")))))
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2019-07-10 17:43:48 -04:00
|
|
|
|
`(#:tests? #f ; no check target
|
2016-04-08 11:36:05 -04:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'configure 'adjust-gtk-resource-paths
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* '("driver/Makefile.in" "po/Makefile.in.in")
|
|
|
|
|
(("@GTK_DATADIR@") "@datadir@")
|
2018-06-27 21:16:30 -04:00
|
|
|
|
(("@PO_DATADIR@") "@datadir@"))
|
|
|
|
|
#t)))
|
2022-08-03 09:33:32 -04:00
|
|
|
|
#:configure-flags '("--with-pam"
|
|
|
|
|
|
|
|
|
|
;; Don't check /proc/interrupts in the build
|
|
|
|
|
;; environment to avoid non-deterministic failures
|
|
|
|
|
;; of the 'configure' script.
|
|
|
|
|
"--without-proc-interrupts"
|
|
|
|
|
|
2016-04-08 11:36:05 -04:00
|
|
|
|
"--without-readdisplay")
|
2019-07-10 17:48:41 -04:00
|
|
|
|
#:make-flags (list (string-append "AD_DIR="
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(assoc-ref %outputs "out")
|
2020-03-29 10:51:11 -04:00
|
|
|
|
"/lib/X11/app-defaults"))))
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config intltool))
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(inputs
|
2022-08-03 06:21:05 -04:00
|
|
|
|
(list libx11
|
|
|
|
|
libxext
|
|
|
|
|
libxi
|
|
|
|
|
libxt
|
|
|
|
|
libxft
|
|
|
|
|
libxmu
|
|
|
|
|
libxpm
|
|
|
|
|
libglade
|
|
|
|
|
libxml2
|
|
|
|
|
libsm
|
|
|
|
|
libjpeg-turbo
|
|
|
|
|
linux-pam
|
|
|
|
|
pango
|
|
|
|
|
gdk-pixbuf-xlib
|
|
|
|
|
gtk+
|
|
|
|
|
perl
|
|
|
|
|
cairo
|
|
|
|
|
bc
|
|
|
|
|
libxrandr
|
|
|
|
|
glu
|
|
|
|
|
glib))
|
2016-04-08 11:36:05 -04:00
|
|
|
|
(home-page "https://www.jwz.org/xscreensaver/")
|
|
|
|
|
(synopsis "Classic screen saver suite supporting screen locking")
|
|
|
|
|
(description
|
|
|
|
|
"xscreensaver is a popular screen saver collection with many entertaining
|
|
|
|
|
demos. It also acts as a nice screen locker.")
|
|
|
|
|
;; xscreensaver doesn't have a single copyright file and instead relies on
|
|
|
|
|
;; source comment headers, though most files have the same lax
|
|
|
|
|
;; permissions. To reduce complexity, we're pointing at Debian's
|
|
|
|
|
;; breakdown of the copyright information.
|
|
|
|
|
(license (license:non-copyleft
|
|
|
|
|
(string-append
|
|
|
|
|
"http://metadata.ftp-master.debian.org/changelogs/"
|
2017-02-04 04:45:41 -05:00
|
|
|
|
"/main/x/xscreensaver/xscreensaver_5.36-1_copyright")))))
|
2016-05-25 20:56:19 -04:00
|
|
|
|
|
2020-07-12 16:19:35 -04:00
|
|
|
|
(define-public xssproxy
|
|
|
|
|
(package
|
|
|
|
|
(name "xssproxy")
|
|
|
|
|
(version "1.0.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/timakro/xssproxy")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0c83wmipnsdnbihc5niyczs7jrkss2s8n6iwwjdia7hkjzbd0hl7"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments `(#:make-flags `("bindir=/bin"
|
|
|
|
|
"man1dir=/share/man/man1"
|
|
|
|
|
,(string-append "DESTDIR=" (assoc-ref %outputs "out"))
|
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-09 15:46:24 -04:00
|
|
|
|
,,(string-append "CC=" (cc-for-target)))
|
2020-07-12 16:19:35 -04:00
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(delete 'check))))
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2020-07-12 16:19:35 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list glib libx11 libxext libxscrnsaver dbus))
|
2020-07-12 16:19:35 -04:00
|
|
|
|
(synopsis "Forward freedesktop.org Idle Inhibition Service calls to Xss")
|
|
|
|
|
(description "xssproxy implements the @code{org.freedesktop.ScreenSaver}
|
|
|
|
|
D-Bus interface described in the Idle Inhibition Service Draft by the
|
|
|
|
|
freedesktop.org developers. The inhibition of the screensaver is then
|
|
|
|
|
controlled using the XScreenSaverSuspend function from the Xss (X11 Screen
|
|
|
|
|
Saver extension) library.")
|
|
|
|
|
(home-page "https://github.com/timakro/xssproxy")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2017-05-30 08:46:41 -04:00
|
|
|
|
(define-public xsel
|
2021-08-16 07:34:32 -04:00
|
|
|
|
;; The 1.2.0 release no longer compiles with GCC 8 and upper, see:
|
|
|
|
|
;; https://github.com/kfish/xsel/commit/d88aa9a8dba9228e6780d6bb5a5720a36f854918.
|
|
|
|
|
(let ((commit "062e6d373537c60829fa9b5dcddbcd942986b3c3")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
|
|
|
|
(name "xsel")
|
|
|
|
|
(version (git-version "1.2.0" revision commit))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/kfish/xsel")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0fbf80zsc22vcqp59r9fdx4icxhrkv7l3lphw83326jrmkzy6kri"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'bootstrap
|
|
|
|
|
(lambda _
|
|
|
|
|
(invoke "autoreconf" "-vfi"))))))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list autoconf automake libtool))
|
2021-08-16 07:34:32 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxt))
|
gnu: Use HTTPS package home pages wherever possible.
* gnu/packages/accessibility.scm (florence)[home-page]: Use HTTPS.
* gnu/packages/admin.scm (netcat, nmon)[home-page]: Likewise.
* gnu/packages/algebra.scm (mpfrcx, cm, flint, fftw, r-dtt)[home-page]:
Likewise.
* gnu/packages/apr.scm (apr, apr-util)[home-page]: Likewise.
* gnu/packages/aspell.scm (aspell-dict-it)[home-page]: Likewise.
* gnu/packages/astronomy.scm (casacore, sextractor, libnova)
(xplanet)[home-page]: Likewise.
* gnu/packages/audio.scm (libtimidity, alsa-modular-synth, azr3, tao)
(freepats, rakarrack, liblo, libshout-idjc, timidity++, libsbsms)
(libmodplug, libxmp, xmp, sox, drc, gsm, gnaural)
(streamripper)[home-page]: Likewise.
* gnu/packages/authentication.scm (pamtester)[home-page]: Likewise.
* gnu/packages/backup.scm (grsync)[home-page]: Likewise.
* gnu/packages/bioconductor.scm (r-nmf, r-edger, r-limma)
(r-plgem)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (python-biom-format, bowtie, bowtie1)
(bwa, crossmap, java-htsjdk, java-htsjdk-latest, java-picard)
(java-picard-2.10.3, kaiju, proteinortho, rsem, rseqc, seek, samtools)
(snap-aligner, subread, stringtie, r-centipede, prinseq, emboss, phylip)
(libsbml)[home-page]: Likewise.
* gnu/packages/build-tools.scm (tup)[home-page]: Likewise.
* gnu/packages/cdrom.scm (libcddb, cdrdao, cdrtools)
(cd-discid)[home-page]: Likewise.
* gnu/packages/check.scm (cunit, python-nose)
(python-pyhamcrest)[home-page]: Likewise.
* gnu/packages/chemistry.scm (gromacs)[home-page]: Likewise.
* gnu/packages/chez.scm (chez-fmt)[home-page]: Likewise.
* gnu/packages/code.scm (lcov, uncrustify, cscope)[home-page]: Likewise.
* gnu/packages/compression.scm (p7zip)[home-page]: Likewise.
* gnu/packages/cran.scm (r-emdist, r-proj4, r-zoo, r-ggalluvial)
(r-orgmassspecr, r-polychrome, r-partykit, r-rcpp, r-ff, r-emdbook)
(r-fitdistrplus, r-linprog, r-geometry, r-dtw, r-fst, r-rjags)
(r-intergraph, r-qualv, r-labelled, r-survey, r-coin, r-fmsb, r-tm)
(r-corpcor, r-rmpfr, r-spatialextremes, r-longitudinal, r-genenet)
(r-bayesm, r-seqinr, r-mpm, r-text2vec, r-rgdal, r-seewave, r-hdrcde)
(r-shapes, r-anytime, r-stm, r-d3network, r-tam, r-directlabels)
(r-spatstat-utils, r-spatstat-sparse, r-spatstat-data, r-spatstat-geom)
(r-spatstat-core, r-spatstat-linnet, r-spatstat-random, r-spatstat)
(r-rcpptoml, r-mlecens, r-seurat, r-mlearning, r-zooimage)[home-page]:
Likewise.
* gnu/packages/crates-io.scm (rust-nickel-0.11, rust-thrift-0.13)
(rust-trust-dns-https-0.20, rust-trust-dns-native-tls-0.20)
(rust-trust-dns-openssl-0.20, rust-trust-dns-proto-0.20)
(rust-trust-dns-resolver-0.20, rust-trust-dns-rustls-0.20)
(rust-uint-0.9, rust-yaml-rust-0.4)[home-page]: Likewise.
* gnu/packages/crypto.scm (libdecaf, ccrypt)[home-page]: Likewise.
* gnu/packages/curl.scm (curlpp)[home-page]: Likewise.
* gnu/packages/databases.scm (python-pylibmc, unixodbc, wiredtiger)
(libpqxx, mdbtools, virtuoso-ose, libdbi, libdbi-drivers)
(soci)[home-page]: Likewise.
* gnu/packages/debian.scm (apt-mirror)[home-page]: Likewise.
* gnu/packages/debug.scm (remake)[home-page]: Likewise.
* gnu/packages/disk.scm (sdparm, idle3-tools, duc)[home-page]: Likewise.
* gnu/packages/django.scm (python-django-haystack)[home-page]: Likewise.
* gnu/packages/djvu.scm (djvulibre, djview)[home-page]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[home-page]: Likewise.
* gnu/packages/docbook.scm (dblatex, docbook2x)[home-page]: Likewise.
* gnu/packages/documentation.scm (scrollkeeper)[home-page]: Likewise.
* gnu/packages/ebook.scm (liblinebreak)[home-page]: Likewise.
* gnu/packages/electronics.scm (xoscope)[home-page]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-bbdb, emacs-caps-lock, emacs-djvu)
(emacs-pabbrev, emacs-twittering-mode, emacs-filladapt, emacs-rudel)
(emacs-stream, emacspeak, emacs-cc-mode, emacs-eldoc, emacs-jsonrpc)
(emacs-gtk-look, emacs-xclip, emacs-slime-volleyball, emacs-minimap)
(emacs-auto-dictionary-mode, emacs-persist, emacs-shell-command+)
(emacs-map, emacs-xref, emacs-dictionary)[home-page]: Likewise.
* gnu/packages/embedded.scm (sdcc)[home-page]: Likewise.
* gnu/packages/engineering.scm (asco, libngspice, libspnav)
(openctm)[home-page]: Likewise.
* gnu/packages/erlang.scm (erlang-erlware-commons)[home-page]: Likewise.
* gnu/packages/file-systems.scm (jfsutils, curlftpfs)[home-page]:
Likewise.
* gnu/packages/finance.scm (gbonds)[home-page]: Likewise.
* gnu/packages/flashing-tools.scm (dfu-util, srecord)[home-page]:
Likewise.
* gnu/packages/fltk.scm (ntk)[home-page]: Likewise.
* gnu/packages/fonts.scm (font-terminus, font-tex-gyre)
(font-comic-neue)[home-page]: Likewise.
* gnu/packages/fontutils.scm (ttf2pt1, potrace, libspiro)[home-page]:
Likewise.
* gnu/packages/fpga.scm (icestorm, gtkwave, gtkwave)
(python-myhdl)[home-page]: Likewise.
* gnu/packages/freedesktop.scm (libatasmart)[home-page]: Likewise.
* gnu/packages/ftp.scm (weex)[home-page]: Likewise.
* gnu/packages/game-development.scm (dds, python-tmx, sfxr, quesoglc)
(eureka, plib)[home-page]: Likewise.
* gnu/packages/games.scm (abe, alex4, armagetronad, barony)
(foobillard++, golly, ltris, pipewalker, prboom-plus, trigger-rally)
(cmatrix, pinball, pioneers, tennix, chromium-bsu, freeciv, kiki)
(quakespasm, frotz, frotz-dumb-terminal, frotz-sdl, btanks)
(flare-engine, chessx, barrage, cgoban, passage)[home-page]: Likewise.
* gnu/packages/geo.scm (python-geopandas, saga)[home-page]: Likewise.
* gnu/packages/gl.scm (freeglut, gl2ps)[home-page]: Likewise.
* gnu/packages/gnome.scm (cogl, clutter-gtk, clutter-gst, bluefish)
(workrave)[home-page]: Likewise.
* gnu/packages/gnustep.scm (wmnd, wmfire, wmfire)[home-page]: Likewise.
* gnu/packages/graph.scm (mscgen)[home-page]: Likewise.
* gnu/packages/graphics.scm (assimp, alembic, ctl, agg)
(opencsg)[home-page]: Likewise.
* gnu/packages/graphviz.scm (gts)[home-page]: Likewise.
* gnu/packages/gtk.scm (gtkspell3)[home-page]: Likewise.
* gnu/packages/guile-xyz.scm (guile-irregex)[home-page]: Likewise.
* gnu/packages/haskell-apps.scm (cpphs)[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-hunit)[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-http-client-restricted)
(ghc-blaze-html, ghc-happstack-server, ghc-sourcemap)[home-page]:
Likewise.
* gnu/packages/haskell-xyz.scm (ghc-assoc, ghc-cairo, ghc-cborg)
(ghc-csv, ghc-glob, ghc-gtk2hs-buildtools, ghc-hmatrix-gsl-stats)
(ghc-intervalmap, ghc-lens-family-core, ghc-managed, ghc-mountpoints)
(ghc-network-multicast, ghc-optional-args, ghc-regex, ghc-spoon)
(ghc-transformers, ghc-turtle, ghc-utf8-light, ghc-wizards)
(ghc-template-haskell, ghc-boot-th, ghc-binary-orphans)
(ghc-postgresql-simple)[home-page]: Likewise.
* gnu/packages/hexedit.scm (ht, bvi)[home-page]: Likewise.
* gnu/packages/hunspell.scm (hunspell-dict-hu)[home-page]: Likewise.
* gnu/packages/image-processing.scm (mia)[home-page]: Likewise.
* gnu/packages/image-viewers.scm (geeqie, gpicview, luminance-hdr)
(qiv)[home-page]: Likewise.
* gnu/packages/image.scm (libuemf, devil, steghide, optipng, niftilib)
(sng, mtpaint)[home-page]: Likewise.
* gnu/packages/java-xml.scm (java-simple-xml, java-jaxp)
(java-apache-xml-commons-resolver)[home-page]: Likewise.
* gnu/packages/java.scm (java-cisd-base, java-cisd-args4j)
(java-hamcrest-core, java-jsr305, java-eclipse-osgi)
(java-eclipse-equinox-common, java-eclipse-core-jobs)
(java-eclipse-equinox-registry, java-eclipse-equinox-app)
(java-eclipse-equinox-preferences, java-eclipse-core-contenttype)
(java-eclipse-text, java-treelayout, java-aopalliance, java-jeromq)
(java-cdi-api)[home-page]: Likewise.
* gnu/packages/jemalloc.scm (jemalloc-4.5.0)[home-page]: Likewise.
* gnu/packages/julia-xyz.scm (julia-recipespipeline)[home-page]:
Likewise.
* gnu/packages/kde-internet.scm (kget)[home-page]: Likewise.
* gnu/packages/kde-systemtools.scm (dolphin-plugins)
(konsole)[home-page]: Likewise.
* gnu/packages/kodi.scm (fstrcmp)[home-page]: Likewise.
* gnu/packages/language.scm (hime, libchewing)[home-page]: Likewise.
* gnu/packages/lego.scm (nqc)[home-page]: Likewise.
* gnu/packages/lesstif.scm (lesstif)[home-page]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[home-page]: Likewise.
* gnu/packages/libdaemon.scm (libdaemon)[home-page]: Likewise.
* gnu/packages/libffi.scm (libffi)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (libwpd, libwpg, libwps)[home-page]:
Likewise.
* gnu/packages/libusb.scm (libmtp, gmtp)[home-page]: Likewise.
* gnu/packages/linux.scm (e2fsprogs, extundelete, lsscsi, net-tools)
(kbd, sysfsutils, cpuid, libpfm4)[home-page]: Likewise.
* gnu/packages/lisp-check.scm (sbcl-ptester, sbcl-xlunit)[home-page]:
Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-html-encode, sbcl-py-configparser)
(sbcl-cl-utilities, sbcl-series, sbcl-uffi, sbcl-clsql, sbcl-sycamore)
(sbcl-osicat, sbcl-hu.dwim.common, sbcl-caveman, sbcl-trivial-shell)
(sbcl-trivial-benchmark, sbcl-screamer, sbcl-smug)[home-page]: Likewise.
* gnu/packages/lisp.scm (lush2)[home-page]: Likewise.
* gnu/packages/logging.scm (log4cpp)[home-page]: Likewise.
* gnu/packages/lua.scm (lua-ldoc)[home-page]: Likewise.
* gnu/packages/machine-learning.scm (mcl, openfst, rxcpp)[home-page]:
Likewise.
* gnu/packages/mail.scm (muchsync, procmail, sendmail)
(opensmtpd-filter-dkimsign, crm114)[home-page]: Likewise.
* gnu/packages/man.scm (libpipeline, man-db)[home-page]: Likewise.
* gnu/packages/maths.scm (lapack, scalapack, hdf-eos5, itpp, gmsh)
(metamath, p4est, armadillo, suitesparse, atlas, lpsolve, wcalc, why3)
(frama-c)[home-page]: Likewise.
* gnu/packages/mcrypt.scm (mcrypt, libmcrypt, libmhash)[home-page]:
Likewise.
* gnu/packages/minetest.scm (minetest-advtrains)[home-page]: Likewise.
* gnu/packages/monitoring.scm (python-whisper, python-carbon)
(hostscope)[home-page]: Likewise.
* gnu/packages/mp3.scm (id3lib, libmp3splt, mp3splt, mpg321)
(lame)[home-page]: Likewise.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Likewise.
* gnu/packages/music.scm (aria-maestosa, lingot, setbfree, bristol)
(portmidi, python-pyportmidi, zynaddsubfx, yoshimi, aj-snapshot)
(schismtracker, midicsv, midicsv, qmidiarp, qmidiroute, dssi, tap-lv2)
(shiru-lv2)[home-page]: Likewise.
* gnu/packages/ncurses.scm (stfl)[home-page]: Likewise.
* gnu/packages/networking.scm (lksctp-tools, mbuffer, ifstatus, bird)
(tunctl, traceroute)[home-page]: Likewise.
* gnu/packages/node-xyz.scm (node-mersenne)[home-page]: Likewise.
* gnu/packages/ntp.scm (openntpd)[home-page]: Likewise.
* gnu/packages/ocaml.scm (opam, hevea, ocaml-menhir, ocaml-piqilib)
(ocaml-graph, cubicle)[home-page]: Likewise.
* gnu/packages/opencl.scm (python-pyopencl)[home-page]: Likewise.
* gnu/packages/package-management.scm (xstow, modules)[home-page]:
Likewise.
* gnu/packages/parallel.scm (xjobs)[home-page]: Likewise.
* gnu/packages/pdf.scm (podofo, qpdf, xournal, impressive)[home-page]:
Likewise.
* gnu/packages/perl.scm (perl-math-vecstat, perltidy)[home-page]:
Likewise.
* gnu/packages/photo.scm (libpano13, enblend-enfuse, hugin)[home-page]:
Likewise.
* gnu/packages/plan9.scm (drawterm)[home-page]: Likewise.
* gnu/packages/plotutils.scm (guile-charting, ploticus)[home-page]:
Likewise.
* gnu/packages/popt.scm (argtable, popt)[home-page]: Likewise.
* gnu/packages/profiling.scm (otf2)[home-page]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[home-page]: Likewise.
* gnu/packages/python-check.scm (python-mypy)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-cssutils)
(python-translationstring)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-diskcache, python-doxyqml)
(python-docutils, python-pexpect, python-importlib-resources)
(python-simplegeneric, python-urwid, python-xlrd, python-xlwt)
(python-pyasn1, python-pythondialog, python-tftpy, python-random2)
(python-arcp, python-pyopengl, python-sortedcollections)
(python-sortedcontainers, python-yapsy, python-pydispatcher)
(python-posix-ipc)[home-page]: Likewise.
* gnu/packages/qt.scm (qwt, libqglviewer, signond)[home-page]: Likewise.
* gnu/packages/radio.scm (unixcw, gnuais)[home-page]: Likewise.
* gnu/packages/raspberry-pi.scm (bcm2835)[home-page]: Likewise.
* gnu/packages/rdf.scm (clucene, rasqal, redland)[home-page]: Likewise.
* gnu/packages/regex.scm (tre)[home-page]: Likewise.
* gnu/packages/rsync.scm (librsync)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-packnga, ruby-nokogiri, ruby-oj, ruby-ox)
(ruby-sinatra, ruby-citrus, ruby-cbor, ruby-roda)[home-page]: Likewise.
* gnu/packages/scheme.scm (scheme48, tinyscheme)[home-page]: Likewise.
* gnu/packages/screen.scm (dtach)[home-page]: Likewise.
* gnu/packages/scsi.scm (sg3-utils)[home-page]: Likewise.
* gnu/packages/sdl.scm (libmikmod, sdl-pango)[home-page]: Likewise.
* gnu/packages/shellutils.scm (hstr, rig)[home-page]: Likewise.
* gnu/packages/simulation.scm (python-dolfin-adjoint)[home-page]:
Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[home-page]: Likewise.
* gnu/packages/speech.scm (espeak)[home-page]: Likewise.
* gnu/packages/stalonetray.scm (stalonetray)[home-page]: Likewise.
* gnu/packages/statistics.scm (jags, r-mass, r-class, r-lattice)
(r-matrix, r-nnet, r-spatial, r-bit, r-bit64, r-digest, r-xtable)
(python-statsmodels, r-ade4, r-latticeextra, r-rcurl, r-xml, r-mvtnorm)
(r-robustbase, r-minqa, r-fdrtool, java-jdistlib, xlispstat)[home-page]:
Likewise.
* gnu/packages/swig.scm (swig)[home-page]: Likewise.
* gnu/packages/task-management.scm (wtime)[home-page]: Likewise.
* gnu/packages/tcl.scm (itcl, tclxml, tclx)[home-page]: Likewise.
* gnu/packages/terminals.scm (libtermkey, mlterm, libvterm)
(libvterm)[home-page]: Likewise.
* gnu/packages/tex.scm (texlive-lm, texlive-lm-math, texlive-cs)
(texlive-csplain, biber, texmaker)[home-page]: Likewise.
* gnu/packages/text-editors.scm (joe)[home-page]: Likewise.
* gnu/packages/textutils.scm (drm-tools, docx2txt)[home-page]: Likewise.
* gnu/packages/tv.scm (tvtime)[home-page]: Likewise.
* gnu/packages/unicode.scm (libunibreak)[home-page]: Likewise.
* gnu/packages/upnp.scm (libupnp)[home-page]: Likewise.
* gnu/packages/version-control.scm (cvs)[home-page]: Likewise.
* gnu/packages/video.scm (transcode, libquicktime, mjpegtools, aalib)
(liba52, libmpeg2, x265, libdv, dvdauthor, aegisub, pitivi, gavl)
(dvdbackup, guvcview, video-contact-sheet)[home-page]: Likewise.
* gnu/packages/virtualization.scm (bochs)[home-page]: Likewise.
* gnu/packages/w3m.scm (w3m)[home-page]: Likewise.
* gnu/packages/web.scm (qjson, libquvi-scripts, libquvi, quvi)
(tidy-html, htmlcxx)[home-page]: Likewise.
* gnu/packages/wm.scm (evilwm, menumaker)[home-page]: Likewise.
* gnu/packages/wv.scm (wv)[home-page]: Likewise.
* gnu/packages/wxwidgets.scm (wxsvg)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (mtdev, xsel)[home-page]: Likewise.
* gnu/packages/xfig.scm (xfig, transfig)[home-page]: Likewise.
* gnu/packages/xml.scm (openjade, python-pyxb, xmlstarlet, xmlrpc-c)
(opensp)[home-page]: Likewise.
* gnu/packages/xorg.scm (xf86-video-qxl)[home-page]: Likewise.
2023-02-11 19:00:00 -05:00
|
|
|
|
(home-page "https://www.vergenet.net/~conrad/software/xsel/")
|
2023-09-27 04:54:44 -04:00
|
|
|
|
(synopsis "Manipulate X selection and/or clipboard from the command line")
|
2021-08-16 07:34:32 -04:00
|
|
|
|
(description
|
|
|
|
|
"XSel is a command-line program for getting and setting the contents of
|
2023-09-27 04:54:44 -04:00
|
|
|
|
the X selection and/or clipboard. Normally this is only accessible by manually
|
|
|
|
|
highlighting information and pasting it with the middle mouse button.
|
2017-05-30 08:46:41 -04:00
|
|
|
|
|
2023-09-27 04:54:44 -04:00
|
|
|
|
XSel reads from standard input and writes to standard output by default, but can
|
|
|
|
|
also follow a growing file, display contents, delete entries and more.")
|
2021-08-16 07:34:32 -04:00
|
|
|
|
(license (license:x11-style "file://COPYING"
|
|
|
|
|
"See COPYING in the distribution.")))))
|
2017-05-30 08:46:41 -04:00
|
|
|
|
|
2016-07-22 04:09:26 -04:00
|
|
|
|
(define-public xdpyprobe
|
|
|
|
|
(package
|
|
|
|
|
(name "xdpyprobe")
|
|
|
|
|
(version "0.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/alezost/" name
|
|
|
|
|
"/releases/download/v" version
|
|
|
|
|
"/" name "-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1h09wd2qcg08rj5hcakvdh9q01hkrj8vxly94ax3ch2x06lm0zq8"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11))
|
2016-07-22 04:09:26 -04:00
|
|
|
|
(home-page "https://github.com/alezost/xdpyprobe")
|
|
|
|
|
(synopsis "Probe X server for connectivity")
|
|
|
|
|
(description
|
|
|
|
|
"Xdpyprobe is a tiny C program whose only purpose is to probe a
|
|
|
|
|
connectivity of the X server running on a particular @code{DISPLAY}.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2023-08-02 10:38:49 -04:00
|
|
|
|
(define-public ulauncher
|
|
|
|
|
(package
|
|
|
|
|
(name "ulauncher")
|
|
|
|
|
(version "6.0.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/Ulauncher/Ulauncher")
|
|
|
|
|
(commit "1e68d47473f8e77d375cb4eca644c3cda68ed7e9")))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1c2czlrsf5aq8c88qliqbnqvf04q9cnjc1j6hivqa0w260mzjll1"))))
|
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fix-libX11
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "ulauncher/utils/xinit.py"
|
|
|
|
|
(("libX11.so.6")
|
|
|
|
|
(search-input-file inputs "/lib/libX11.so")))))
|
|
|
|
|
(add-after 'unpack 'fix-usr
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "setup.py"
|
|
|
|
|
(("\\{sys.prefix\\}")
|
|
|
|
|
(string-append #$output)))))
|
|
|
|
|
(add-after 'unpack 'fix-os-release
|
|
|
|
|
(lambda _
|
|
|
|
|
(define (touch file)
|
|
|
|
|
(call-with-output-file file
|
|
|
|
|
(const #t)))
|
|
|
|
|
(let* ((hard-path "/etc/os-release")
|
|
|
|
|
(fixed-path (string-append #$output
|
|
|
|
|
hard-path)))
|
|
|
|
|
;; Make it relative
|
|
|
|
|
;; Update hardcoded path to something
|
|
|
|
|
;; within the build enviroment.
|
|
|
|
|
(substitute* "ulauncher/utils/environment.py"
|
|
|
|
|
((hard-path)
|
|
|
|
|
fixed-path))
|
|
|
|
|
;; Create directory for the dummy file.
|
|
|
|
|
(mkdir-p (string-append #$output "/etc"))
|
|
|
|
|
(touch fixed-path))))
|
|
|
|
|
(add-before 'check 'env-setup
|
|
|
|
|
;; The test require access to home to put temporary files.
|
|
|
|
|
(lambda _
|
|
|
|
|
(setenv "HOME"
|
|
|
|
|
(getcwd)))))))
|
|
|
|
|
(native-inputs (list intltool python-distutils-extra python-mock))
|
|
|
|
|
(inputs (list libx11 python-levenshtein python-pycairo))
|
|
|
|
|
(propagated-inputs (list keybinder libwnck gsettings-desktop-schemas
|
|
|
|
|
python-pygobject webkitgtk-with-libsoup2))
|
|
|
|
|
(home-page "https://ulauncher.io")
|
|
|
|
|
(synopsis "Application launcher for Linux")
|
|
|
|
|
(description
|
|
|
|
|
"Ulauncher is a fast application launcher for Linux. It is written in
|
|
|
|
|
Python, using GTK+, and features: App Search (fuzzy matching), Calculator,
|
|
|
|
|
Extensions, Shortcuts, File browser mode and Custom Color Themes.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2016-05-25 20:56:19 -04:00
|
|
|
|
(define-public rofi
|
|
|
|
|
(package
|
|
|
|
|
(name "rofi")
|
2022-11-13 01:36:55 -05:00
|
|
|
|
(version "1.7.5")
|
2016-05-25 20:56:19 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2021-08-29 08:00:43 -04:00
|
|
|
|
(uri (string-append "https://github.com/davatorium/rofi/"
|
2016-05-25 20:56:19 -04:00
|
|
|
|
"releases/download/"
|
|
|
|
|
version "/rofi-" version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-08-14 15:05:35 -04:00
|
|
|
|
"138c4bl60p7namsb2pk8q5cdlxbdkli7zny192vk5jv5s5kczzya"))
|
|
|
|
|
(snippet
|
|
|
|
|
#~(begin
|
|
|
|
|
;; Delete pre-generated files.
|
|
|
|
|
(for-each delete-file
|
|
|
|
|
(list "lexer/theme-lexer.c"
|
|
|
|
|
"lexer/theme-parser.c"
|
|
|
|
|
"lexer/theme-parser.h"
|
|
|
|
|
"resources/resources.c"
|
|
|
|
|
"resources/resources.h"))))))
|
2016-05-25 20:56:19 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-18 00:12:32 -05:00
|
|
|
|
(list bison
|
|
|
|
|
check
|
|
|
|
|
flex
|
|
|
|
|
`(,glib "bin")
|
|
|
|
|
pkg-config))
|
|
|
|
|
(inputs
|
|
|
|
|
(list cairo
|
|
|
|
|
glib
|
|
|
|
|
libjpeg-turbo
|
2023-08-14 14:57:14 -04:00
|
|
|
|
(librsvg-for-system)
|
2021-12-18 00:12:32 -05:00
|
|
|
|
libxcb
|
|
|
|
|
libxkbcommon
|
|
|
|
|
pango
|
|
|
|
|
startup-notification
|
|
|
|
|
xcb-util
|
|
|
|
|
xcb-util-cursor
|
|
|
|
|
xcb-util-wm
|
|
|
|
|
xcb-util-xrm))
|
2022-01-14 17:28:54 -05:00
|
|
|
|
(native-search-paths
|
|
|
|
|
;; This is where rofi will search for plugins by default.
|
|
|
|
|
(list (search-path-specification
|
|
|
|
|
(variable "ROFI_PLUGIN_PATH")
|
|
|
|
|
(files '("lib/rofi")))))
|
2016-05-25 20:56:19 -04:00
|
|
|
|
(arguments
|
2019-06-25 11:21:15 -04:00
|
|
|
|
`(#:parallel-tests? #f ; fails in some circumstances
|
2017-03-04 11:23:14 -05:00
|
|
|
|
#:phases
|
2016-05-25 20:56:19 -04:00
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-before 'configure 'adjust-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* '("test/helper-expand.c")
|
|
|
|
|
(("~root") "/root")
|
|
|
|
|
(("~") "")
|
2022-11-13 01:36:55 -05:00
|
|
|
|
(("g_get_home_dir\\(\\)") "\"/\"")))))))
|
2021-08-29 08:00:43 -04:00
|
|
|
|
(home-page "https://github.com/davatorium/rofi")
|
2017-06-21 19:24:16 -04:00
|
|
|
|
(synopsis "Application launcher")
|
|
|
|
|
(description "Rofi is a minimalist application launcher. It memorizes which
|
|
|
|
|
applications you regularly use and also allows you to search for an application
|
2016-05-25 20:56:19 -04:00
|
|
|
|
by name.")
|
|
|
|
|
(license license:expat)))
|
2016-07-29 12:19:49 -04:00
|
|
|
|
|
2022-11-13 01:39:02 -05:00
|
|
|
|
(define-public rofi-wayland
|
|
|
|
|
(let ((base rofi))
|
|
|
|
|
(package
|
|
|
|
|
(inherit rofi)
|
|
|
|
|
(name "rofi-wayland")
|
2023-07-23 22:15:56 -04:00
|
|
|
|
(version "1.7.5+wayland2")
|
2022-11-13 01:39:02 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/lbonn/rofi"
|
|
|
|
|
"/releases/download/" version
|
|
|
|
|
"/rofi-" version ".tar.xz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-07-23 22:15:56 -04:00
|
|
|
|
"0l6rf8qwvawyh938pinl9fkwzjnq72xpa9a7lwk9jrr5lkk3h8yj"))))
|
2022-11-13 01:39:02 -05:00
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(inputs
|
|
|
|
|
(modify-inputs (package-inputs base)
|
|
|
|
|
(append wayland wayland-protocols)))
|
|
|
|
|
(description
|
2023-07-23 22:15:56 -04:00
|
|
|
|
"Rofi is a minimalist application launcher. It memorizes which
|
|
|
|
|
applications you regularly use and also allows you to search for an
|
|
|
|
|
application by name. This package, @code{rofi-wayland}, provides additional
|
|
|
|
|
wayland support."))))
|
2022-11-13 01:39:02 -05:00
|
|
|
|
|
2022-01-14 18:13:08 -05:00
|
|
|
|
(define-public rofi-calc
|
|
|
|
|
(package
|
|
|
|
|
(name "rofi-calc")
|
2022-02-07 20:39:49 -05:00
|
|
|
|
(version "2.1.0")
|
2022-01-14 18:13:08 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/svenstaro/rofi-calc")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-02-07 20:39:49 -05:00
|
|
|
|
"021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi"))))
|
2022-01-14 18:13:08 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
;; Don't try to install directly to rofi, instead install
|
|
|
|
|
;; to lib/rofi to match rofi's search-path ROFI_PLUGIN_PATH.
|
|
|
|
|
(add-after 'unpack 'patch-plugindir
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "Makefile.am"
|
|
|
|
|
(("plugindir=\\$\\{rofi_PLUGIN_INSTALL_DIR\\}\\/")
|
|
|
|
|
"plugindir=${libdir}/rofi/"))))
|
|
|
|
|
(add-after 'unpack 'patch-qalc-path
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "src/calc.c"
|
|
|
|
|
(("\"qalc\"")
|
|
|
|
|
(string-append "\""
|
|
|
|
|
(search-input-file inputs "bin/qalc")
|
|
|
|
|
"\""))))))))
|
|
|
|
|
(inputs
|
|
|
|
|
(list cairo libqalculate rofi))
|
|
|
|
|
(native-inputs
|
|
|
|
|
(list autoconf automake libtool pkg-config))
|
|
|
|
|
(home-page
|
|
|
|
|
"https://github.com/svenstaro/rofi-calc")
|
|
|
|
|
(synopsis "Do live calculations in rofi with qalc")
|
|
|
|
|
(description
|
|
|
|
|
"@code{rofi-calc} is a rofi plugin that uses qalculate's @code{qalc} to parse
|
|
|
|
|
natural language input and provide results.")
|
|
|
|
|
(license license:expat)))
|
|
|
|
|
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(define-public tint2
|
|
|
|
|
(package
|
|
|
|
|
(name "tint2")
|
2022-04-02 23:01:28 -04:00
|
|
|
|
(version "17.0.2")
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(source (origin
|
2022-04-02 23:01:28 -04:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url (string-append "https://gitlab.com/o9000/" name "/"))
|
|
|
|
|
(commit version)))
|
2022-11-14 08:24:33 -05:00
|
|
|
|
(file-name (git-file-name name version))
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-04-02 23:01:28 -04:00
|
|
|
|
"123apmgs6x2zfv1q57dyl4mwqf0vsw5ndh5jsg6p3fvhr66l1aja"))))
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments
|
2022-04-02 23:01:28 -04:00
|
|
|
|
'(#:tests? #f)) ;no test target
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(inputs
|
2022-04-02 23:01:28 -04:00
|
|
|
|
(list gtk+
|
2021-12-13 11:18:24 -05:00
|
|
|
|
imlib2
|
2023-08-14 15:07:19 -04:00
|
|
|
|
(librsvg-for-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
|
libxcomposite
|
|
|
|
|
libxdamage
|
|
|
|
|
libxft
|
|
|
|
|
libxinerama
|
|
|
|
|
libxrandr
|
|
|
|
|
startup-notification))
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(native-inputs
|
2023-05-04 10:52:56 -04:00
|
|
|
|
(list gettext-minimal pkg-config))
|
2016-07-29 12:19:49 -04:00
|
|
|
|
(home-page "https://gitlab.com/o9000/tint2")
|
|
|
|
|
(synopsis "Lightweight task bar")
|
|
|
|
|
(description
|
|
|
|
|
"Tint2 is a simple task bar made for modern X window managers. It was
|
|
|
|
|
specifically made for Openbox but it should also work with other window
|
|
|
|
|
managers (GNOME, KDE, XFCE etc.).
|
|
|
|
|
|
|
|
|
|
The taskbar includes transparency and color settings for the font, icons,
|
|
|
|
|
border, and background. It also supports multihead setups, customized mouse
|
|
|
|
|
actions, a built-in clock, a battery monitor and a system tray.")
|
|
|
|
|
(license license:gpl2)))
|
2016-08-31 10:37:18 -04:00
|
|
|
|
|
2023-06-05 19:18:20 -04:00
|
|
|
|
(define-public stalonetray
|
|
|
|
|
(package
|
|
|
|
|
(name "stalonetray")
|
|
|
|
|
(version "0.8.5")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(git-reference
|
|
|
|
|
(url "https://github.com/kolbusa/stalonetray")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"074wy1xppfycillbxq6fwrq87ik9glc95083df5vgm20mhzni7pz"))))
|
|
|
|
|
(arguments
|
|
|
|
|
(list
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fix-docbook-root
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "configure.ac"
|
|
|
|
|
(("AC_SUBST\\(DOCBOOK_ROOT\\)" all)
|
|
|
|
|
(string-append "DOCBOOK_ROOT="
|
|
|
|
|
#$(this-package-native-input "docbook-xsl")
|
|
|
|
|
"/xml/xsl/docbook-xsl-"
|
|
|
|
|
#$(package-version (this-package-native-input "docbook-xsl"))
|
|
|
|
|
"; " all))))))))
|
|
|
|
|
(inputs (list libx11 libxpm))
|
|
|
|
|
(native-inputs (list autoconf automake docbook-xsl libxslt))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(home-page "https://kolbusa.github.io/stalonetray")
|
|
|
|
|
(synopsis "Standalone freedesktop.org and KDE systray implementation")
|
|
|
|
|
(description
|
|
|
|
|
"Stalonetray is a stand-alone freedesktop.org and KDE system
|
|
|
|
|
tray (notification area) for X Window System/X11 (e.g. X.Org or XFree86). It
|
|
|
|
|
has full XEMBED support and minimal dependencies: an X11 lib only. Stalonetray
|
|
|
|
|
works with virtually any EWMH-compliant window manager.")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2023-02-20 16:35:18 -05:00
|
|
|
|
(define-public tofi
|
|
|
|
|
(package
|
|
|
|
|
(name "tofi")
|
2023-05-12 13:43:51 -04:00
|
|
|
|
(version "0.9.1")
|
2023-02-20 16:35:18 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/philj56/tofi")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-05-12 13:43:51 -04:00
|
|
|
|
"1paknsgfsgan27lqwhb2ndsk4gi8ciq9r49b0fpbbdwxk7ljk2cn"))
|
|
|
|
|
(patches (search-patches "tofi-32bit-compat.patch"))))
|
2023-02-20 16:35:18 -05:00
|
|
|
|
(build-system meson-build-system)
|
2023-05-15 15:28:09 -04:00
|
|
|
|
(native-inputs (list pkg-config scdoc))
|
2023-02-20 16:35:18 -05:00
|
|
|
|
(inputs (list cairo
|
|
|
|
|
harfbuzz
|
|
|
|
|
libxkbcommon
|
|
|
|
|
pango
|
|
|
|
|
wayland
|
|
|
|
|
wayland-protocols))
|
|
|
|
|
(home-page "https://github.com/philj56/tofi")
|
|
|
|
|
(synopsis "Application launcher for Wayland")
|
|
|
|
|
(description
|
|
|
|
|
"Tofi is a Dmenu and Rofi replacement for wlroots-based Wayland
|
|
|
|
|
compositors such as Sway.")
|
|
|
|
|
(license license:expat)))
|
|
|
|
|
|
2017-03-02 18:22:47 -05:00
|
|
|
|
(define-public dzen
|
|
|
|
|
(let ((commit "488ab66019f475e35e067646621827c18a879ba1")
|
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
|
|
|
|
(name "dzen")
|
|
|
|
|
(version (string-append "0.9.5-" ; Taken from `config.mk`.
|
|
|
|
|
revision "." (string-take commit 7)))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/robm/dzen")
|
2017-03-02 18:22:47 -05:00
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (string-append name "-" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0y47d6ii87vf4a517gi4fh0yl06f8b085sra77immnsasbq9pxnw"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; No test suite.
|
|
|
|
|
#:make-flags ; Replacement for `config.mk`.
|
|
|
|
|
(list
|
|
|
|
|
(string-append "VERSION = " ,version)
|
|
|
|
|
(string-append "PREFIX = " %output)
|
|
|
|
|
"MANPREFIX = ${PREFIX}/share/man"
|
|
|
|
|
"INCS = -I."
|
|
|
|
|
"LIBS = -lc -lX11 -lXinerama -lXpm $(shell pkg-config --libs xft)"
|
|
|
|
|
"CFLAGS = -Wall -Os ${INCS} -DVERSION=\\\"${VERSION}\\\"\
|
|
|
|
|
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT $(shell pkg-config --cflags xft)"
|
|
|
|
|
"LDFLAGS = ${LIBS}"
|
|
|
|
|
"CC = gcc"
|
|
|
|
|
"LD = ${CC}")
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure) ; No configuration script.
|
|
|
|
|
;; Use own make-flags instead of `config.mk`.
|
|
|
|
|
(add-before 'build 'dont-include-config-mk
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "Makefile" (("include config.mk") ""))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxft libxpm libxinerama))
|
|
|
|
|
(native-inputs (list pkg-config))
|
2017-03-02 18:22:47 -05:00
|
|
|
|
(synopsis "General purpose messaging, notification and menuing program for X11")
|
|
|
|
|
(description "Dzen is a general purpose messaging, notification and menuing
|
|
|
|
|
program for X11. It was designed to be fast, tiny and scriptable in any language.")
|
|
|
|
|
(home-page "https://github.com/robm/dzen")
|
|
|
|
|
(license license:expat))))
|
|
|
|
|
|
2019-09-29 10:06:49 -04:00
|
|
|
|
(define-public xftwidth
|
|
|
|
|
(package
|
|
|
|
|
(name "xftwidth")
|
|
|
|
|
(version "20170402")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "http://github.com/vixus0/xftwidth")
|
|
|
|
|
(commit "35ff963908d41a8a6a7101c434c88255728025ee")))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1jwl25785li24kbp0m1wxfwk4dgxkliynn03nsj813cjr34kq16h"))
|
|
|
|
|
(file-name (string-append name "-" version "-checkout"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs `(("freetype" ,freetype)
|
|
|
|
|
("libx11" ,libx11)
|
|
|
|
|
("fontconfig" ,fontconfig)
|
|
|
|
|
("libxft" ,libxft)))
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2019-09-29 10:06:49 -04:00
|
|
|
|
(arguments
|
|
|
|
|
'(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fix-makefile ; /usr/bin doesn't show up in PATH
|
|
|
|
|
(lambda _ (substitute* "Makefile" (("usr/") "")) #t))
|
|
|
|
|
(delete 'check) ; no check included in Makefile
|
|
|
|
|
(delete 'configure))
|
|
|
|
|
#:make-flags
|
|
|
|
|
(let ((out (assoc-ref %outputs "out")))
|
|
|
|
|
(list (string-append "DESTDIR=" out)))))
|
2020-05-25 14:06:43 -04:00
|
|
|
|
(home-page "https://github.com/vixus0/xftwidth")
|
2019-09-29 10:06:49 -04:00
|
|
|
|
(synopsis "Calculator for determining pixel widths of displayed text using Xft fonts")
|
|
|
|
|
(description "xftwidth is a small C program for calculating the pixel
|
|
|
|
|
widths of displayed text using Xft fonts. It is especially useful in scripts
|
|
|
|
|
for displaying text in graphical panels, menus, popups, and notification
|
|
|
|
|
windows generated using dzen. These scripts are often used in conjunction with
|
|
|
|
|
minimalistic tiling window managers such as herbstluftwm and bspwm.")
|
|
|
|
|
(license license:expat)))
|
|
|
|
|
|
2016-08-31 10:37:18 -04:00
|
|
|
|
(define-public xcb-util-xrm
|
|
|
|
|
(package
|
|
|
|
|
(name "xcb-util-xrm")
|
2018-03-29 15:13:00 -04:00
|
|
|
|
(version "1.3")
|
2016-08-31 10:37:18 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/Airblader/xcb-util-xrm/releases"
|
|
|
|
|
"/download/v" version "/xcb-util-xrm-" version ".tar.bz2"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-03-29 15:13:00 -04:00
|
|
|
|
"118cj1ybw86pgw0l5whn9vbg5n5b0ijcpx295mwahzi004vz671h"))
|
2016-08-31 10:37:18 -04:00
|
|
|
|
(modules '((guix build utils)))
|
|
|
|
|
(snippet
|
|
|
|
|
;; Drop bundled m4.
|
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 07:47:34 -04:00
|
|
|
|
'(begin
|
|
|
|
|
(delete-file-recursively "m4")
|
|
|
|
|
#t))))
|
2016-08-31 10:37:18 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config m4 libx11)) ; for tests
|
2016-08-31 10:37:18 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxcb xcb-util))
|
2016-08-31 10:37:18 -04:00
|
|
|
|
(home-page "https://github.com/Airblader/xcb-util-xrm")
|
|
|
|
|
(synopsis "XCB utility functions for the X resource manager")
|
|
|
|
|
(description
|
|
|
|
|
"The XCB util module provides a number of libraries which sit on
|
|
|
|
|
top of libxcb, the core X protocol library, and some of the extension
|
|
|
|
|
libraries. These experimental libraries provide convenience functions
|
|
|
|
|
and interfaces which make the raw X protocol more usable. Some of the
|
|
|
|
|
libraries also provide client-side code which is not strictly part of
|
|
|
|
|
the X protocol but which has traditionally been provided by Xlib.
|
|
|
|
|
|
|
|
|
|
XCB util-xrm module provides the following libraries:
|
|
|
|
|
|
|
|
|
|
- xrm: utility functions for the X resource manager.")
|
|
|
|
|
(license license:x11)))
|
2016-11-15 19:14:36 -05:00
|
|
|
|
|
|
|
|
|
(define-public xcalib
|
|
|
|
|
(package
|
|
|
|
|
(name "xcalib")
|
2018-06-06 15:25:45 -04:00
|
|
|
|
(version "0.10")
|
|
|
|
|
(home-page "https://github.com/OpenICC/xcalib")
|
2016-11-15 19:14:36 -05:00
|
|
|
|
(source (origin
|
2018-06-06 15:25:45 -04:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url home-page)
|
|
|
|
|
(commit version)))
|
gnu: Add 'file-name' where appropriate.
* gnu/packages/admin.scm (detox, neofetch),
gnu/packages/algebra.scm (python-fpylll),
gnu/packages/bioinformatics.scm (tbsp, genrich),
gnu/packages/crypto.scm (hpenc),
gnu/packages/digest.scm (xxhash),
gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode,
emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode,
emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm,
emacs-gif-screencast, emacs-exec-path-from-shell),
gnu/packages/engineering.scm (gpx),
gnu/packages/freedesktop.scm (waylandpp),
gnu/packages/golang.scm (go-github-com-sirupsen-logrus,
go-github-com-shirou-gopsutil),
gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language,
jupyter-guile-kernel),
gnu/packages/image-viewers.scm (qview),
gnu/packages/java-maths.scm (java-jblas),
gnu/packages/llvm.scm (libclc),
gnu/packages/logging.scm (spdlog),
gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith),
gnu/packages/terminals.scm (libtsm),
gnu/packages/tigervnc.scm (tigervnc-client),
gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name.
2019-11-10 05:03:51 -05:00
|
|
|
|
(file-name (git-file-name name version))
|
2016-11-15 19:14:36 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2018-06-06 15:25:45 -04:00
|
|
|
|
"05fzdjmhiafgi2jf0k41i3nm0837a78sb6yv59cwc23nla8g0bhr"))
|
|
|
|
|
(patches
|
|
|
|
|
(list
|
|
|
|
|
;; Add missing documentation for the new --output option.
|
|
|
|
|
;; This upstream patch can be removed on the next update.
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
home-page "/commit/"
|
|
|
|
|
"ae03889b91fe984b18e925ad2b5e6f2f7354e058.patch"))
|
|
|
|
|
(file-name "xcalib-update-man-page.patch")
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0f7b4d5484x4b9n1bwhqmar0kcaa029ffff7bp3xpr734n1qgqb6")))))))
|
|
|
|
|
(build-system cmake-build-system)
|
2016-11-15 19:14:36 -05:00
|
|
|
|
(arguments
|
2018-06-06 15:25:45 -04:00
|
|
|
|
'(#:tests? #f)) ; no test suite
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(inputs (list libx11 libxext libxrandr libxxf86vm))
|
2016-11-15 19:14:36 -05:00
|
|
|
|
(synopsis "Tiny monitor calibration loader for XFree86 (or X.org)")
|
|
|
|
|
(description "xcalib is a tiny tool to load the content of vcgt-Tags in ICC
|
|
|
|
|
profiles to the video card's gamma ramp. It does work with most video card
|
|
|
|
|
drivers except the generic VESA driver. Alter brightness, contrast, RGB, and
|
|
|
|
|
invert colors on a specific display/screen.")
|
|
|
|
|
(license license:gpl2)))
|
2017-11-09 14:36:31 -05:00
|
|
|
|
|
|
|
|
|
(define-public nxbelld
|
|
|
|
|
(package
|
|
|
|
|
(name "nxbelld")
|
|
|
|
|
(version "0.1.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/dusxmt/nxbelld")
|
2017-11-09 14:36:31 -05:00
|
|
|
|
(commit version)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"04qwhmjs51irinz5mjlxdb3dc6vr79dqmc5fkj80x1ll3ylh5n3z"))
|
|
|
|
|
(file-name (git-file-name name version))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments '(#:configure-flags `("--enable-sound"
|
|
|
|
|
"--enable-wave"
|
2018-11-10 17:41:30 -05:00
|
|
|
|
"--enable-alsa")))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list autoconf automake pkg-config perl))
|
|
|
|
|
(inputs (list libx11 alsa-lib))
|
2017-11-09 14:36:31 -05:00
|
|
|
|
(synopsis "Daemon that performs an action every time the X11 bell is rung")
|
|
|
|
|
(description "nxbelld is a tiny utility to aid people who either don't
|
|
|
|
|
like the default PC speaker beep, or use a sound driver that doesn't have
|
|
|
|
|
support for the PC speaker. The utility performs a given action every time
|
|
|
|
|
the X bell is rung. The actions nxbelld can currently perform include running
|
|
|
|
|
a specified program, emulating the PC speaker beep using the sound card (default),
|
|
|
|
|
or playing a PCM encoded WAVE file.")
|
|
|
|
|
(home-page "https://github.com/dusxmt/nxbelld")
|
|
|
|
|
(license license:gpl3+)))
|
2017-11-27 21:45:11 -05:00
|
|
|
|
|
|
|
|
|
(define-public xautolock
|
|
|
|
|
(package
|
|
|
|
|
(name "xautolock")
|
|
|
|
|
(version "2.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
2020-01-18 22:00:31 -05:00
|
|
|
|
(uri (string-append "https://www.ibiblio.org/pub/linux/X11/"
|
|
|
|
|
"screensavers/xautolock-" version ".tgz"))
|
2017-11-27 21:45:11 -05:00
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"18jd3k3pvlm5x1adyqw63z2b3f4ixh9mfvz9asvnskk3fm8jgw0i"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list imake))
|
2017-11-27 21:45:11 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxext libxscrnsaver))
|
2017-11-27 21:45:11 -05:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((imake (assoc-ref inputs "imake"))
|
|
|
|
|
(out (assoc-ref outputs "out")))
|
|
|
|
|
;; Generate Makefile
|
|
|
|
|
(invoke "xmkmf")
|
|
|
|
|
(substitute* "Makefile"
|
|
|
|
|
;; These imake variables somehow remain undefined
|
|
|
|
|
(("DefaultGcc2[[:graph:]]*Opt") "-O2")
|
|
|
|
|
;; Reset a few variable defaults that are set in imake templates
|
|
|
|
|
((imake) out)
|
|
|
|
|
(("(MANPATH = )[[:graph:]]*" _ front)
|
|
|
|
|
(string-append front out "/share/man")))
|
|
|
|
|
;; Old BSD-style 'union wait' is unneeded (defining
|
|
|
|
|
;; _USE_BSD did not seem to fix it)
|
|
|
|
|
(substitute* "src/engine.c"
|
|
|
|
|
(("union wait status") "int status = 0"))
|
|
|
|
|
#t)))
|
|
|
|
|
(add-after 'install 'install/man
|
|
|
|
|
(lambda _
|
2018-09-19 22:04:01 -04:00
|
|
|
|
(invoke "make" "install.man"))))))
|
2020-01-18 22:00:31 -05:00
|
|
|
|
(home-page "https://ibiblio.org/pub/Linux/X11/screensavers/")
|
2017-11-27 21:45:11 -05:00
|
|
|
|
(synopsis "Program launcher for idle X sessions")
|
|
|
|
|
(description "Xautolock monitors input devices under the X Window
|
|
|
|
|
System, and launches a program of your choice if there is no activity after
|
|
|
|
|
a user-configurable period of time.")
|
|
|
|
|
(license license:gpl2)))
|
2018-03-29 05:38:11 -04:00
|
|
|
|
|
|
|
|
|
(define-public screen-message
|
|
|
|
|
(package
|
|
|
|
|
(name "screen-message")
|
2021-03-03 18:13:13 -05:00
|
|
|
|
(version "0.26")
|
2018-03-29 05:38:11 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://www.joachim-breitner.de/archive/screen-message"
|
|
|
|
|
"/screen-message-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-03-03 18:13:13 -05:00
|
|
|
|
"0dwgm4z3dfk6xz41w8xiv0hmnwr74gf3ykb91b090hc4ffwsf4mw"))))
|
2018-03-29 05:38:11 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs `(("gtk3" ,gtk+)
|
|
|
|
|
("gdk" ,gdk-pixbuf)
|
|
|
|
|
("pango" ,pango)))
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list pkg-config))
|
2018-03-29 05:38:11 -04:00
|
|
|
|
(arguments
|
|
|
|
|
;; The default configure puts the 'sm' binary in games/ instead of bin/ -
|
|
|
|
|
;; this fixes it:
|
|
|
|
|
`(#:make-flags (list (string-append "execgamesdir=" %output "/bin"))))
|
|
|
|
|
(synopsis "Print messages on your screen")
|
|
|
|
|
(description "@code{screen-message} is a tool for displaying text on
|
|
|
|
|
your screen. It will make the text as large as possible and display it
|
|
|
|
|
with black color on a white background (colors are configurable on the
|
|
|
|
|
commandline).")
|
|
|
|
|
(home-page "https://www.joachim-breitner.de/projects#screen-message")
|
|
|
|
|
(license license:gpl2+)))
|
2018-05-18 09:15:28 -04:00
|
|
|
|
|
|
|
|
|
(define-public xss-lock
|
|
|
|
|
;; xss-lock does not seem to be maintained any longer, but the last commits
|
|
|
|
|
;; fix important issues so we package them.
|
|
|
|
|
(let ((version "0.3.0")
|
|
|
|
|
(revision "1")
|
|
|
|
|
(commit "1e158fb20108058dbd62bd51d8e8c003c0a48717"))
|
|
|
|
|
(package
|
|
|
|
|
(name "xss-lock")
|
|
|
|
|
(version (git-version version revision commit))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://bitbucket.org/raymonad/xss-lock.git")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"10hx7k7ga8g08akwz8qrsvj8iqr5nd4siiva6sjx789jvf0sak7r"))))
|
|
|
|
|
(build-system cmake-build-system)
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(inputs (list glib xcb-util))
|
2018-05-18 09:15:28 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list python-docutils pkg-config))
|
2018-05-18 09:15:28 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f))
|
|
|
|
|
(synopsis "Use external screen locker on events")
|
|
|
|
|
(description "@code{xss-lock} listens to X signals to fire up a
|
2020-04-12 19:24:32 -04:00
|
|
|
|
user-defined screensaver. In effect this automatically locks the
|
2018-05-18 09:15:28 -04:00
|
|
|
|
screen when closing a laptop lid or after a period of user inactivity (as set
|
|
|
|
|
with @code{xset s TIMEOUT}). The notifier command, if specified, is executed
|
|
|
|
|
first. Additionally, xss-lock uses the inhibition logic to lock the screen
|
|
|
|
|
before the system goes to sleep.")
|
|
|
|
|
(home-page "https://bitbucket.org/raymonad/xss-lock")
|
|
|
|
|
(license license:expat))))
|
2018-07-24 10:19:02 -04:00
|
|
|
|
|
2023-03-18 10:28:44 -04:00
|
|
|
|
(define-public physlock
|
|
|
|
|
(package
|
|
|
|
|
(name "physlock")
|
|
|
|
|
(version "13")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/xyb3rt/physlock")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1mz4xxjip5ldiw9jgfq9zvqb6w10bcjfx6939w1appqg8f521a7s"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:tests? #f ;no tests
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
|
|
|
|
|
(add-after 'unpack 'fix-makefile
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "main.c" ; remove extra newline in the prompt
|
|
|
|
|
(("(fprintf.vt.ios, .%s.)\\n(., options->prompt)" all start end)
|
|
|
|
|
(string-append start end)))
|
|
|
|
|
(substitute* "Makefile" (("-m 4755 -o root -g root") "")))))
|
|
|
|
|
|
|
|
|
|
#:make-flags
|
|
|
|
|
#~(list "HAVE_SYSTEMD=0" "HAVE_ELOGIND=1"
|
|
|
|
|
(string-append "CC=" #$(cc-for-target))
|
|
|
|
|
(string-append "PREFIX=" #$output))))
|
|
|
|
|
(native-inputs (list linux-pam elogind))
|
|
|
|
|
(synopsis "Screen lock utility")
|
|
|
|
|
(description
|
|
|
|
|
"@command{physlock} locks all virtual terminals at once, only allowing the
|
|
|
|
|
user of the active session (the user logged into the foreground virtual
|
|
|
|
|
terminal) to unlock the computer. It is an alternative to @command{vlock -an},
|
|
|
|
|
written to overcome vlock's limitations regarding hibernate and suspend.")
|
|
|
|
|
(home-page "https://github.com/xyb3rt/physlock")
|
|
|
|
|
(license license:gpl2+)))
|
|
|
|
|
|
2018-07-24 10:19:02 -04:00
|
|
|
|
(define-public python-pyperclip
|
|
|
|
|
(package
|
|
|
|
|
(name "python-pyperclip")
|
2022-01-10 17:57:42 -05:00
|
|
|
|
(version "1.8.2")
|
2018-07-24 10:19:02 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (pypi-uri "pyperclip" version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-01-10 17:57:42 -05:00
|
|
|
|
"0mxzm43z2anr55gyz7awagvam4d5c2rlxhp9hjyg0d29n2l58lhh"))))
|
2018-07-24 10:19:02 -04:00
|
|
|
|
(build-system python-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f)) ; Not clear how to make tests pass.
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list xclip xsel))
|
2018-07-24 10:19:02 -04:00
|
|
|
|
(home-page "https://github.com/asweigart/pyperclip")
|
|
|
|
|
(synopsis "Python clipboard module")
|
|
|
|
|
(description
|
|
|
|
|
"Pyperclip is a clipboard module for Python, handling copy/pasting from
|
|
|
|
|
the X11 clipboard")
|
|
|
|
|
(license license:bsd-3)))
|
2018-10-10 11:32:53 -04:00
|
|
|
|
|
|
|
|
|
(define-public numlockx
|
|
|
|
|
(package
|
|
|
|
|
(name "numlockx")
|
|
|
|
|
(version "1.2")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
;; It seems that upstream is gone.
|
|
|
|
|
(url "https://github.com/rg3/numlockx")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1w49fayhwzn5rx0z1q2lrvm7z8jrd34lgb89p853a024bixc3cf2"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list xorg-server))
|
2018-10-10 11:32:53 -04:00
|
|
|
|
(home-page "https://github.com/rg3/numlockx")
|
|
|
|
|
(synopsis "Turns on the numlock key in X11")
|
|
|
|
|
(description "@command{numlockx} is a tiny program that lets you turn on
|
|
|
|
|
the numlock key in X11. It can be called from the user's initialization files
|
|
|
|
|
to automatically turn it on on login.")
|
|
|
|
|
(license license:expat)))
|
2018-10-27 10:33:26 -04:00
|
|
|
|
|
|
|
|
|
(define-public xrandr-invert-colors
|
|
|
|
|
(package
|
|
|
|
|
(name "xrandr-invert-colors")
|
2021-09-03 12:32:34 -04:00
|
|
|
|
(version "0.02")
|
2018-10-27 10:33:26 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/zoltanp/xrandr-invert-colors")
|
2018-10-27 10:33:26 -04:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-09-03 12:32:34 -04:00
|
|
|
|
"0gk1fgxb2kjyr78xn8m0ckjdic99ras7msa67piwnhj3j4scg1ih"))))
|
2018-10-27 10:33:26 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-09 15:46:24 -04:00
|
|
|
|
`(#:make-flags (list ,(string-append "CC=" (cc-for-target)))
|
2018-10-27 10:33:26 -04:00
|
|
|
|
#:tests? #f ; there are none
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(replace 'install
|
2021-09-03 12:34:13 -04:00
|
|
|
|
;; It's simpler to install the single binary ourselves than to patch
|
|
|
|
|
;; the Makefile's install target into working.
|
2018-10-27 10:33:26 -04:00
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin")))
|
2021-09-03 12:34:13 -04:00
|
|
|
|
(mkdir-p bin)
|
|
|
|
|
(copy-file "xrandr-invert-colors.bin"
|
|
|
|
|
(string-append bin "/xrandr-invert-colors"))))))))
|
2018-10-27 10:33:26 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libxrandr))
|
2018-10-27 10:33:26 -04:00
|
|
|
|
(home-page "https://github.com/zoltanp/xrandr-invert-colors")
|
|
|
|
|
(synopsis "Invert display colors")
|
|
|
|
|
(description "This package provides a small utility for inverting the
|
|
|
|
|
colors on all monitors attached to an XRandR-capable X11 display server.")
|
|
|
|
|
(license license:gpl3+)))
|
2018-12-16 16:25:11 -05:00
|
|
|
|
|
|
|
|
|
(define-public sct
|
|
|
|
|
(package
|
|
|
|
|
(name "sct")
|
2020-06-02 14:56:24 -04:00
|
|
|
|
(version "0.5")
|
2018-12-16 16:25:11 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri
|
|
|
|
|
(string-append "https://www.umaxx.net/dl/sct-"
|
|
|
|
|
version ".tar.gz"))
|
|
|
|
|
(sha256
|
2020-06-02 14:56:24 -04:00
|
|
|
|
(base32 "0lrhx771iccbw04wrhj0ygids1pzmjfc4hvklm30m3p3flvhqf0m"))))
|
2018-12-16 16:25:11 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2020-06-02 14:56:43 -04:00
|
|
|
|
`(#:make-flags
|
|
|
|
|
(list ,(string-append "CC=" (cc-for-target)))
|
|
|
|
|
#:tests? #f ; no test suite
|
2018-12-16 16:25:11 -05:00
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(add-after 'unpack 'fix-sctd-paths
|
|
|
|
|
(lambda* (#:key outputs inputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(coreutils (assoc-ref inputs "coreutils"))
|
|
|
|
|
(inetutils (assoc-ref inputs "inetutils"))
|
|
|
|
|
(sed (assoc-ref inputs "sed")))
|
|
|
|
|
(substitute* "sctd.sh"
|
|
|
|
|
(("\\$\\(which sct\\)") (string-append out "/bin/sct"))
|
|
|
|
|
(("date") (string-append coreutils "/bin/date"))
|
|
|
|
|
(("printf") (string-append coreutils "/bin/printf"))
|
|
|
|
|
(("sleep") (string-append coreutils "/bin/sleep"))
|
|
|
|
|
(("logger") (string-append inetutils "/bin/logger"))
|
|
|
|
|
(("sed") (string-append sed "/bin/sed"))))))
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(install-file "sct" (string-append out "/bin"))
|
|
|
|
|
(install-file "sctd.sh" (string-append out "/bin"))
|
|
|
|
|
(install-file "sct.1" (string-append out "/man/man1"))
|
|
|
|
|
(install-file "sctd.1" (string-append out "/man/man1"))
|
|
|
|
|
(rename-file (string-append out "/bin/sctd.sh")
|
|
|
|
|
(string-append out "/bin/sctd"))
|
|
|
|
|
#t))))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list coreutils ; sctd uses "date", "printf" and "sleep"
|
|
|
|
|
inetutils ; sctd uses "logger"
|
|
|
|
|
libxrandr
|
|
|
|
|
sed)) ; sctd uses "sed"
|
2018-12-16 16:25:11 -05:00
|
|
|
|
(home-page "https://www.umaxx.net")
|
|
|
|
|
(synopsis "Set the color temperature of the screen")
|
|
|
|
|
(description "@code{sct} is a lightweight utility to set the color
|
|
|
|
|
temperature of the screen.")
|
2019-01-06 23:56:22 -05:00
|
|
|
|
(license (license:non-copyleft "file://sct.c")))) ; "OpenBSD" license
|
2019-01-03 08:55:47 -05:00
|
|
|
|
|
2019-12-31 17:07:45 -05:00
|
|
|
|
(define-public xsecurelock
|
|
|
|
|
(package
|
|
|
|
|
(name "xsecurelock")
|
2023-08-13 01:20:51 -04:00
|
|
|
|
(version "1.8.0")
|
2019-12-31 17:07:45 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append
|
|
|
|
|
"https://github.com/google/xsecurelock/releases"
|
|
|
|
|
"/download/v" version "/xsecurelock-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
2023-08-13 01:20:51 -04:00
|
|
|
|
(base32 "1i7vhzysirr5kra15vd501b79k0jgs11lkb9ck3hx6vicxm204d3"))))
|
2019-12-31 17:07:45 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:configure-flags
|
|
|
|
|
'("--with-pam-service-name=login"
|
|
|
|
|
"--with-xkb"
|
|
|
|
|
"--with-default-authproto-module=/run/setuid-programs/authproto_pam")))
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pandoc pkg-config))
|
2019-12-31 17:07:45 -05:00
|
|
|
|
(inputs
|
2022-05-28 20:00:01 -04:00
|
|
|
|
(list fontconfig
|
|
|
|
|
libx11
|
|
|
|
|
libxcomposite
|
|
|
|
|
libxext
|
|
|
|
|
libxfixes
|
|
|
|
|
libxft
|
|
|
|
|
libxmu
|
|
|
|
|
libxrandr
|
|
|
|
|
libxscrnsaver
|
|
|
|
|
linux-pam))
|
2019-12-31 17:07:45 -05:00
|
|
|
|
(home-page "https://github.com/google/xsecurelock")
|
|
|
|
|
(synopsis "X11 screen lock utility with the primary goal of security")
|
|
|
|
|
(description "@code{xsecurelock} is an X11 screen locker which uses
|
2020-01-23 04:49:35 -05:00
|
|
|
|
a modular design to avoid the usual pitfalls of screen locking utility design.
|
2019-12-31 17:07:45 -05:00
|
|
|
|
|
|
|
|
|
As a consequence of the modular design, the usual screen locker service
|
|
|
|
|
shouldn't be used with @code{xsecurelock}. Instead, you need to add a helper
|
|
|
|
|
binary to setuid-binaries:
|
|
|
|
|
@example
|
2022-05-28 20:00:00 -04:00
|
|
|
|
(setuid-programs
|
|
|
|
|
(cons*
|
|
|
|
|
(setuid-program
|
|
|
|
|
(program (file-append xsecurelock \"/libexec/xsecurelock/authproto_pam\")))
|
|
|
|
|
%setuid-programs))
|
2019-12-31 17:07:45 -05:00
|
|
|
|
@end example")
|
|
|
|
|
(license license:asl2.0)))
|
|
|
|
|
|
2022-12-19 12:18:33 -05:00
|
|
|
|
(define-public wl-color-picker
|
|
|
|
|
(package
|
|
|
|
|
(name "wl-color-picker")
|
|
|
|
|
(version "1.3")
|
|
|
|
|
(home-page "https://github.com/jgmdev/wl-color-picker")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url home-page)
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0h5b8qfwri7a1invk8dran3436ac37x6r8fic3l5cxqj5rgnky4n"))))
|
|
|
|
|
(build-system copy-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:install-plan '(("wl-color-picker.sh" "bin/wl-color-picker")
|
|
|
|
|
("wl-color-picker.png" "share/pixmaps/")
|
|
|
|
|
("wl-color-picker.svg"
|
|
|
|
|
"share/icons/hicolor/scalable/apps/")
|
|
|
|
|
("wl-color-picker.desktop" "share/applications/"))
|
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'wrap-script
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(wrap-program (string-append (assoc-ref outputs "out")
|
|
|
|
|
"/bin/wl-color-picker")
|
|
|
|
|
`("PATH" =
|
|
|
|
|
(,(getenv "PATH")))))))))
|
|
|
|
|
(inputs (list coreutils-minimal
|
|
|
|
|
bash-minimal
|
|
|
|
|
grim
|
|
|
|
|
hicolor-icon-theme
|
|
|
|
|
imagemagick
|
|
|
|
|
slurp
|
|
|
|
|
wl-clipboard
|
|
|
|
|
zenity))
|
|
|
|
|
(synopsis "Wayland color picker")
|
|
|
|
|
(description
|
|
|
|
|
"@command{wl-color-picker} is a script that provides color picker for
|
|
|
|
|
Wayland and @code{wlroots} by leveraging @command{grim} and @command{slurp}.")
|
|
|
|
|
(license license:expat)))
|
|
|
|
|
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(define-public wl-clipboard
|
|
|
|
|
(package
|
|
|
|
|
(name "wl-clipboard")
|
2023-09-19 10:32:01 -04:00
|
|
|
|
(version "2.2.1")
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/bugaevc/wl-clipboard")
|
2020-05-11 11:45:43 -04:00
|
|
|
|
(commit (string-append "v" version))))
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2023-09-19 10:32:01 -04:00
|
|
|
|
(base32 "09l6dv3qsqscbr98vxi4wg4rkx0wlhnsc40n21mx3ds6balmg105"))))
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(build-system meson-build-system)
|
2021-05-15 12:51:42 -04:00
|
|
|
|
(arguments
|
2022-10-07 10:00:12 -04:00
|
|
|
|
(list #:configure-flags
|
|
|
|
|
#~(list (string-append "-Dzshcompletiondir=" #$output
|
|
|
|
|
"/share/zsh/site-functions")
|
|
|
|
|
(string-append "-Dfishcompletiondir=" #$output
|
|
|
|
|
"/share/fish/completions"))
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-file-names
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* (find-files "src" "\\.c$")
|
2023-07-23 22:15:58 -04:00
|
|
|
|
(("\"(cat)\"" _ command)
|
2022-10-07 10:00:12 -04:00
|
|
|
|
(string-append "\"" (assoc-ref inputs "coreutils")
|
|
|
|
|
"/bin/" command "\""))
|
|
|
|
|
(("\"xdg-mime\"")
|
|
|
|
|
(string-append "\"" (assoc-ref inputs "xdg-utils")
|
|
|
|
|
"/bin/xdg-mime\""))))))))
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list coreutils wayland wayland-protocols xdg-utils))
|
2019-01-03 08:55:47 -05:00
|
|
|
|
(home-page "https://github.com/bugaevc/wl-clipboard")
|
|
|
|
|
(synopsis "Command-line copy/paste utilities for Wayland")
|
|
|
|
|
(description "Wl-clipboard is a set of command-line copy/paste utilities for
|
|
|
|
|
Wayland.")
|
|
|
|
|
(license license:gpl3+)))
|
2019-09-16 12:15:49 -04:00
|
|
|
|
|
2021-10-05 07:17:19 -04:00
|
|
|
|
(define-public wl-clipboard-x11
|
|
|
|
|
(package
|
|
|
|
|
(name "wl-clipboard-x11")
|
|
|
|
|
(version "5")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/brunelli/wl-clipboard-x11")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1y7jv7rps0sdzmm859wn2l8q4pg2x35smcrm7mbfxn5vrga0bslb"))))
|
|
|
|
|
(build-system copy-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:install-plan
|
|
|
|
|
'(("src/" "bin/")
|
|
|
|
|
("man/" "man/man1"))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'wrap-binary
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
|
(wl-clipboard (assoc-ref inputs "wl-clipboard")))
|
|
|
|
|
(wrap-program (string-append out "/bin/wl-clipboard-x11")
|
|
|
|
|
`("PATH" prefix (,(string-append wl-clipboard "/bin")))))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'wrap-binary 'symlink-utilities
|
|
|
|
|
;; As seen in the Makefile.
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
|
|
|
|
|
(symlink "wl-clipboard-x11" (string-append bin "xclip"))
|
|
|
|
|
(symlink "wl-clipboard-x11" (string-append bin "xsel")))
|
|
|
|
|
#t)))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list bash-minimal wl-clipboard))
|
2021-10-05 07:17:19 -04:00
|
|
|
|
(home-page "https://github.com/brunelli/wl-clipboard-x11")
|
|
|
|
|
(synopsis "Use wl-clipboard as a drop-in replacement to X11 clipboard tools")
|
|
|
|
|
(description "This package provides a wrapper script around
|
|
|
|
|
@code{x11-clipboard} to use it as a clipboard on X11 also. It also contains
|
|
|
|
|
helper scripts for @code{xclip} and @code{xsel} to assist with the transition.")
|
|
|
|
|
(license license:gpl3+)))
|
|
|
|
|
|
2019-09-16 12:15:49 -04:00
|
|
|
|
(define-public autocutsel
|
|
|
|
|
(package
|
|
|
|
|
(name "autocutsel")
|
2021-03-30 05:58:43 -04:00
|
|
|
|
(version "0.10.1")
|
2019-09-16 12:15:49 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://github.com/sigmike/autocutsel"
|
|
|
|
|
"/releases/download/" version "/"
|
|
|
|
|
"autocutsel-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-03-30 05:58:43 -04:00
|
|
|
|
"05zb85imp42birvrc320q20r98qddc5vxx169dnl753l5za0czpi"))))
|
2019-09-16 12:15:49 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f)) ; no "check" target
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(native-inputs (list libx11 libxaw))
|
2019-09-16 12:15:49 -04:00
|
|
|
|
(home-page "https://www.nongnu.org/autocutsel/")
|
|
|
|
|
(synopsis "Automated X11 clipboard and cutbuffer synchronization")
|
|
|
|
|
(description "@code{autocutsel} tracks changes in the server's cutbuffer
|
|
|
|
|
and clipboard selection. When the clipboard is changed, it updates the
|
|
|
|
|
cutbuffer. When the cutbuffer is changed, it owns the clipboard selection.
|
|
|
|
|
The cutbuffer and clipboard selection are always synchronized.")
|
|
|
|
|
(license license:gpl2+)))
|
2020-01-04 11:16:41 -05:00
|
|
|
|
|
|
|
|
|
(define-public jgmenu
|
|
|
|
|
(package
|
|
|
|
|
(name "jgmenu")
|
2022-10-29 21:00:03 -04:00
|
|
|
|
(version "4.4.1")
|
2020-01-04 11:16:41 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/johanmalm/jgmenu")
|
2020-01-04 11:16:41 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2022-10-29 21:00:03 -04:00
|
|
|
|
(base32 "1a9irlrpa3mi3101cn9hi1ch5k1v4p0h83ni5j63qmlc5g7pcbsh"))))
|
2020-01-04 11:16:41 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list cppcheck perl pkg-config))
|
2020-01-04 11:16:41 -05:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list cairo
|
|
|
|
|
glib
|
|
|
|
|
librsvg
|
|
|
|
|
libx11
|
|
|
|
|
libxml2
|
|
|
|
|
libxrandr
|
|
|
|
|
pango))
|
2020-01-04 11:16:41 -05:00
|
|
|
|
(arguments
|
2021-04-21 08:00:38 -04:00
|
|
|
|
`(#:test-target "test"
|
|
|
|
|
#:phases
|
2020-01-23 05:19:21 -05:00
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(replace 'configure
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
2021-04-21 08:00:38 -04:00
|
|
|
|
(setenv "CC" ,(cc-for-target))
|
2020-01-23 05:19:21 -05:00
|
|
|
|
(invoke "./configure"
|
2022-10-29 21:00:03 -04:00
|
|
|
|
(string-append "--prefix=" (assoc-ref outputs "out"))))))))
|
2020-01-04 11:16:41 -05:00
|
|
|
|
(synopsis "Simple X11 menu")
|
|
|
|
|
(description
|
|
|
|
|
"This is a simple menu for X11 designed for scripting and tweaking. It
|
|
|
|
|
can optionally use some appearance settings from XSettings, tint2 and GTK.")
|
|
|
|
|
(home-page "https://jgmenu.github.io/")
|
|
|
|
|
(license license:gpl2)))
|
2020-01-26 08:55:47 -05:00
|
|
|
|
|
2020-03-27 11:31:10 -04:00
|
|
|
|
(define-public xwallpaper
|
|
|
|
|
(package
|
|
|
|
|
(name "xwallpaper")
|
2021-09-04 14:35:11 -04:00
|
|
|
|
(version "0.7.3")
|
2020-03-27 11:31:10 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/stoeckmann/xwallpaper")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2021-09-04 14:35:11 -04:00
|
|
|
|
(base32 "1rsv42cl0s149sbpdxz9yqqjip3si95jv3dglwzrcm7pjfg7519v"))))
|
2020-03-27 11:31:10 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake pkg-config))
|
2020-03-27 11:31:10 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libjpeg-turbo
|
|
|
|
|
libpng
|
|
|
|
|
libxpm
|
|
|
|
|
pixman
|
|
|
|
|
xcb-util
|
|
|
|
|
xcb-util-image))
|
2020-03-27 11:31:10 -04:00
|
|
|
|
(home-page "https://github.com/stoeckmann/xwallpaper")
|
|
|
|
|
(synopsis "Wallpaper setting utility for X")
|
|
|
|
|
(description
|
|
|
|
|
"The xwallpaper utility allows you to set image files as your X
|
|
|
|
|
wallpaper. JPEG, PNG, and XPM file formats are supported.
|
|
|
|
|
|
|
|
|
|
The wallpaper is also advertised to programs which support semi-transparent
|
|
|
|
|
backgrounds.")
|
|
|
|
|
(license license:isc)))
|
|
|
|
|
|
2020-02-02 08:13:27 -05:00
|
|
|
|
(define-public xwrits
|
|
|
|
|
(package
|
|
|
|
|
(name "xwrits")
|
|
|
|
|
(version "2.26")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method url-fetch)
|
|
|
|
|
(uri (string-append "https://www.lcdf.org/~eddietwo/xwrits/"
|
|
|
|
|
"xwrits-" version ".tar.gz"))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32 "1n7y0fqpcvmzznvbsn14hzy5ddaa3lilm8aw6ckscqndnh4lijma"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(add-after 'install 'install-docs
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(doc (string-append out "/share/doc/xwrits")))
|
|
|
|
|
(install-file "GESTURES" doc)
|
|
|
|
|
(install-file "README" doc)
|
|
|
|
|
#t))))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 libxinerama))
|
2020-02-02 08:13:27 -05:00
|
|
|
|
(home-page "https://www.lcdf.org/~eddietwo/xwrits/")
|
|
|
|
|
(synopsis "Reminds you to take wrist breaks")
|
|
|
|
|
(description "Xwrits reminds you to take wrist breaks for prevention or
|
|
|
|
|
management of repetitive stress injuries. When you should take a break, it
|
|
|
|
|
pops up an X window, the warning window. You click on the warning window,
|
|
|
|
|
then take a break. The window changes appearance while you take the break.
|
|
|
|
|
It changes again when your break is over. Then you just resume typing.
|
|
|
|
|
Xwrits hides itself until you should take another break.")
|
|
|
|
|
(license license:gpl2)))
|
|
|
|
|
|
2020-01-26 08:55:47 -05:00
|
|
|
|
(define-public xsettingsd
|
|
|
|
|
(package
|
|
|
|
|
(name "xsettingsd")
|
2021-01-14 04:22:35 -05:00
|
|
|
|
(version "1.0.2")
|
2020-01-26 08:55:47 -05:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/derat/xsettingsd")
|
2020-01-26 08:55:47 -05:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2021-01-14 04:22:35 -05:00
|
|
|
|
(base32 "14gnkz18dipsa2v24f4nm9syxaa7g21iqjm7y65jn849ka2jr1h8"))))
|
2023-04-13 15:34:17 -04:00
|
|
|
|
(build-system cmake-build-system)
|
2020-01-26 08:55:47 -05:00
|
|
|
|
(arguments
|
2023-04-13 15:34:17 -04:00
|
|
|
|
(list #:configure-flags #~(list "-DBUILD_TESTING=ON")
|
|
|
|
|
#:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'disable-problematic-tests
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "config_parser_test.cc"
|
|
|
|
|
;; This test fails for unknown reasons (see:
|
|
|
|
|
;; https://github.com/derat/xsettingsd/issues/30).
|
|
|
|
|
(("TEST\\(CharStreamTest, Basic")
|
|
|
|
|
"TEST(CharStreamTest, DISABLED_Basic")))))))
|
|
|
|
|
(inputs (list libx11))
|
|
|
|
|
(native-inputs (list pkg-config googletest))
|
2020-01-26 08:55:47 -05:00
|
|
|
|
(home-page "https://github.com/derat/xsettingsd")
|
|
|
|
|
(synopsis "Xorg settings daemon")
|
|
|
|
|
(description "@command{xsettingsd} is a lightweight daemon that provides settings to
|
|
|
|
|
Xorg applications via the XSETTINGS specification. It is used for defining
|
|
|
|
|
font and theme settings when a complete desktop environment (GNOME, KDE) is
|
|
|
|
|
not running. With a simple @file{.xsettingsd} configuration file one can avoid
|
|
|
|
|
configuring visual settings in different UI toolkits separately.")
|
|
|
|
|
(license license:bsd-3)))
|
2020-03-04 10:31:51 -05:00
|
|
|
|
|
|
|
|
|
(define-public clipnotify
|
|
|
|
|
(package
|
|
|
|
|
(name "clipnotify")
|
|
|
|
|
(version "1.0.2")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/cdown/clipnotify")
|
2020-03-04 10:31:51 -05:00
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1v3ydm5ljy8z1savmdxrjyx7a5bm5013rzw80frp3qbbjaci0wbg"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(bin (string-append out "/bin"))
|
|
|
|
|
(doc (string-append %output "/share/doc/" ,name "-" ,version)))
|
|
|
|
|
(install-file "clipnotify" bin)
|
|
|
|
|
(install-file "README.md" doc)
|
|
|
|
|
#t))))
|
2020-06-02 13:24:36 -04:00
|
|
|
|
#:make-flags
|
|
|
|
|
(list ,(string-append "CC=" (cc-for-target)))
|
|
|
|
|
#:tests? #f)) ; no test suite
|
2020-03-04 10:31:51 -05:00
|
|
|
|
(inputs
|
|
|
|
|
`(("libx11" ,libx11)
|
|
|
|
|
("libXfixes" ,libxfixes)))
|
|
|
|
|
(home-page "https://github.com/cdown/clipnotify")
|
|
|
|
|
(synopsis "Notify on new X clipboard events")
|
|
|
|
|
(description "@command{clipnotify} is a simple program that, using the
|
|
|
|
|
XFIXES extension to X11, waits until a new selection is available and then
|
|
|
|
|
exits.
|
|
|
|
|
|
|
|
|
|
It was primarily designed for clipmenu, to avoid polling for new selections.
|
|
|
|
|
|
|
|
|
|
@command{clipnotify} doesn't try to print anything about the contents of the
|
|
|
|
|
selection, it just exits when it changes. This is intentional -- X11's
|
|
|
|
|
selection API is verging on the insane, and there are plenty of others who
|
|
|
|
|
have already lost their sanity to bring us xclip/xsel/etc. Use one of those
|
|
|
|
|
tools to complement clipnotify.")
|
|
|
|
|
(license license:public-domain)))
|
2020-03-05 02:26:23 -05:00
|
|
|
|
|
|
|
|
|
(define-public clipmenu
|
2022-11-29 18:23:45 -05:00
|
|
|
|
(let ((commit "7c34ace1fbab76eb1c1dc9b30dd4ac1a7fe4b90b")
|
2020-03-05 02:26:23 -05:00
|
|
|
|
(revision "1"))
|
|
|
|
|
(package
|
2020-03-21 12:42:07 -04:00
|
|
|
|
(name "clipmenu")
|
2022-11-29 18:23:45 -05:00
|
|
|
|
(version (string-append "6.2.0-"
|
2020-03-21 12:42:07 -04:00
|
|
|
|
revision "." (string-take commit 7)))
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/cdown/clipmenu")
|
2020-03-21 12:42:07 -04:00
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-11-29 18:23:45 -05:00
|
|
|
|
"1403sw49ccb8xsd8v611fzp0csaglfz8nmz3wcjsk8x11h9jvxwy"))))
|
2020-03-21 12:42:07 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
2022-11-29 18:23:46 -05:00
|
|
|
|
(list
|
|
|
|
|
#:phases
|
|
|
|
|
#~(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(delete 'build)
|
|
|
|
|
(replace 'install
|
|
|
|
|
(lambda _
|
|
|
|
|
(let ((bin (string-append #$output "/bin"))
|
|
|
|
|
(doc (string-append #$output "/share/doc/"
|
|
|
|
|
#$name "-" #$version)))
|
|
|
|
|
(install-file "clipdel" bin)
|
|
|
|
|
(install-file "clipmenu" bin)
|
|
|
|
|
(install-file "clipmenud" bin)
|
|
|
|
|
(install-file "clipfsck" bin)
|
|
|
|
|
(install-file "clipctl" bin)
|
|
|
|
|
(install-file "README.md" doc))))
|
|
|
|
|
(add-after 'install 'wrap-script
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
|
|
|
|
(clipnotify (assoc-ref inputs "clipnotify"))
|
|
|
|
|
(coreutils-minimal (assoc-ref inputs "coreutils-minimal"))
|
|
|
|
|
(gawk (assoc-ref inputs "gawk"))
|
|
|
|
|
(util-linux (assoc-ref inputs "util-linux"))
|
|
|
|
|
(xdotool (assoc-ref inputs "xdotool"))
|
|
|
|
|
(xsel (assoc-ref inputs "xsel"))
|
|
|
|
|
(guile (search-input-file inputs "bin/guile")))
|
|
|
|
|
(for-each
|
|
|
|
|
(lambda (prog)
|
|
|
|
|
(wrap-script (string-append out "/bin/" prog)
|
|
|
|
|
#:guile guile
|
|
|
|
|
`("PATH" ":" prefix
|
|
|
|
|
,(map (lambda (dir)
|
|
|
|
|
(string-append dir "/bin"))
|
|
|
|
|
(list clipnotify coreutils-minimal
|
|
|
|
|
gawk util-linux xdotool xsel)))))
|
|
|
|
|
'("clipmenu" "clipmenud" "clipdel" "clipfsck" "clipctl")))))
|
|
|
|
|
(replace 'check
|
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
|
;; substitute a shebang appearing inside a string (the test
|
|
|
|
|
;; file writes this string to a temporary file):
|
|
|
|
|
(substitute* "tests/test-clipmenu"
|
|
|
|
|
(("#!/usr/bin/env bash")
|
|
|
|
|
(string-append "#!" (which "bash"))))
|
|
|
|
|
(invoke "tests/test-clipmenu"))))))
|
2020-03-21 12:42:07 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list clipnotify
|
|
|
|
|
coreutils-minimal
|
|
|
|
|
gawk
|
|
|
|
|
guile-3.0 ; for wrap-script
|
|
|
|
|
util-linux
|
|
|
|
|
xdotool
|
|
|
|
|
xsel))
|
2020-03-21 12:42:07 -04:00
|
|
|
|
(home-page "https://github.com/cdown/clipmenu")
|
|
|
|
|
(synopsis "Simple clipboard manager using dmenu or rofi and xsel")
|
|
|
|
|
(description "Start @command{clipmenud}, then run @command{clipmenu} to
|
2020-03-05 02:26:23 -05:00
|
|
|
|
select something to put on the clipboard.
|
|
|
|
|
|
|
|
|
|
When @command{clipmenud} detects changes to the clipboard contents, it writes
|
|
|
|
|
them out to the cache directory. @command{clipmenu} reads the cache directory
|
|
|
|
|
to find all available clips and launches @command{dmenu} (or @command{rofi},
|
|
|
|
|
depending on the value of @code{CM_LAUNCHER}) to let the user select a clip.
|
|
|
|
|
After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
|
2020-03-21 12:42:07 -04:00
|
|
|
|
(license license:public-domain))))
|
2020-04-27 22:09:19 -04:00
|
|
|
|
|
2023-01-14 02:50:12 -05:00
|
|
|
|
(define-public clipman
|
|
|
|
|
(package
|
|
|
|
|
(name "clipman")
|
|
|
|
|
(version "1.6.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url (string-append "https://github.com/yory8/" name "/"))
|
|
|
|
|
(commit (string-append "v" version))))
|
2023-07-08 16:26:17 -04:00
|
|
|
|
(file-name (git-file-name name version))
|
2023-01-14 02:50:12 -05:00
|
|
|
|
(sha256 (base32
|
|
|
|
|
"0b9kvj0dif4221dy6c1npknhhjxvbc4kygzhwxjirpwjws0yv6v9"))))
|
|
|
|
|
(build-system go-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:import-path "github.com/yory8/clipman"
|
|
|
|
|
#:install-source? #f
|
|
|
|
|
#:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-before 'build 'patch
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "src/github.com/yory8/clipman/main.go"
|
|
|
|
|
(("gopkg.in/alecthomas/kingpin.v2")
|
|
|
|
|
"github.com/alecthomas/kingpin")
|
|
|
|
|
(("\"wl-copy\"")
|
|
|
|
|
(string-append "\"" (which "wl-copy") "\"")))))
|
|
|
|
|
(delete 'install-license-files))))
|
|
|
|
|
(native-inputs (list go-github-com-alecthomas-template
|
|
|
|
|
go-github-com-alecthomas-units))
|
|
|
|
|
(inputs (list go-github-com-kballard-go-shellquote
|
|
|
|
|
go-github-com-alecthomas-kingpin
|
|
|
|
|
libnotify
|
|
|
|
|
wl-clipboard))
|
|
|
|
|
(synopsis "Basic clipboard manager with support for persisting copy buffers")
|
|
|
|
|
(description
|
|
|
|
|
"A clipboard manager for Wayland that relies on an external selector,
|
|
|
|
|
such as @code{wofi}, @code{bemenu}, @code{dmenu}, or @code{rofi}.
|
|
|
|
|
|
|
|
|
|
Run the binary in your session by adding @command{exec wl-paste -t text --watch
|
|
|
|
|
clipman store} (or @command{exec wl-paste -t text --watch clipman store 1>>
|
|
|
|
|
PATH/TO/LOGFILE 2>&1 &} to log errors) at the beginning of wherever you
|
|
|
|
|
initialize programs.")
|
|
|
|
|
(home-page "https://github.com/yory8/clipman")
|
|
|
|
|
(license license:gpl3)))
|
|
|
|
|
|
2020-04-27 22:09:19 -04:00
|
|
|
|
(define-public kbdd
|
|
|
|
|
(package
|
|
|
|
|
(name "kbdd")
|
|
|
|
|
(version "0.7.1")
|
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/qnikst/kbdd")
|
2020-04-27 22:09:19 -04:00
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0qkq75grbd4wkx4nlvswgavpijk9ad0pzqyj89a0ayjsbsn36pqy"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list autoconf automake
|
|
|
|
|
`(,glib "bin") pkg-config))
|
2020-04-27 22:09:19 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list dbus-glib glib libx11))
|
2020-04-27 22:09:19 -04:00
|
|
|
|
(home-page "https://github.com/qnikst/kbdd")
|
|
|
|
|
(synopsis "Per-window keyboard layout switching daemon for X")
|
|
|
|
|
(description "@command{kbdd} is a simple keyboard layout switching
|
|
|
|
|
program, which is designed to run in an X11 session and remember
|
|
|
|
|
keyboard layouts on a per-window basis. That can be very handy for a
|
|
|
|
|
user of a non-US keyboard who does not want to jump through layouts back
|
|
|
|
|
and forth while typing in terminals (mostly in a latin alphabet) and
|
|
|
|
|
some kind of chat (in native language).
|
|
|
|
|
|
|
|
|
|
@command{kbdd} also supports D-Bus signals, which makes it possible to
|
|
|
|
|
create layout indicator widgets.")
|
|
|
|
|
(license license:bsd-2)))
|
2020-05-02 13:51:56 -04:00
|
|
|
|
|
|
|
|
|
(define-public j4-dmenu-desktop
|
|
|
|
|
(package
|
|
|
|
|
(name "j4-dmenu-desktop")
|
2020-11-29 08:06:47 -05:00
|
|
|
|
(version "2.18")
|
2020-05-02 13:51:56 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 16:53:28 -04:00
|
|
|
|
(url "https://github.com/enkore/j4-dmenu-desktop")
|
2020-05-02 13:51:56 -04:00
|
|
|
|
(commit (string-append "r" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2020-11-29 08:06:47 -05:00
|
|
|
|
"1gxpgifzy0hnpd0ymw3r32amzr32z3bgb90ldjzl438p6h1q0i26"))))
|
2020-05-02 13:51:56 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(native-inputs
|
2022-09-15 20:08:21 -04:00
|
|
|
|
(list catch2))
|
2020-05-02 13:51:56 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:configure-flags '("-DWITH_GIT_CATCH=off")
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
2020-08-04 03:07:47 -04:00
|
|
|
|
(add-after 'unpack 'find-catch
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "CMakeLists.txt"
|
|
|
|
|
(("PATH_SUFFIXES catch") "PATH_SUFFIXES catch2"))
|
|
|
|
|
#t))
|
2020-05-02 13:51:56 -04:00
|
|
|
|
(replace 'check
|
|
|
|
|
(lambda _
|
|
|
|
|
(invoke "./j4-dmenu-tests" "exclude:SearchPath/XDG_DATA_HOME"))))))
|
|
|
|
|
(synopsis "Fast desktop menu")
|
|
|
|
|
(description
|
|
|
|
|
"j4-dmenu-desktop is a replacement for i3-dmenu-desktop. Its purpose
|
|
|
|
|
is to find @file{.desktop} files and offer you a menu to start an application
|
|
|
|
|
using @command{dmenu}.")
|
|
|
|
|
(home-page "https://github.com/enkore/j4-dmenu-desktop")
|
|
|
|
|
(license license:gpl3+)))
|
2020-05-18 19:01:46 -04:00
|
|
|
|
|
2022-11-04 23:44:39 -04:00
|
|
|
|
(define-public fuzzel
|
|
|
|
|
(package
|
|
|
|
|
(name "fuzzel")
|
2023-10-20 21:48:01 -04:00
|
|
|
|
(version "1.9.2")
|
2022-11-04 23:44:39 -04:00
|
|
|
|
(home-page "https://codeberg.org/dnkl/fuzzel")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference (url home-page) (commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-10-20 21:48:01 -04:00
|
|
|
|
"1pmxqdr00x9qbg0h23q3kywhd06qna0f6r5kfa8a1v7x2n1gylsz"))))
|
2022-11-04 23:44:39 -04:00
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:build-type "release"
|
|
|
|
|
#:configure-flags #~(list "-Denable-cairo=enabled"
|
|
|
|
|
"-Dpng-backend=libpng"
|
|
|
|
|
"-Dsvg-backend=librsvg")))
|
|
|
|
|
(native-inputs (list pkg-config scdoc tllist))
|
|
|
|
|
(inputs (list cairo
|
|
|
|
|
fcft
|
|
|
|
|
fontconfig
|
|
|
|
|
libpng
|
|
|
|
|
libxkbcommon
|
2023-08-14 15:10:08 -04:00
|
|
|
|
(librsvg-for-system) ;if librsvg is not used, bundled nanosvg is used
|
2022-11-04 23:44:39 -04:00
|
|
|
|
pixman
|
|
|
|
|
wayland
|
|
|
|
|
wayland-protocols))
|
|
|
|
|
(synopsis "Wayland-native application launcher")
|
|
|
|
|
(description
|
2022-11-12 19:00:00 -05:00
|
|
|
|
"@command{fuzzel} is a Wayland-native application launcher, similar to
|
2022-11-04 23:44:39 -04:00
|
|
|
|
rofi's drun mode. It has Emacs key bindings and remembers frequently launched
|
|
|
|
|
applications. The font and colors can be configured.")
|
|
|
|
|
(license (list license:expat ;fuzzel
|
|
|
|
|
license:zlib)))) ;; bundled nanosvg
|
|
|
|
|
|
2020-05-18 19:01:46 -04:00
|
|
|
|
(define-public wofi
|
|
|
|
|
(package
|
|
|
|
|
(name "wofi")
|
2022-11-04 21:50:33 -04:00
|
|
|
|
(version "1.3")
|
2020-05-18 19:01:46 -04:00
|
|
|
|
(source (origin
|
|
|
|
|
(method hg-fetch)
|
|
|
|
|
(uri (hg-reference
|
|
|
|
|
(url "https://hg.sr.ht/~scoopta/wofi")
|
|
|
|
|
(changeset (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2022-11-04 21:50:33 -04:00
|
|
|
|
"1k6b46n0vwdqrr6rfps0n8hghcgivnc42gc7z61phhjgf08j64qv"))))
|
2020-05-18 19:01:46 -04:00
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(arguments
|
2022-11-04 21:50:33 -04:00
|
|
|
|
(list #:glib-or-gtk? #t))
|
2020-05-18 19:01:46 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2020-05-18 19:01:46 -04:00
|
|
|
|
(inputs
|
2022-11-04 21:50:33 -04:00
|
|
|
|
(list gtk+ wayland))
|
2020-05-18 19:01:46 -04:00
|
|
|
|
(synopsis "Launcher/menu program for wayland")
|
|
|
|
|
(description
|
|
|
|
|
"Wofi is a launcher/menu program for wlroots based wayland compositors
|
|
|
|
|
such as sway, similar to @command{rofi}.")
|
|
|
|
|
(home-page "https://hg.sr.ht/~scoopta/wofi")
|
|
|
|
|
(license license:gpl3+)))
|
2023-01-27 11:44:38 -05:00
|
|
|
|
|
|
|
|
|
(define-public nwg-launchers
|
|
|
|
|
(package
|
|
|
|
|
(name "nwg-launchers")
|
|
|
|
|
(version "0.7.1.1")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/nwg-piotr/nwg-launchers")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"0hq2qiqxvrw3g515ywcb676ljc8mdw3pyslgxr3vahizfljah1pv"))))
|
|
|
|
|
(build-system meson-build-system)
|
2023-04-27 14:57:58 -04:00
|
|
|
|
(native-inputs (list nlohmann-json pkg-config))
|
2023-08-14 15:12:04 -04:00
|
|
|
|
(inputs (list gtk-layer-shell gtkmm-3 (librsvg-for-system)))
|
2023-01-27 11:44:38 -05:00
|
|
|
|
(home-page "https://github.com/nwg-piotr/nwg-launchers")
|
|
|
|
|
(synopsis "Application launchers for wlroots")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides an application grid, button bar, and dmenu
|
|
|
|
|
applications for Sway and other wlroots-based Wayland compositors.")
|
|
|
|
|
(license license:gpl3+)))
|
2020-10-07 16:44:14 -04:00
|
|
|
|
|
|
|
|
|
(define-public dex
|
|
|
|
|
(package
|
|
|
|
|
(name "dex")
|
|
|
|
|
(version "0.9.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url (string-append "https://github.com/jceb/dex"))
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"03aapcywnz4kl548cygpi25m8adwbmqlmwgxa66v4156ax9dqs86"))
|
|
|
|
|
(file-name (git-file-name name version))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure))
|
|
|
|
|
#:tests? #f))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list python))
|
2020-10-07 16:44:14 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list python-sphinx))
|
2020-10-07 16:44:14 -04:00
|
|
|
|
(home-page "https://github.com/jceb/dex")
|
|
|
|
|
(synopsis "Execute DesktopEntry files")
|
|
|
|
|
(description
|
|
|
|
|
"@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate
|
|
|
|
|
and execute @file{.desktop} files of the Application type.")
|
|
|
|
|
(license license:gpl3+)))
|
2020-11-13 21:15:47 -05:00
|
|
|
|
|
|
|
|
|
(define-public sx
|
|
|
|
|
(package
|
|
|
|
|
(name "sx")
|
2021-10-03 10:24:24 -04:00
|
|
|
|
(version "2.1.7")
|
2020-11-13 21:15:47 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/Earnestly/sx")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2021-10-03 10:24:24 -04:00
|
|
|
|
"0xv15m30nhcknasqiybj5wwf7l91q4a4jf6xind8x5x00c6br6nl"))))
|
2020-11-13 21:15:47 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
'(#:tests? #f ; no tests
|
|
|
|
|
#:make-flags
|
|
|
|
|
(let ((out (assoc-ref %outputs "out")))
|
|
|
|
|
(list (string-append "PREFIX=" out)))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
2021-10-03 10:30:53 -04:00
|
|
|
|
(add-after 'unpack 'refer-to-xauth
|
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
|
(substitute* "sx"
|
|
|
|
|
(("\\bxauth\\b" command)
|
|
|
|
|
(string-append (assoc-ref inputs "xauth") "/bin/" command)))))
|
2021-10-03 10:24:24 -04:00
|
|
|
|
(delete 'configure)))) ; no configure script
|
2021-10-03 10:30:53 -04:00
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list xauth))
|
2020-11-13 21:15:47 -05:00
|
|
|
|
(home-page "https://github.com/Earnestly/sx")
|
|
|
|
|
(synopsis "Start an xorg server")
|
|
|
|
|
(description
|
|
|
|
|
"@command{sx} is a simple alternative to both @command{xinit} and
|
|
|
|
|
@command{startx} for starting an Xorg server.")
|
|
|
|
|
(license license:x11)))
|
2020-12-06 08:36:11 -05:00
|
|
|
|
|
|
|
|
|
(define-public hsetroot
|
|
|
|
|
(package
|
|
|
|
|
(name "hsetroot")
|
|
|
|
|
(version "1.0.5")
|
|
|
|
|
(home-page "https://github.com/himdel/hsetroot")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url home-page)
|
|
|
|
|
(commit version)))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"1jbk5hlxm48zmjzkaq5946s58rqwg1v1ds2sdyd2ba029hmvr722"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f
|
|
|
|
|
#:make-flags
|
|
|
|
|
(list
|
gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.
* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-04-09 15:46:24 -04:00
|
|
|
|
,(string-append "CC=" (cc-for-target))
|
2020-12-06 08:36:11 -05:00
|
|
|
|
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(add-before 'install 'mkdir-install-path
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(mkdir-p (string-append out "/bin"))))))))
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 imlib2 libxinerama))
|
2020-12-06 08:36:11 -05:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2020-12-06 08:36:11 -05:00
|
|
|
|
(synopsis "Imlib2-based wallpaper changer")
|
|
|
|
|
(description
|
|
|
|
|
"The @command{hsetroot} command composes wallpapers for X.
|
|
|
|
|
This package is the fork of hsetroot by Hyriand.")
|
|
|
|
|
(license license:gpl2+)))
|
2021-05-15 14:27:25 -04:00
|
|
|
|
|
|
|
|
|
(define-public jumpapp
|
|
|
|
|
(package
|
|
|
|
|
(name "jumpapp")
|
2022-05-21 20:00:01 -04:00
|
|
|
|
(version "1.2")
|
2021-05-15 14:27:25 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/mkropat/jumpapp")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2022-05-21 20:00:01 -04:00
|
|
|
|
(base32 "05shgw4agkhgk5vbvc05s12q7m0djc0m4qrd328hmis37bxp9j7n"))))
|
2021-05-15 14:27:25 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments `(#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(delete 'check)
|
|
|
|
|
(add-before 'install 'set-prefix-in-makefile
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(substitute* "Makefile"
|
|
|
|
|
(("PREFIX =.*")
|
2022-05-21 20:00:01 -04:00
|
|
|
|
(string-append "PREFIX = " out "\n")))))))))
|
2021-05-15 14:27:25 -04:00
|
|
|
|
(propagated-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list wmctrl xdotool xprop))
|
2021-05-15 14:27:25 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pandoc perl))
|
2021-05-15 14:27:25 -04:00
|
|
|
|
(synopsis "Run-or-raise application switcher for any X11 desktop")
|
|
|
|
|
(description
|
|
|
|
|
"Bind a key for any given application that will launch the application,
|
|
|
|
|
if it's not already running, or focus the application's window,if it is running.
|
|
|
|
|
Pressing the key again will cycle to the application's next window,
|
|
|
|
|
if there's more than one.")
|
|
|
|
|
(home-page "https://github.com/mkropat/jumpapp")
|
|
|
|
|
(license license:expat)))
|
2021-06-09 08:07:44 -04:00
|
|
|
|
|
|
|
|
|
(define-public xkbset
|
|
|
|
|
(package
|
|
|
|
|
(name "xkbset")
|
2022-12-08 06:14:20 -05:00
|
|
|
|
(version "0.8")
|
2021-06-09 08:07:44 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
2022-12-08 06:12:28 -05:00
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/stephenmontgomerysmith/xkbset")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
2021-06-09 08:07:44 -04:00
|
|
|
|
(sha256
|
2022-12-08 06:14:20 -05:00
|
|
|
|
(base32 "1xa6sgvnwynl2qrjnsppvb2vg4p5v1pisrfhrmnlymw1fzhh6s9p"))))
|
2021-06-09 08:07:44 -04:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list libx11 perl perl-tk))
|
2021-06-09 08:07:44 -04:00
|
|
|
|
(arguments
|
|
|
|
|
`(#:tests? #f ; There are none.
|
|
|
|
|
#:make-flags
|
|
|
|
|
`(,,(string-append "CC=" (cc-for-target))
|
|
|
|
|
,(string-append "X11PREFIX=" %output)
|
|
|
|
|
,(string-append "X11BASE=" (assoc-ref %build-inputs "libx11"))
|
|
|
|
|
,(string-append "INSTALL_MAN1=" %output "/share/man/man1"))
|
|
|
|
|
#:phases
|
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
|
(delete 'configure)
|
|
|
|
|
(add-before 'install 'create-install-directories
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
|
(mkdir-p out)
|
|
|
|
|
(with-directory-excursion out
|
|
|
|
|
(for-each mkdir-p '("bin" "share/man/man1"))))
|
|
|
|
|
#t))
|
|
|
|
|
(add-after 'install 'wrap-perl-script
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(wrap-program (string-append (assoc-ref outputs "out")
|
|
|
|
|
"/bin/xkbset-gui")
|
|
|
|
|
`("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
|
|
|
|
|
#t))
|
|
|
|
|
(replace 'install-license-files
|
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
|
(install-file "COPYRIGHT"
|
|
|
|
|
(string-append (assoc-ref outputs "out")
|
|
|
|
|
"/share/doc/" ,name "-" ,version))
|
|
|
|
|
#t)))))
|
2022-12-08 06:12:28 -05:00
|
|
|
|
(home-page "https://stephenmontgomerysmith.github.io/software/#xkbset")
|
2021-06-09 08:07:44 -04:00
|
|
|
|
(synopsis "User-preference utility for XKB extensions for X")
|
|
|
|
|
(description
|
|
|
|
|
"This is a program to help manage many of the XKB features of the X Window
|
|
|
|
|
System. This includes such features as MouseKeys, AccessX, StickyKeys,
|
|
|
|
|
BounceKeys, and SlowKeys. It includes a graphical program to help with
|
|
|
|
|
MouseKeys-acceleration management.")
|
|
|
|
|
(license license:bsd-3)))
|
2021-09-05 00:57:58 -04:00
|
|
|
|
|
|
|
|
|
(define-public wlsunset
|
|
|
|
|
(package
|
|
|
|
|
(name "wlsunset")
|
2023-06-18 03:00:26 -04:00
|
|
|
|
(version "0.3.0")
|
2021-09-05 00:57:58 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://git.sr.ht/~kennylevinsen/wlsunset/")
|
|
|
|
|
(commit version)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-06-18 03:00:26 -04:00
|
|
|
|
"1wbz6m7p0czhyv7axg2gn0ffh1q1887khh6phvw35a2llichyrlc"))))
|
2021-09-05 00:57:58 -04:00
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list wayland wayland-protocols))
|
2021-09-05 00:57:58 -04:00
|
|
|
|
(native-inputs
|
2021-12-13 11:18:24 -05:00
|
|
|
|
(list pkg-config))
|
2021-09-05 00:57:58 -04:00
|
|
|
|
(synopsis "Day/night gamma adjustments for Wayland compositors")
|
|
|
|
|
(home-page "https://sr.ht/~kennylevinsen/wlsunset/")
|
|
|
|
|
(description
|
2022-11-02 17:57:07 -04:00
|
|
|
|
"Wlsunset adjusts gamma based on day-night cycles on Wayland compositors
|
2021-09-05 00:57:58 -04:00
|
|
|
|
that support @samp{wlr-gamma-control-unstable-v1}. It is also known as a blue
|
|
|
|
|
light filter or night light.")
|
|
|
|
|
(license license:expat)))
|
2022-04-20 17:57:45 -04:00
|
|
|
|
|
2022-09-26 03:27:03 -04:00
|
|
|
|
(define-public ydotool
|
|
|
|
|
(package
|
|
|
|
|
(name "ydotool")
|
2023-08-13 01:21:08 -04:00
|
|
|
|
(version "1.0.4")
|
2022-09-26 03:27:03 -04:00
|
|
|
|
(source
|
|
|
|
|
(origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/ReimuNotMoe/ydotool")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
2023-08-13 01:21:08 -04:00
|
|
|
|
(base32 "0y2n1r6hx0ar1yn636a7j4ywm17qqji84ryhdina3kriwx3sgmij"))))
|
2022-09-26 03:27:03 -04:00
|
|
|
|
(build-system cmake-build-system)
|
|
|
|
|
(arguments '(#:tests? #f)) ; no tests
|
|
|
|
|
(native-inputs (list scdoc))
|
|
|
|
|
(home-page "https://github.com/ReimuNotMoe/ydotool")
|
|
|
|
|
(synopsis "Generic Linux command-line automation tool (no X!)")
|
|
|
|
|
(description "@code{ydotool} is a Linux command-line tool that simulates
|
|
|
|
|
keyboard input, mouse actions, etc. programmatically or manually.")
|
|
|
|
|
(license license:agpl3+)))
|
2022-12-09 08:13:50 -05:00
|
|
|
|
|
|
|
|
|
(define-public wvkbd
|
|
|
|
|
(package
|
|
|
|
|
(name "wvkbd")
|
2023-09-26 08:07:15 -04:00
|
|
|
|
(version "0.14.1")
|
2022-12-09 08:13:50 -05:00
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://git.sr.ht/~proycon/wvkbd")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
2023-09-26 08:07:15 -04:00
|
|
|
|
"1aha9ylzbkhbf45172l3wyp65kqj6zs5gxqyj62ahj3gp944wmbb"))))
|
2022-12-09 08:13:50 -05:00
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:tests? #f ;no tests
|
|
|
|
|
#:make-flags #~(list (string-append "CC="
|
|
|
|
|
#$(cc-for-target))
|
|
|
|
|
(string-append "PREFIX="
|
|
|
|
|
#$output))
|
|
|
|
|
#:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'fix-cross-compile
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "Makefile"
|
|
|
|
|
(("pkg-config")
|
|
|
|
|
#$(pkg-config-for-target)))))
|
|
|
|
|
(delete 'configure))))
|
|
|
|
|
(native-inputs (list wayland ;for wayland-scanner
|
|
|
|
|
pkg-config))
|
|
|
|
|
(inputs (list libxkbcommon cairo pango harfbuzz wayland))
|
|
|
|
|
(home-page "https://git.sr.ht/~proycon/wvkbd")
|
|
|
|
|
(synopsis "On-screen keyboard for wlroots compositors")
|
|
|
|
|
(description
|
|
|
|
|
"This package provides on-screen keyboard for wlroots compositors with
|
|
|
|
|
the following features:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item Typing, modifier locking, layout switching
|
|
|
|
|
@item Positive visual feedback on key presses
|
|
|
|
|
@item On-the-fly layout and keymap switching
|
|
|
|
|
@item Custom color schemes
|
|
|
|
|
@item International layouts (cyrillic, arabic)
|
|
|
|
|
@item Emoji support
|
|
|
|
|
@item Compose key for character variants (e.g. diacritics)
|
|
|
|
|
@item Show/hide keyboard on signals (SIGUSR1 = hide, SIGUSR2 = show, SIGRTMIN = toggle)
|
|
|
|
|
@item Automatic portrait/landscape detection and subsequent layout switching
|
|
|
|
|
@end itemize")
|
|
|
|
|
(license (list license:expat ;3 files under Expat license (see 'LICENSE')
|
|
|
|
|
license:gpl3+)))) ;the rest is GPLv3+
|
2023-03-06 07:47:57 -05:00
|
|
|
|
|
|
|
|
|
(define-public xforms
|
|
|
|
|
;; The latest stable release is ancient (2014) and fails with a linker
|
|
|
|
|
;; error, so use the last commit.
|
|
|
|
|
(let ((revision "1")
|
|
|
|
|
(commit "2c1a9f151baf50887a517280645ec23379fb96f8"))
|
|
|
|
|
(package
|
|
|
|
|
(name "xforms")
|
|
|
|
|
(version (git-version "1.3.0" revision commit))
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://git.savannah.gnu.org/git/xforms.git/")
|
|
|
|
|
(commit commit)))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256
|
|
|
|
|
(base32
|
|
|
|
|
"12qc1j5g03n2zigvbwilx2zszr8sgv5wd259js7cwf8ffw4lzjf2"))))
|
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
|
(arguments
|
|
|
|
|
(list #:phases #~(modify-phases %standard-phases
|
|
|
|
|
(add-after 'unpack 'patch-doc-makefile
|
|
|
|
|
(lambda _
|
|
|
|
|
(substitute* "doc/Makefile.am"
|
|
|
|
|
(("/bin/mkdir")
|
|
|
|
|
"mkdir")))))
|
|
|
|
|
#:configure-flags #~(list "--enable-docs")))
|
|
|
|
|
(native-inputs (list autoconf
|
|
|
|
|
automake
|
|
|
|
|
libtool
|
|
|
|
|
texinfo
|
|
|
|
|
texi2html
|
|
|
|
|
(texlive-updmap.cfg (list texlive-epsf
|
2023-05-14 15:47:36 -04:00
|
|
|
|
texlive-texinfo))
|
2023-03-06 07:47:57 -05:00
|
|
|
|
imagemagick))
|
|
|
|
|
(propagated-inputs (list libx11 libxpm libjpeg-turbo))
|
|
|
|
|
(home-page "http://xforms-toolkit.org/")
|
|
|
|
|
(synopsis "GUI toolkit for X based on the X11 Xlib library")
|
|
|
|
|
(description
|
|
|
|
|
"XForms is a graphical user interface toolkit for X based on the X11
|
|
|
|
|
Xlib library. It allows you to create windows, containing all kinds of
|
|
|
|
|
widgets (buttons, sliders, browsers, menus etc.) with a few lines of code and
|
|
|
|
|
then attach actions to the widgets, i.e., have some function called when a
|
|
|
|
|
button is pressed. To make this even easier XForms comes with a program
|
|
|
|
|
called @code{fdesign} that allows you to design a GUI for a program directly
|
|
|
|
|
on the screen and which then writes out the necessary C code for it.")
|
|
|
|
|
(license license:lgpl2.1+))))
|
2023-03-06 07:47:58 -05:00
|
|
|
|
|
|
|
|
|
(define-public xforms-gl
|
|
|
|
|
(package/inherit xforms
|
|
|
|
|
(name "xforms-gl")
|
|
|
|
|
(propagated-inputs (modify-inputs (package-propagated-inputs xforms)
|
|
|
|
|
(append mesa)))
|
|
|
|
|
(synopsis
|
|
|
|
|
"GUI toolkit for X based on the X11 Xlib library, with OpenGL support")))
|
2023-05-19 22:56:36 -04:00
|
|
|
|
|
|
|
|
|
(define-public show-me-the-key
|
|
|
|
|
(package
|
|
|
|
|
(name "show-me-the-key")
|
|
|
|
|
(version "1.8.0")
|
|
|
|
|
(source (origin
|
|
|
|
|
(method git-fetch)
|
|
|
|
|
(uri (git-reference
|
|
|
|
|
(url "https://github.com/AlynxZhou/showmethekey/")
|
|
|
|
|
(commit (string-append "v" version))))
|
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
|
(sha256 (base32
|
|
|
|
|
"1gvrri6kfywxk8hfchc66r6fpwlrcai2j227ib33w6503cx66rl9"))))
|
|
|
|
|
(build-system meson-build-system)
|
|
|
|
|
(inputs (list libevdev
|
|
|
|
|
libinput
|
|
|
|
|
gtk
|
|
|
|
|
json-glib-minimal
|
|
|
|
|
cairo
|
|
|
|
|
pango
|
|
|
|
|
libxkbcommon
|
|
|
|
|
polkit))
|
|
|
|
|
(native-inputs (list `(,glib "bin") ; for glib-compile-resources
|
|
|
|
|
`(,gtk "bin") ; for gtk-update-icon-cache
|
|
|
|
|
pkg-config))
|
|
|
|
|
(home-page "https://github.com/AlynxZhou/showmethekey")
|
|
|
|
|
(synopsis "Screencast tool to display pressed keys")
|
|
|
|
|
(description "Show Me the Key is a screencast tool to display your keys
|
|
|
|
|
and works under both Xorg and Wayland (via @code{libinput}), inspired by
|
|
|
|
|
@code{python-screenkey}.")
|
|
|
|
|
(license license:asl2.0)))
|