summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
AgeCommit message (Expand)Author
2023-01-29gnu: appstream: Update to 0.15.6....* gnu/packages/freedesktop.scm (appstream): Update to 0.15.6. Tobias Geerinckx-Rice
2023-01-22gnu: basu: Update to 0.2.1....* gnu/packages/freedesktop.scm (basu): Update to 0.2.1. Tobias Geerinckx-Rice
2023-01-08gnu: pipewire: Switch default to 0.3....* gnu/packages/linux.scm (pipewire): Switch to pipewire 0.3. (pipewire-0.3): Remove variable. (wireplumber): Replace all pipewire-0.3 by pipewire. * gnu/packages/audio.scm (qpwgraph): Ditto. * gnu/packages/chromium.scm (ungoogled-chromium): Ditto. * gnu/packages/freedesktop.scm (weston, xdg-desktop-portal, xdg-desktop-portal-wlr): Ditto. * gnu/packages/gnome.scm (mutter): Ditto. * gnu/packages/kde-systemtools.scm (krfb): Ditto. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Ditto. * gnu/packages/video.scm (obs): Ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Brendan Tildesley
2023-01-08gnu: Add power-profiles-daemon....* gnu/packages/freedesktop.scm (power-profiles-daemon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> florhizome
2023-01-04gnu: hunspell: Move hunspell and dictionaries to hunspell module....Consolidate hunspell and its dictionaries into the (gnu packages hunspell) module instead of having them scattered about. * gnu/packages/aspell.scm (aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Remove variables. * gnu/packages/libreoffice.scm (hunspell, dicollecte-french-dictionary, define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme, toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu): Remove variables. * gnu/packages/hunspell.scm (hunspell, dicollecte-french-dictionary, define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme, toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu, aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Add variables. (hunspell-dictionary): Explicitly declare upstream libreoffice version to prevent circular dependency. * gnu/packages/ebook.scm, gnu/packages/enchant.scm, gnu/packages/freedesktop.scm, gnu/packages/gnuzilla.scm, gnu/packages/kde-frameworks.scm, gnu/packages/messaging.scm, gnu/packages/scribus.scm, gnu/packages/task-management.scm, gnu/packages/telegram.scm, gnu/packages/tex.scm, gnu/packages/text-editors.scm, gnu/packages/video.scm: Adjust module imports. Brian Cully
2023-01-03gnu: Add flatpak-xdg-utils....* gnu/packages/freedesktop.scm (flatpak-xdg-utils): New variable. John Kehayias
2022-12-04gnu: xdg-desktop-portal-wlr: Install missing documentation....* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[arguments]: Add a new 'install-documentation phase. Tobias Geerinckx-Rice
2022-11-27gnu: libfprint: Update to 1.94.5....* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.5. Tobias Geerinckx-Rice
2022-11-21gnu: Add wayland-utils....* gnu/packages/freedesktop.scm (wayland-utils): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-11-21gnu: Add xdg-desktop-portal-kde....* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-11-21gnu: packagekit: Update to 1.2.5....* gnu/packages/freedesktop.scm (packagekit): Update to 1.2.5. [build-system]: Use meson-build-system. [arguments]: Disable systemd. Fix xsl. [native-inputs]: Add docbook-xsl, gobject-introspection, libxml2, libxslt and vala. [inputs]: Add gstreamer, gst-plugins-base and gtk+. Co-authored-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-11-21gnu: packagekit: Remove input labels and use gexp....* gnu/packages/freedesktop.scm (pacakgekit): Remove input labels and use gexp. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-11-21gnu: Add maliit-keyboard....* gnu/pacakges/freedesktop.scm (maliit-keyboard): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-11-21gnu: Add maliit-framework....* gnu/pacakges/freedesktop.scm (maliit-framework): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina
2022-11-16gnu: udiskie: Update to 2.4.2....* gnu/packages/freedesktop.scm (udiskie): Update to 2.4.2. [phases]: Remove trailing #t. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> kiasoc5
2022-11-14gnu: Add snixembed....* gnu/packages/freedesktop.scm (snixembed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias
2022-11-11gnu: plymouth: Update to 22.02.122....* gnu/packages/freedesktop.scm (plymouth): Update to 22.02.122. Ricardo Wurmus
2022-11-11gnu: plymouth: Change configure flags....Remove unnecessary color flags, and set the default logo to the run directory because /etc will not exist in the early boot process. * gnu/packages/freedesktop.scm (plymouth)[arguments]: Remove "--with-background-color", "--with-background-start-color-stop", and "--with-background-end-color-stop" options; change value of "--with-logo" option. Ricardo Wurmus
2022-11-11gnu: plymouth: Use plain list of native inputs....* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without labels. Ricardo Wurmus
2022-11-11gnu: plymouth: Use gexps....* gnu/packages/freedesktop.scm (plymouth)[arguments]: Use gexps. Ricardo Wurmus
2022-10-12Merge remote-tracking branch 'origin/master' into staging...Conflicts: gnu/packages/gnuzilla.scm gnu/packages/graphics.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/kde-frameworks.scm gnu/packages/video.scm Efraim Flashner
2022-10-08gnu: weston: Use G-expression....* gnu/packages/freedesktop.scm (weston)[arguments]: Use gexp to remove references to %outputs and %build-inputs. Ricardo Wurmus
2022-10-08gnu: weston: Use plain list of inputs....* gnu/packages/freedesktop.scm (weston)[inputs]: Use new style. Ricardo Wurmus
2022-10-08gnu: weston: Remove trailing #T from build phases....* gnu/packages/freedesktop.scm (weston)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus
2022-10-08gnu: weston: Update to 10.0.2....* gnu/packages/freedesktop.scm (weston): Update to 10.0.2. [inputs] Switch from pipewire to pipewire-0.3, use wayland-protocols-next. [native-inputs]: Add python-3. Kaelyn Takata
2022-09-15Merge branch 'master' into staging...With resolved conflicts in: gnu/local.mk gnu/packages/freedesktop.scm gnu/packages/gnuzilla.scm Maxim Cournoyer
2022-09-13gnu: colord-gtk: Update to 0.3.0....* 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. Maxim Cournoyer
2022-09-13gnu: accountsservice: Add bash-minimal to inputs....* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add bash-minimal. Maxim Cournoyer
2022-09-13gnu: accountsservice: Propagate glib....* gnu/packages/freedesktop.scm (accountsservice) [propagated-inputs]: Add glib. Maxim Cournoyer
2022-09-13gnu: Add wayland-protocols-next....* gnu/packages/freedesktop.scm (wayland-protocols-next): New variable. Maxim Cournoyer
2022-09-12gnu: modem-manager: Update to 1.18.10 and remove input labels....* 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. Maxim Cournoyer
2022-09-12gnu: libqmi: Update to 1.30.8....* gnu/packages/freedesktop.scm (libqmi): Update to 1.30.8. Maxim Cournoyer
2022-09-12gnu: Add python-libevdev....* gnu/packages/freedesktop.scm (python-libevdev): New variable. Maxim Cournoyer
2022-09-12gnu: libmbim: Update to 1.26.4....* gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4. Maxim Cournoyer
2022-09-01Merge branch 'master' into stagingMarius Bakke
2022-09-01gnu: Add appstream-qt....* gnu/packages/freedesktop.scm (appstream-qt): Add a build of appstream with Qt support. Co-authored-by: Marius Bakke <marius@gnu.org> Brendan Tildesley
2022-09-01gnu: appstream: Update to 0.15.5....* 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> Marius Bakke
2022-09-01gnu: Add wayland-protocols 1.26....* gnu/packages/freedesktop.scm (wayland-protocols-next): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Brendan Tildesley
2022-08-30Merge branch 'master' into stagingMarius Bakke
2022-08-30gnu: accountsservice: Actually run the test suite....* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Add PYTHON. Marius Bakke
2022-08-30gnu: accountsservice: Don't reference the build-time coreutils....* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add COREUTILS-MINIMAL. Marius Bakke
2022-08-30gnu: accountsservice: Remove obsolete input....* gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL. Marius Bakke
2022-08-30gnu: wayland-protocols: Fix cross-compilation...* 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> Tobias Kortkamp
2022-08-29gnu: accountsservice: Adjust inputs....This fixes the builds of gdm and some other packages. * gnu/packages/freedesktop.scm (accountsservice)[inputs]: Move polkit ... [propagated-inputs]: ... to here. Efraim Flashner
2022-08-28gnu: accountsservice: Provide a means to locate extensions....* gnu/packages/patches/accountsservice-extensions.patch: New patch. * gnu/packages/freedesktop.scm (accountsservice)[source]: Apply it. [phases]{wrap-with-xdg-data-dirs}: New phase. Maxim Cournoyer
2022-08-28gnu: accountsservice: Update to 22.08.8, enable doc and test suite....* 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. Maxim Cournoyer
2022-08-11Merge branch 'master' into stagingMarius Bakke
2022-08-06xdg-utils: Support cross-compilation....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> Maxime Devos
2022-08-06perl-file-mimeinfo: Fix cross-compilation....* 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> Maxime Devos
2022-08-06gnu: freedesktop: Add 'bash' input for 'wrap-program'...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> Maxime Devos