aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
Commit message (Collapse)AuthorAge
* gnu: colord-gtk: Update to 0.3.0.Maxim Cournoyer2022-09-13
| | | | | | | | | | * gnu/packages/freedesktop.scm (colord-gtk): Update to 0.3.0. [build-system]: Use meson-build-system. [configure-flags] New argument. [native-inputs]: Replace intltool with gettext-minimal. [inputs]: Add pango-next. [propagated-inputs]: Replace gtk+ with gtk. [description]: Substitute GTK+ for GTK.
* gnu: accountsservice: Add bash-minimal to inputs.Maxim Cournoyer2022-09-13
| | | | * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add bash-minimal.
* gnu: accountsservice: Propagate glib.Maxim Cournoyer2022-09-13
| | | | | * gnu/packages/freedesktop.scm (accountsservice) [propagated-inputs]: Add glib.
* gnu: Add wayland-protocols-next.Maxim Cournoyer2022-09-13
| | | | * gnu/packages/freedesktop.scm (wayland-protocols-next): New variable.
* gnu: modem-manager: Update to 1.18.10 and remove input labels.Maxim Cournoyer2022-09-12
| | | | | | | * gnu/packages/freedesktop.scm (modem-manager): Update to 1.18.10. [configure-flags]: Use gexps. [native-inputs]: Remove labels. Add python, python-dbus and python-pygobject. Replace intltool with gettext-minimal.
* gnu: libqmi: Update to 1.30.8.Maxim Cournoyer2022-09-12
| | | | * gnu/packages/freedesktop.scm (libqmi): Update to 1.30.8.
* gnu: Add python-libevdev.Maxim Cournoyer2022-09-12
| | | | * gnu/packages/freedesktop.scm (python-libevdev): New variable.
* gnu: libmbim: Update to 1.26.4.Maxim Cournoyer2022-09-12
| | | | * gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4.
* gnu: Add appstream-qt.Brendan Tildesley2022-09-01
| | | | | | | * gnu/packages/freedesktop.scm (appstream-qt): Add a build of appstream with Qt support. Co-authored-by: Marius Bakke <marius@gnu.org>
* gnu: appstream: Update to 0.15.5.Marius Bakke2022-09-01
| | | | | | | | | | | | | * gnu/packages/freedesktop.scm (appstream): Update to 0.15.2. [arguments]: Use G-expression. Add #:meson. Enable (some) previously failing tests. Don't patch docbook file names, and use SEARCH-INPUT-FILE for libstemmer header. Add phase to set HOME before tests. [inputs]: Add CURL and LIBXMLB. [native-inputs]: Add ITSTOOL and LIBXML2. [license]: Remove GPL2+. Co-authored-by: Brendan Tildesley <mail@brendan.scot> Co-authored-by: phodina <phodina@protonmail.com>
* gnu: Add wayland-protocols 1.26.Brendan Tildesley2022-09-01
| | | | | | * gnu/packages/freedesktop.scm (wayland-protocols-next): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: accountsservice: Actually run the test suite.Marius Bakke2022-08-30
| | | | * gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON.
* gnu: accountsservice: Don't reference the build-time coreutils.Marius Bakke2022-08-30
| | | | * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add COREUTILS-MINIMAL.
* gnu: accountsservice: Remove obsolete input.Marius Bakke2022-08-30
| | | | | * gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: wayland-protocols: Fix cross-compilationTobias Kortkamp2022-08-30
| | | | | | | * gnu/packages/freedesktop.scm (wayland-protocols): Fix cross-compilation [native-inputs]: Add pkg-config-for-build and wayland. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: accountsservice: Adjust inputs.Efraim Flashner2022-08-29
| | | | | | | This fixes the builds of gdm and some other packages. * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Move polkit ... [propagated-inputs]: ... to here.
* gnu: accountsservice: Provide a means to locate extensions.Maxim Cournoyer2022-08-28
| | | | | | * gnu/packages/patches/accountsservice-extensions.patch: New patch. * gnu/packages/freedesktop.scm (accountsservice)[source]: Apply it. [phases]{wrap-with-xdg-data-dirs}: New phase.
* gnu: accountsservice: Update to 22.08.8, enable doc and test suite.Maxim Cournoyer2022-08-28
| | | | | | | | | | | | | * gnu/packages/freedesktop.scm (accountsservice): Update to 22.08.8. [tests?]: Delete argument. [configure-flags]: Remove obsolete "-Dsystemd" flag. Add "-Ddocbook=true" and "-Dgtk_doc=true". [phases]{patch-docbook-references}: New phase. {patch-/bin/cat}: Delete and merge into... [patch-paths]: ... this phase, renamed from pre-configure. Use search-input-file. [native-inputs]: Add docbook-xml-4.1.2, docbook-xsl, gtk-doc, libxml2, libxslt, python-dbusmock, python-pygobject, vala and xmlto.
* xdg-utils: Support cross-compilation.Maxime Devos2022-08-06
| | | | | | | | | | | | | | | | | | | It has been verified that this does not cause rebuilds when compiling natively. The references graph when cross-compiling has also been verified -- glibc-2.33 and the native bash-static-5.1.8 still remains in the graph, but via the cross-compiled inetutils-2.0, ncurses-6.2.20210619 and via gcc-cross-TARGET-10.3.0-lib, which is not related with Perl cross-compilation. * gnu/packages/freedesktop.scm (xdg-utils)[inputs]{bash-minimal,file}: New inputs when cross-compiling. (xdg-utils)[arguments]<#:phases>{locate-catalog-files}: Add 'native-inputs' argument when cross-compiling. Look for docbook-xml and docbook-xsl in native-inputs when cross-compiling. While we are at it, eliminate input labels with search-input-file. (xdg-utils)[arguments]<#:phases>{patch-hardcoded-patch}: Use search-input-file + inputs instead of 'which' when cross-compiling. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* perl-file-mimeinfo: Fix cross-compilation.Maxime Devos2022-08-06
| | | | | | | | | | * gnu/packages/freedesktop.scm (perl-file-mimeinfo)[arguments]<#:phases>: Make it a G-exp to avoid messy nested quasiquotation. {wrap-programs}: When cross-compiling, don't use the PELRL5LIB environment variable, instead use 'search-path-as-list'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: freedesktop: Add 'bash' input for 'wrap-program'Maxime Devos2022-08-06
| | | | | | | | | | | | It is required for cross-compilation. Cherry-picked from <https://issues.guix.gnu.org/49327#6>. * gnu/packages/freedesktop.scm (udisks)[inputs]: Add 'bash-minimal' when cross-compiling. (perl-file-mimeinfo)[inputs]: Likewise. (udiskie)[inputs]: Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: modem-manager: Add 'upstream-name' property.Marius Bakke2022-07-27
| | | | * gnu/packages/freedesktop.scm (modem-manager)[properties]: New field.
* gnu: Add basu.muradm2022-06-22
| | | | | | * gnu/packages/freedesktop.scm (basu): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: xdg-desktop-portal-gtk: Update to 1.14.0.Mathieu Othacehe2022-06-20
| | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.0.
* gnu: xdg-desktop-portal: Update to 1.14.4.Mathieu Othacehe2022-06-20
| | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.4. [inputs]: Add gdk-pixbuf, use fuse@3. [arguments]: Build without systemd, set HOME variable.
* gnu: admin: Add libseat 0.8.0 and move seatd.muradm2022-06-17
| | | | | | | | | * gnu/packages/admin.scm (libseat): New variable * gnu/packages/admin.scm (seatd): New variable * gnu/packages/freedesktop.scm (seatd): Remove variable * gnu/packages/wm.scm (wlroots): Replace seatd input with libseat Signed-off-by: Lars-Dominik Braun <ldb@leibniz-psychology.org>
* gnu: wayland-protocols: Add 'release-monitoring-url' property.Ludovic Courtès2022-06-15
| | | | | * gnu/packages/freedesktop.scm (wayland-protocols)[properties]: New field.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\
| * gnu: libfprint: Update to 1.94.4.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/freedesktop.scm (libfprint): Update to 1.94.4.
| * gnu: fprintd: Update to 1.94.2.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/freedesktop.scm (fprintd): Update to 1.94.2.
| * gnu: fprintd: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/freedesktop.scm (fprintd)[native-inputs]: Remove input labels.
| * gnu: fprintd: Fix build.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/freedesktop.scm (fprintd)[native-inputs]: Add python.
| * gnu: Remove python2-pyxdg.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/freedesktop.scm (python2-pyxdg): Delete variable.
| * gnu: libappindicator: Update to 12.10.1-0-298.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libappindicator): Update to 12.10.1-0-298. [source]: Fetch from bazaar and remove snippet. [native-inputs]: Add autoconf, automake, at-spi2-core, gnome-common, gobject-introspection, gtk-doc, libtool, vala and which. [inputs]: Delete libindicator, python-2, python2-pygtk, python2-pygobject-2 and vala. [phases]{fix-paths}: Only patch tests/Makefile.in. Use search-input-file.
* | gnu: wayland: Update to 1.20.0.Wamm K. D2022-05-14
|/ | | | | | * gnu/packages/freedesktop.scm (wayland): Update to 1.20.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libfprint: Fix build, add python for the tests.Attila Lendvai2022-04-14
| | | | | | | * gnu/packages/freedesktop.scm (libfprint)[native-inputs]: Add python-minimal as it's needed by the tests. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add wtype.Tanguy Le Carrour2022-03-03
| | | | | | * gnu/packages/freedesktop.scm (wtype): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: elogind: Build without kexec-tools on riscv64-linux.Efraim Flashner2022-02-20
| | | | | | * gnu/packages/freedesktop.scm (elogind)[arguments]: Only reference kexec-tools when not building for riscv64-linux. [inputs]: Only include kexec-tools when not building for riscv64-linux.
* gnu: waylandpp: Update to 0.2.9.Marius Bakke2022-01-30
| | | | * gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.9.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: wayland-protocols: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/freedesktop.scm (wayland-protocols)[native-inputs]: Add python.
| * gnu: wayland: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add python.
| * gnu: elogind: Reinstate the test-event.c test.Maxim Cournoyer2022-01-10
| | | | | | | | | | * gnu/packages/freedesktop.scm (elogind)[phases]{adjust-tests}: Do not de-register the test-event.c test file from meson.build.
| * gnu: shadow: Update to 4.9.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/admin.scm (shadow): Update to 4.9. [source]: Remove hurd patch, merged upstream. [phases]{fix-linking-to-pam}: New phase. * gnu/packages/patches/shadow-hurd-pctrl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
| * gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
* | gnu: Add poweralertdJosselin Poiret via Guix-patches via2022-01-17
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (poweralertd): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: libportal: Build backend for GTK+3.Daniel Meißner2022-01-11
|/ | | | | | | * gnu/packages/freedesktop.scm (libportal)[arguments]: Change configure-flags to build backend for GTK+3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libportal: Remove input labels.Tobias Geerinckx-Rice2022-01-10
| | | | | * gnu/packages/freedesktop.scm (libportal)[native-inputs]: Remove input labels.
* gnu: libportal: Update to 0.5.Tobias Geerinckx-Rice2022-01-10
| | | | | | | | | * gnu/packages/freedesktop.scm (libportal): Update to 0.5. [arguments]: Add #:configure-flags to limit dependency creep. Remove 'move-doc phase. [native-inputs]: Remove gtk-doc. Add gobject-introspection and vala. [inputs]: Add gtk, gtk+, qtbase-5, and qtx11extras. [outputs]: Remove :out.
* gnu: xdg-desktop-portal-wlr: Add binary dependencies.Josselin Poiret2021-12-19
| | | | | | | | | | | * gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch: Add it. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Add dependencies on bash-minimal, grim and slurp, and hardcode the paths in source. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>