summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-11
|\|
| * gnu: at-spi2-atk: Update to 2.34.1.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.1.
| * gnu: at-spi2-core: Update to 2.34.0.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0.
| * gnu: atk: Update to 2.34.1.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/gtk.scm (atk): Update to 2.34.1.
| * gnu: gtk+: Update to 3.24.13.Marius Bakke2019-12-11
| | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.13.
* | gnu: pango: Update to 1.44.7.Marius Bakke2020-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | gnu: gtk+-2: Split binaries.Julien Lepiller2019-12-14
| | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+-2): Add "bin" output. * guix/profiles.scm (gtk-im-modules): Use "bin" output for generating gtk+-2 immodules cache file.
* | gnu: cairo: Do not build static libraries.Marius Bakke2019-12-05
| | | | | | | | * gnu/packages/gtk.scm (cairo)[arguments]: Add "--disable-static" to #:configure-flags.
* | gnu: harfbuzz: Update to 2.6.4.Marius Bakke2019-12-05
|/ | | | * gnu/packages/gtk.scm (harfbuzz): Update to 2.6.4.
* gnu: girara: Fetch sources from git.Tobias Geerinckx-Rice2019-12-04
| | | | | | | | | The tarball URI is having server issues. Use the upstream git repository instead until this is resolved. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/gtk.scm (girara)[source]: Switch to GIT-FETCH.
* Merge branch 'staging'Marius Bakke2019-12-04
|\
| * Merge branch 'master' into stagingMarius Bakke2019-11-28
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-11-15
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2019-10-30
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2019-10-18
| |\ \ \ \
| * | | | | gnu: gtk+: Add libxrandr input.Ingo Ruhnke2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes multi-monitor issues in XFCE and other Gtk+ apps. * gnu/packages/gtk.scm (gtk+)[inputs]: Add libxrandr. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * | | | | gnu: gtk+: Update to 3.24.12.Marius Bakke2019-10-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.12.
| * | | | | gnu: gdk-pixbuf: Update to 2.40.0.Marius Bakke2019-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0. [arguments]: Remove obsolete phase.
* | | | | | gnu: girara: Update to 0.3.3.Tobias Geerinckx-Rice2019-12-03
| |_|_|_|/ |/| | | | | | | | | | | | | | * gnu/packages/gtk.scm (girara): Update to 0.3.3.
* | | | | gnu: Use the test-only Xorg variant for tests.Marius Bakke2019-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/education.scm (gcompris-qt)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. * gnu/packages/engineering.scm (pcb, qucs, openscad)[native-inputs]: Likewise. * gnu/packages/gnome.scm (libbonoboui, d-feet, gspell, libdazzle, libhandy)[native-inputs]: Likewise. * gnu/packages/gnupg.scm (parcimonie)[native-inputs]: Likewise. * gnu/packages/graphics.scm (opensubdiv, rapicorn)[native-inputs]: Likewise. * gnu/packages/gtk.scm (gtksourceview-2, gtksourceview)[native-inputs]: Likewise. * gnu/packages/image-processing.scm (opencv)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kconfig, kcoreaddons, kwidgetsaddons, kwindowsystem, kdeclarative)[native-inputs]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[native-inputs]: Likewise. * gnu/packages/messaging.scm (gajim)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Likewise.
* | | | | gnu: perl-cairo: Update to 1.107.Tobias Geerinckx-Rice2019-11-23
| |_|_|/ |/| | | | | | | | | | | * gnu/packages/gtk.scm (perl-cairo): Update to 1.107.
* | | | gnu: yad: Update to 5.0.Tobias Geerinckx-Rice2019-11-01
| |_|/ |/| | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (yad): Update to 5.0. [build-system]: Use Glib-or-Gtk build system. [arguments]: Remove obsolete or ineffective #:configure-flags. Use the default ‘bootstrap’ phase followed by an ‘intltoolize’ one. [inputs]: Add gspell.
* | | gnu: gtkmm: Update to 3.24.2.Tobias Geerinckx-Rice2019-10-28
| |/ |/| | | | | * gnu/packages/gtk.scm (gtkmm): Update to 3.24.2.
* | gnu: perl-gtk2: Update to 1.24993.Tobias Geerinckx-Rice2019-10-16
| | | | | | | | * gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.
* | gnu: gtkmm: Update to 3.24.1.Ludovic Courtès2019-10-14
|/ | | | * gnu/packages/gtk.scm (gtkmm): Update to 3.24.1.
* Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\
| * gnu: gtkspell3: Install Vala bindings.Giacomo Leidi2019-08-28
| | | | | | | | | | | | * gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * gnu: gtk+: Update to 3.24.10.Marius Bakke2019-08-04
| | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.10.
* | gnu: gtksourceview: Update to 4.2.0.Marius Bakke2019-07-12
| | | | | | | | * gnu/packages/gtk.scm (gtksourceview): Update to 4.2.0.
* | gnu: harfbuzz: Create hb-gobject-enums.h.Marius Bakke2019-07-11
| | | | | | | | * gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN.
* | gnu: ganv: Remove GCC5 workaround.Marius Bakke2019-07-03
| | | | | | | | * gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS.
* | gnu: gtkmm: Remove GCC5 workaround.Marius Bakke2019-07-02
| | | | | | | | | | * gnu/packages/gtk.scm (gtkmm)[arguments]: Remove <#:configure-flags>. * gnu/packages/gtk.scm (gtkmm-2)[arguments]: Likewise.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-02
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-07-02
| |\
| | * gnu: gtksourceviewmm: Build against gtksourceview@3.Marius Bakke2019-06-30
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtksourceviewmm)[propagated-inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3.
| * | gnu: gtk+: Update to 3.24.9.Marius Bakke2019-06-29
| |/ | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.9.
* | gnu: harfbuzz: Update to 2.5.3.Marius Bakke2019-06-30
| | | | | | | | * gnu/packages/gtk.scm (harfbuzz): Update to 2.5.3.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-27
|\|
| * gnu: Add volumeicon.Tobias Geerinckx-Rice2019-06-24
| | | | | | | | * gnu/packages/gtk.scm (volumeicon): New public variable.
| * gnu: spread-sheet-widget: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-06-23
| | | | | | | | * gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.
| * Merge branch 'master' into stagingMarius Bakke2019-06-03
| |\
* | | gnu: harfbuzz: Update to 2.5.2.Marius Bakke2019-06-21
| | | | | | | | | | | | * gnu/packages/gtk.scm (harfbuzz): Update to 2.5.2.
* | | gnu: gtksourceview: Update to 4.0.3.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | * gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3.
* | | gnu: pangomm: Update to 2.42.0.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | * gnu/packages/gtk.scm (pangomm): Update to 2.42.0.
* | | gnu: atkmm: Update to 2.28.0.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | * gnu/packages/gtk.scm (atkmm): Update to 2.28.0.
* | | gnu: gtkmm: Update to 3.24.0.Ricardo Wurmus2019-06-20
| | | | | | | | | | | | * gnu/packages/gtk.scm (gtkmm): Update to 3.24.0.
* | | gnu: harfbuzz: Update to 2.5.1.Marius Bakke2019-06-15
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (harfbuzz): Update to 2.5.1. [source]: Update source file name.
* | | Merge branch 'master' into core-updatesLudovic Courtès2019-06-13
|\ \ \ | | |/ | |/|
| * | gnu: gtksourceview-2: Fix finding default data.Julien Lepiller2019-05-31
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gtksourceview-2-add-default-directory.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gtk.scm (gtksourceview-2)[source]: Use it.