3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

603 commits

Author SHA1 Message Date
Marius Bakke
4a8a184278
gnu: girara: Update to 0.3.6.
* gnu/packages/gtk.scm (girara): Update to 0.3.6.
2021-08-01 23:19:29 +02:00
6869b2fb6c
gnu: Add perl-gtk3.
* gnu/packages/gtk.scm (perl-gtk3): New variable.
2021-07-04 21:07:07 -04:00
eb6f3941d7
gnu: Add perl-cairo-gobject.
* gnu/packages/gtk.scm (perl-cairo-gobject): New variable.
2021-07-04 21:07:06 -04:00
ceb025b42b
gnu: perl-cairo: Propagate cairo.
Dependants of perl-cairo also require cairo for its typelibs and schemas.

* gnu/packages/gtk.scm (perl-cairo)[inputs]: Move cairo to ...
[propagated-inputs]: ... here.
2021-07-04 21:07:06 -04:00
3e68e83360
gnu: perl-cairo: Update to 1.109.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.109.
2021-05-18 23:07:46 +03:00
Ludovic Courtès
da4073acf9
gnu: volctl: Comment on the license.
* gnu/packages/gtk.scm (volctl): Comment on the license.
2021-05-08 14:55:50 +02:00
Simon Streit
7cea32e407
gnu: Add volctl.
* gnu/packages/gtk.scm (volctl): New Variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-08 14:55:50 +02:00
Ludovic Courtès
2c11e7be74
Merge remote-tracking branch 'origin/master' into wip-ungrafting 2021-04-29 15:41:48 +02:00
Lars-Dominik Braun
2ff36e4186
gnu: gtkdatabox: Adjust source URL.
It looks like the package sources have been relocated. Hash is still the
same.

* gnu/packages/gtk.scm (gtkdatabox) [source]: Adjust URL.
2021-04-26 10:25:28 +02:00
Tobias Geerinckx-Rice
583aeadb0d
gnu: gtkdatabox: Update to 1.0.0.
* gnu/packages/gtk.scm (gtkdatabox): Update to 1.0.0.
[inputs]: Substitute gtk+ for gtk+-2.
2021-04-20 11:13:07 +02:00
Leo Famulari
d178039a07
gnu: cairo: Absorb grafted replacement.
* gnu/packages/gtk.scm (cairo)[source]: Use cairo-CVE-2018-19876.patch
and cairo-CVE-2020-35492.patch.
[replacement]: Remove field.
(cairo/fixed): Remove variable.
2021-04-16 16:57:27 -04:00
Leo Famulari
a456b09c43
gnu: gdk-pixbuf: Absorb grafted replacement.
* gnu/packages/gtk.scm (gdk-pixbuf)[source]: Use
gdk-pixbuf-CVE-2020-29385.patch.
[replacement]: Remove field.
(gdk-pixbuf/fixed): Remove variable.
2021-04-16 16:57:27 -04:00
Tobias Geerinckx-Rice
a972e272e9
gnu: Fix typo in (gnu packages gtk).
* gnu/packages/gtk.scm: Fix typo in copyright header.
2021-04-10 14:11:28 +02:00
Mark H Weaver
9dea161875
gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.
* gnu/packages/calendar.scm (libical),
gnu/packages/check.scm (umockdev),
gnu/packages/fontutils.scm (libraqm),
gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing)
(udisks, libfprint, libportal),
gnu/packages/geo.scm (memphis, osm-gps-map),
gnu/packages/glib.scm (template-glib),
gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed)
(gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel)
(libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord)
(geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager)
(network-manager-applet, gfbgraph, libunique, cheese, libhandy)
(gnome-latex, libgda),
gnu/packages/gstreamer.scm (orc),
gnu/packages/gtk.scm (at-spi2-core, goocanvas),
gnu/packages/language.scm (nimf),
gnu/packages/networking.scm (libnice),
gnu/packages/video.scm (schroedinger),
gnu/packages/virtualization.scm (libosinfo),
gnu/packages/webkit.scm (wpewebkit, webkitgtk),
gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with
'gtk-doc/stable'.
2021-03-27 19:48:50 -04:00
Mark H Weaver
11d73170c5
gnu: gtk-doc: Add 'gtk-doc/stable' variant.
* gnu/packages/gtk.scm (gtk-doc/stable): New variable.
2021-03-27 19:48:46 -04:00
Léo Le Bouter
e2757be5d5
gnu: gtk-layer-shell: Update to 0.6.0.
* gnu/packages/gtk.scm (gtk-layer-shell): Update to 0.6.0.
[source]: Switch to git-fetch because release tarballs are no longer provided
by upstream.
[arguments]<#:configure-flags>: Add "-Dtests=true" otherwise tests are not
built for 'check phase to work.
2021-03-22 15:43:15 +01:00
Yoav Marco
9991b5e3e5
gnu: Add dragon-drop.
* gnu/packages/gtk.scm (dragon-drop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19 13:57:00 +01:00
Mark H Weaver
bc16eacc99
gnu: cairo: Fix CVE-2018-19876 and CVE-2020-35492.
* gnu/packages/patches/cairo-CVE-2018-19876.patch,
gnu/packages/patches/cairo-CVE-2020-35492.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gtk.scm (cairo)[replacement]: New field.
(cairo/fixed): New variable.
(cairo-xcb): Use package/inherit.
2021-03-12 06:08:33 -05:00
Mark H Weaver
453e101fc3
gnu: gdk-pixbuf: Fix CVE-2020-29385.
* gnu/packages/patches/gdk-pixbuf-CVE-2020-29385.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gtk.scm (gdk-pixbuf)[replacement]: New field.
(gdk-pixbuf/fixed): New variable.
(gdk-pixbuf+svg): Use package/inherit.
2021-03-12 06:08:32 -05:00
Tobias Geerinckx-Rice
8a9d3e9420
gnu: libdatrie: Update to 0.2.13.
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.13.
2021-03-11 23:11:58 +01:00
Leo Famulari
319470bb3b
gnu: Add GtkDatabox.
* gnu/packages/gtk.scm (gtkdatabox): New variable.
2021-02-19 15:45:18 -05:00
Ludovic Courtès
eae865c134
gnu: guile-cairo: Update to 1.11.2.
* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.2.
[source]: Remove now unnecessary bit from 'snippet'.
2021-02-04 09:40:49 +01:00
6985a1acb3
Merge branch 'master' into staging 2021-01-10 14:30:36 +02:00
Ricardo Wurmus
8caf793922
gnu: guile-rsvg: Compile Scheme files.
* gnu/packages/gtk.scm (guile-rsvg)[arguments]: Add phase "install-go-files".
2021-01-03 22:38:50 +01:00
Ricardo Wurmus
b9a3720666
gnu: guile-cairo: Compile Scheme sources.
* gnu/packages/gtk.scm (guile-cairo)[arguments]: Add phase "install-go-files".
2021-01-03 22:38:50 +01:00
Marius Bakke
78cf7a4571
Merge branch 'ungrafting' into staging 2020-12-29 17:39:24 +01:00
Marius Bakke
a22e75c073
Merge branch 'master' into ungrafting 2020-12-29 17:37:17 +01:00
Ricardo Wurmus
2f84a58d3b
gnu: gtksheet: Update to 4.3.5.
* gnu/packages/gtk.scm (gtksheet): Update to 4.3.5.
[arguments]: Remove obsolete build phase "fix-typelib-version"; add phase
"rename-type".
2020-12-27 00:16:58 +01:00
Marius Bakke
7411c2efce
gnu: GTK+: Update to 3.24.24.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.24.
2020-12-13 21:44:10 +01:00
Marius Bakke
ba47c83570
gnu: pango@1.42: Disable layout test.
* gnu/packages/gtk.scm (pango-1.42)[arguments]: Add #:phases.
2020-12-10 21:39:47 +01:00
Marius Bakke
bff94a5a53
Merge branch 'master' into staging 2020-11-26 01:08:35 +01:00
Tobias Geerinckx-Rice
21abfe1935
gnu: perl-cairo: Update to 1.108.
* gnu/packages/gtk.scm (perl-cairo): Update to 1.108.
2020-11-25 23:56:30 +01:00
Marius Bakke
32787d6524
Merge branch 'master' into staging
Conflicts:
	gnu/local.mk
	gnu/packages/gdb.scm
	gnu/packages/lisp-xyz.scm
	gnu/packages/web-browsers.scm
2020-11-07 21:33:32 +01:00
Ludovic Courtès
e21e0affd9
gnu: poppler: Always use the same 'cairo-sans-poppler' variant.
* gnu/packages/gtk.scm (cairo-sans-poppler): New variable.
* gnu/packages/pdf.scm (poppler)[inputs]: Use it instead of
locally-created variant.
2020-10-20 16:30:15 +02:00
Marius Bakke
1a8f7a0f58
Merge branch 'master' into staging 2020-10-19 00:17:48 +02:00
Tobias Geerinckx-Rice
4d998aa643
gnu: spread-sheet-widget: Update to 0.7.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.7.
2020-10-16 17:16:00 +02:00
Marius Bakke
dc7500af1d
gnu: GTK+: Update to 3.24.3.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.3.
2020-10-13 23:48:14 +02:00
Guillaume Le Vaillant
87c079d9b5
Merge branch 'master' into staging 2020-10-05 14:17:25 +02:00
31c81fefff
gnu: libsigc++: Remove duplicate definition.
* gnu/packages/glib.scm (libsigc++-2): Remove variable.
(glibmm-2.64)[propagated-inputs]: Adjust accordingly.
* gnu/packages/gtk.scm (cairomm-1.13)[propagated-inputs]: Same.
2020-10-05 14:10:00 +03:00
de3c03a471
Merge remote-tracking branch 'origin/master' into staging 2020-09-05 22:30:04 +03:00
c7a3926ee4
gnu: guile-cairo: Update to 1.11.1.
* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.1.
[arguments]: Add make-flag to hide guild warnings.
2020-09-01 23:44:26 +03:00
Tobias Geerinckx-Rice
40ed1e54fc
gnu: libdatrie: Update to 0.2.12.
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.12.
2020-08-29 17:54:38 +02:00
Raghav Gururajan
3d9fddb268
gnu: graphene: Update package definition.
* gnu/packages/gtk.scm (graphene): Update package definition.
[source]<origin>[method]: Change from url-fetch to git-fetch.
[uri]: Add git-reference.
[sha256]: Modify base32.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add git-minimal and mutest.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-19 11:14:10 +02:00
Raghav Gururajan
7fa2df44a8
gnu: Add pangomm-2.42.
* gnu/packages/gtk.scm (pangomm-2.42): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan
30a592b519
gnu: Add cairomm-1.13.
* gnu/packages/gtk.scm (cairomm-1.13): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:05 +02:00
Raghav Gururajan
5c57328ef7
gnu: Add libthai.
* gnu/packages/gtk.scm (libthai): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
Raghav Gururajan
20842b795e
gnu: Add libdatrie.
* gnu/packages/gtk.scm (libdatrie): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 23:10:04 +02:00
b8ca792fe1
gnu: spread-sheet-widget: Update to 0.6.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.6.0.
2020-08-16 08:06:12 +03:00
Tobias Geerinckx-Rice
54369b607f
gnu: spread-sheet-widget: Update to 0.5.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
2020-07-30 01:38:34 +02:00
Marius Bakke
e1409c764f
gnu: check: Update to 0.15.1.
* gnu/packages/check.scm (check): Update to 0.15.1.
(check-0.14): New public variable.
* gnu/packages/backup.scm (burp)[native-inputs]: Change from CHECK to
CHECK-0.14.
* gnu/packages/bioinformatics.scm (libsbml)[native-inputs]: Likewise.
* gnu/packages/databases.scm (recutils)[native-inputs]: Likewise.
* gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Likewise.
* gnu/packages/enlightenment.scm (efl, edi)[native-inputs]: Likewise.
* gnu/packages/gnome.scm (gdm)[inputs]: Likewise.
* gnu/packages/gtk.scm (girara)[native-inputs]: Likewise.
* gnu/packages/messaging.scm (pidgin)[native-inputs]: Likewise.
* gnu/packages/networking.scm (iodine)[native-inputs]: Likewise.
* gnu/packages/pulseaudio.scm (pulseaudio)[native-inputs]: Likewise.
* gnu/packages/sssd.scm (sssd)[native-inputs]: Likewise.
* gnu/packages/web.scm (libwapcaplet)[native-inputs]: Likewise.
2020-07-25 16:16:11 +02:00