Age | Commit message (Expand) | Author |
2022-09-15 | Merge branch 'staging' into core-updates...Conflicts resolved in:
gnu/local.mk
gnu/packages/cmake.scm
gnu/packages/glib.scm
gnu/packages/gnome.scm
gnu/packages/gtk.scm
gnu/packages/sdl.scm
pango-next, vala-next and librsvg-bootstrap were removed in the process.
| Maxim Cournoyer |
2022-09-15 | Merge branch 'master' into staging...With resolved conflicts in:
gnu/local.mk
gnu/packages/freedesktop.scm
gnu/packages/gnuzilla.scm
| Maxim Cournoyer |
2022-09-14 | gnu: dragon-drop: Use G-Expressions....* gnu/packages/gtk.scm (dragon-drop)[arguments]: Convert to list of
G-Expressions.
| Liliana Marie Prikler |
2022-09-14 | gnu: dragon-drop: Correct PREFIX....* gnu/packages/gtk.scm (dragon-drop)[#:make-flags]: Remove gratuitous “/bin”
from PREFIX.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| arkhan |
2022-09-13 | gnu: pango-next: Rename from "pango "to "pango-next"....* gnu/packages/gtk.scm (pango-next)[name]: Rename from pango to pango-next.
| Maxim Cournoyer |
2022-09-13 | gnu: gtksourceview: Update to 5.5.1....* gnu/packages/gtk.scm (gtksourceview): Update to 5.5.1.
[build-system]: Use meson-build-system.
[phases]: Use gexps.
{disable-gtk-update-icon-cache}: New phase.
{pre-check}: Use search-input-file.
[native-inputs]: Remove labels. Remove intltool and itstool. Add
gettext-minimal, gi-docgen and gobject-introspection-next.
[propagated-inputs]: Remove labels. Remove gtk+. Add fontconfig, fribidi,
gtk, pango-next and pcre2. Replace glib with glib-next.
(gtksourceview-4): New variable.
(gtksourceview-3): Inherit from gtksourceview-4 and adjust accordingly.
* gnu/packages/gnome.scm (tepl): Replace gtksourceview with gtksourceview-4.
(sushi)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (nomad): Likewise.
| Maxim Cournoyer |
2022-09-13 | gnu: gtk: Replace librsvg with librsvg-bootstrap....This is to use the same version of librsvg as used by the 'gtk+' package and
avoid propagation conflicts.
* gnu/packages/gtk.scm (guile-cairo)[inputs]: Remove librsvg.
[propagated-inputs]: Replace librsvg with librsvg-bootstrap.
| Maxim Cournoyer |
2022-09-12 | gnu: gtk: Update to 4.8.0 and use gexps....* gnu/packages/gtk.scm (gtk): Update to 4.8.0.
[arguments]: Use gexps.
[parallel-tests?]: Remove argument.
[phases]{patch}: Use this-package-native-input. Disable the
inscription-markup.ui test.
{move-files}: Adjust for gexps.
| Maxim Cournoyer |
2022-09-08 | Merge branch 'staging' into core-updates | Marius Bakke |
2022-09-08 | Merge branch 'master' into staging | Marius Bakke |
2022-09-08 | gnu: dragon-drop: Update to 1.2.0....* gnu/packages/gtk.scm (dragon-drop): Update to 1.2.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2022-09-02 | gnu: Make gtksourceview-5 the default gtksourceview....* gnu/packages/gtk.scm (gtksourceview-5): Rename to gtksourceview.
(gtksourceview): Rename to gtksourceview-4. Adjust accordingly.
(gtksourceview-3): Adjust accordingly.
* gnu/packages/gnome.scm (tepl, sushi, gedit, gnome-calculator, xpad)
(gitg, gnome-boxes, gnome-latex, setzer, gnome-builder)
(gtranslator): Use gtksourceview-4.
* gnu/packages/guile-xyz.scm (nomad): Likewise.
* gnu/packages/mail.scm (balsa): Likewise.
* gnu/packages/messaging.scm (gajim): Likewise.
* gnu/packages/music.scm (zrythm, quodlibet): Likewise.
* gnu/packages/syndication.scm (giara): Likewise.
* gnu/packages/xfce.scm (mousepad): Likewise.
| Liliana Marie Prikler |
2022-09-02 | gnu: gtksourceview: Update to 5.4.2....* gnu/packages/gtk.scm (gtksourceview-5): New variable.
(gtksourceview): Inherit from gtksourceview-5.
| Liliana Marie Prikler |
2022-09-02 | gnu: gtk: Add missing input....* gnu/packages/gtk.scm (gtk)[inputs]: Add libgudev.
| Liliana Marie Prikler |
2022-08-30 | Merge branch 'staging' into core-updates | Marius Bakke |
2022-08-28 | gnu: gtk: Update to 4.6.7....* gnu/packages/gtk.scm (gtk): Update to 4.6.7.
| Maxim Cournoyer |
2022-08-28 | gnu: at-spi2-core-minimal: Update to 2.45.90, rename to at-spi2-core....at-spi2-core now includes at-spi2-atk (see:
https://gitlab.gnome.org/GNOME/at-spi2-core/-/merge_requests/78).
* gnu/packages/gtk.scm (at-spi2-core-minimal): Rename to...
(at-spi2-core): ... this. Update to 2.45.90.
[phases]{check}: Adjust per upstream changes.
[inputs]: Add libxml2.
[native-inputs]: Delete labels. Add gsettings-desktop-schemas,
python-dbusmock and python-pytest.
(at-spi2-core-with-documentation): Variable renamed from at-spi2-core. Adjust
accordingly to changes to parent (inherited) package, and use gexps.
(at-spi2-atk): Deprecate by at-spi2-core.
(gtk+)[propagated-inputs]: Use at-spi2-core.
* gnu/packages/gnome.scm (orca)[inputs]: Likewise.
* gnu/packages/gnome.scm (gnome): Likewise.
| Maxim Cournoyer |
2022-08-28 | gnu: gtkmm-3: Update to 3.24.6....* gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.6.
| Maxim Cournoyer |
2022-08-28 | gnu: gtk+: Delete trailing #t and use iso-codes....* gnu/packages/gtk.scm (gtk+)[inputs]: Replace iso-codes/official with
iso-codes.
[phases]: Delete trailing #t.
| Maxim Cournoyer |
2022-08-28 | Merge branch 'master' into staging | Marius Bakke |
2022-08-27 | gnu: Remove unused module import....* gnu/packages/gtk.scm: Don't import (gnu packages build-tools).
| Marius Bakke |
2022-08-27 | Merge branch 'staging' into core-updates | Marius Bakke |
2022-08-13 | gnu: gtk-doc/stable: Use 'modify-inputs'....* gnu/packages/gtk.scm (gtk-doc/stable)[inputs]: Use MODIFY-INPUTS.
| Marius Bakke |
2022-08-13 | gnu: gtk-doc: Remove input labels....* gnu/packages/gtk.scm (gtk-doc)[native-inputs]: Remove labels.
| Marius Bakke |
2022-08-13 | gnu: gtk-doc: Remove unused input....* gnu/packages/gtk.scm (gtk-doc)[inputs]: Remove PYTHON-UNITTEST2.
| Marius Bakke |
2022-08-12 | gnu: harfbuzz: Update to 5.1.0....* gnu/packages/gtk.scm (harfbuzz): Update to 5.1.0.
| Marius Bakke |
2022-08-12 | gnu: pango: Update to 1.50.8....* gnu/packages/gtk.scm (pango): Update to 1.50.8.
| Marius Bakke |
2022-08-12 | gnu: libthai: Update to 0.1.29....* gnu/packages/gtk.scm (libthai): Update to 0.1.29.
| Marius Bakke |
2022-08-12 | gnu: gtk+@2: Disable failing tests....* gnu/packages/gtk.scm (gtk+-2)[arguments]: Disable two more tests.
| Marius Bakke |
2022-08-12 | gnu: Remove librsvg-bootstrap....librsvg is already a staging-level package, and the next version will no
longer bundle its dependencies, so we might as well drop it early.
* gnu/packages/gnome.scm (librsvg-bootstrap): Remove variable.
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Replace
LIBRSVG-BOOTSTRAP with LIBRSVG.
* gnu/packages/emacs.scm (emacs)[inputs]: Likewise.
* gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Likewise.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Likewise.
| Marius Bakke |
2022-07-27 | gnu: gdk-pixbuf: Remove input labels....* gnu/packages/gtk.scm (gdk-pixbuf)[native-inputs]: Remove labels. Bring
documentation inputs closer together.
| Marius Bakke |
2022-07-27 | gnu: gdk-pixbuf: Use search path instead of patching docbook schema location....* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Remove phase patch-docbook.
[native-inputs]: Add LIBXML2.
| Marius Bakke |
2022-07-27 | gnu: gdk-pixbuf: Propagate private dependencies....* gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Move LIBJPEG-TURBO, LIBPNG, and
LIBTIFF ...
[propagated-inputs]: ... here. Remove LIBX11 while at it.
| Marius Bakke |
2022-07-27 | gnu: Remove harfbuzz@4....* gnu/packages/gtk.scm (harfbuzz-4): Remove variable.
(pango-1.90)[inputs]: Remove.
| Marius Bakke |
2022-07-27 | gnu: harfbuzz: Update to 5.0.1....* gnu/packages/gtk.scm (harfbuzz): Update to 5.0.1.
| Marius Bakke |
2022-07-23 | gnu: gdk-pixbuf: Update to 2.42.8....* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.42.8.
| Marius Bakke |
2022-07-22 | Merge branch 'staging' into core-updates | Marius Bakke |
2022-07-16 | gnu: pangomm: Remove input labels....* gnu/packages/gtk.scm (pangomm)[native-inputs]: Remove labels.
[arguments]: While at it, remove trailing #t.
| Marius Bakke |
2022-07-16 | gnu: pangomm@2.46: Update to 2.46.2....* gnu/packages/gtk.scm (pangomm-2.46): Update to 2.46.2.
| Marius Bakke |
2022-07-16 | gnu: python-pycairo: Update to 1.21.0....* gnu/packages/gtk.scm (python-pycairo): Update to 1.21.0.
| Marius Bakke |
2022-07-16 | gnu: python-pycairo: Add 'upstream-name' property....* gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
| Marius Bakke |
2022-07-12 | gnu: gtk: Use new style inputs....* gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style.
[propagated-inputs]: Likewise.
| Maxim Cournoyer |
2022-07-12 | gnu: gtk: Update to 4.6.6....* gnu/packages/gtk.scm (gtk): Update to 4.6.6.
[phases]{patch}: Disable 'unaligned-offscreen' test.
| Maxim Cournoyer |
2022-07-09 | gnu: Add pango-1.90....* gnu/packages/gtk.scm (pango-1.90): New variable.
| Liliana Marie Prikler |
2022-07-09 | gnu: Add harfbuzz-4....* gnu/packages/gtk.scm (harfbuzz-4): New variable.
| Liliana Marie Prikler |
2022-07-09 | gnu: harfbuzz-3: Update to 3.4.0....* gnu/packages/gtk.scm (harfbuzz-3.0): Rename to...
(harfbuzz-3): ... this. Update to 3.4.0.
* gnu/packages/chromium.scm (ungoogled-chromium): Adjust accordingly.
| Liliana Marie Prikler |
2022-07-06 | gnu: harfbuzz: Update to 4.4.1....* gnu/packages/gtk.scm (harfbuzz): Update to 4.4.1.
| Marius Bakke |
2022-07-06 | gnu: pango: Remove input labels....* gnu/packages/gtk.scm (pango)[propagated-inputs, native-inputs]: Remove labels.
| Marius Bakke |
2022-07-06 | gnu: pango: Update to 1.50.7....* gnu/packages/gtk.scm (pango): Update to 1.50.7.
(pango-next): Remove variable.
(gtk, pangomm)[inputs]: Change from PANGO-NEXT to PANGO.
| Marius Bakke |
2022-07-02 | gnu: gdk-pixbuf: Add removal hint for libx11....* gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove
libx11 on core-updates.
| Liliana Marie Prikler |