summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: gnome-initial-setup: Update description.•••* gnu/packages/gnome.scm (gnome-initial-setup)[description]: Modify. Danny Milosavljevic2020-01-121-3/+6
| * gnu: Add gnome-initial-setup.•••* gnu/packages/gnome.scm (gnome-initial-setup): New variable. Raghav Gururajan2020-01-121-0/+50
| * gnu: Fix license of several GNOME packages.•••* gnu/packages/gnome.scm (gnome-color-manager)[license]: Change to GPL2+. (gnome-online-miners)[license]: Likewise. (gnome-menus)[license]: Change to LGPL2.0+. Ludovic Courtès2020-01-121-3/+3
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-111-29/+241
|\|
| * gnu: upower: Update to 0.99.11.•••* gnu/packages/gnome.scm (upower): Update to 0.99.11. [source]: Follow home page download URI. Tobias Geerinckx-Rice2020-01-111-4/+3
| * gnu: Add libmediaart.•••* gnu/packages/gnome.scm (libmediaart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Raghav Gururajan2020-01-091-0/+29
| * gnu: Add gnome-color-manager.•••* gnu/packages/gnome.scm (gnome-color-manager): New variable. Raghav Gururajan2020-01-091-1/+54
| * gnu: Add gnome-online-miners.•••* gnu/packages/gnome.scm (gnome-online-miners): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan2020-01-091-0/+35
| * gnu: system-config-printer: Update to 1.5.12.•••* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.12. Oleg Pykhalov2020-01-091-2/+3
| * gnu: system-config-printer: Use new upstream URI.•••* gnu/packages/gnome.scm (system-config-printer)[source]: Switch to the OpenPrinting repository. Tobias Geerinckx-Rice2020-01-081-9/+9
| * gnu: colord: Adjust inputs.•••* gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and INTLTOOL. Add previously propagated GETTEXT-MINIMAL. Marius Bakke2020-01-071-2/+1
| * gnu: gnome-characters: Wrap program to provide the necessary Typelib files.•••* gnu/packages/gnome.scm (gnome-characters)[arguments]: Add #:phases with a 'wrap' phase. [inputs]: Add GNOME-DESKTOP. Co-authored-by: Ludovic Courtès <ludo@gnu.org> kanichos@yandex.ru2020-01-061-2/+14
| * gnu: file-roller: Update to 3.32.3.•••* gnu/packages/gnome.scm (file-roller): Update to 3.32.3. Tobias Geerinckx-Rice2020-01-051-2/+2
| * gnu: file-roller: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (file-roller)[source]: Hard-code NAME. Tobias Geerinckx-Rice2020-01-021-2/+2
| * gnu: evince: Update to 3.34.2.•••* gnu/packages/gnome.scm (evince): Update to 3.34.2. Tobias Geerinckx-Rice2020-01-021-2/+2
| * gnu: evince: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (evince)[source]: Hard-code NAME. Tobias Geerinckx-Rice2020-01-021-3/+3
| * gnu: gnome: Add missing inputs.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-getting-started-docs, gnome-menus, gnome-user-docs, hicolor-icon-theme, gnome-online-accounts. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan2020-01-021-2/+9
| * gnu: Add gnome-user-docs.•••* gnu/packages/gnome.scm (gnome-user-docs): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Raghav Gururajan2020-01-011-0/+26
| * gnu: Add gnome-getting-started-docs.•••* gnu/packages/gnome.scm (gnome-getting-started-docs): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Raghav Gururajan2020-01-011-0/+28
| * gnu: Add gnome-menus.•••* gnu/packages/gnome.scm (gnome-menus). New variable. Raghav Gururajan2019-12-301-0/+23
* | gnu: pango: Update to 1.44.7.•••* gnu/packages/patches/pango-skip-libthai-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gtk.scm (pango): Update to 1.44.7. [source](patches): New field. [build-system]: Switch to MESON-BUILD-SYSTEM. [arguments]: Disable tests that require the Cantarell font. [inputs]: Move LIBXFT ... [propagated-inputs]: ... here. (pango-1.42): New public variable. * gnu/packages/gnome.scm (librsvg)[inputs]: Change from PANGO to PANGO-1.42. Marius Bakke2020-01-111-1/+3
* | Revert "gnu: network-manager: Fix build with glibc 2.30."•••This commit was obsolete by the time it was pushed, whoops! This reverts commit 12818a0656817e95a80aace01089042c0b0e7e22. Marius Bakke2020-01-111-2/+1
* | gnu: network-manager: Fix build with glibc 2.30.•••* gnu/packages/patches/network-manager-gettid.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (network-manager)[source](patches): Add it. Marius Bakke2020-01-081-1/+2
* | gnu: dconf: Fix build failure with Meson 0.52.•••* gnu/packages/patches/dconf-meson-0.52.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (dconf)[source](patches): New field. Marius Bakke2020-01-081-0/+1
* | Merge remote-tracking branch 'master' into core-updates.Mathieu Othacehe2019-12-311-85/+297
|\|
| * gnu: gnome-themes-extra: Remove cache file.•••* gnu/packages/gnome.scm (gnome-themes-extra)[arguments]: Disable cache file from configure flags. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Raghav Gururajan2019-12-291-0/+6
| * gnu: gnome: Sort packages logically.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Sort packages into their logical groupings. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan2019-12-291-43/+47
| * gnu: gnome: Update dependencies.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove font-cantarell, font-dejavu, at-spi2-core, dbus, dconf, desktop-file-utils, gnome-defalt-applications, gnome-online-accounts, gnome-themes-standard, gst-plugins-base, gst-plugins-good, gucharmap, hicolor-icon-theme, pinentry-gnome3, pulseaudio, shared-mime-info, system-config-printer, xdg-user-dirs, zenity Add accountservice, adwaita-icon-theme, cheese, gdm, gnome-calendar, gnome-characters, gnome-clocks, gnome-desktop, gnome-font-viewer, gnome-maps, gnome-themes-extra, gsettings-desktop-schema, mutter, network-manager, orca, packagekit, simplescan, upower. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan2019-12-291-23/+22
| * gnu: Add gnome-themes-extra•••* gnu/packages/gnome.scm (gnome-themes-extra): New Variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Raghav Gururajan2019-12-281-0/+32
| * gnu: Add gnome-font-viewer.•••* gnu/packages/gnome.scm (gnome-font-viewer): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Raghav Gururajan2019-12-241-0/+36
| * gnu: gnome-shell-extensions: Depropagate glib:bin.•••* gnu/packages/gnome.scm (gnome-shell-extensions): [propagated-inputs]: Move glib:bin from here... [native-inputs]: ... to here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler2019-12-231-3/+3
| * gnu: Add polari.•••* gnu/packages/gnome.scm (polari): New package. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler2019-12-221-0/+55
| * gnu: gspell: Build with gobject-introspection.•••* gnu/packages/gnome.scm (gspell)[native-inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler2019-12-221-0/+2
| * gnu: Add gnome-characters.•••* gnu/packages/gnome.scm (gnome-characters): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Raghav Gururajan2019-12-211-0/+32
| * gnu: Add gamin.•••* gnu/packages/gnome.scm (gamin): New variable. Ricardo Wurmus2019-12-201-0/+37
| * gnu: libhandy: Update description.•••* gnu/packages/gnome.scm (libhandy)[description]: Fix typo and make clear it's not only for mobile interfaces. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier2019-12-191-1/+2
| * gnu: Update libhandy to 0.0.12.•••* gnu/packages/gnome.scm (libhandy): Update to 0.0.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier2019-12-191-2/+3
| * gnu: shotwell: Clean-up inputs.•••* gnu/packages/gnome.scm (shotwell)[arguments]: Add phase to skip gtk-update-icon-cache. [inputs]: Sort alphabetically. Move glib:bin ... [native-inputs]: ... to here. Remove desktop-file-utils, gtk+:bin. Efraim Flashner2019-12-171-13/+19
| * gnu: dia: Fix version number.•••This commit is actually after to 0.97.3 release. * gnu/packages/gnome.scm (dia)[version]: Use git-version. [source]: Update to new source uri. Use git-file-name. Efraim Flashner2019-12-171-3/+3
| * gnu: dia: Don't override bootstrap phase.•••* gnu/packages/gnome.scm (dia)[arguments]: Remove custom 'run-autogen phgase. Add phase before 'bootstrap to not run configure. Efraim Flashner2019-12-171-2/+3
| * gnu: dia: Fix-up inputs.•••* gnu/packages/gnome.scm (dia)[inputs]: Sort alphabetically. Move glib:bin ... [native-inputs]: ... to here. Sort alphabetically. Efraim Flashner2019-12-171-7/+7
| * gnu: libidl: Hard-code name in source uri.•••* gnu/packages/gnome.scm (libidl)[source]: Hard-code name. Efraim Flashner2019-12-171-4/+3
| * gnu: libidl: Set upstream name.•••* gnu/packages/gnome.scm (libidl)[properties]: New field. Efraim Flashner2019-12-171-0/+1
| * gnu: brasero: Update home-page.•••* gnu/packages/gnome.scm (brasero)[home-page]: Use new home-page. Efraim Flashner2019-12-171-1/+1
| * gnu: brasero: Fix-up inputs.•••* gnu/packages/gnome.scm (brasero)[inputs]: Move itstool ... [native-inputs]: ... to here. Efraim Flashner2019-12-171-1/+1
| * gnu: brasero: Hard-code name in source uri.•••* gnu/packages/gnome.scm (brasero)[source]: Hard-code name. Efraim Flashner2019-12-171-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2019-12-121-232/+455
|\|
| * gnu: libsoup: Update to 2.68.3.•••* gnu/packages/gnome.scm (libsoup): Update to 2.68.3. Marius Bakke2019-12-111-2/+2
| * gnu: libwnck-2: Adjust for changes in inherited package.•••This is a followup to d3b406969a0916fed8f7dc7c094de9d523ac12c9. * gnu/packages/gnome.scm (libwnck-2)[build-system]: Override with gnu-build-system. [native-inputs]: Add field to exclude GLIB and GOBJECT-INTROSPECTION. Signed-off-by: Kei Kebreau <kkebreau@posteo.net> Miguel Ángel Arruga Vivas2019-12-101-0/+4
| * gnu: gnome: Propagate gnome-contacts.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add GNOME-CONTACTS. Ludovic Courtès2019-12-081-0/+1