summaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
Commit message (Collapse)AuthorAge
* gnu: wayland-utils: Update to 1.2.0.Wilko Meyer2024-05-29
| | | | | | | * gnu/packages/freedesktop.scm (wayland-utils): Update to 1.2.0. Change-Id: I14ca339a150cf7e1e686275decaff09ebf4ccb63 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: waypipe: Update to 0.9.0.Wilko Meyer2024-05-27
| | | | | | | * gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0. Change-Id: Icfeeada6d8b064decd620998e7af495bd1f9b1dd Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: shared-mime-info: Fix cross-compiling.Efraim Flashner2024-05-23
| | | | | | | * gnu/packages/freedesktop.scm (shared-mime-info)[native-inputs]: When cross-compiling add libxml2 and this-package. Change-Id: I254a685a492b9080342b134ff23d9ccab0ecec3d
* gnu: power-profiles-daemon: Build gtk-docs.Dariqq2024-05-15
| | | | | | | | | | | * gnu/packages/freedesktop.scm (power-profiles-daemon): [outputs]: Add docs output. [#:configure-flags]: Enable building gtk-docs. [#:phases]: Add a phase to move gtk-docs to docs output. [inputs]: Add gtk-doc/stable, libxslt for docs. Change-Id: I1bc6047858d2b5188e714f39da8b760bc6a71078 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: power-profiles-daemon: Update to 0.21.Dariqq2024-05-15
| | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop (power-profiles-daemon): Update to 0.21. [origin]<url>: Update repository url. [homepage]: Update homepage. [#:configure-flags]: Enable zsh completions, disable systemd-unit and pylint. [#:glib-or-gtk?]: Set to default value of #f. [#:phases]<'fake-pkexec>: Remove phase, seems no longer necessary. <'correct-polkit-dir>: Change to setting envvar instead. <'wrap-program>: Remove GI_TYPELIB_PATH from wrapper. Remove native python inputs from PYTHONPATH. [native-inputs]: Add python-argparse-manpage, python-dbusmock, python-shtab, umockdev. Remove gobject-introspection, vala. [inputs]: Add bash-completion. Remove dbus, dbus-glib. Change-Id: I71220957ef6f4d224cc4c528562fe0565505aae1 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add libdecor.aurtzy2024-04-29
| | | | | | | * gnu/packages/freedesktop.scm (libdecor): New variable. Change-Id: Ic8d8886a55ae344fafbe16288a1180c89fa36af1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add wlr-protocols.Julian Flake2024-04-20
| | | | | | | | * gnu/packages/freedesktop.scm (wlr-protocols): New variable. Change-Id: Ia8daffd7219b7bd573ae54e7cfc5ec6b6a5f4052 Modified-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space>
* Merge branch 'gnome-team'Liliana Marie Prikler2024-03-30
|\
| * Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines2024-03-20
| |\ | | | | | | | | | Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745
| * \ Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines2024-03-16
| |\ \ | | | | | | | | | | | | Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26
| * \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-03-02
| |\ \ \
| * | | | gnu: accountsservice: Update to 23.13.9.Vivien Kraus2023-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (accountsservice): Update to 23.13.9. [native-inuputs]: Add glibc-locales. * gnu/packages/patches/accountsservice-extensions.patch: Adjust to changes in the upstream code style. Change-Id: I19678b5ce36549a832099109b13cdaf91539b20a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | gnu: appstream: Load stemmer in all circumstances.Vivien Kraus2023-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the default stemmer language is computed to be "en", such as in a Guix build container, then the stemmer would not be loaded. * gnu/packages/patches/appstream-load-stemmer-early.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/freedesktop.scm (appstream) [patches]: Use it here. [#:phases]<disable-failing-tests>: Remove. Change-Id: Iddd6ce5887247df46f670c49f9efc66772c82ff0 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | gnu: appstream: Update to 0.16.4.Liliana Marie Prikler2023-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (appstream): Update to 0.16.4. [arguments]<#:configure-flags>: Add “-Dsystemd=false”. <#:phases>: Adjust accordingly. Change-Id: I9c22cbd10681666c20e848dbc1e52ca08431d984
| * | | | gnu: shared-mime-info: Update to 2.3.Bruno Victal2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | gnu: xdgmime: Update to 0.0-2.1792967.Bruno Victal2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (xdgmime): Update to 0.0-2.1792967. Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-10-23
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191
| * | | | | gnu: shared-mime-info: Make .drv reproducible again.Liliana Marie Prikler2023-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue in commit 0a167432dbccb3ed5b6f27a48b61e570846cf784, that causes the .drv of shared-mime-info to change with each invocation of guix. For more information, refer to <https://bugs.gnu.org/65383> and <http://logs.guix.gnu.org/guix/2023-08-19.log#184540>. * gnu/packages/freedesktop.scm (shared-mime-info)[#:configure-flags]: Infer xdgmime-path via search-input-file.
| * | | | | Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-08-19
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-07-30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-07-14
| |\ \ \ \ \ \ \
| * | | | | | | | gnu: shared-mime-info: Add doc output.Bruno Victal2023-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (shared-mime-info[#:phases]: Add ‘install-doc’. [outputs]: Add “doc”. [native-inputs]: Add docbook-xml-4.1.2, docbook-xsl and xmlto. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | | | gnu: shared-mime-info: Update to 2.2.Bruno Victal2023-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.2. [source]: Use git-fetch. [build-system]: Use meson-build-system. [arguments]<#:parallel-build?>: Removed argument. <#:phases>: Replace ‘patch-source-shebangs’ with a version that skips mime detection checks. [native-inputs]: Drop labels. Add python and xdgmime. Remove itstool. * gnu/packages/patches/shared-mime-info-xdgmime-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | | | gnu: Add xdgmime.Bruno Victal2023-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is only used for testing shared-mime-info, and thus not exported. * gnu/packages/freedesktop.scm (xdgmime): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | | | gnu: shared-mime-info: Move to (gnu packages freedesktop).Bruno Victal2023-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (shared-mime-info): Move to … * gnu/packages/freedesktop.scm: … here. * gnu/packages/gnuzilla.scm: Use (gnu packages freedesktop). * gnu/packages/kde-games.scm: Ditto. * gnu/packages/kde-multimedia.scm: Ditto. * gnu/packages/kde-pim.scm: Ditto. * gnu/packages/kde-utils.scm: Ditto. * gnu/packages/maths.scm: Ditto. * gnu/packages/mp3.scm: Ditto. * gnu/packages/ruby.scm: Ditto. * guix/profiles.scm (xdg-mime-database): Adjust to new location. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | | | | | gnu: libatasmart: Fix cross-compiling to riscv64-linux.Zheng Junjie2024-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libatasmart) [native-inputs]: When cross compiling to riscv64-linux-gnu, add config. [arguments]: When target riscv64-linux-gnu, add update-config phase. Change-Id: I491c43a6ce2c3fc3aed43ecab9d4a2ab251038bb Signed-off-by: Christopher Baines <mail@cbaines.net>
* | | | | | | | | gnu: libportal: Update to 0.7.1.Efraim Flashner2024-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libportal): Update to 0.7.1. Change-Id: Iab3cf48ce63e2149b5680dbc852d0ed4483de6cc
* | | | | | | | | gnu: xdg-desktop-portal-wlr: Update to 0.7.1.Efraim Flashner2024-03-21
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.7.1. Change-Id: Id716cffe6db65fd3827dd52871b0620187466c5d
* | | | | | | | gnu: wtype: Fix cross-compiling.Zheng Junjie2024-03-19
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (wtype) [native-inputs]: Remove libxkbcommon. [inputs]: Add wayland, libxkbcommon. Change-Id: I010369e6a98d68bc30246ef6dec2cef6a4fe4d21 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | | | | | | gnu: uchardet: Update to 0.0.8.Parnikkapore2024-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (uchardet): Update to 0.0.8. Change-Id: I8a601ec7ef9b92b0efe4bc9b23affa6dc4bde24e Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | | | | | | gnu: exempi: Update to 2.6.5.Felix Gruber2024-03-10
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (exempi): Update to 2.6.5. [arguments]: Remove trailing #t from 'remove-static-library phase. Change-Id: I99878003dd6fc696b66543400502a1ef40c73cc1 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | | | | | gnu: xdg-desktop-portal-wlr: Build with cmake-minimal.Efraim Flashner2024-02-29
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I661131ab7df3e136a54b71715c3aee392fb59447
* | | | | gnu: maliit-framework: Disable two mimpluginmanager tests.Maxim Cournoyer2023-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (maliit-framework) [arguments]: Override the check phase to disable the ft_mimpluginmanager and ut_mimpluginmanager tests.
* | | | | gnu: libinput-minimal: Fix cross-compiling.Efraim Flashner2023-10-15
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput)[native-inputs]: When cross-compiling add pkg-config-for-build. [inputs]: When cross-compiling add check.
* | | | Merge remote-tracking branch 'origin/master' into kde-updates宋文武2023-08-17
|\ \ \ \
| * | | | gnu: malcontent: Remove input labels.Efraim Flashner2023-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (malcontent)[native-inputs]: Remove input labels.
| * | | | gnu: malcontent: Update to 0.11.1.Efraim Flashner2023-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (malcontent): Update to 0.11.1. [native-inputs]: Replace gtk+:bin with gtk:bin. [inputs]: Replace gtk+ with gtk. Add appstream, libadwaita.
| * | | | gnu: elogind: Update to 252.9.Maxim Cournoyer2023-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (elogind): Update to 252.9. [source]: Replace elogind-revert-polkit-detection.patch with elogind-fix-rpath.patch in patches. [configure-flags]: Add the dbussystemservicedir, dbussessionservicedir, dbussystemservicedir and dbus-interfaces-dir flags. [phases] <use-global-hook-directory> Update list of patched files. <adjust-tests> Update substitutions, and skip the copy_holes test. [native-inputs]: Add python-jinja2. [inputs]: Add util-linux:lib. * gnu/services/desktop.scm (elogind-dbus-service) <elogind-dbus-service-wrapper>: Add a symlink to elogind's share/dbus-1/system.d to expose D-Bus policy configurations. * gnu/tests/desktop.scm (run-elogind-test): Adjust expected result for the new "linger" value. * gnu/packages/patches/elogind-revert-polkit-detection.patch: Delete file. * gnu/packages/patches/elogind-fix-rpath.patch: New file. * gnu/local.mk (dist_patch_DATA): Update. Series-to: 64938@debbugs.gnu.org Series-prefix: elogind-updates Series-version: 2 Series-changes: 2 - Fix elogind system test - Install D-Bus policy files in elogind-dbus-service-wrapper - Remove duplicate 'dbussystemservicedir' configure flag
| * | | | gnu: elogind: Drop input labels and fix indentation.Maxim Cournoyer2023-08-16
| | |_|/ | |/| | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (elogind): Re-indent package. [native-inputs]: Remove labels.
* / | | gnu: xdg-desktop-portal-kde: Update to 5.27.6.Zheng Junjie2023-08-02
|/ / / | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 5.27.6. [inputs]: Add kglobalaccel, kguiaddons, libxkbcommon, kio-fuse, wayland-protocols. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* | | gnu: wayland-protocols: Update to 1.32.Hilton Chain2023-07-29
| | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* | | gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice2023-07-23
| |/ |/| | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
* | gnu: desktop-file-utils: Format description.Bruno Victal2023-07-11
|/ | | | | | | * gnu/packages/freedesktop.scm (desktop-file-utils)[description]: Format description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xdg-desktop-portal-wlr: Update to 0.7.0.Andrew Tropin2023-06-02
| | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.7.0. [inputs]: Add mesa.
* gnu: xdg-desktop-portal-gtk: Update to 1.14.1.Andrew Tropin2023-06-02
| | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.1.
* gnu: xdg-desktop-portal: Update to 1.16.0.Andrew Tropin2023-06-02
| | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.16.0.
* gnu: libportal: Update to 0.6.Andrew Tropin2023-06-02
| | | | | | * gnu/packages/freedesktop.scm (libportal): Update to 0.6. [arguments]: Remove deprecated backends option from #:configure-flags. Add set-qt-environment-variables phase.
* gnu: libfprint: Fix building with newer meson.Alex Devaure2023-05-24
| | | | | | | * gnu/packages/freedesktop.scm (libfprint)[arguments]: Adjust configure-flags to explicitly link to nss. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: plymouth: Delete fix-docbook phase.Maxim Cournoyer2023-04-21
| | | | | * gnu/packages/freedesktop.scm (plymouth) [arguments]: Delete fix-docbook phase. [native-inputs]: Add libxml2.
* gnu: accountsservice: Remove patch-docbook-xml phase.Maxim Cournoyer2023-04-21
| | | | | * gnu/packages/freedesktop.scm (accountsservice) [arguments]: Remove patch-docbook-xml phase.