Age | Commit message (Expand) | Author |
---|---|---|
2019-11-08 | gnu: gnumeric: Update to 1.12.46....* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46. | Tobias Geerinckx-Rice |
2019-11-07 | gnu: lollypop: Update to 1.2.7....* gnu/packages/gnome.scm (lollypop): Update to 1.2.7. | Christopher Baines |
2019-11-07 | gnu: epiphany: Don't build icon cache....* gnu/packages/gnome.scm (epiphany)[arguments]: Add phase to skip creating gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: eolie: Don't create icon cache....* gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: eog: Don't create icon cache....* gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: totem: Don't create icon cache....* gnu/packages/gnome.scm (totem)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: devhelp: Don't create icon cache....* gnu/packages/gnome.scm (devhelp)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-07 | gnu: gnome-disk-utility: Don't create icon cache....* gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to skip creating the gtk icon cache. [native-inputs]: Remove gtk+:bin. | Efraim Flashner |
2019-11-02 | gnu: colord: Record the file name of the "sqlite3" command....* gnu/packages/gnome.scm (colord)[arguments]: Add 'set-sqlite3-file-name' phase. | Ludovic Courtès |
2019-10-30 | gnu: Add gitg....* gnu/packages/gnome.scm: (gitg): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> | Leo Prikler |
2019-10-30 | gnu: goffice: Update to 0.10.45....* gnu/packages/gnome.scm (goffice): Update to 0.10.45. | Tobias Geerinckx-Rice |
2019-10-30 | gnu: goffice: Don't use NAME in source URI....* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-29 | gnu: lollypop: Update to 1.2.2....* gnu/packages/gnome.scm (lollypop): Update to 1.2.2. [inputs]: Use python-pygobject-3.34. | Tobias Geerinckx-Rice |
2019-10-29 | gnu: lollypop: Don't use NAME in source URI....* gnu/packages/gnome.scm (lollypop)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-28 | gnu: evince: Update to 3.34.1....* gnu/packages/gnome.scm (evince): Update to 3.34.1. | Tanguy Le Carrour |
2019-10-27 | gnu: lollypop: Wrap with required path variables....Fixes <https://issues.guix.info/issue/37937>. * gnu/packages/gnome.scm (lollypop)[arguments]: Rename ‘wrap’ phase to ‘wrap-python’ and add ‘wrap-glib-or-gtk’ phase. [inputs]: Add gsettings-desktop-schemas. | Tobias Geerinckx-Rice |
2019-10-24 | gnu: simple-scan: Update to 3.34.1....* gnu/packages/gnome.scm (simple-scan): Update to 3.34.1. [build-system]: Switch to Meson. [arguments]: Remove custom #:configure-flags and #:phases. Use #:glib-or-gtk. [description]: Adapt to new upstream name and blurb. | Tobias Geerinckx-Rice |
2019-10-24 | gnu: simple-scan: Make colord input non-native....* gnu/packages/gnome.scm (simple-scan)[inputs]: Move colord here… [native-inputs]: …from here. | Tobias Geerinckx-Rice |
2019-10-24 | gnu: colord: Install vapi files....* gnu/packages/gnome.scm (colord)[arguments]: Enable vapi. [native-inputs]: Add vala. | Tobias Geerinckx-Rice |
2019-10-24 | gnu: colord: Clean up....* gnu/packages/gnome.scm (colord)[arguments]: Remove unnecessary configure flag (and outdated colord-gtk comment). [native-inputs, propagated-inputs, inputs]: Order alphabetically. | Tobias Geerinckx-Rice |
2019-10-24 | gnu: colord: Update to 1.4.4....* gnu/packages/gnome.scm (colord): Update to 1.4.4. | Tobias Geerinckx-Rice |
2019-10-24 | gnu: colord: Don't use NAME in source URI....* gnu/packages/gnome.scm (colord)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-23 | gnu: simple-scan: Update home page....* gnu/packages/gnome.scm (simple-scan)[home-page]: Update. | Tobias Geerinckx-Rice |
2019-10-22 | gnu: seahorse: Update to 3.30.1.1....* gnu/packages/gnome.scm (seahorse)[version]: Update version number. [origin]: Update hash. Add patch needed for compilation with our version of libsecret (0.19.1). [inputs]: Add avahi dependency. [native-inputs]: Add vala dependency. Use gettext-minimal instead of intltool, as only xgettext is used. * gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Miguel Ángel Arruga Vivas |
2019-10-21 | gnu: arc-theme: Update to 20190917....* gnu/packages/gnome.scm (arc-theme): Update to 20190917. | Tobias Geerinckx-Rice |
2019-10-21 | gnu: vte-ng: Update to 0.58.2.a....* gnu/packages/gnome.scm (vte-ng): Update to 0.58.2.a. [build-system]: New field. [arguments]: Set #:configure-flags. Remove #:phases. [native-inputs]: Remove GPERF, AUTOCONF, AUTOMAKE and LIBTOOL. | Marius Bakke |
2019-10-18 | services: network-manager: Create account for 'network-manager-openconnect'....Previously, on startup, we'd see: dbus: Unknown username nm-openconnect in message bus configuration file This fixes it. * gnu/services/networking.scm (network-manager-accounts): New procedure. (network-manager-service-type): Extend 'account-service-type'. * gnu/packages/gnome.scm (network-manager-openconnect)[properties]: Add 'user-accounts'. | Ludovic Courtès |
2019-10-15 | gnu: network-manager-openvpn: Update to 1.8.10....* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: network-manager-applet: Don't use NAME in source URI....* gnu/packages/gnome.scm (network-manager-applet)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: network-manager-applet: Build libnm-gtk....Fixes network-manager-openvpn <https://issues.guix.gnu.org/issue/37759>. * gnu/packages/gnome.scm (network-manager-applet)[arguments]: Set libnm_gtk=true in #:configure-flags. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: Add gnome-mahjongg....* gnu/packages/gnome.scm (gnome-mahjongg) New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | David Wilson |
2019-10-15 | gnu: zenity: Don't use NAME in source URI....* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-15 | gnu: zenity: Update to 3.32.0....* gnu/packages/gnome.scm (zenity): Update to 3.32.0. | Tobias Geerinckx-Rice |
2019-10-14 | gnu: gspell: Update to 1.8.2....* gnu/packages/gnome.scm (gspell): Update to 1.8.2. | Ludovic Courtès |
2019-10-14 | gnu: network-manager-applet: Update to 1.8.24....* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.24. | Tobias Geerinckx-Rice |
2019-10-13 | gnu: librsvg: Update to 2.46.0....* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.0. [arguments]: Patch SHELL in "po/Makefile.in.in". [native-inputs]: Replace RUST-1.27 with RUST-1.34. | Marius Bakke |
2019-10-12 | gnu: shotwell: Don't use NAME in source URI....* gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-12 | gnu: shotwell: Update to 0.30.7....* gnu/packages/gnome.scm (shotwell): Update to 0.30.7. | Tobias Geerinckx-Rice |
2019-10-12 | gnu: eog-plugins: Update to 3.26.4....* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.4. | Tobias Geerinckx-Rice |
2019-10-12 | gnu: amtk: Don't use NAME in source URI....* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2019-10-12 | gnu: amtk: Update to 5.0.1....* gnu/packages/gnome.scm (amtk): Update to 5.0.1. | Tobias Geerinckx-Rice |
2019-10-10 | gnu: libsoup: Update to 2.68.2....* gnu/packages/gnome.scm (libsoup): Update to 2.68.2. [arguments]: Update #:configure-flags. Skip tests that attempts to resolve "subdomain.localhost". [propagated-inputs]: Add GOOGLE-BROTLI and ZLIB. | Marius Bakke |
2019-10-10 | gnu: vinagre: Fix build....* gnu/packages/gnome.scm (vinagre): Set the '--enable-compile-warnings' configure flag to 'minimum', to prevent build failures on compilation warnings. | Maxim Cournoyer |
2019-10-08 | gnu: mate-applets: Build with a fixed version of yelp-tools....Fixes <https://bugs.gnu.org/37668>. Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>. * gnu/packages/gnome.scm (yelp-tools/fixed): New public variable. * gnu/packages/mate.scm (mate-applets)[native-inputs]: Replace YELP-TOOLS with YELP-TOOLS/FIXED. | Marius Bakke |
2019-10-02 | gnu: dconf-editor: Fix build failure....Fixes <https://bugs.gnu.org/37503>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/gnome.scm (dconf-editor)[arguments]: New field. | Ludovic Courtès |
2019-10-01 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-09-29 | gnu: libgee: Update to 0.20.2....* gnu/packages/gnome.scm (libgee): Update to 0.20.2. | Tobias Geerinckx-Rice |
2019-09-29 | gnu: cogl: Update to 1.22.4....* gnu/packages/gnome.scm (cogl): Update to 1.22.4. | Tobias Geerinckx-Rice |
2019-09-29 | gnu: geocode-glib: Update to 3.26.1....* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.1. | Tobias Geerinckx-Rice |
2019-09-29 | gnu: libgee: Don't use NAME in source URI....* gnu/packages/gnome.scm (libgee)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |