| Commit message (Expand) | Author | Age |
* | gnu: cheese: Move bash-minimal from propagated-inputs to inputs.•••* gnu/packages/gnome.scm (cheese) [propagated-inputs]: Move bash-minimal to...
[inputs]: ... here.
| Maxim Cournoyer | 2023-01-22 |
* | gnu: cheese: Wrap GST_PRESET_PATH to find GstVP8Enc.prs.•••Before this fix, cheese would complain like so:
(cheese:15094): cheese-WARNING **: Can't find vp8enc preset: "Profile
Realtime", using alternate preset: "Cheese Realtime". If you see this, make a
bug report!
If you've run cheese before, make sure to run "rm -rf
~/.local/share/gstreamer-1.0" to make the fix effective.
* gnu/packages/gnome.scm (cheese) [phases]: Set the GST_PRESET_PATH
environment variable in the wrap phase.
| Maxim Cournoyer | 2023-01-22 |
* | gnu: cheese: Sort inputs.•••* gnu/packages/gnome.scm (cheese): Sort inputs.
| Maxim Cournoyer | 2023-01-22 |
* | gnu: cheese: Use gexps.•••* gnu/packages/gnome.scm (cheese) [arguments]: Use gexps.
[phases] {wrap-cheese}: Delete extraneous INPUTS binding.
| Maxim Cournoyer | 2023-01-21 |
* | gnu: cheese: Update to 43.0.•••* gnu/packages/gnome.scm (cheese): Update to 43.0.
| Maxim Cournoyer | 2023-01-21 |
* | gnu: komikku: Update to 1.8.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.8.0.
| Liliana Marie Prikler | 2023-01-15 |
* | gnu: 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-08 |
* | gnu: tracker: Extend test timeout for riscv64-linux.•••* gnu/packages/gnome.scm (tracker)[arguments]: Adjust test-options when
building for riscv64-linux to add a timeout multiplier.
| Efraim Flashner | 2023-01-08 |
* | gnu: tracker: Honor #:test-options keyword.•••* gnu/packages/gnome.scm (tracker)[arguments]: Adjust custom 'check
phase to honor the #:test-options keyword.
| Efraim Flashner | 2023-01-08 |
* | gnu: Add d-spy.•••* gnu/packages/gnome.scm (d-spy): New variable.
| Liliana Marie Prikler | 2023-01-08 |
* | gnu: komikku: Update to 1.7.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.7.0.
| Liliana Marie Prikler | 2023-01-08 |
* | gnu: komikku: Update to 1.6.1.•••* gnu/packages/gnome.scm (komikku): Update to 1.6.1.
[inputs]: Add python-emoji.
| Liliana Marie Prikler | 2023-01-01 |
* | gnu: zeitgeist: Remove input labels.•••* gnu/packages/gnome.scm (zeitgeist)[arguments]: Use SEARCH-INPUT-DIRECTORY
instead of label.
[native-inputs, inputs]: Remove labels.
| Marius Bakke | 2022-12-28 |
* | gnu: gnome-photos: Depend on 'git-minimal/fixed'.•••* gnu/packages/gnome.scm (gnome-photos)[arguments]: Pass
#:disallowed-references.
[native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'.
| Ludovic Courtès | 2022-12-24 |
* | gnu: tracker-miners: Remove obsolete input.•••* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
| Marius Bakke | 2022-12-12 |
* | gnu: Add network-manager-fortisslvpn.•••* gnu/packages/gnome.scm (network-manager-fortisslvpn): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Arjan Adriaanse | 2022-12-05 |
* | gnu: eolie: Build with webkitgtk-with-libsoup2.•••* gnu/packages/gnome.scm (eolie)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
| Efraim Flashner | 2022-12-01 |
* | gnu: Add raider.•••* gnu/packages/gnome.scm (raider): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Ahriman | 2022-11-25 |
* | gnu: gnome-keyring: Mark as 64-bit-only.•••* gnu/packages/gnome.scm (gnome-keyring)[supported-systems]: New field.
| Ludovic Courtès | 2022-11-22 |
* | gnu: nautilus: Fix crash due to loading extensions twice.•••Fixes <https://issues.guix.gnu.org/58221>.
Reported by Tobias Kortkamp <tobias.kortkamp@gmail.com>.
Previously, if NAUTILUS_EXTENSION_PATH contained the same directory
several times, Nautilus could end up loading the same extension a second
time and crash. This patch ensures that each extension cannot be loaded
more than once.
* gnu/packages/patches/nautilus-extension-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (nautilus)[source]: Use it.
[arguments]: Remove 'make-extensible' phase.
| Ludovic Courtès | 2022-11-20 |
* | gnu: komikku: Update to 1.4.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
| Liliana Marie Prikler | 2022-11-13 |
* | gnu: geary: Fix inputs.•••* gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| florhizome | 2022-11-08 |
* | gnu: endeavour: Use git-file-name.•••* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
| Liliana Marie Prikler | 2022-11-05 |
* | gnu: endeavour: Update to 43.0.•••* gnu/packages/gnome.scm (endeavour): Update to 43.0.
[#:phases]: Adjust ‘skip-gtk-update-icon-cache’ accordingly.
| Liliana Marie Prikler | 2022-11-05 |
* | gnu: komikku: Update to 1.3.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.3.0.
| Liliana Marie Prikler | 2022-11-05 |
* | gnu: gnome: Include aarch64 in librsvg-for-system.•••As the current librsvg currently builds for aarch64-linux as well as
x86_64-linux.
* gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64.
| Christopher Baines | 2022-11-03 |
* | gnu: goffice: Update to 0.10.53.•••* gnu/packages/gnome.scm (goffice): Update to 0.10.53.
| Tobias Geerinckx-Rice | 2022-10-23 |
* | gnu: gnome-control-center: Update to 42.4.•••* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4.
| Christopher Baines | 2022-10-29 |
* | gnu: komikku: Update to 1.2.0.•••* gnu/packages/gnome.scm (komikku): Update to 1.2.0.
[inputs]: Add ‘python-rarfile’.
| Liliana Marie Prikler | 2022-10-26 |
* | gnu: five-or-more: Fix build.•••* gnu/packages/gnome.scm (five-or-more)[inputs]: Replace
libgnome-games-support with libgnome-games-support-1.
| Efraim Flashner | 2022-10-26 |
* | gnu: xpad: Fix build.•••* gnu/packages/gnome.scm (xpad)[inputs]: Add gtk+. Replace gtksourceview
with gtksourceview-4.
| Efraim Flashner | 2022-10-26 |
* | Merge branch 'staging' | Marius Bakke | 2022-10-16 |
|\ |
|
| * | Merge 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-12 |
| |\ |
|
| * \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-29 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into staging.•••With resolved conflicts in:
gnu/local.mk
gnu/packages/crates-io.scm
| Maxim Cournoyer | 2022-09-27 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-18 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-16 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into staging•••With resolved conflicts in:
gnu/local.mk
gnu/packages/freedesktop.scm
gnu/packages/gnuzilla.scm
| Maxim Cournoyer | 2022-09-15 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-10 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-09 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-08 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-07 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-09-01 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-08-28 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | gnu: gjs: Update to 1.72.2.•••* gnu/packages/gnome.scm (gjs): Update to 1.72.2.
[arguments]: Remove #:meson.
[propagated-inputs]: Change from MOZJS-78 to MOZJS-91.
| Marius Bakke | 2022-08-27 |
| * | | | | | | | | | | | | | gnu: gjs: Remove input labels.•••* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
| Marius Bakke | 2022-08-27 |
| * | | | | | | | | | | | | | gnu: gjs: Build with mozjs 78.•••This is a follow-up to commit d6fa3ac7a8203173b125390aed596832565a3687.
* gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to
MOZJS-78.
| Marius Bakke | 2022-08-27 |
| * | | | | | | | | | | | | | gnu: libsecret: Propagate libgcrypt.•••This is a follow-up to commit c1a4ef98932799adbd278068fa4fdd8c24fff714.
* gnu/packages/gnome.scm (libsecret)[inputs]: Remove.
[propagated-inputs]: Add LIBGCRYPT.
| Marius Bakke | 2022-08-27 |
| * | | | | | | | | | | | | | gnu: libsecret: Update to 0.20.5, use gexps and remove input labels.•••* gnu/packages/gnome.scm (libsecret): Update to 0.20.5.
[outputs]: Delete doc output.
[configure-flags]: Use gexps. Remove --with-html-dir and add -Dgtk_doc.
[phases]{disable-problematic-tests}: New phase.
{check}: Override and move after the install phase.
[inputs]: Move docbook-xsl and libxml2 to...
[native-inputs]: ... here. Remove input labels. Add dbus, docbook-xml-4.2,
python, python-dbus and python-pygobject.
| Maxim Cournoyer | 2022-08-23 |
* | | | | | | | | | | | | | | gnu: epiphany: Use 'librsvg-for-system'.•••This adds support for non x86_64 architectures.
* gnu/packages/gnome.scm (epiphany)[inputs]: Use
'librsvg-for-system' instead of 'librsvg'.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Denis 'GNUtoo' Carikli | 2022-10-13 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|