aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Expand)AuthorAge
* Merge branch 'staging' into core-updatesMarius Bakke2019-03-01
|\
| * Merge branch 'master' into stagingMarius Bakke2019-03-01
| |\
| | * gnu: eog-plugins: Update to 3.26.3.•••* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.3. Tobias Geerinckx-Rice2019-02-27
| | * gnu: eog-plugins: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (eog-plugins)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-27
| | * gnu: gom: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (gom)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-27
| | * gnu: workrave: Update to 1.10.23.•••* gnu/packages/gnome.scm (workrave): Update to 1.10.23. [source]: Correct STRING-MAP. Tobias Geerinckx-Rice2019-02-24
| | * gnu: gnumeric: Update to 1.12.44.•••* gnu/packages/gnome.scm (gnumeric): Update to 1.12.44. Tobias Geerinckx-Rice2019-02-24
| | * gnu: gnumeric: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (gnumeric)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-24
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-02-24
|\| |
| * | Merge branch 'master' into stagingMarius Bakke2019-02-24
| |\|
| | * gnu: Fix ‘Open GL’ typo.•••* gnu/packages/gnome.scm (clutter, clutter-gtk, clutter-gst) [synopsis, description]: Say ‘OpenGL’. Tobias Geerinckx-Rice2019-02-21
| | * gnu: clutter-gst: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (clutter-gst)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-21
| | * gnu: clutter-gst: Update to 3.0.27.•••* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.27. Tobias Geerinckx-Rice2019-02-21
* | | Merge branch 'staging' into core-updatesMarius Bakke2019-02-20
|\| |
| * | gnu: librsvg: Update to 2.44.12.•••* gnu/packages/gnome.scm (librsvg): Update to 2.44.12. [arguments]: Replace patching phases with custom variants. Delete five new tests. [native-inputs]: Add RUST-1.27 and RUST-1.27:CARGO. Marius Bakke2019-02-20
| * | Merge branch 'master' into stagingMarius Bakke2019-02-20
| |\|
| | * gnu: libdazzle: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (libdazzle)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-19
| | * gnu: ghex: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (ghex)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-02-19
| | * gnu: workrave: Compute source COMMIT from VERSION.•••* gnu/packages/gnome.scm (workrave)[version, source]: Conventionally generate COMMIT from VERSION, instead of the other way 'round. Tobias Geerinckx-Rice2019-02-19
| | * gnu: soundconverter: Update to 3.0.1.•••* gnu/packages/gnome.scm (soundconverter): Update to 3.0.1. [arguments]: Remove ‘fix-POTFILES.in’ phase. * gnu/packages/patches/soundconverter-remove-gconf-dependency.patch: Update. Tobias Geerinckx-Rice2019-02-19
| | * gnu: Remove unneeded uses of python{,2}-minimal.•••The "python-minimal" package exists mostly to resolve a dependency cycle. To reduce duplication, packages should prefer the regular Python variants. * gnu/packages/admin.scm (htop)[native-inputs]: Change PYTHON-MINIMAL-WRAPPER to PYTHON-WRAPPER. * gnu/packages/crypto.scm (botan)[native-inputs]: Likewise. * gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Change PYTHON-MINIMAL to PYTHON. * gnu/packages/dictionaries.scm (apertium)[native-inputs]: Likewise. * gnu/packages/databases.scm (mongodb)[native-inputs]: Change PYTHON2-MINIMAL to PYTHON2. * gnu/packages/games.scm (openttd-opensfx, openttd-openmsx)[native-inputs]: Likewise. * gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise. Marius Bakke2019-02-17
| | * services: gdm: Allow for custom X session scripts.•••* gnu/packages/gnome.scm (gdm)[arguments]: Update pre-configure phase so that GDM runs an X session script specified by the variable GDM_X_SESSION; remove the '--enable-gdm-xsession' configuration option. * gnu/services/xorg.scm (<gdm-configuration>): Add 'x-session' field. (gdm-shepherd-service): Set the GDM_X_SESSION variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| | * gnu: gdm: Run dbus-daemon via a wrapper script.•••* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase so that GDM propagates the GDM_DBUS_DAEMON variable into the session environment and uses its value to invoke dbus-daemon. * gnu/services/xorg.scm (dbus-daemon-wrapper): New variable. (<gdm-configuration>): Add 'dbus-daemon' field. (gdm-shepherd-service): Set GDM_DBUS_DAEMON before invoking gdm. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| | * gnu: gdm: Simplify pre-configure phase.•••* gnu/packages/gnome.scm (gdm)[arguments]: Simplify the pre-configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| | * gnu: gdm: Use absolute path for gnome-session.•••* gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to substitute in the absolute path of gnome-session. [inputs]: Add gnome-session. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| | * gnu: gdm: Add links to required login-session files.•••* gnu/packages/gnome.scm (gdm)[arguments]: Add a phase that creates symbolic links to required files from gnome-settings-daemon; do not set XDG_CONFIG_DIRS in the session environment. [inputs]: Add gnome-settings-daemon. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| | * gnu: gnome-session: Use absolute paths in .desktop files.•••This makes the gnome-session .desktop files usable even if gnome-session is not available from the PATH variable. * gnu/packages/gnome.scm (gnome-session)[arguments]: Add a phase that adds the absolute path of gnome-session in its .desktop files. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| | * services: gdm: Remove etc service.•••* gnu/packages/gnome.scm (gdm)[arguments]: Update pre-configure phase to make GDM get the configuration file path from an environment variable. * gnu/services/xorg.scm (gdm-etc-service): Remove function. (gdm-configuration-file): New function. (gdm-shepherd-service): Set GDM_CUSTOM_CONF before invoking GDM. (gdm-service-type)[extensions]: Remove etc-service-type extension. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample2019-02-17
| * | Merge branch 'master' into stagingMarius Bakke2019-02-14
| |\|
| | * gnu: gnome: Include system-config-printer.•••This package enables some functionality for printers within the gnome-control-center as well as providing a standalone configuration tool. At the moment, due to the lack of PackageKit support within Guix, the gnome-control-center can't help users through the process of installing this, so make it a default package. * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add system-config-printer. Christopher Baines2019-02-13
| | * gnu: Add system-config-printer.•••* gnu/packages/gnome.scm (system-config-printer): New variable. Christopher Baines2019-02-13
* | | gnu: Remove WebKitGTK@2.20.•••* gnu/packages/gnome.scm (eolie, epiphany)[native-inputs]: Remove GCC-7. [inputs]: Change WEBKITGTK-2.22 to WEBKITGTK. [arguments]: Adjust accordingly. * gnu/packages/web-browsers.scm (next-gtk-webkit): Likewise. * gnu/packages/webkit.scm (webkitgtk): Update to 2.22.6. (webkitgtk-2.22): Remove variable. Marius Bakke2019-02-11
* | | Merge branch 'master' into core-updatesMarius Bakke2019-02-11
|\ \ \ | |/ / |/| / | |/
| * gnu: gnome-shell: Customize the GDM log-in screen.•••* gnu/packages/patches/gnome-shell-theme.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-shell)[source](patches, modules) (snippet): New fields. [arguments]: Add 'rebuild-css' phase. [native-inputs]: Add RUBY-SASS. Ludovic Courtès2019-02-10
| * gnu: gnome: Remove '--disable-acceleration-check' flag from 'gnome.desktop'.•••With this change the GNOME session is now listed in the log-in screen of GDM. * gnu/packages/gnome.scm (gnome-session)[arguments]: Remove 'disable-hardware-acceleration-check' phase. That phase was apparently no longer needed. Furthermore, GDM expects 'TryExec' to be a file name, not a file name followed by arguments; thus, the option led GDM to discard 'gnome.desktop' with "GdmSession: Command not found: TryExec". Ludovic Courtès2019-02-10
* | gnu: libgsf: Update to 1.14.45.•••* gnu/packages/gnome.scm (libgsf): Update to 1.14.45. Marius Bakke2019-02-10
|/
* gnu: tracker: Build against the regular SQLite.•••FTS5 is enabled by default in the current version. * gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable. * gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE. Marius Bakke2019-02-09
* Merge branch 'staging'Ludovic Courtès2019-02-09
|\
| * gnu: gtk-vnc: Update to 0.9.0.•••* gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0. Oleg Pykhalov2019-02-04
| * Merge branch 'master' into stagingLudovic Courtès2019-01-20
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-01-13
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
| |\ \ \
| * | | | gnu: glib-networking: Work around test failure.•••* gnu/packages/gnome.scm (glib-networking)[source]: Add patch. * gnu/packages/patches/glib-networking-connection.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-27
| * | | | gnu: glib-networking: Update to 2.58.0.•••* gnu/packages/gnome.scm (glib-networking): Update to 2.58.0. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Explicitly disable libproxy; add phase to appease tests. (libgdata, libsoup)[arguments]: Remove phase that sets SSL_CERT_FILE. * gnu/packages/spice.scm (spice)[arguments]: Likewise. * gnu/packages/web.scm (uhttpmock)[arguments]: Likewise. Marius Bakke2018-12-12
| * | | | gnu: GnuTLS: Update to 3.6.5.•••* gnu/packages/patches/gnutls-skip-pkgconfig-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/tls.scm (gnutls): Update to 3.6.5. [source](patches): Remove obsolete. [source](snippet): Add Guile detection fix. * gnu/packages/gnome.scm (libsoup)[arguments]: Adjust 'certtool' invokation to cope with the new API. Marius Bakke2018-12-12
| * | | | Merge branch 'master' into stagingMarius Bakke2018-12-09
| |\ \ \ \
| * | | | | gnu: json-glib: Update to 1.4.4.•••* gnu/packages/patches/json-glib-fix-tests-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnome.scm (json-glib): Update to 1.4.4. [source](patches): Remove. Marius Bakke2018-12-04
* | | | | | gnu: Remove duplicate import from (gnu packages gnome).•••* gnu/packages/messaging.scm (define-module): Remove duplicate module imports. Order the remainder alphabetically. Tobias Geerinckx-Rice2019-02-04
| |_|_|_|/ |/| | | |
* | | | | gnu: Add libdazzle.•••* gnu/packages/gnome.scm (libdazzle): New variable. Ricardo Wurmus2019-01-18
* | | | | gnu: Move dbm databases to new module.•••* gnu/packages/databases.scm (gdbm, bdb, bdb-5.3): Move from here... * gnu/packages/dbm.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/audio.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm, gnu/packages/cobol.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm, gnu/packages/finance.scm, gnu/packages/game-development.scm, gnu/packages/gnome.scm, gnu/packages/guile.scm, gnu/packages/ibus.scm, gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/man.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/php.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/sawfish.scm: Update module references. Ricardo Wurmus2019-01-16