2015-02-14 19:57:23 +01:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
2015-04-03 10:49:40 +02:00
|
|
|
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
2015-04-26 15:55:59 +02:00
|
|
|
;;; Copyright © 2015 Andy Wingo <wingo@pobox.com>
|
2017-01-08 22:49:54 +01:00
|
|
|
;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
2015-04-26 15:55:59 +02:00
|
|
|
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
|
2015-07-16 06:15:45 +02:00
|
|
|
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
|
2017-01-22 22:19:12 +01:00
|
|
|
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
2016-08-29 18:42:51 +02:00
|
|
|
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
|
2017-01-10 05:57:30 +01:00
|
|
|
;;; Copyright © 2017 Mark H Weaver <mhw@netris.org>
|
2017-04-08 03:46:15 +02:00
|
|
|
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
2015-02-14 19:57:23 +01: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 freedesktop)
|
2015-04-26 15:55:59 +02:00
|
|
|
#:use-module ((guix licenses) #:prefix license:)
|
2015-02-14 19:57:23 +01:00
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix download)
|
2015-04-26 15:55:59 +02:00
|
|
|
#:use-module (guix git-download)
|
2015-04-03 10:49:40 +02:00
|
|
|
#:use-module (guix build-system gnu)
|
2015-04-14 08:53:03 +02:00
|
|
|
#:use-module (guix build-system python)
|
2016-11-14 11:15:40 +01:00
|
|
|
#:use-module (gnu packages acl)
|
|
|
|
#:use-module (gnu packages admin)
|
2015-04-26 15:55:59 +02:00
|
|
|
#:use-module (gnu packages autotools)
|
2016-11-14 11:15:40 +01:00
|
|
|
#:use-module (gnu packages boost)
|
|
|
|
#:use-module (gnu packages compression)
|
|
|
|
#:use-module (gnu packages databases)
|
|
|
|
#:use-module (gnu packages docbook)
|
|
|
|
#:use-module (gnu packages documentation)
|
2015-04-26 15:55:59 +02:00
|
|
|
#:use-module (gnu packages gettext)
|
2016-07-20 13:16:49 +02:00
|
|
|
#:use-module (gnu packages gl)
|
2016-11-14 11:15:40 +01:00
|
|
|
#:use-module (gnu packages glib) ;intltool
|
|
|
|
#:use-module (gnu packages gnome)
|
2017-01-08 22:49:54 +01:00
|
|
|
#:use-module (gnu packages gnuzilla)
|
2015-04-26 15:55:59 +02:00
|
|
|
#:use-module (gnu packages gperf)
|
2016-01-31 20:52:35 +01:00
|
|
|
#:use-module (gnu packages graphviz)
|
2015-12-15 12:32:50 +01:00
|
|
|
#:use-module (gnu packages gtk)
|
2015-07-26 05:28:34 +02:00
|
|
|
#:use-module (gnu packages libffi)
|
2016-07-20 13:16:49 +02:00
|
|
|
#:use-module (gnu packages libunwind)
|
2017-01-08 22:49:54 +01:00
|
|
|
#:use-module (gnu packages libusb)
|
2016-11-14 11:15:40 +01:00
|
|
|
#:use-module (gnu packages linux)
|
|
|
|
#:use-module (gnu packages m4)
|
2015-12-15 12:28:51 +01:00
|
|
|
#:use-module (gnu packages polkit)
|
2016-11-14 11:15:40 +01:00
|
|
|
#:use-module (gnu packages pkg-config)
|
|
|
|
#:use-module (gnu packages python)
|
2017-04-08 03:46:15 +02:00
|
|
|
#:use-module (gnu packages w3m)
|
2016-11-14 11:15:40 +01:00
|
|
|
#:use-module (gnu packages xml)
|
|
|
|
#:use-module (gnu packages xdisorg)
|
|
|
|
#:use-module (gnu packages xorg))
|
2015-02-14 19:57:23 +01:00
|
|
|
|
|
|
|
(define-public xdg-utils
|
|
|
|
(package
|
|
|
|
(name "xdg-utils")
|
2017-04-08 03:46:15 +02:00
|
|
|
(version "1.1.1")
|
2015-02-14 19:57:23 +01:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
2016-02-19 14:23:38 +01:00
|
|
|
"https://portland.freedesktop.org/download/xdg-utils-"
|
2017-04-08 03:46:15 +02:00
|
|
|
version ".tar.gz"))
|
2015-02-14 19:57:23 +01:00
|
|
|
(sha256
|
|
|
|
(base32
|
2017-04-08 03:46:15 +02:00
|
|
|
"09a1pk3ifsndc5qz2kcd1557i137gpgnv3d739pv22vfayi67pdh"))))
|
2015-02-14 19:57:23 +01:00
|
|
|
(build-system gnu-build-system)
|
2017-04-08 03:46:15 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("docbook-xsl" ,docbook-xsl)
|
|
|
|
("docbook-xml" ,docbook-xml-4.1.2)
|
|
|
|
("libxslt" ,libxslt)
|
|
|
|
("w3m" ,w3m)
|
|
|
|
("xmlto" ,xmlto)))
|
2016-02-23 15:18:55 +01:00
|
|
|
(propagated-inputs
|
|
|
|
`(("xprop" ,xprop) ; for Xfce detecting
|
gnu: Fix misplaced commas (unquote).
Fix many occurrences of comma (unquote) being placed immediately after the
previous list item, e.g. ("ncurses", ncurses) in the inputs.
* gnu/packages/base.scm (patch, gnu-make),
gnu/packages/bioinformatics.scm (hmmer),
gnu/packages/bittorrent.scm (aria2),
gnu/packages/compression.scm (pbzip2),
gnu/packages/databases.scm (recutils),
gnu/packages/fonts.scm (font-terminus),
gnu/packages/freedesktop.scm (xdg-utils, elogind),
gnu/packages/games.scm (gnujump),
gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit),
gnu/packages/gnunet.scm (gnunet),
gnu/packages/gnuzilla.scm (mozjs, nspr),
gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf),
gnu/packages/lua.scm (lua),
gnu/packages/openstack.scm (python-swiftclient),
gnu/packages/perl.scm (perl-json-any),
gnu/packages/polkit.scm (polkit-qt),
gnu/packages/python.scm (wrap-python3, python-oauthlib)
(python-mccabe-0.2.1, python-contextlib2, python2-rauth),
gnu/packages/qt.scm (qtkeychain),
gnu/packages/ruby.scm (ruby-nokogiri),
gnu/packages/screen.scm (screen),
gnu/packages/ssh.scm (libssh),
gnu/packages/video.scm (ffmpeg, mplayer),
gnu/packages/vim.scm (vim),
gnu/packages/xdisorg.scm (redshift),
gnu/packages/xfce.scm (xfce4-panel, xfce4-settings),
gnu/packages/xnee.scm (xnee),
gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi),
gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
2016-02-27 14:37:28 +01:00
|
|
|
("xset" ,xset))) ; for xdg-screensaver
|
2015-02-14 19:57:23 +01:00
|
|
|
(arguments
|
2017-04-08 03:46:15 +02:00
|
|
|
`(#:tests? #f ; no check target
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'patch-hardcoded-paths
|
|
|
|
(lambda _
|
|
|
|
(substitute* "scripts/xdg-mime.in"
|
|
|
|
(("/usr/bin/file") (which "file")))
|
|
|
|
(substitute* "scripts/xdg-open.in"
|
|
|
|
(("/usr/bin/printf") (which "printf")))
|
|
|
|
#t))
|
|
|
|
(add-before 'build 'locate-catalog-files
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(let ((xmldoc (string-append (assoc-ref inputs "docbook-xml")
|
|
|
|
"/xml/dtd/docbook"))
|
|
|
|
(xsldoc (string-append (assoc-ref inputs "docbook-xsl")
|
|
|
|
"/xml/xsl/docbook-xsl-"
|
|
|
|
,(package-version docbook-xsl))))
|
|
|
|
(for-each (lambda (file)
|
|
|
|
(substitute* file
|
|
|
|
(("http://.*/docbookx\\.dtd")
|
|
|
|
(string-append xmldoc "/docbookx.dtd"))))
|
|
|
|
(find-files "scripts/desc" "\\.xml$"))
|
|
|
|
(substitute* "scripts/Makefile"
|
|
|
|
;; Apparently `xmlto' does not bother to looks up the stylesheets
|
|
|
|
;; specified in the XML, unlike the above substitition. Instead it
|
|
|
|
;; uses a hard-coded URL. Work around it here, but if this is
|
|
|
|
;; common perhaps we should hardcode this path in xmlto itself.
|
|
|
|
(("\\$\\(XMLTO\\) man")
|
|
|
|
(string-append "$(XMLTO) -x " xsldoc
|
|
|
|
"/manpages/docbook.xsl man")))
|
|
|
|
(setenv "STYLESHEET"
|
|
|
|
(string-append xsldoc "/html/docbook.xsl"))
|
|
|
|
#t))))))
|
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/xdg-utils/")
|
2015-02-14 19:57:23 +01:00
|
|
|
(synopsis "Freedesktop.org scripts for desktop integration")
|
|
|
|
(description "The xdg-utils package is a set of simple scripts that
|
|
|
|
provide basic desktop integration functions in the framework of the
|
|
|
|
freedesktop.org project.")
|
2015-04-26 15:55:59 +02:00
|
|
|
(license license:expat)))
|
2015-04-03 10:49:40 +02:00
|
|
|
|
|
|
|
(define-public libinput
|
|
|
|
(package
|
|
|
|
(name "libinput")
|
2017-03-29 11:11:37 +02:00
|
|
|
(version "1.7.0")
|
2015-04-03 10:49:40 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-02-18 20:54:11 +01:00
|
|
|
(uri (string-append "https://freedesktop.org/software/libinput/"
|
2015-04-03 10:49:40 +02:00
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-03-29 11:11:37 +02:00
|
|
|
"1a58q60j3456d3qfhkkv319aq2hn4bpimcyhib4yks817pv719hj"))))
|
2015-04-03 10:49:40 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
2016-11-14 12:02:40 +01:00
|
|
|
`(("cairo" ,cairo)
|
|
|
|
("gtk+" ,gtk+)
|
|
|
|
("pkg-config" ,pkg-config)))
|
2015-04-03 10:49:40 +02:00
|
|
|
(propagated-inputs
|
|
|
|
`(("libudev" ,eudev))) ; required by libinput.pc
|
|
|
|
(inputs
|
2016-11-14 12:02:40 +01:00
|
|
|
`(("glib" ,glib)
|
|
|
|
("libevdev" ,libevdev)
|
2016-02-18 20:54:11 +01:00
|
|
|
("mtdev" ,mtdev)
|
|
|
|
("libwacom" ,libwacom)))
|
2016-07-18 13:49:49 +02:00
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/libinput/")
|
2015-04-03 10:49:40 +02:00
|
|
|
(synopsis "Input devices handling library")
|
|
|
|
(description
|
|
|
|
"Libinput is a library to handle input devices for display servers and
|
|
|
|
other applications that need to directly deal with input devices.")
|
2015-04-26 15:55:59 +02:00
|
|
|
(license license:x11)))
|
|
|
|
|
2016-07-29 10:23:53 +02:00
|
|
|
(define-public libinput-minimal
|
|
|
|
(package (inherit libinput)
|
|
|
|
(name "libinput-minimal")
|
2016-11-14 12:02:40 +01:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
2016-07-29 10:23:53 +02:00
|
|
|
(inputs
|
|
|
|
`(("libevdev" ,libevdev)
|
|
|
|
("mtdev" ,mtdev)))
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags
|
|
|
|
'("--disable-libwacom")))))
|
|
|
|
|
2015-07-08 18:32:20 +02:00
|
|
|
(define-public libxdg-basedir
|
|
|
|
(package
|
|
|
|
(name "libxdg-basedir")
|
|
|
|
(version "1.2.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://github.com/devnev/libxdg-basedir/archive/"
|
|
|
|
name "-" version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0s28c7sfwqimsmb3kn91mx7wi55fs3flhbmynl9k60rrllr00aqw"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'autogen
|
|
|
|
(lambda _
|
|
|
|
;; Run 'configure' in its own phase, not now.
|
|
|
|
(substitute* "autogen.sh"
|
|
|
|
(("^.*\\./configure.*") ""))
|
|
|
|
(zero? (system* "sh" "autogen.sh")))))))
|
|
|
|
(native-inputs
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
("automake" ,automake)
|
|
|
|
("libtool" ,libtool)))
|
|
|
|
(home-page "https://github.com/devnev/libxdg-basedir")
|
|
|
|
(synopsis "Implementation of the XDG Base Directory specification")
|
|
|
|
(description
|
|
|
|
"libxdg-basedir is a C library providing some functions to use with
|
|
|
|
the freedesktop.org XDG Base Directory specification.")
|
|
|
|
(license license:expat)))
|
|
|
|
|
2015-04-26 15:55:59 +02:00
|
|
|
(define-public elogind
|
2015-08-18 10:05:24 +02:00
|
|
|
(package
|
|
|
|
(name "elogind")
|
2016-03-17 09:43:48 +01:00
|
|
|
(version "219.14")
|
2015-08-18 10:05:24 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://wingolog.org/pub/" name "/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-03-17 09:43:48 +01:00
|
|
|
"1jckc4wx199n1q4r4fv43ibjs6nlq91s39w9r78ilk1z383m1hcx"))
|
2015-08-18 10:05:24 +02:00
|
|
|
(modules '((guix build utils)))
|
|
|
|
(snippet
|
|
|
|
'(begin
|
|
|
|
(use-modules (guix build utils))
|
|
|
|
(substitute* "Makefile.am"
|
|
|
|
;; Avoid validation against DTD because the DTDs for
|
|
|
|
;; both doctype 4.2 and 4.5 are needed.
|
|
|
|
(("XSLTPROC_FLAGS = ") "XSLTPROC_FLAGS = --novalid"))))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags
|
|
|
|
(list (string-append "--with-libcap="
|
|
|
|
(assoc-ref %build-inputs "libcap"))
|
|
|
|
(string-append "--with-udevrulesdir="
|
|
|
|
(assoc-ref %outputs "out")
|
2016-03-06 19:00:29 +01:00
|
|
|
"/lib/udev/rules.d"))
|
2016-03-07 00:01:03 +01:00
|
|
|
#:make-flags '("PKTTYAGENT=/run/current-system/profile/bin/pkttyagent")
|
|
|
|
#:phases (modify-phases %standard-phases
|
|
|
|
(add-before 'build 'fix-service-file
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
;; Fix the file name of the 'elogind' binary in the D-Bus
|
|
|
|
;; '.service' file.
|
|
|
|
(substitute* "src/login/org.freedesktop.login1.service"
|
|
|
|
(("^Exec=.*")
|
|
|
|
(string-append "Exec=" (assoc-ref %outputs "out")
|
|
|
|
"/libexec/elogind/elogind\n"))))))))
|
2015-08-18 10:05:24 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("intltool" ,intltool)
|
2016-09-25 09:33:02 +02:00
|
|
|
("gettext" ,gettext-minimal)
|
2015-08-18 10:05:24 +02:00
|
|
|
("docbook-xsl" ,docbook-xsl)
|
|
|
|
("docbook-xml" ,docbook-xml)
|
|
|
|
("xsltproc" ,libxslt)
|
|
|
|
("m4" ,m4)
|
|
|
|
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
|
gnu: Fix misplaced commas (unquote).
Fix many occurrences of comma (unquote) being placed immediately after the
previous list item, e.g. ("ncurses", ncurses) in the inputs.
* gnu/packages/base.scm (patch, gnu-make),
gnu/packages/bioinformatics.scm (hmmer),
gnu/packages/bittorrent.scm (aria2),
gnu/packages/compression.scm (pbzip2),
gnu/packages/databases.scm (recutils),
gnu/packages/fonts.scm (font-terminus),
gnu/packages/freedesktop.scm (xdg-utils, elogind),
gnu/packages/games.scm (gnujump),
gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit),
gnu/packages/gnunet.scm (gnunet),
gnu/packages/gnuzilla.scm (mozjs, nspr),
gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf),
gnu/packages/lua.scm (lua),
gnu/packages/openstack.scm (python-swiftclient),
gnu/packages/perl.scm (perl-json-any),
gnu/packages/polkit.scm (polkit-qt),
gnu/packages/python.scm (wrap-python3, python-oauthlib)
(python-mccabe-0.2.1, python-contextlib2, python2-rauth),
gnu/packages/qt.scm (qtkeychain),
gnu/packages/ruby.scm (ruby-nokogiri),
gnu/packages/screen.scm (screen),
gnu/packages/ssh.scm (libssh),
gnu/packages/video.scm (ffmpeg, mplayer),
gnu/packages/vim.scm (vim),
gnu/packages/xdisorg.scm (redshift),
gnu/packages/xfce.scm (xfce4-panel, xfce4-settings),
gnu/packages/xnee.scm (xnee),
gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi),
gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
2016-02-27 14:37:28 +01:00
|
|
|
("pkg-config" ,pkg-config)
|
2017-03-19 23:09:15 +01:00
|
|
|
|
|
|
|
;; Use gperf 3.0 to work around
|
|
|
|
;; <https://github.com/wingo/elogind/issues/8>.
|
|
|
|
("gperf" ,gperf-3.0)))
|
2015-08-18 10:05:24 +02:00
|
|
|
(inputs
|
|
|
|
`(("linux-pam" ,linux-pam)
|
|
|
|
("linux-libre-headers" ,linux-libre-headers)
|
|
|
|
("libcap" ,libcap)
|
2016-01-27 16:24:26 +01:00
|
|
|
("shepherd" ,shepherd) ;for 'halt' and 'reboot', invoked
|
2015-10-18 19:04:46 +02:00
|
|
|
;when pressing the power button
|
2015-08-18 10:05:24 +02:00
|
|
|
("dbus" ,dbus)
|
2016-12-29 10:01:20 +01:00
|
|
|
("eudev" ,eudev)
|
|
|
|
("acl" ,acl))) ;to add individual users to ACLs on /dev nodes
|
2016-03-06 19:00:29 +01:00
|
|
|
(home-page "https://github.com/wingo/elogind")
|
2015-08-18 10:05:24 +02:00
|
|
|
(synopsis "User, seat, and session management service")
|
|
|
|
(description "Elogind is the systemd project's \"logind\" service,
|
2015-04-26 15:55:59 +02:00
|
|
|
extracted out as a separate project. Elogind integrates with PAM to provide
|
|
|
|
the org.freedesktop.login1 interface over the system bus, allowing other parts
|
|
|
|
of a the system to know what users are logged in, and where.")
|
2015-08-18 10:05:24 +02:00
|
|
|
(license license:lgpl2.1+)))
|
2015-04-14 08:53:03 +02:00
|
|
|
|
|
|
|
(define-public python-pyxdg
|
|
|
|
(package
|
|
|
|
(name "python-pyxdg")
|
|
|
|
(version "0.25")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://pypi.python.org/packages/source/p/pyxdg/pyxdg-"
|
|
|
|
version ".tar.gz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"179767h8m634ydlm4v8lnz01ba42gckfp684id764zaip7h87s41"))))
|
|
|
|
(build-system python-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:phases
|
|
|
|
(alist-replace
|
|
|
|
'check
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(setenv "XDG_DATA_DIRS"
|
|
|
|
(string-append (assoc-ref inputs "shared-mime-info")
|
|
|
|
"/share/"))
|
|
|
|
(substitute* "test/test-icon.py"
|
|
|
|
(("/usr/share/icons/hicolor/index.theme")
|
|
|
|
(string-append (assoc-ref inputs "hicolor-icon-theme")
|
|
|
|
"/share/icons/hicolor/index.theme")))
|
|
|
|
|
|
|
|
;; One test fails with:
|
|
|
|
;; AssertionError: 'x-apple-ios-png' != 'png'
|
|
|
|
(substitute* "test/test-mime.py"
|
|
|
|
(("self.check_mimetype\\(imgpng, 'image', 'png'\\)") "#"))
|
|
|
|
(zero? (system* "nosetests" "-v")))
|
|
|
|
%standard-phases)))
|
|
|
|
(native-inputs
|
|
|
|
`(("shared-mime-info" ,shared-mime-info) ;for tests
|
|
|
|
("hicolor-icon-theme" ,hicolor-icon-theme) ;for tests
|
gnu: Remove python-setuptools and python2-setuptools from inputs (part 2)
This patch contains the changes where removing setuptools from the inputs
affected some code-lines beside.
* gnu/packages/admin.scm (ansible): Remove all [inputs], [native-inputs] and
[propagated-inputs] where python-setuptools or python2-setuptools are the
sole entries. Remove python-setuptools and python2-setuptools listed on a
line by its own from [inputs], [native-inputs] and [propagated-inputs].
* gnu/packages/backup.scm (duplicity): Likewise.
* gnu/packages/bioinformatics.scm (bamm, python2-pybedtools,
python2-bx-python, python2-dendropy, python-pysam, python2-pysam, clipper,
crossmap, cutadapt, deeptools, grit, idr, python2-warpedlmm,
pbtranscript-tofu, seqmagick): Likewise.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): Likewise.
* gnu/packages/lirc.scm (python2-lirc): Likewise.
* gnu/packages/mp3.scm (eyed3): Likewise.
* gnu/packages/nutrition.scm (gourmet): Likewise.
* gnu/packages/openstack.scm (python-hacking, python2-hacking,
python-os-testr, python2-os-testr,
python-stevedore, python2-stevedore,
python-tempest-lib, python2-tempest-lib,
python-oslo.log, python2-oslo.log,
python-keystoneclient, python2-keystoneclient): Likewise.
* gnu/packages/password-utils.scm (assword): Likewise.
* gnu/packages/python.scm (python-passlib, python2-passlib,
python-babel, python2-babel,
python-parse-type,
python-pytest, python2-pytest,
python-scripttest, python2-scripttest,
python-testtools, python2-testtools,
python-testscenarios, python2-testscenarios,
python-subunit, python2-subunit,
python-pbr-0.11,
python-pbr, python2-pbr,
python-testrepository, python2-testrepository,
behave,
python-wheel, python2-wheel,
python-requests, python2-requests,
python-jsonschema, python2-jsonschema,
python-pyjwt, python2-pyjwt,
python-virtualenv, python2-virtualenv,
python-jinja2, python2-jinja2,
python-joblib, python2-joblib,
python-sphinx, python2-sphinx,
python-feedgenerator, python2-feedgenerator,
python-scikit-image, python2-scikit-image,
python-redis, python2-redis,
python2-fastlmm,
python-numpydoc, python2-numpydoc,
python-matplotlib, python2-matplotlib,
python2-pysnptools,
python-rpy2, python2-rpy2,
python-pillow, python2-pillow,
python-pycparser, python2-pycparser,
python-cffi, python2-cffi,
python-cairocffi, python2-cairocffi,
python-drmaa, python2-drmaa,
python-pathpy, python2-pathpy,
python-simplegeneric, python2-simplegeneric,
python-ipython, python2-ipython,
python-apsw, python2-apsw,
python-lxml, python2-lxml,
python-networkx, python2-networkx,
python-pyzmq, python2-pyzmq,
python-mccabe, python2-mccabe,
python-mccabe-0.2.1,
python-flake8, python2-flake8,
python-flake8-2.2.4,
python-mistune, python2-mistune,
python-ptyprocess, python2-ptyprocess,
python-llfuse, python2-llfuse,
python-webob, python2-webob,
python-xlrd, python2-xlrd,
python-tables, python2-tables,
python-pip, python2-pip,
python-libarchive-c, python2-libarchive-c,
python-docopt, python2-docopt,
python-pyrfc3339, python2-pyrfc3339,
python-configobj, python2-configobj,
python-clint, python2-clint,
python-rply, python2-rply,
python2-rpython,
python-widgetsnbextension, python2-widgetsnbextension
jupyter,
python-jupyter-console, python2-jupyter-console,
python-hy, python2-hy,
python-urllib3, python2-urllib3,
python-rsa, python2-rsa,
python-tox, python2-tox,
python2-hypothesis,
python-paste, python2-paste,
python-pastescript, python2-pastescript,
python2-unicodecsv,
python-pkgconfig, python2-pkgconfig,
python2-rope,
python-sqlparse, python2-sqlparse,
python-gevent, python2-gevent,
python-tabulate, python2-tabulate,
python-arrow, python2-arrow,
python-cleo, python2-cleo,
python-fake-factory, python2-fake-factory,
ptpython): Likewise.
* gnu/packages/rdf.scm (python-rdflib, python2-rdflib): Likewise.
* gnu/packages/terminals.scm (asciinema): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-hubic): Likewise.
* gnu/packages/xdisorg.scm (arandr): Likewise.
2016-09-28 13:30:54 +02:00
|
|
|
("python-nose" ,python-nose)))
|
2015-04-14 08:53:03 +02:00
|
|
|
(home-page "http://freedesktop.org/wiki/Software/pyxdg")
|
|
|
|
(synopsis "Implementations of freedesktop.org standards in Python")
|
|
|
|
(description
|
|
|
|
"PyXDG is a collection of implementations of freedesktop.org standards in
|
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 14:16:07 +02:00
|
|
|
Python.")
|
2015-04-14 08:53:03 +02:00
|
|
|
(license license:lgpl2.0)))
|
|
|
|
|
|
|
|
(define-public python2-pyxdg
|
|
|
|
(package-with-python2 python-pyxdg))
|
2015-06-17 12:27:37 +02:00
|
|
|
|
|
|
|
(define-public wayland
|
|
|
|
(package
|
|
|
|
(name "wayland")
|
2017-03-08 16:39:10 +01:00
|
|
|
(version "1.13.0")
|
2015-06-17 12:27:37 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-02-19 14:23:38 +01:00
|
|
|
(uri (string-append "https://wayland.freedesktop.org/releases/"
|
2015-06-17 12:27:37 +02:00
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-03-08 16:39:10 +01:00
|
|
|
"0lgywr1m0d79vr4s8aimj8a307nss29hhy68gjpqj7m667055c39"))))
|
2015-06-17 12:27:37 +02:00
|
|
|
(build-system gnu-build-system)
|
2016-02-28 12:32:52 +01:00
|
|
|
(arguments `(#:parallel-tests? #f))
|
2015-06-17 12:27:37 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("doxygen" ,doxygen)
|
2016-01-31 20:52:35 +01:00
|
|
|
("graphviz" ,graphviz)
|
2015-06-17 12:27:37 +02:00
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("xmlto" ,xmlto)
|
|
|
|
("xsltproc" ,libxslt)))
|
|
|
|
(inputs
|
|
|
|
`(("docbook-xml" ,docbook-xml)
|
|
|
|
("docbook-xsl" ,docbook-xsl)
|
|
|
|
("expat" ,expat)
|
|
|
|
("libffi" ,libffi)
|
|
|
|
("libxml2" ,libxml2))) ; for XML_CATALOG_FILES
|
2016-02-28 12:32:52 +01:00
|
|
|
(home-page "https://wayland.freedesktop.org/")
|
2015-06-17 12:27:37 +02:00
|
|
|
(synopsis "Display server protocol")
|
|
|
|
(description
|
|
|
|
"Wayland is a protocol for a compositor to talk to its clients as well as
|
|
|
|
a C library implementation of that protocol. The compositor can be a standalone
|
|
|
|
display server running on Linux kernel modesetting and evdev input devices, an X
|
|
|
|
application, or a wayland client itself. The clients can be traditional
|
|
|
|
applications, X servers (rootless or fullscreen) or other display servers.")
|
|
|
|
(license license:x11)))
|
2015-07-16 06:15:45 +02:00
|
|
|
|
2016-08-15 00:23:48 +02:00
|
|
|
(define-public wayland-protocols
|
|
|
|
(package
|
|
|
|
(name "wayland-protocols")
|
2016-11-14 09:38:46 +01:00
|
|
|
(version "1.7")
|
2016-08-15 00:23:48 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://wayland.freedesktop.org/releases/"
|
|
|
|
"wayland-protocols-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-11-14 09:38:46 +01:00
|
|
|
"07qw166s6bm81zfnhf4lmww6wj0il960fm3vp7n1z3rign9jlpv3"))))
|
2016-08-15 00:23:48 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(inputs
|
|
|
|
`(("wayland" ,wayland)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(synopsis "Wayland protocols")
|
|
|
|
(description "This package contains XML definitions of the Wayland protocols.")
|
|
|
|
(home-page "https://wayland.freedesktop.org")
|
|
|
|
(license license:expat)))
|
|
|
|
|
2016-07-20 13:16:49 +02:00
|
|
|
(define-public weston
|
|
|
|
(package
|
|
|
|
(name "weston")
|
2017-03-08 16:40:12 +01:00
|
|
|
(version "2.0.0")
|
2016-07-20 13:16:49 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://wayland.freedesktop.org/releases/"
|
|
|
|
"weston-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-03-08 16:40:12 +01:00
|
|
|
"1n35acsknwqfhsni854q5mjq2gnbnfdvinh92rpij67i4yn4dr5l"))))
|
2016-07-20 13:16:49 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("xorg-server" ,xorg-server)))
|
|
|
|
(inputs
|
|
|
|
`(("cairo" ,cairo-xcb)
|
|
|
|
("dbus" ,dbus)
|
|
|
|
("elogind" ,elogind)
|
|
|
|
("libinput" ,libinput-minimal)
|
|
|
|
("libunwind" ,libunwind)
|
|
|
|
("libxcursor" ,libxcursor)
|
|
|
|
("libxkbcommon" ,libxkbcommon)
|
|
|
|
("mesa" ,mesa)
|
|
|
|
("mtdev" ,mtdev)
|
|
|
|
("linux-pam" ,linux-pam)
|
|
|
|
("wayland" ,wayland)
|
|
|
|
("wayland-protocols" ,wayland-protocols)
|
|
|
|
("xorg-server-xwayland" ,xorg-server-xwayland)))
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags
|
|
|
|
(list "--disable-setuid-install"
|
|
|
|
"--enable-systemd-login"
|
|
|
|
(string-append "--with-xserver-path="
|
|
|
|
(assoc-ref %build-inputs "xorg-server-xwayland")
|
|
|
|
"/bin/Xwayland"))
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'configure 'use-elogind
|
|
|
|
(lambda _
|
|
|
|
;; Use elogind instead of systemd
|
|
|
|
(substitute* "configure"
|
|
|
|
(("libsystemd-login >= 198") "libelogind"))
|
2017-01-30 15:31:01 +01:00
|
|
|
(substitute* '("libweston/launcher-logind.c"
|
|
|
|
"libweston/weston-launch.c")
|
2016-07-20 13:16:49 +02:00
|
|
|
(("#include <systemd/sd-login.h>")
|
2017-01-30 15:31:01 +01:00
|
|
|
"#include <elogind/sd-login.h>"))
|
|
|
|
#t))
|
2016-07-20 13:16:49 +02:00
|
|
|
(add-after 'configure 'patch-confdefs.h
|
|
|
|
(lambda _
|
|
|
|
(system "echo \"#define HAVE_SYSTEMD_LOGIN_209 1\" >> confdefs.h")))
|
|
|
|
(add-before 'check 'setup
|
|
|
|
(lambda _
|
|
|
|
(setenv "HOME" (getcwd))
|
|
|
|
(setenv "XDG_RUNTIME_DIR" (getcwd))
|
|
|
|
#t))
|
|
|
|
(add-before 'check 'start-xorg-server
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
;; The test suite requires a running X server.
|
|
|
|
(system (string-append (assoc-ref inputs "xorg-server")
|
|
|
|
"/bin/Xvfb :1 &"))
|
|
|
|
(setenv "DISPLAY" ":1")
|
|
|
|
#t)))))
|
|
|
|
(home-page "https://wayland.freedesktop.org")
|
|
|
|
(synopsis "Reference implementation of a Wayland compositor")
|
|
|
|
(description "Weston is the reference implementation of a Wayland
|
|
|
|
compositor, and a useful compositor in its own right.
|
|
|
|
|
|
|
|
A Wayland compositor allows applications to render to a shared offscreen
|
|
|
|
buffer using OpenGL ES. The compositor then culls the hidden parts and
|
|
|
|
composes the final output. A Wayland compositor is essentially a
|
|
|
|
multiplexer to the KMS/DRM Linux kernel devices.")
|
|
|
|
(license license:expat)))
|
|
|
|
|
2015-07-16 06:15:45 +02:00
|
|
|
(define-public exempi
|
|
|
|
(package
|
|
|
|
(name "exempi")
|
2017-03-29 11:01:02 +02:00
|
|
|
(version "2.4.2")
|
2015-07-16 06:15:45 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
2016-02-19 14:23:38 +01:00
|
|
|
"https://libopenraw.freedesktop.org/download/"
|
2015-07-16 06:15:45 +02:00
|
|
|
name "-" version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2017-03-29 11:01:02 +02:00
|
|
|
"1v665fc7x0yi7x6lzskvd8bd2anf7951svn2vd5384dblmgv43av"))))
|
2015-07-16 06:15:45 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags (list (string-append "--with-boost="
|
|
|
|
(assoc-ref %build-inputs "boost")))))
|
|
|
|
(native-inputs
|
|
|
|
`(("boost" ,boost))) ; tests
|
|
|
|
(inputs
|
|
|
|
`(("expat" ,expat)
|
|
|
|
("zlib" ,zlib)))
|
|
|
|
(home-page "https://wiki.freedesktop.org/libopenraw/Exempi")
|
|
|
|
(synopsis "XMP metadata handling library")
|
|
|
|
(description "Exempi is an implementation of the Extensible Metadata
|
|
|
|
Platform (XMP), which enables embedding metadata in PDF and image formats.")
|
|
|
|
(license license:bsd-3)))
|
2015-07-26 05:27:39 +02:00
|
|
|
|
|
|
|
(define-public libatasmart
|
|
|
|
(package
|
|
|
|
(name "libatasmart")
|
|
|
|
(version "0.19")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "http://0pointer.de/public/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"138gvgdwk6h4ljrjsr09pxk1nrki4b155hqdzyr8mlk3bwsfmw31"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(inputs
|
|
|
|
`(("udev" ,eudev)))
|
|
|
|
(home-page "http://0pointer.de/blog/projects/being-smart.html")
|
|
|
|
(synopsis "ATA S.M.A.R.T. reading and parsing library")
|
|
|
|
(description
|
|
|
|
"This library supports a subset of the ATA S.M.A.R.T. (Self-Monitoring,
|
|
|
|
Analysis and Reporting Technology) functionality.")
|
|
|
|
(license license:lgpl2.1+)))
|
2015-07-26 05:28:34 +02:00
|
|
|
|
|
|
|
(define-public udisks
|
|
|
|
(package
|
|
|
|
(name "udisks")
|
2016-11-27 11:13:50 +01:00
|
|
|
(version "2.1.8")
|
2015-07-26 05:28:34 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-02-19 14:23:38 +01:00
|
|
|
(uri (string-append "https://udisks.freedesktop.org/releases/"
|
2015-07-26 05:28:34 +02:00
|
|
|
name "-" version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-11-27 11:13:50 +01:00
|
|
|
"1nkxhnqh39c9pzvm4zfj50rgv6apqawdx09bv3sfaxrah4a6jhfs"))))
|
2015-07-26 05:28:34 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
2016-11-11 18:05:45 +01:00
|
|
|
`(("docbook-xml" ,docbook-xml-4.3) ; to build the manpages
|
|
|
|
("docbook-xsl" ,docbook-xsl)
|
|
|
|
("glib:bin" ,glib "bin") ; for glib-mkenums
|
2015-07-26 05:28:34 +02:00
|
|
|
("gobject-introspection" ,gobject-introspection)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("xsltproc" ,libxslt)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("glib" ,glib))) ; required by udisks2.pc
|
|
|
|
(inputs
|
|
|
|
`(("acl" ,acl)
|
|
|
|
("libatasmart" ,libatasmart)
|
|
|
|
("libgudev" ,libgudev)
|
2015-11-01 17:43:50 +01:00
|
|
|
("polkit" ,polkit)
|
|
|
|
("util-linux" ,util-linux)))
|
2015-11-01 17:49:51 +01:00
|
|
|
(outputs '("out"
|
|
|
|
"doc")) ;5 MiB of gtk-doc HTML
|
2015-07-26 05:28:34 +02:00
|
|
|
(arguments
|
|
|
|
`(#:tests? #f ; requiring system message dbus
|
2016-03-20 22:51:09 +01:00
|
|
|
#:disallowed-references ("doc") ;enforce separation of "doc"
|
2015-07-26 05:28:34 +02:00
|
|
|
#:configure-flags
|
2016-11-11 18:05:45 +01:00
|
|
|
(list "--enable-man"
|
2015-07-26 05:28:34 +02:00
|
|
|
"--localstatedir=/var"
|
2015-11-01 17:44:56 +01:00
|
|
|
"--enable-fhs-media" ;mount devices in /media, not /run/media
|
2015-11-01 17:49:51 +01:00
|
|
|
(string-append "--with-html-dir="
|
|
|
|
(assoc-ref %outputs "doc")
|
|
|
|
"/share/doc/udisks/html")
|
2015-07-26 05:28:34 +02:00
|
|
|
(string-append "--with-udevdir=" %output "/lib/udev"))
|
2016-11-11 18:05:45 +01:00
|
|
|
#:make-flags
|
|
|
|
(let* ((docbook-xsl-name-version ,(string-append
|
|
|
|
(package-name docbook-xsl) "-"
|
|
|
|
(package-version docbook-xsl)))
|
|
|
|
(docbook-xsl-catalog-file (string-append
|
|
|
|
(assoc-ref %build-inputs "docbook-xsl")
|
|
|
|
"/xml/xsl/"
|
|
|
|
docbook-xsl-name-version
|
|
|
|
"/catalog.xml"))
|
|
|
|
(docbook-xml-catalog-file (string-append
|
|
|
|
(assoc-ref %build-inputs "docbook-xml")
|
|
|
|
"/xml/dtd/docbook/catalog.xml")))
|
|
|
|
;; Reference the catalog files required to build the manpages.
|
|
|
|
(list (string-append "XML_CATALOG_FILES=" docbook-xsl-catalog-file " "
|
|
|
|
docbook-xml-catalog-file)))
|
2015-07-26 05:28:34 +02:00
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before
|
|
|
|
'configure 'fix-girdir
|
|
|
|
(lambda _
|
|
|
|
;; Install introspection data to its own output.
|
|
|
|
(substitute* "udisks/Makefile.in"
|
|
|
|
(("girdir = .*")
|
|
|
|
"girdir = $(datadir)/gir-1.0\n")
|
|
|
|
(("typelibsdir = .*")
|
2015-11-01 17:43:50 +01:00
|
|
|
"typelibsdir = $(libdir)/girepository-1.0\n"))))
|
|
|
|
(add-after 'install 'set-mount-file-name
|
|
|
|
(lambda* (#:key outputs inputs #:allow-other-keys)
|
|
|
|
;; Tell 'udisksd' where to find the 'mount' command.
|
|
|
|
(let ((out (assoc-ref outputs "out"))
|
|
|
|
(utils (assoc-ref inputs "util-linux")))
|
|
|
|
(wrap-program (string-append out "/libexec/udisks2/udisksd")
|
|
|
|
`("PATH" ":" prefix
|
|
|
|
(,(string-append utils "/bin") ;for 'mount'
|
|
|
|
"/run/current-system/profile/bin"
|
|
|
|
"/run/current-system/profile/sbin")))
|
|
|
|
#t))))))
|
2016-11-27 11:13:50 +01:00
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/udisks/")
|
2015-07-26 05:28:34 +02:00
|
|
|
(synopsis "Disk manager service")
|
|
|
|
(description
|
|
|
|
"UDisks provides interfaces to enumerate and perform operations on disks
|
|
|
|
and storage devices. Any application (including unprivileged ones) can access
|
|
|
|
the udisksd(8) daemon via the name org.freedesktop.UDisks2 on the system
|
|
|
|
message bus.")
|
|
|
|
;; The dynamic library are under LGPLv2+, others are GPLv2+.
|
|
|
|
(license (list license:gpl2+ license:lgpl2.0+))))
|
2015-08-22 11:18:01 +02:00
|
|
|
|
|
|
|
(define-public accountsservice
|
|
|
|
(package
|
|
|
|
(name "accountsservice")
|
2016-11-14 20:02:10 +01:00
|
|
|
(version "0.6.43")
|
2015-08-22 11:18:01 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-03-12 18:18:08 +01:00
|
|
|
(uri (string-append "https://www.freedesktop.org/software/"
|
2015-08-22 11:18:01 +02:00
|
|
|
name "/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-11-14 20:02:10 +01:00
|
|
|
"1k6n9079001sgcwlkq0bz6mkn4m8y4dwf6hs1qm85swcld5ajfzd"))))
|
2015-08-22 11:18:01 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:tests? #f ; XXX: tests require DocBook 4.1.2
|
|
|
|
#:configure-flags
|
|
|
|
'("--localstatedir=/var")
|
|
|
|
#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before
|
|
|
|
'configure 'pre-configure
|
|
|
|
(lambda _
|
|
|
|
;; Don't try to create /var/lib/AccoutsService.
|
|
|
|
(substitute* "src/Makefile.in"
|
2016-11-14 20:02:10 +01:00
|
|
|
(("\\$\\(MKDIR_P\\).*/lib/AccountsService.*") "true"))
|
|
|
|
#t)))))
|
2015-08-22 11:18:01 +02:00
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
|
|
|
|
("gobject-introspection" ,gobject-introspection)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(inputs
|
|
|
|
`(("polkit" ,polkit)))
|
|
|
|
(home-page "http://www.freedesktop.org/wiki/Software/AccountsService/")
|
|
|
|
(synopsis "D-Bus interface for user account query and manipulation")
|
|
|
|
(description
|
|
|
|
"The AccountService project provides a set of D-Bus interfaces for querying
|
|
|
|
and manipulating user account information and an implementation of these
|
|
|
|
interfaces, based on the useradd, usermod and userdel commands.")
|
|
|
|
(license license:gpl3+)))
|
2015-12-13 15:35:12 +01:00
|
|
|
|
|
|
|
(define-public libmbim
|
|
|
|
(package
|
|
|
|
(name "libmbim")
|
2016-05-12 15:36:00 +02:00
|
|
|
(version "1.12.4")
|
2015-12-13 15:35:12 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
2016-03-13 19:28:38 +01:00
|
|
|
"https://www.freedesktop.org/software/" name "/"
|
2015-12-13 15:35:12 +01:00
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-05-12 15:36:00 +02:00
|
|
|
"0flpgzsqpjgybjkx4smbb4rjxf2w1xgd1v9gmz61rvl89qasznbv"))))
|
2015-12-13 15:35:12 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("python" ,python-wrapper)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("glib" ,glib))) ; required by mbim-glib.pc
|
|
|
|
(inputs
|
|
|
|
`(("libgudev" ,libgudev)))
|
|
|
|
(synopsis "Library to communicate with MBIM-powered modems")
|
2016-05-12 15:36:00 +02:00
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/libmbim/")
|
2015-12-13 15:35:12 +01:00
|
|
|
(description
|
|
|
|
"Libmbim is a GLib-based library for talking to WWAN modems and devices
|
|
|
|
which speak the Mobile Interface Broadband Model (MBIM) protocol.")
|
|
|
|
(license
|
|
|
|
;; The libmbim-glib library is released under the LGPLv2+ license.
|
|
|
|
;; The mbimcli tool is released under the GPLv2+ license.
|
|
|
|
(list license:lgpl2.0+ license:gpl2+))))
|
2015-12-13 15:35:54 +01:00
|
|
|
|
|
|
|
(define-public libqmi
|
|
|
|
(package
|
|
|
|
(name "libqmi")
|
2016-05-12 15:38:47 +02:00
|
|
|
(version "1.14.2")
|
2015-12-13 15:35:54 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
2016-02-28 12:42:34 +01:00
|
|
|
"https://www.freedesktop.org/software/" name "/"
|
2015-12-13 15:35:54 +01:00
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-05-12 15:38:47 +02:00
|
|
|
"0h009bzss4bal47nk21lyp4s3mmlcivhhaaj7r9229qvx85bi0v2"))))
|
2015-12-13 15:35:54 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("python" ,python-wrapper)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("glib" ,glib))) ; required by qmi-glib.pc
|
|
|
|
(synopsis "Library to communicate with QMI-powered modems")
|
2016-02-28 12:42:34 +01:00
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/libqmi/")
|
2015-12-13 15:35:54 +01:00
|
|
|
(description
|
|
|
|
"Libqmi is a GLib-based library for talking to WWAN modems and devices
|
|
|
|
which speak the Qualcomm MSM Interface (QMI) protocol.")
|
|
|
|
(license
|
|
|
|
;; The libqmi-glib library is released under the LGPLv2+ license.
|
|
|
|
;; The qmicli tool is released under the GPLv2+ license.
|
|
|
|
(list license:lgpl2.0+ license:gpl2+))))
|
2015-12-13 15:36:30 +01:00
|
|
|
|
|
|
|
(define-public modem-manager
|
|
|
|
(package
|
|
|
|
(name "modem-manager")
|
2016-03-24 07:37:07 +01:00
|
|
|
(version "1.4.14")
|
2015-12-13 15:36:30 +01:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
2016-02-23 06:15:05 +01:00
|
|
|
"https://www.freedesktop.org/software/ModemManager/"
|
2015-12-13 15:36:30 +01:00
|
|
|
"ModemManager-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2016-03-24 07:37:07 +01:00
|
|
|
"18hvffwcncwz14kdzk42jbkh362n0kjv3kgx7axbqx572pawvrmb"))))
|
2015-12-13 15:36:30 +01:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:configure-flags
|
|
|
|
`(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
|
|
|
("gobject-introspection" ,gobject-introspection)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("vala" ,vala)
|
|
|
|
;; For testing.
|
|
|
|
("dbus" ,dbus)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("glib" ,glib))) ; required by mm-glib.pc
|
|
|
|
(inputs
|
|
|
|
`(("libgudev" ,libgudev)
|
|
|
|
("libmbim" ,libmbim)
|
|
|
|
("libqmi" ,libqmi)
|
|
|
|
("polkit" ,polkit)))
|
|
|
|
(synopsis "Mobile broadband modems manager")
|
|
|
|
(home-page "http://www.freedesktop.org/wiki/Software/ModemManager/")
|
|
|
|
(description
|
|
|
|
"ModemManager is a DBus-activated daemon which controls mobile
|
|
|
|
broadband (2G/3G/4G) devices and connections. Whether built-in devices, USB
|
|
|
|
dongles, bluetooth-paired telephones, or professional RS232/USB devices with
|
|
|
|
external power supplies, ModemManager is able to prepare and configure the
|
|
|
|
modems and setup connections with them.")
|
|
|
|
(license license:gpl2+)))
|
2015-12-15 12:28:51 +01:00
|
|
|
|
|
|
|
(define-public telepathy-logger
|
|
|
|
(package
|
|
|
|
(name "telepathy-logger")
|
|
|
|
(version "0.8.2")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-02-19 14:23:38 +01:00
|
|
|
(uri (string-append "https://telepathy.freedesktop.org/releases/"
|
2015-12-15 12:28:51 +01:00
|
|
|
name "/" name "-" version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1bjx85k7jyfi5pvl765fzc7q2iz9va51anrc2djv7caksqsdbjlg"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2016-02-23 07:53:47 +01:00
|
|
|
'(#:parallel-tests? #f
|
|
|
|
#:phases
|
2015-12-15 12:28:51 +01:00
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-before 'check 'pre-check
|
|
|
|
(lambda _
|
|
|
|
(setenv "HOME" (getenv "TMPDIR"))
|
|
|
|
#t)))))
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
|
|
|
("gobject-introspection" ,gobject-introspection)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("python" ,python-2)
|
|
|
|
("xsltproc" ,libxslt)))
|
|
|
|
(propagated-inputs
|
|
|
|
;; telepathy-logger-0.2.pc refers to all these.
|
|
|
|
`(("libxml2" ,libxml2)
|
|
|
|
("sqlite" ,sqlite)
|
|
|
|
("telepathy-glib" ,telepathy-glib)))
|
|
|
|
(synopsis "Telepathy logger library")
|
|
|
|
(home-page "http://telepathy.freedesktop.org/")
|
|
|
|
(description
|
|
|
|
"Telepathy logger is a headless observer client that logs information
|
|
|
|
received by the Telepathy framework. It features pluggable backends to log
|
|
|
|
different sorts of messages in different formats.")
|
|
|
|
(license license:lgpl2.1+)))
|
2015-12-15 12:32:50 +01:00
|
|
|
|
2016-08-29 18:42:51 +02:00
|
|
|
(define-public telepathy-idle
|
|
|
|
(package
|
|
|
|
(name "telepathy-idle")
|
|
|
|
(version "0.2.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://telepathy.freedesktop.org/releases/"
|
|
|
|
name "/" name "-" version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1argdzbif1vdmwp5vqbgkadq9ancjmgdm2ncp0qfckni715ss4rh"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(inputs
|
|
|
|
`(("xsltproc" ,libxslt)
|
|
|
|
("python" ,python-2)
|
|
|
|
("python-dbus" ,python2-dbus)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("telepathy-glib" ,telepathy-glib)))
|
|
|
|
(home-page "http://telepathy.freedesktop.org/")
|
|
|
|
(synopsis "Telepathy IRC connection manager")
|
|
|
|
(description
|
|
|
|
"Idle is an IRC connection manager for the Telepathy framework. This
|
|
|
|
package enables usage of IRC channels and private messages in Telepathy instant
|
|
|
|
messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
|
|
|
|
(license (list license:lgpl2.1 license:lgpl2.1+))))
|
|
|
|
|
2016-08-30 23:40:17 +02:00
|
|
|
(define-public telepathy-mission-control
|
|
|
|
(package
|
|
|
|
(name "telepathy-mission-control")
|
2017-01-10 05:57:30 +01:00
|
|
|
(version "5.16.4")
|
2016-08-30 23:40:17 +02:00
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://telepathy.freedesktop.org/releases/"
|
2017-01-10 05:57:30 +01:00
|
|
|
name "/" name "-" version ".tar.gz"))
|
2016-08-30 23:40:17 +02:00
|
|
|
(sha256
|
|
|
|
(base32
|
2017-01-10 05:57:30 +01:00
|
|
|
"1jz6wwgsfxixha6ys2hbzbk5faqnj9kh2m5qdlgx5anqgandsscp"))))
|
2016-08-30 23:40:17 +02:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(native-inputs
|
|
|
|
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
|
|
|
("pkg-config" ,pkg-config)))
|
|
|
|
(inputs
|
|
|
|
`(("dconf" ,dconf)
|
|
|
|
("gtk-doc" ,gtk-doc)
|
|
|
|
("libgnome-keyring" ,libgnome-keyring)
|
|
|
|
("python" ,python-2)
|
|
|
|
("xsltproc" ,libxslt)))
|
|
|
|
(propagated-inputs
|
|
|
|
`(("telepathy-glib" ,telepathy-glib)))
|
|
|
|
(home-page "https://telepathy.freedesktop.org/wiki/Components/Mission_Control/")
|
|
|
|
(synopsis "Telepathy real-time communication framework management daemon")
|
|
|
|
(description
|
|
|
|
"Telepathy Mission Control 5 is an account manager and channel dispatcher
|
|
|
|
for the Telepathy framework, allowing user interfaces and other clients to
|
|
|
|
share connections to real-time communication services without conflicting.")
|
|
|
|
(license license:lgpl2.1)))
|
|
|
|
|
2015-12-15 12:32:50 +01:00
|
|
|
(define-public colord-gtk
|
|
|
|
(package
|
|
|
|
(name "colord-gtk")
|
|
|
|
(version "0.1.26")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-02-19 14:23:38 +01:00
|
|
|
(uri (string-append "https://www.freedesktop.org/software/colord"
|
2015-12-15 12:32:50 +01:00
|
|
|
"/releases/" name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0i9y3bb5apj6a0f8cx36l6mjzs7xc0k7nf0magmf58vy2mzhpl18"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments '(#:tests? #f)) ; require the colord system service
|
|
|
|
(native-inputs
|
|
|
|
`(("gobject-introspection" ,gobject-introspection)
|
|
|
|
("intltool" ,intltool)
|
|
|
|
("pkg-config" ,pkg-config)
|
|
|
|
("vala" ,vala)))
|
|
|
|
(propagated-inputs
|
|
|
|
;; colord-gtk.pc refers to all these.
|
|
|
|
`(("colord" ,colord)
|
|
|
|
("gtk+" ,gtk+)))
|
|
|
|
(synopsis "GTK integration for libcolord")
|
|
|
|
(home-page "http://www.freedesktop.org/software/colord/")
|
|
|
|
(description
|
|
|
|
"This is a GTK+ convenience library for interacting with colord. It is
|
|
|
|
useful for both applications which need colour management and applications that
|
|
|
|
wish to perform colour calibration.")
|
|
|
|
(license license:lgpl2.1+)))
|
2017-01-08 22:49:54 +01:00
|
|
|
|
|
|
|
(define-public libfprint
|
|
|
|
(package
|
|
|
|
(name "libfprint")
|
|
|
|
(version "0.6.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "https://people.freedesktop.org/~hadess/"
|
|
|
|
name "-" version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"1giwh2z63mn45galsjb59rhyrvgwcy01hvvp4g01iaa2snvzr0r5"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
'(#:configure-flags (list (string-append "--with-udev-rules-dir="
|
|
|
|
(assoc-ref %outputs "out")
|
|
|
|
"/lib/udev/rules.d"))))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(inputs
|
|
|
|
`(("libusb" ,libusb)
|
|
|
|
("nss" ,nss)
|
|
|
|
("glib" ,glib)
|
|
|
|
("eudev" ,eudev)
|
|
|
|
("pixman" ,pixman)))
|
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/fprint/libfprint/")
|
|
|
|
(synopsis "Library to access fingerprint readers")
|
|
|
|
(description
|
|
|
|
"libfprint is a library designed to make it easy for application
|
|
|
|
developers to add support for consumer fingerprint readers to their
|
|
|
|
software.")
|
|
|
|
(license license:lgpl2.1+)))
|
2017-01-08 23:16:51 +01:00
|
|
|
|
|
|
|
(define-public fprintd
|
|
|
|
(package
|
|
|
|
(name "fprintd")
|
|
|
|
(version "0.7.0")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append
|
|
|
|
"https://people.freedesktop.org/~hadess/fprintd-"
|
|
|
|
version ".tar.xz"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"05915i0bv7q62fqrs5diqwr8dz3pwqa1c1ivcgggkjyw0xk4ldp5"))))
|
|
|
|
(build-system gnu-build-system)
|
2017-01-11 22:59:49 +01:00
|
|
|
(arguments
|
|
|
|
'(#:phases (modify-phases %standard-phases
|
|
|
|
(add-before 'build 'set-sysconfdir
|
|
|
|
(lambda* (#:key outputs #:allow-other-keys)
|
|
|
|
;; Work around a bug whereby the 'SYSCONFDIR' macro
|
|
|
|
;; expands literally to '${prefix}/etc'.
|
|
|
|
(let ((out (assoc-ref outputs "out")))
|
|
|
|
(substitute* "src/main.c"
|
|
|
|
(("SYSCONFDIR, \"fprintd.conf\"")
|
|
|
|
(string-append "\"" out "/etc\", "
|
|
|
|
"\"fprintd.conf\"")))
|
|
|
|
#t))))))
|
2017-01-08 23:16:51 +01:00
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)
|
|
|
|
("intltool" ,intltool)))
|
|
|
|
(inputs
|
|
|
|
`(("libfprint" ,libfprint)
|
|
|
|
("dbus-glib" ,dbus-glib)
|
|
|
|
("polkit" ,polkit)
|
|
|
|
("linux-pam" ,linux-pam))) ;for pam_fprintd
|
|
|
|
(home-page "https://www.freedesktop.org/wiki/Software/fprint/fprintd/")
|
|
|
|
(synopsis "D-Bus daemon that exposes fingerprint reader functionality")
|
|
|
|
(description
|
|
|
|
"fprintd is a D-Bus daemon that offers functionality of libfprint, a
|
|
|
|
library to access fingerprint readers, over the D-Bus interprocess
|
|
|
|
communication bus. This daemon layer above libfprint solves problems related
|
|
|
|
to applications simultaneously competing for fingerprint readers.")
|
|
|
|
(license license:gpl2+)))
|