summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesMarius Bakke2020-01-151-0/+10
|\
| * gnu: perl-gtk2: Skip broken test.•••* gnu/packages/gtk.scm (perl-gtk2)[arguments]: Skip broken test. Pierre Neidhardt2020-01-131-0/+10
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-111-8/+8
|\|
| * gnu: at-spi2-atk: Update to 2.34.1.•••* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.1. Marius Bakke2019-12-111-2/+2
| * gnu: at-spi2-core: Update to 2.34.0.•••* gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0. Marius Bakke2019-12-111-2/+2
| * gnu: atk: Update to 2.34.1.•••* gnu/packages/gtk.scm (atk): Update to 2.34.1. Marius Bakke2019-12-111-2/+2
| * gnu: gtk+: Update to 3.24.13.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.13. Marius Bakke2019-12-111-2/+2
* | 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-7/+34
* | gnu: gtk+-2: Split binaries.•••* 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. Julien Lepiller2019-12-141-10/+14
* | gnu: cairo: Do not build static libraries.•••* gnu/packages/gtk.scm (cairo)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2019-12-051-1/+2
* | gnu: harfbuzz: Update to 2.6.4.•••* gnu/packages/gtk.scm (harfbuzz): Update to 2.6.4. Marius Bakke2019-12-051-2/+2
|/
* gnu: girara: Fetch sources from git.•••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. Tobias Geerinckx-Rice2019-12-041-8/+9
* Merge branch 'staging'Marius Bakke2019-12-041-14/+6
|\
| * Merge branch 'master' into stagingMarius Bakke2019-11-281-4/+4
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-11-151-13/+14
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2019-10-301-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2019-10-181-4/+4
| |\ \ \ \
| * | | | | gnu: gtk+: Add libxrandr input.•••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> Ingo Ruhnke2019-10-091-0/+1
| * | | | | gnu: gtk+: Update to 3.24.12.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.12. Marius Bakke2019-10-081-2/+2
| * | | | | gnu: gdk-pixbuf: Update to 2.40.0.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0. [arguments]: Remove obsolete phase. Marius Bakke2019-10-081-12/+3
* | | | | | gnu: girara: Update to 0.3.3.•••* gnu/packages/gtk.scm (girara): Update to 0.3.3. Tobias Geerinckx-Rice2019-12-031-3/+3
| |_|_|_|/ |/| | | |
* | | | | gnu: Use the test-only Xorg variant for tests.•••* 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. Marius Bakke2019-11-281-2/+2
* | | | | gnu: perl-cairo: Update to 1.107.•••* gnu/packages/gtk.scm (perl-cairo): Update to 1.107. Tobias Geerinckx-Rice2019-11-231-2/+2
| |_|_|/ |/| | |
* | | | gnu: yad: Update to 5.0.•••* 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. Tobias Geerinckx-Rice2019-11-011-13/+14
| |_|/ |/| |
* | | gnu: gtkmm: Update to 3.24.2.•••* gnu/packages/gtk.scm (gtkmm): Update to 3.24.2. Tobias Geerinckx-Rice2019-10-281-2/+2
| |/ |/|
* | gnu: perl-gtk2: Update to 1.24993.•••* gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993. Tobias Geerinckx-Rice2019-10-161-2/+2
* | gnu: gtkmm: Update to 3.24.1.•••* gnu/packages/gtk.scm (gtkmm): Update to 3.24.1. Ludovic Courtès2019-10-141-2/+2
|/
* Merge branch 'master' into core-updatesMark H Weaver2019-08-291-1/+3
|\
| * gnu: gtkspell3: Install Vala bindings.•••* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi2019-08-281-1/+3
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-131-4/+2
|\|
| * gnu: gtk+: Update to 3.24.10.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.10. Marius Bakke2019-08-041-4/+2
* | gnu: gtksourceview: Update to 4.2.0.•••* gnu/packages/gtk.scm (gtksourceview): Update to 4.2.0. Marius Bakke2019-07-121-2/+2
* | gnu: harfbuzz: Create hb-gobject-enums.h.•••* gnu/packages/gtk.scm (harfbuzz)[native-inputs]: Add GLIB:BIN. Marius Bakke2019-07-111-1/+2
* | gnu: ganv: Remove GCC5 workaround.•••* gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS. Marius Bakke2019-07-031-2/+0
* | gnu: gtkmm: Remove GCC5 workaround.•••* gnu/packages/gtk.scm (gtkmm)[arguments]: Remove <#:configure-flags>. * gnu/packages/gtk.scm (gtkmm-2)[arguments]: Likewise. Marius Bakke2019-07-021-6/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-021-3/+3
|\|
| * Merge branch 'master' into stagingMarius Bakke2019-07-021-1/+1
| |\
| | * gnu: gtksourceviewmm: Build against gtksourceview@3.•••* gnu/packages/gtk.scm (gtksourceviewmm)[propagated-inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3. Marius Bakke2019-06-301-1/+1
| * | gnu: gtk+: Update to 3.24.9.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.9. Marius Bakke2019-06-291-2/+2
| |/
* | gnu: harfbuzz: Update to 2.5.3.•••* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.3. Marius Bakke2019-06-301-2/+2
* | Merge branch 'master' into core-updatesLudovic Courtès2019-06-271-2/+35
|\|
| * gnu: Add volumeicon.•••* gnu/packages/gtk.scm (volumeicon): New public variable. Tobias Geerinckx-Rice2019-06-241-0/+33
| * gnu: spread-sheet-widget: Don't use NAME in source URI.•••* gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-06-231-2/+2
| * Merge branch 'master' into stagingMarius Bakke2019-06-031-1/+4
| |\
* | | gnu: harfbuzz: Update to 2.5.2.•••* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.2. Marius Bakke2019-06-211-2/+2
* | | gnu: gtksourceview: Update to 4.0.3.•••* gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3. Ricardo Wurmus2019-06-201-2/+2
* | | gnu: pangomm: Update to 2.42.0.•••* gnu/packages/gtk.scm (pangomm): Update to 2.42.0. Ricardo Wurmus2019-06-201-2/+2
* | | gnu: atkmm: Update to 2.28.0.•••* gnu/packages/gtk.scm (atkmm): Update to 2.28.0. Ricardo Wurmus2019-06-201-2/+2
* | | gnu: gtkmm: Update to 3.24.0.•••* gnu/packages/gtk.scm (gtkmm): Update to 3.24.0. Ricardo Wurmus2019-06-201-2/+2
* | | gnu: harfbuzz: Update to 2.5.1.•••* gnu/packages/gtk.scm (harfbuzz): Update to 2.5.1. [source]: Update source file name. Marius Bakke2019-06-151-3/+3