aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-10-12
|\ | | | | | | | | | | | | | | | | | | 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
| * gnu: gtk: Use librsvg-2.40 for non-x86_64.Denis 'GNUtoo' Carikli2022-10-10
| | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk)[propagated-inputs]: Use librsvg-2.40 for non-x86_64. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: gtk: Update to 4.8.1.Liliana Marie Prikler2022-10-01
| | | | | | | | * gnu/packages/gtk.scm (gtk): Update to 4.8.1.
* | gnu: gtk: Use architecture appropriate librsvg.Efraim Flashner2022-09-19
| | | | | | | | | | * gnu/packages/gtk.scm (gtk)[propagated-inputs]: When building for x86_64-linux use librsvg-bootstrap, otherwise use librsvg-2.40.
* | Merge branch 'master' into stagingMarius Bakke2022-09-16
|\|
| * gnu: pango-next: Fix source URL.Maxim Cournoyer2022-09-15
| | | | | | | | | | | | * gnu/packages/gtk.scm (pango-next): Use "pango" in the URL, not "pango-next". Reported-by: Vivien Kraus <vivien@planete-kraus.eu>
* | Merge branch 'master' into stagingMaxim Cournoyer2022-09-15
|\| | | | | | | | | | | | | With resolved conflicts in: gnu/local.mk gnu/packages/freedesktop.scm gnu/packages/gnuzilla.scm
| * gnu: dragon-drop: Use G-Expressions.Liliana Marie Prikler2022-09-14
| | | | | | | | | | * gnu/packages/gtk.scm (dragon-drop)[arguments]: Convert to list of G-Expressions.
| * gnu: dragon-drop: Correct PREFIX.arkhan2022-09-14
| | | | | | | | | | | | | | * gnu/packages/gtk.scm (dragon-drop)[#:make-flags]: Remove gratuitous “/bin” from PREFIX. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: pango-next: Rename from "pango "to "pango-next".Maxim Cournoyer2022-09-13
| | | | | | | | * gnu/packages/gtk.scm (pango-next)[name]: Rename from pango to pango-next.
| * gnu: gtksourceview: Update to 5.5.1.Maxim Cournoyer2022-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: gtk: Replace librsvg with librsvg-bootstrap.Maxim Cournoyer2022-09-13
| | | | | | | | | | | | | | | | 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.
| * gnu: gtk: Update to 4.8.0 and use gexps.Maxim Cournoyer2022-09-12
| | | | | | | | | | | | | | | | | | * 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.
* | Merge branch 'master' into stagingMarius Bakke2022-09-08
|\|
| * gnu: dragon-drop: Update to 1.2.0.kiasoc52022-09-08
| | | | | | | | | | | | * gnu/packages/gtk.scm (dragon-drop): Update to 1.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into stagingMarius Bakke2022-08-28
|\|
| * gnu: Remove unused module import.Marius Bakke2022-08-27
| | | | | | | | * gnu/packages/gtk.scm: Don't import (gnu packages build-tools).
* | gnu: gtk-doc/stable: Use 'modify-inputs'.Marius Bakke2022-08-13
| | | | | | | | * gnu/packages/gtk.scm (gtk-doc/stable)[inputs]: Use MODIFY-INPUTS.
* | gnu: gtk-doc: Remove input labels.Marius Bakke2022-08-13
| | | | | | | | * gnu/packages/gtk.scm (gtk-doc)[native-inputs]: Remove labels.
* | gnu: gtk-doc: Remove unused input.Marius Bakke2022-08-13
|/ | | | * gnu/packages/gtk.scm (gtk-doc)[inputs]: Remove PYTHON-UNITTEST2.
* gnu: gtk: Use new style inputs.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gtk.scm (gtk)[native-inputs]: Use new style. [propagated-inputs]: Likewise.
* gnu: gtk: Update to 4.6.6.Maxim Cournoyer2022-07-12
| | | | | * gnu/packages/gtk.scm (gtk): Update to 4.6.6. [phases]{patch}: Disable 'unaligned-offscreen' test.
* gnu: Add pango-1.90.Liliana Marie Prikler2022-07-09
| | | | * gnu/packages/gtk.scm (pango-1.90): New variable.
* gnu: Add harfbuzz-4.Liliana Marie Prikler2022-07-09
| | | | * gnu/packages/gtk.scm (harfbuzz-4): New variable.
* gnu: harfbuzz-3: Update to 3.4.0.Liliana Marie Prikler2022-07-09
| | | | | | * 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.
* gnu: gdk-pixbuf: Add removal hint for libx11.Liliana Marie Prikler2022-07-02
| | | | | * gnu/packages/gtk.scm (gdk-pixbuf)[propagated-inputs]: Add hint to remove libx11 on core-updates.
* gnu: Add gdk-pixbuf-xlib.Tomasz Jeneralczyk2022-07-02
| | | | | | | | | This was part of gtk-pixbuf before but was split into its own library in version 2.42.0: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/tags/2.42.0 * gnu/packages/gtk.scm (gtk-pixbuf-xlib): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: cairomm: Remove input labels.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/gtk.scm (cairomm)[native-inputs, inputs]: Remove input labels.
* gnu: cairomm: Update to 1.16.1.Tobias Geerinckx-Rice2022-06-05
| | | | | * gnu/packages/gtk.scm (cairomm): Update to 1.16.1. [arguments]: Don't explicitly return #t from phases.
* gnu: Add iso-codes variant for use within Guix.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | * gnu/packages/iso-codes.scm (iso-codes): Replace with hidden-package that inherits… (iso-codes/official): …this ‘new’ variable with its previous value. * gnu/packages/gtk.scm (gtk+)[inputs]: Use iso-codes/official to prevent mass rebuilds.
* gnu: libdbusmenu: Update to 16.04.0-496.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | * gnu/packages/gtk.scm (libdbusmenu): Update to 16.04.0-496. [source]: Fetch using Breezy. [arguments]: Use gexps. [phases]: Delete trailing #t. {remove-deprecated-gnome-common-macros}: New phase. {patch-paths}: Likewise. [inputs]: Use new style. [native-inputs]: Likewise. Replace gnome-doc-utils with gnome-common. Replace python-2 with python-wrapper. Add autoconf, automake, libtool, libxslt and which.
* gnu: Remove python2-pycairo.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/gtk.scm (python2-pycairo): Delete variable.
* gnu: Remove python2-pygtk.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/gtk.scm (python2-pygtk): Delete variable.
* gnu: yad: Update to 12.0.Benjamin Slade2022-05-27
| | | | | | * gnu/packages/gtk.scm (yad): Update to 12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gtkmm: Update to 4.6.1.Zhu Zihao2022-04-04
| | | | | | | | | * gnu/packages/gtk.scm (gtkmm): Update to 4.6.1. [propagated-inputs]: Remove atkmm because it's no longer needed. * gnu/packages/gtk.scm (pangomm): Update to 2.50.0. [propagated-inputs]: Replace 'pango' with 'pango-next'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gtk: Update to 4.6.1.Zhu Zihao2022-04-04
| | | | | | | | | | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Remove gtk-introspection-test.patch. * gnu/packages/patches/gtk-introspection-test.patch: Remove. * gnu/packages/gtk.scm (gtk): Update to 4.6.1. [source]: Remove stale patch. [arguments]<phases>: Add 'patch-rst2man' phase, correct the binary name of rst2man to 'rst2man.py' [inputs]: Add libjpeg-turbo, libpng, libtiff. [native-inputs]: Add python-docutils. [propagated-inputs]: Use pango-next. * gnu/packages/fcitx5.scm (fcitx5-gtk)[arguments]: Disable GTK4 build. <configure-flags>: Add "-DENABLE_GTK_IM_MODULE=OFF". <phases>: In phase "patch-install-prefix", Remove GTK4 code. [inputs]: Remove package gtk. [outputs]: Remove output "gtk4". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pango 1.50: Add version 1.50.4.Zhu Zihao2022-04-04
| | | | | | * gnu/packages/gtk.scm(pango-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add webp-pixbuf-loader.Zhu Zihao2022-03-11
| | | | | | * gnu/packages/gtk.scm (webp-pixbuf-loader): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gromit-mpx.Lars-Dominik Braun2022-02-24
| | | | * gnu/packages/gtk.scm (gromit-mpx): New variable.
* gnu: girara: Update to 0.3.7.Efraim Flashner2022-02-19
| | | | | * gnu/packages/gtk.scm (girara): Update to 0.3.7. [native-inputs]: Replace check-0.14 with check.
* gnu: gtkmm: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add python.
* gnu: gtk: Update to 4.4.1.Maxim Cournoyer2022-01-10
| | | | | | | | | * gnu/packages/patches/gtk-introspection-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gtk.scm (gtk): Update to 4.4.1. [origin]: Apply new patch. [phases]{pre-check}: Set TZDIR. [native-inputs]: Add graphene, python-pygobject and tzdata.
* gnu: pangomm: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
* gnu: atkmm-2.28: Do not propagate two variants of glibmm.Maxim Cournoyer2022-01-10
| | | | | * gnu/packages/gtk.scm (atkmm-2.28)[propagated-inputs]: Replace rather than append glibmm-2.64.
* gnu: atkmm: Add python to native inputs.Maxim Cournoyer2022-01-10
| | | | | | | Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (atkmm)[native-inputs]: Add python.
* gnu: cairo: Use bash-minimal unconditionally.Maxim Cournoyer2022-01-10
| | | | * gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
* gnu: Remove meson-0.59 workarounds.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | Mostly automated with the following command: $ grep --include='*.scm' '#:meson ,meson-0.59' -rl \ | xargs sed -z 's/#:meson[^\n]*\s*//' -i * gnu/packages/freedesktop.scm (malcontent) (accountsservice): Delete #:meson argument. * gnu/packages/games.scm (gnome-2048): Likewise. * gnu/packages/geo.scm (gnome-maps): Likewise. * gnu/packages/gnome.scm (gnome-photos, gnome-music) (gnome-initial-setup, gnome-user-share, gnome-characters) (gnome-disk-utility, gnome-font-viewer, evince, glade3) (gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp) (totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit) (network-manager-applet, gnome-control-center, gnome-shell, nautilus) (gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb) (gitg, polari, gnome-boxes, gtranslator): Likewise. * gnu/packages/gtk.scm: (gtkmm-3): Likewise. * gnu/packages/pdf.scm (zathura): Likewise. * gnu/packages/photo.scm (entangle): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (libvirt-glib): Likewise.
* gnu: Add pnmixer.Jaft2021-12-17
| | | | | | * gnu/packages/gtk.scm (pnmixer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python2-pygtk2: Temporarily revert to the old style of inputs.Leo Famulari2021-12-13
| | | | | | | | | This fixes the build of this package. Reported in #guix by jpoiret, ss2, and tschilptschilp23. * gnu/packages/gtk.scm (python2-pygtk)[propagated-inputs]: Restore the label expected in the 'fix-codegen' build phase.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.