aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/freedesktop.scm
AgeCommit message (Expand)Author
2024-08-31gnu: udisks: Add missing input....* gnu/packages/freedesktop.scm (udisks)[inputs]: Add kmod. Change-Id: I0c0d81d52100888ea043f863a5650654a25de4a9 Efraim Flashner
2024-08-31gnu: accountsservice: Add libxcrypt dependency....* gnu/packages/freedesktop.scm (accountsservice): Add libxcrypt dependency. Change-Id: Ibafb4b79b93a15f51f8b8e5b52cb46bd429116f7 Josselin Poiret
2024-08-31gnu: elogind: Add libxcrypt dependency....* gnu/packages/freedesktop.scm (elogind): Add libxcrypt dependency. Change-Id: I7259b20a96c50a7f88cb0eb7ff30d32f233d0bfe Josselin Poiret
2024-08-31gnu: elogind: Reinstate test-user-util test....* gnu/packages/freedesktop.scm (elogind) [configure-flags]: Add -Ddefault-user-shell=/bin/sh. [phases] <adjust-tests>: Re-instate test-user-util.c test. Change-Id: I123ee22c0a4a946c7c9120360d959497e9790385 Maxim Cournoyer
2024-08-31gnu: udiskie: Make bash-minimal input unconditional....* gnu/packages/freedesktop.scm (udiskie) [inputs]: Make bash-minimal unconditional. Change-Id: I0984cb1a36ff2b983c119a075ac1bc5e7604be75 Maxim Cournoyer
2024-08-31gnu: perl-file-mimeinfo: Make bash-minimal input unconditional....* gnu/packages/freedesktop.scm (perl-file-mimeinfo) [inputs]: Make bash-minimal unconditional. Change-Id: I1b5a64b415c3316f18f828d99ea62d3ffefe1765 Maxim Cournoyer
2024-08-31gnu: udisks: Make bash-minimal input unconditional....* gnu/packages/freedesktop.scm (udisks): Normalize comments indentation. [inputs]: Make bash-minimal unconditional. Change-Id: I68994658a4a4f8e097744107177f33d81d1c7e1e Maxim Cournoyer
2024-08-31gnu: libinput: Remove input labels....* gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Hilton Chain
2024-08-31gnu: libinput: Update to 1.24.0....* gnu/packages/freedesktop.scm (libinput): Update to 1.24.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Hilton Chain
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer
2024-08-31gnu: Remove unneeded libxml2 from native-inputs. (libxslt)...XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include libxml2 for the same effect. * gnu/packages/freedesktop.scm (wayland): Remove obsolete comment. (farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]: Remove libxml2. * gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto. * gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto. * gnu/packages/glib.scm (dbus)[native-inputs]: Ditto. * gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord) (upower, gnome-settings-daemon)[native-inputs]: Ditto. * gnu/packages/linux.scm (eudev)[native-inputs]: Ditto. * gnu/packages/networking.scm (iputils)[native-inputs]: Ditto. * gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto. * gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto. * gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto. * gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto. * gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0 Bruno Victal
2024-08-31gnu: colord-gtk: Build documentation....* gnu/packages/freedesktop.scm (colord-gtk): Build documentation. [arguments]<#:configure-flags>: Remove. <#:phases>: Add 'split-package phase. [native-inputs]: Add docbook-xsl, gtk-doc/stable and libxslt. [outputs]: Add 'doc output. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2024-08-31gnu: udisks: Drop docbook workaround....XML_CATALOG_FILES is already set by xsltproc. * gnu/packages/freedesktop.scm (udisks)[arguments]<#:make-flags>: Remove. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2024-08-31gnu: udisks: Rewrite using G-Expressions....* gnu/packages/freedesktop.scm (udisks)[arguments]: Rewrite using G-Expressions. Drop trailing #t. [native-inputs]: Drop labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2024-08-31gnu: xdg-user-dirs: Drop docbook workaround....* gnu/packages/freedesktop.scm (xdg-user-dirs)[arguments]: Remove. [native-inputs]: Remove labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal
2024-08-31gnu: xdg-utils: Drop docbook workarounds....* gnu/packages/freedesktop.scm (xdg-utils)[arguments]<#:phases>: Drop locate-catalog-files. [modules]: Properly import gnu-build-system modules. [native-inputs]: Reorder. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I47f00f5901649b6e530a544fee97f41fa66c6572 Bruno Victal
2024-08-31gnu: libinput: Add missing file-name....* gnu/packages/freedesktop.scm (libinput)[source]: Use GIT-FILE-NAME. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> From: Hilton Chain
2024-08-31gnu: libinput: Update to 1.23.0....* gnu/packages/freedesktop.scm (libinput): Update to 1.23.0. [native-inputs]: Add python-minimal-wrapper and python-pytest. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Change-Id: I207898dc6971e9fa7be24b7ba9c8fc1887ec930e Hilton Chain
2024-08-20gnu: xdg-desktop-portal-kde: Update to 6.1.4....* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.1.4. Change-Id: Ic6fb4af2382eee0d295e5f899616f4043535be45 Zheng Junjie
2024-08-01gnu: xdg-desktop-portal-kde: Update to 6.1.3....* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.1.3. Change-Id: I81ef8b8ea682534764e3fad940c2b74883a7be68 Zheng Junjie
2024-07-30gnu: Add drm-info....* gnu/packages/freedesktop.scm (drm-info): New variable. Change-Id: I02a0bdcbb49644de9884038cd36bf6d8482f84ae Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Wilko Meyer
2024-07-18gnu: xdg-desktop-portal-kde: Update to 6.1.2....* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.1.2. [inputs]: Remove plasma-framework, qtdeclarative-5, qtwayland-5, and kio-fuse; add libplasma, kstatusnotifieritem, qtdeclarative, and qtwayland. [propagated-inputs]: Add xdg-desktop-portal. [native-inputs]: Add python-minimal and python-pygobject. [arguments]: Set #:qtbase to qtbase. Change-Id: I492eaf242b2db5e309e53887ed92490c3c136f1a Zheng Junjie
2024-07-18gnu: Add appstream-qt6....* gnu/packages/freedesktop.scm (appstream-qt6): New variable. Change-Id: I79fdf103d2877fef100d2201f9e9ca2df6f9fb35 Zheng Junjie
2024-07-18gnu: appstream: Update to 1.0.3....* gnu/packages/freedesktop.scm (appstream): Update to 1.0.3. [source]: Remove patch. [native-inputs]: Add gi-docgen. (appstream-qt)[arguments]: Pass -Dqt-versions=5. * gnu/packages/patches/appstream-force-reload-stemmer.patch: Delete it. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: I7037c0e1b6c8e0d4212506e9caac9fe64a762d96 Zheng Junjie
2024-07-18gnu: Add wayland-protocols-next....* gnu/packages/freedesktop.scm (wayland-protocols-next): New variable. Change-Id: I583e15e0414422ffa300d310b083a62efbfde22b Zheng Junjie
2024-05-29gnu: wayland-utils: Update to 1.2.0....* gnu/packages/freedesktop.scm (wayland-utils): Update to 1.2.0. Change-Id: I14ca339a150cf7e1e686275decaff09ebf4ccb63 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Wilko Meyer
2024-05-27gnu: waypipe: Update to 0.9.0....* gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0. Change-Id: Icfeeada6d8b064decd620998e7af495bd1f9b1dd Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Wilko Meyer
2024-05-23gnu: shared-mime-info: Fix cross-compiling....* gnu/packages/freedesktop.scm (shared-mime-info)[native-inputs]: When cross-compiling add libxml2 and this-package. Change-Id: I254a685a492b9080342b134ff23d9ccab0ecec3d Efraim Flashner
2024-05-15gnu: power-profiles-daemon: Build gtk-docs....* 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> Dariqq
2024-05-15gnu: power-profiles-daemon: Update to 0.21....* 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> Dariqq
2024-04-29gnu: Add libdecor....* gnu/packages/freedesktop.scm (libdecor): New variable. Change-Id: Ic8d8886a55ae344fafbe16288a1180c89fa36af1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> aurtzy
2024-04-20gnu: Add wlr-protocols....* 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> Julian Flake
2024-03-30Merge branch 'gnome-team'Liliana Marie Prikler
2024-03-27gnu: libatasmart: Fix cross-compiling to riscv64-linux....* 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> Zheng Junjie
2024-03-21gnu: libportal: Update to 0.7.1....* gnu/packages/freedesktop.scm (libportal): Update to 0.7.1. Change-Id: Iab3cf48ce63e2149b5680dbc852d0ed4483de6cc Efraim Flashner
2024-03-21gnu: xdg-desktop-portal-wlr: Update to 0.7.1....* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.7.1. Change-Id: Id716cffe6db65fd3827dd52871b0620187466c5d Efraim Flashner
2024-03-20Merge remote-tracking branch 'savannah/master' into gnome-team...Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745 Christopher Baines
2024-03-19gnu: wtype: Fix cross-compiling....* gnu/packages/freedesktop.scm (wtype) [native-inputs]: Remove libxkbcommon. [inputs]: Add wayland, libxkbcommon. Change-Id: I010369e6a98d68bc30246ef6dec2cef6a4fe4d21 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie
2024-03-16Merge remote-tracking branch 'savannah/master' into gnome-team...Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26 Christopher Baines
2024-03-10gnu: uchardet: Update to 0.0.8....* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.8. Change-Id: I8a601ec7ef9b92b0efe4bc9b23affa6dc4bde24e Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Parnikkapore
2024-03-10gnu: exempi: Update to 2.6.5....* 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> Felix Gruber
2024-03-02Merge branch 'master' into gnome-teamLiliana Marie Prikler
2024-02-29gnu: xdg-desktop-portal-wlr: Build with cmake-minimal....* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I661131ab7df3e136a54b71715c3aee392fb59447 Efraim Flashner
2023-12-22gnu: accountsservice: Update to 23.13.9....* 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> Vivien Kraus
2023-11-21gnu: appstream: Load stemmer in all circumstances....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> Vivien Kraus
2023-11-11gnu: appstream: Update to 0.16.4....* gnu/packages/freedesktop.scm (appstream): Update to 0.16.4. [arguments]<#:configure-flags>: Add “-Dsystemd=false”. <#:phases>: Adjust accordingly. Change-Id: I9c22cbd10681666c20e848dbc1e52ca08431d984 Liliana Marie Prikler
2023-10-29gnu: shared-mime-info: Update to 2.3....* gnu/packages/freedesktop.scm (shared-mime-info): Update to 2.3. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal
2023-10-29gnu: xdgmime: Update to 0.0-2.1792967....* gnu/packages/freedesktop.scm (xdgmime): Update to 0.0-2.1792967. Change-Id: I5d65544ad01526157dbe553d98dc78db037546c8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal
2023-10-23Merge branch 'master' into gnome-team...Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191 Liliana Marie Prikler
2023-08-19gnu: shared-mime-info: Make .drv reproducible again....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. Liliana Marie Prikler