Maxim Cournoyer
6e20d190dc
gnu: librsvg: Update to 2.50.3.
...
* gnu/packages/gnome.scm (librsvg): Update to 2.50.3. Remove trailing #t.
[cargo-development-inputs]: Update rust-lopdf to 0.26.
(librsvg-next): Remove variable.
(eog): Adjust.
2021-02-11 07:04:22 -05:00
Maxim Cournoyer
7afdd8da58
gnu: vala: Update to 0.50.3.
...
* gnu/packages/gnome.scm (vala): Update to 0.50.3. Delete trailing #t.
[phases]{pre-check}: Adjust for file renaming. No longer set the
DBUS_FATAL_WARNINGS environment variable.
(vala-0.50): Remove variable.
* gnu/packages/gnome-xyz.scm (vala-language-server): Adjust.
2021-02-11 07:04:21 -05:00
Leo Prikler
cbd162702c
gnu: Add gnome-recipes.
...
* gnu/packages/gnome.scm (gnome-recipes): New variable.
2021-02-08 20:36:46 +01:00
Leo Prikler
a90aad8c2c
gnu: komikku: Update to 0.26.0.
...
* gnu/packages/gnome.scm (komikku): Update to 0.26.0.
2021-02-04 19:23:52 +01:00
Christopher Baines
e740cc6140
Merge branch 'master' into core-updates
2021-02-03 09:57:35 +00:00
Leo Famulari
75b775e81b
Merge branch 'staging'
2021-02-01 14:18:38 -05:00
Maxim Cournoyer
d42245d401
gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.
...
This change was automated using:
$ git ls-files | grep .scm | \
xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i
$ git ls-files | grep .scm | \
xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i
* gnu/packages/admin.scm (nmap):
(dstat): Wrap using GUIX_PYTHONPATH.
* gnu/packages/audio.scm (jack-2):
(carla): Likewise.
* gnu/packages/benchmark.scm (fio): Likewise.
* gnu/packages/bioinformatics.scm (couger): Likewise.
(gess, find-circ, filtlong, nanopolish): Likewise.
* gnu/packages/cdrom.scm (cdemu-client): Likewise.
* gnu/packages/chemistry.scm (avogadro): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/display-managers.scm (lightdm): Likewise.
* gnu/packages/ebook.scm (cozy): Likewise.
* gnu/packages/education.scm (anki): Likewise.
* gnu/packages/engineering.scm (kicad, volk, freecad): Likewise.
* gnu/packages/game-development.scm (renpy): Likewise.
* gnu/packages/games.scm (roguebox-adventures)
(seahorse-adventures, kajongg): Likewise.
* gnu/packages/gimp.scm (gimp, glimpse): Likewise.
* gnu/packages/glib.scm (itstool): Likewise.
* gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise.
(eolie, d-feet, gedit, caribou, gnome-shell, authenticator)
(gnome-todo, orca, passwordsafe, terminator, setzer)
(libratbag, komikku): Likewise.
* gnu/packages/gps.scm (gpsd): Likewise.
* gnu/packages/gtk.scm (gtk-doc): Likewise.
* gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy)
(ibus-libhangul): Likewise.
* gnu/packages/inkscape.scm (inkscape-1.0): Likewise.
* gnu/packages/linux.scm (bcc): Likewise.
* gnu/packages/mail.scm (notifymuch): Likewise.
* gnu/packages/maths.scm (units): Likewise.
* gnu/packages/music.scm (solfege): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
* gnu/packages/patchutils.scm (patchwork): Likewise.
* gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/presentation.scm (presentty): Likewise.
* gnu/packages/screen.scm (byobu): Likewise.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/syndication.scm (liferea): Likewise.
* gnu/packages/task-management.scm (blanket): Likewise.
* gnu/packages/text-editors.scm (manuskript): Likewise.
* gnu/packages/version-control.scm (gitless, cgit, git-when-merged)
(git-imerge): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (criu): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
2021-02-01 11:54:01 -05:00
Léo Le Bouter
5bf1e85622
gnu: gusb: Update to 0.3.5.
...
* gnu/packages/gnome.scm (gusb): Update to 0.3.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-28 21:10:22 +02:00
Leo Famulari
68dd78e2e4
Merge branch 'master' into staging
2021-01-25 15:40:55 -05:00
Leo Prikler
399beecfb0
gnu: komikku: Update to 0.25.1.
...
* gnu/packages/gnome.scm (komikku): Update to 0.25.1.
2021-01-21 21:39:55 +01:00
Efraim Flashner
1d92fb08cf
gnu: terminator: Adjust description.
...
* gnu/packages/gnome.scm (terminator)[description): Remove stray '+'.
2021-01-19 11:46:41 +02:00
Tobias Geerinckx-Rice
99d14e5951
gnu: libhandy: Update to 1.0.3.
...
* gnu/packages/gnome.scm (libhandy): Update to 1.0.3.
2021-01-17 23:19:33 +01:00
Christopher Baines
540893a8cc
gnu: gnome-font-viewer: Fix thumbnail generation.
...
Previously, thumbnail generation failed, as the gnome-thumbnail-font command
couldn't be found. Using an absolute filename in the .thumbnailer file fixes
this.
Cached failures within .cache/thumbnails/fail/ or similar may need removing
before the effect of this change can be seen.
* gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Add patch-thumbnailer
phase.
2021-01-16 11:13:11 +00:00
Tobias Geerinckx-Rice
21c7421180
gnu: system-config-printer: Update to 1.5.15.
...
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.15.
2021-01-14 16:20:43 +01:00
Tobias Geerinckx-Rice
231c70b14b
gnu: eolie: Update to 0.9.101.
...
* gnu/packages/gnome.scm (eolie): Update to 0.9.101.
2021-01-14 16:20:43 +01:00
Vinicius Monego
5cdae34774
gnu: setzer: Update to 0.3.9.
...
* gnu/packages/gnome.scm (setzer): Update to 0.3.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-13 16:26:58 +01:00
Efraim Flashner
6985a1acb3
Merge branch 'master' into staging
2021-01-10 14:30:36 +02:00
Tobias Geerinckx-Rice
b6c42727b6
gnu: system-config-printer: Update to 1.5.14.
...
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.14.
2021-01-07 21:45:46 +01:00
Leo Prikler
43c8b56f72
gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm
...
They need to be moved together, as the latter inherits the former.
* gnu/packages/gnome.scm (faba-icon-theme, moka-icon-theme): Move from here...
* gnu/packages/gnome-xyz.scm (faba-icon-theme, moka-icon-theme): ... to here.
2021-01-07 19:34:23 +01:00
Leo Prikler
7ae52dd04f
gnu: arc-icon-theme: Move to gnome-xyz.
...
* gnu/packages/gnome.scm (arc-icon-theme): Move from here...
* gnu/packages/gnome-xyz.scm (arc-icon-theme): ... to here.
2021-01-07 19:34:21 +01:00
Leo Prikler
364bc7a01b
gnu: arc-theme: Move to gnome-xyz.
...
* gnu/packages/gnome.scm (arc-theme): Move from here...
* gnu/packages/gnome-xyz.scm (arc-theme): ... to here.
2021-01-07 19:34:18 +01:00
Andy Tai
957f0c4032
gnu: terminator: Update to 1.92.
...
* gnu/packages/gnome.scm (terminator): Update to 1.92.
[source]: Use new upstream URI.
[inputs]: Remove python2-psutil. Replace python2-pycairo,
python2-pygobject with python- versions. Add dbus-glib, gtk+.
Move gobject-introspection ...
[native-inputs]: ... to here. Add python-psutil,
python-pytest-runner, python-pytest.
[propagated-inputs]: Add pyhton-configobj.
[arguments]: Build with python3. Adjust 'wrap-program phase to also wrap
with package's own python output.
[home-page]: Update to new upstream URI.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-05 17:06:32 +02:00
Efraim Flashner
e43a91a429
gnu: librsvg-next: Update to 2.50.2.
...
* gnu/packages/gnome.scm (librsvg-next): Update to 2.50.2.
2021-01-03 12:49:33 +02:00
Efraim Flashner
55e8865da2
gnu: librsvg-next: Build with current rust.
...
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Remove custom rust
variable.
2021-01-03 12:49:33 +02:00
Tobias Geerinckx-Rice
f4a809145f
gnu: geoclue: Update to 2.5.7.
...
* gnu/packages/gnome.scm (geoclue): Update to 2.5.7.
2021-01-03 06:55:36 +01:00
Tobias Geerinckx-Rice
81c7a75140
gnu: gnome-tweaks: Update to 3.34.1.
...
* gnu/packages/gnome.scm (gnome-tweaks): Update to 3.34.1.
2021-01-02 18:54:16 +01:00
Efraim Flashner
ccb402d9db
Merge remote-tracking branch 'origin/master' into staging
2020-12-30 10:53:39 +02:00
Vincent Legoll
595f44df0a
gnu: libsoup: Update to 2.72.0.
...
* gnu/packages/gnome.scm (libsoup): Update to 2.72.0.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29 21:23:22 +01:00
Vincent Legoll
597c5c4d1f
gnu: file-roller: Update to 3.38.0.
...
* gnu/packages/gnome.scm (file-roller): Update to 3.38.0.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29 21:23:22 +01:00
Leo Prikler
ae8f61f7c3
gnu: libpeas: Update to 1.28.0.
...
* gnu/packages/gnome.scm (libpeas): Update to 1.28.0.
2020-12-29 20:24:09 +01:00
Marius Bakke
78cf7a4571
Merge branch 'ungrafting' into staging
2020-12-29 17:39:24 +01:00
Vincent Legoll
be0a06ec41
gnu: baobab: updating to version 3.38.0.
...
* gnu/packages/gnome.scm (baobab): updating to version 3.38.0.
2020-12-27 14:54:00 +01:00
Vinicius Monego
fc21e1b40b
gnu: lollypop: Update to 1.4.6.
...
* gnu/packages/gnome.scm (lollypop): Update to 1.4.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-22 16:32:29 +01:00
Vinicius Monego
46a391394e
gnu: lollypop: Add dependency on glib-networking.
...
* gnu/packages/gnome.scm (lollypop): Add dependency on glib-networking.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-22 16:32:29 +01:00
Marius Bakke
119fd58922
Merge branch 'ungrafting' into staging
2020-12-21 23:44:54 +01:00
Leo Prikler
f3e0dc63e1
gnu: gnome-builder: Disable jedi plugin.
...
As pointed out in #45272 , it is broken.
* gnu/packages/gnome.scm (gnome-builder)[#:configure-flags] Add
-Dplugin_jedi=false.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-21 17:47:35 +01:00
Leo Prikler
caee6ec7c8
gnu: komikku: Update to 0.24.0.
...
* gnu/packages/gnome.scm (komikku): Update to 0.24.0.
[inputs] Replace python-cloudscraper with python-requests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-20 12:34:35 +02:00
Tobias Geerinckx-Rice
9c4910c5e8
gnu: simple-scan: Update to 3.38.2.
...
* gnu/packages/gnome.scm (simple-scan): Update to 3.38.2.
2020-12-18 22:39:22 +01:00
Mark H Weaver
a531055b0b
gnu: yelp-tools: Restore a comment.
...
* gnu/packages/gnome.scm (yelp-tools)[propagated-inputs]: Restore a
comment deleted in commit 416b1b9f56
.
2020-12-15 13:12:45 -05:00
Marius Bakke
916f2414f0
gnu: libnotify: Update to 0.7.9.
...
* gnu/packages/gnome.scm (libnotify): Update to 0.7.9.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Remove #:configure-flags. Add #:phases.
[native-inputs]: Add GTK-DOC, LIBXSLT, and DOCBOOK-XSL.
2020-12-13 21:44:11 +01:00
Vinicius Monego
f3340338d5
gnu: setzer: Update to 0.3.8.
...
* gnu/packages/gnome.scm (setzer): Update to 0.3.8.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-12 22:31:26 +01:00
Efraim Flashner
d986544316
gnu: libsoup: Patch docbook-xml references.
...
* gnu/packages/gnome.scm (libsoup)[arguments]: Add phase to refer to
local copy of docbook-xml.
[native-inputs]: Add docbook-xml-4.1.2.
2020-12-03 08:59:52 +02:00
Marius Bakke
0f78b5c128
Revert "gnu: yelp-xsl: Update to 3.36.0."
...
This reverts commit dee784f6de
.
2020-12-01 23:07:12 +01:00
Marius Bakke
aa4e899be3
Revert "gnu: yelp-xsl: Enable documentation."
...
This reverts commit ba7a7d275d
.
2020-12-01 23:07:00 +01:00
Marius Bakke
e183418ff5
Revert "gnu: yelp-tools: De-propagate some inputs."
...
This reverts commit c3c92c456b
.
2020-12-01 23:06:24 +01:00
Raghav Gururajan
c3c92c456b
gnu: yelp-tools: De-propagate some inputs.
...
* gnu/packages/gnome.scm (yelp-tools) [propagated-inputs]: Move itstool, libxml2 and libxslt to ...
[native-inputs]: ... here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:03 +01:00
Raghav Gururajan
416b1b9f56
gnu: yelp-tools: Make some cosmetic changes.
...
* gnu/packages/gnome.scm (yelp-tools): Make some cosmetic changes.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:03 +01:00
Raghav Gururajan
695cdc8798
gnu: yelp-xsl: Update license.
...
* gnu/packages/gnome.scm (yelp-xsl) [license]: Add lgpl2.1+ and expat.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:03 +01:00
Raghav Gururajan
a7affce00e
gnu: yelp-xsl: Update description.
...
* gnu/packages/gnome.scm (yelp-xsl) [description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:02 +01:00
Raghav Gururajan
ba7a7d275d
gnu: yelp-xsl: Enable documentation.
...
* gnu/packages/gnome.scm (yelp-xsl) [arguments]<#:configure-flag>[--enable-doc]: New flag.
[native-inputs]: Add mallard-ducktype, intltool and libxslt.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-01 22:06:02 +01:00