Commit Graph

221292 Commits

Author SHA1 Message Date
Atemu
edbad936cf
newsflash: use libhandy_0 2020-10-24 01:17:51 +02:00
Atemu
9d8c238b5c
calls: use libhandy_0 2020-10-24 01:17:51 +02:00
Atemu
50047bf4ec
deja-dup: use libhandy_0 2020-10-24 01:17:51 +02:00
Atemu
58e08f2407
shortwave: use libhandy_0 2020-10-24 01:17:50 +02:00
Atemu
703a72f4d3
gnome-podcasts: use libhandy_0 2020-10-24 01:17:50 +02:00
Atemu
8cfb2ead47
contrast: use libhandy_0 2020-10-24 01:17:50 +02:00
WORLDofPEACE
93f93c84b4
gnome3.gnome-shell: drop direct telepathy support
It is now runtime optional
2020-10-24 01:17:50 +02:00
WORLDofPEACE
2517a75107
gnome3.gnome-contacts: drop telepathy-glib 2020-10-24 01:17:49 +02:00
WORLDofPEACE
9aaad83e43
zeitgeist: switch to Python 3 2020-10-24 01:17:30 +02:00
WORLDofPEACE
4d61e42de4
zeitgeist: drop dbus-glib and telepathy 2020-10-24 01:17:29 +02:00
WORLDofPEACE
cb1a410de6
gnome-connections: init at 3.38.0 2020-10-24 01:17:27 +02:00
Doron Behar
bcf3872cba
gnome3.gdm: 3.34.1 -> 3.38
* build with meson
* remove libxml2 and libtool
* sync patches
* unset enableParallelBuilding
  with meson it's the default
2020-10-24 01:17:27 +02:00
Jan Tojnar
b2ff709179
meld: Fix build on Darwin
Meld’s post install script requires gtk-update-icon-cache program on PATH.
Because Meld is a Python app, it uses strictDeps so we need to explicitly
add the program to nativeBuildInputs.

For some reason, Linux version has the program available, though,
which hides the missing dependency. Perhaps it is propagated by something
but I do not know how to determine it.
2020-10-24 01:17:26 +02:00
Doron Behar
7e359f1ef1
gnome3.gnome-documents: Fix build
Add appstream-glib to native build inputs, for appstream-util. Add patch
for inkscape 1.0 CLI arguments. Silence an inkscape warning regarding
profile directory.
2020-10-24 01:17:25 +02:00
WORLDofPEACE
7f15532486
gnome3.gnome-remote-desktop: 0.1.8 -> 0.1.9
* now under GNOME namespace
* add cairo and freerdp
2020-10-24 01:17:25 +02:00
WORLDofPEACE
c6caf98331
pipewire_0_2: use ffmpeg_4 2020-10-24 01:17:25 +02:00
WORLDofPEACE
13dfd7464e
freerdp: build tweaks
* use latest ffmpeg_4
* add libjpeg_turbo support
* add cairo support
* add ffmpeg vaapi support
2020-10-24 01:17:03 +02:00
WORLDofPEACE
af2465acb9
webkitgtk: add separateDebugInfo, add platforms.darwin
Very strange that stdenv.isDarwin is in this expression but without
platforms including darwin.
2020-10-24 01:17:03 +02:00
WORLDofPEACE
caf4b9fe5e
gnome3.gnome-online-miners: use tracker_2
Not ported yet https://gitlab.gnome.org/GNOME/gnome-online-miners/-/merge_requests/3.
2020-10-24 01:17:02 +02:00
WORLDofPEACE
c189b238d8
pantheon.switchboard-plug-onlineaccounts: fix build with vala 2020-10-24 01:17:02 +02:00
WORLDofPEACE
dd7862f187
pantheon.wingpanel-applications-menu: port to libhandy-1 2020-10-24 01:17:02 +02:00
WORLDofPEACE
e2fb659c1f
pantheon.elementary-onboarding: port to libhandy-1 2020-10-24 01:17:02 +02:00
WORLDofPEACE
a9785c51fb
pantheon.appcenter: use libhandy_0 2020-10-24 01:17:01 +02:00
WORLDofPEACE
6b7bb52644
gnome3.mutter334: 3.34.5 -> 3.34.6, update patches
Now managing patches using my git-series.

* drop xwayland-path
  It now uses find_program.path()

* add 0007-build-bump-ABI-to-sysprof-capture-4.patch
  This allows us to build with the sysprof in nixpkgs.
2020-10-24 01:17:01 +02:00
WORLDofPEACE
934b20866a
gnome3.gnome-session: use provided gnome-session-ctl 2020-10-24 01:17:01 +02:00
WORLDofPEACE
f971cbe31d
gnome3.gnome-settings-daemon: use nixpkgs gnome-session-ctl
Using https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/202 for this.
2020-10-24 01:17:01 +02:00
WORLDofPEACE
00d2ae41c5
gnome3.gnome-session-ctl: init at 3.38.0 2020-10-24 01:17:00 +02:00
Doron Behar
bdbf926017
gnome3.gnome-<several>: Use a gvc suitable for modern laptops
Address:
https://mail.gnome.org/archives/distributor-list/2020-September/msg00001.html

gnome3.gnome-{control-center,settings-daemon,shell} ship within their
tarball a copy of lignome-volume-control in the `subprojects/gvc/`. This
commit makes them use an updated version of it, which supports Modern
laptops with SOF for audio. Close #98470.
2020-10-24 01:17:00 +02:00
Doron Behar
8ae59fa5c9
gnome3.gnome-control-center: Remove now unneeded libexecdir mesonFlag
They started to use regular `get_option('libexecdir')`. See
2007a5b240
-> 2007a5b240/meson.build (L11)
2020-10-24 01:17:00 +02:00
Piotr Bogdan
de1af76f0d
glib: Fix tests on some FSs
By applying https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1648
2020-10-24 01:17:00 +02:00
Jan Tojnar
c87e6738df
networkmanager: fix build
Not sure why this is an issue now, likely a gtk-doc or gobject-introspection bump.
2020-10-24 01:16:59 +02:00
WORLDofPEACE
0d69234cde
gnome3.gnome-initial-setup: 3.36.4 -> 3.38.0
* use gnome-tour
* update patch and maintain with git-series
* add gsettings-desktops-schemas
2020-10-24 01:16:59 +02:00
WORLDofPEACE
cb2786380a
gtranslator: 3.36.0 -> 3.38.0 2020-10-24 01:16:59 +02:00
WORLDofPEACE
7c74d280c6
python3.pkgs.pyatspi: 2.36.0 -> 2.38.0 2020-10-24 01:16:59 +02:00
WORLDofPEACE
4854814042
python3.pkgs.pygobject3: 3.36.1 -> 3.38.0
This no longer supports python3.
We should mark projects that use python2 pygobject3
as broken.

https://gitlab.gnome.org/GNOME/pygobject/-/blob/3.38.0/NEWS
2020-10-24 01:16:58 +02:00
WORLDofPEACE
1cd0c14b29
librsvg: 2.48.8 -> 2.50.0 2020-10-24 01:16:58 +02:00
WORLDofPEACE
37ad803693
libmanette: 0.2.4 -> 0.2.5 2020-10-24 01:16:58 +02:00
WORLDofPEACE
667cf4acc4
jsonrpc-glib: 3.34.0 -> 3.38.0 2020-10-24 01:16:58 +02:00
WORLDofPEACE
da420c0c9b
gtksourceview3: drop updateScript
this is frozen
2020-10-24 01:16:57 +02:00
WORLDofPEACE
d048c43ccd
at-spi2-core: 2.36.0 -> 2.38.0 2020-10-24 01:16:55 +02:00
WORLDofPEACE
0a9ef8c75a
at-spi2-atk: 2.34.2 -> 2.38.0 2020-10-24 01:15:51 +02:00
WORLDofPEACE
f0c3fa3a06
gnome3.gnome-sound-recorder: 3.34.0 -> 3.38.0
* add libhandy
* cleanup

https://gitlab.gnome.org/GNOME/gnome-sound-recorder/-/blob/3.38.0/data/appdata/org.gnome.SoundRecorder.metainfo.xml.in.in
2020-10-24 01:15:50 +02:00
WORLDofPEACE
f0712e782c
gnome-builder: 3.36.1 -> 3.38.0
https://gitlab.gnome.org/GNOME/gnome-builder/-/blob/3.38.0/NEWS
2020-10-24 01:15:50 +02:00
WORLDofPEACE
fafb12ce3f
gnome3.gnome-documents: use tracker_2 2020-10-24 01:15:50 +02:00
WORLDofPEACE
fff50fd7ca
gnome3.gnome-books: use tracker_2 2020-10-24 01:15:50 +02:00
WORLDofPEACE
7186dd6a01
gnome3.gnome-photos: use tracker_2 2020-10-24 01:15:49 +02:00
WORLDofPEACE
620c1ef3a0
tracker-miners-2: init at 2.3.3 2020-10-24 01:15:49 +02:00
WORLDofPEACE
b2e2b8cb2b
tracker-miners: 2.3.3 -> 3.0.0
- The ontologies were moved to tracker-miners
2020-10-24 01:15:38 +02:00
WORLDofPEACE
d2cba8af0a
tracker_2: init at 2.3.4
The following apps still need the old tracker:
- photos
- games
- books
- documents
2020-10-24 01:15:15 +02:00
WORLDofPEACE
d8d4cdc496
tracker: 2.3.4 -> 3.0.0 2020-10-24 01:15:15 +02:00
WORLDofPEACE
05318e22b3
amtk: reformat 2020-10-24 01:15:15 +02:00
WORLDofPEACE
10e74f1702
gnome3.gnome-books: format 2020-10-24 01:15:14 +02:00
Piotr Bogdan
12ea15c6d0
glib-networking: 2.64.3 -> 2.66.0
https://gitlab.gnome.org/GNOME/glib-networking/-/blob/2.66.0/NEWS
2020-10-24 01:15:14 +02:00
Piotr Bogdan
a53efa17c5
libpeas: 1.26.0 -> 1.28.0
https://gitlab.gnome.org/GNOME/libpeas/-/blob/libpeas-1.28.0/NEWS
2020-10-24 01:15:14 +02:00
Piotr Bogdan
d2bc3de380
libgudev: 233 -> 234
https://gitlab.gnome.org/GNOME/libgudev/-/blob/234/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan
016d36dde6
libgdata: 0.17.12 -> 0.17.13
https://gitlab.gnome.org/GNOME/libgdata/-/blob/0.17.13/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan
476de54407
gvfs: 1.44.1 -> 1.46.0
https://gitlab.gnome.org/GNOME/gvfs/-/blob/1.46.0/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan
7a8b86318a
gtksourceview: 4.6.1 -> 4.8.0
https://gitlab.gnome.org/GNOME/gtksourceview/-/blob/4.8.0/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan
55538b063c
gspell: 1.8.3 -> 1.8.4
https://gitlab.gnome.org/GNOME/gspell/-/blob/1.8.4/NEWS
2020-10-24 01:15:12 +02:00
Piotr Bogdan
7e54d67bc7
grilo: 0.3.12 -> 0.3.13
https://gitlab.gnome.org/GNOME/grilo/-/blob/grilo-0.3.13/NEWS
2020-10-24 01:15:12 +02:00
Piotr Bogdan
2fa58d86cb
grilo-plugins: 0.3.11 -> 0.3.12
https://gitlab.gnome.org/GNOME/grilo-plugins/-/blob/grilo-plugins-0.3.12/NEWS
2020-10-24 01:15:12 +02:00
Piotr Bogdan
71ea5b388b
gnome3.iagno: 3.36.4 -> 3.38.0 2020-10-24 01:15:11 +02:00
Piotr Bogdan
697eb06678
gnome3.gnome-devel-docs: 3.32.1 -> 3.38.0
https://gitlab.gnome.org/GNOME/gnome-devel-docs/-/blob/3.38.0/NEWS
2020-10-24 01:15:10 +02:00
Piotr Bogdan
a4b5fc6925
gnome3.totem: 3.34.1 -> 3.38.0
https://gitlab.gnome.org/GNOME/totem/-/blob/V_3_38_0/NEWS
2020-10-24 01:15:10 +02:00
Piotr Bogdan
b08184bbc1
gnome3.rygel: 0.38.4 -> 0.40.0
* add gst_all_1.gst-editing-services dependency
2020-10-24 01:15:10 +02:00
Piotr Bogdan
733aebb1c6
gnome3.gnome-software: 3.36.1 -> 3.38.0
* add sysprof dependency

https://gitlab.gnome.org/GNOME/gnome-software/-/blob/3.38.0/NEWS
2020-10-24 01:15:09 +02:00
Piotr Bogdan
edb4fbd741
gnome3.dconf-editor: 3.36.4 -> 3.38.0
https://gitlab.gnome.org/GNOME/dconf-editor/-/blob/3.38.0/NEWS
2020-10-24 01:15:09 +02:00
Piotr Bogdan
0be93b1feb
gnome3.gnome-calendar: 3.36.2 -> 3.38.0
* reformat

https://gitlab.gnome.org/GNOME/gnome-calendar/-/blob/3.38.0/NEWS

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:09 +02:00
Piotr Bogdan
2409fd48c4
gnome3.cheese: 3.34.0 -> 3.38.0
* reformat

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:09 +02:00
Piotr Bogdan
47dc5607b4
gnome-user-docs: 3.36.2 -> 3.38.0 2020-10-24 01:15:08 +02:00
Piotr Bogdan
0bfec2ed81
gnome-usage: 3.33.2 -> 3.38.0
* add libhandy

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:08 +02:00
Piotr Bogdan
ecd7a3aa58
gnome3.libgnome-games-support: 1.6.1 -> 1.8.0
* reformat

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:08 +02:00
Piotr Bogdan
9db93f06ac
gnome3.metacity: 3.36.1 -> 3.37.1
* add libXres to buildInputs.
* reformat

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:08 +02:00
Piotr Bogdan
284ee7b70b
gnome3.gnome-panel: 3.36.2 -> 3.37.1
* reformat

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:07 +02:00
Piotr Bogdan
9deacb776b
gnome3.gnome-flashback: 3.36.3 -> 3.37.2
* reformat

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:07 +02:00
Piotr Bogdan
51597e6435
gnome3.gnome-applets: 3.36.4 -> 3.37.2
Add patch to set gnome panel's modules dir, during configurePhase.
2020-10-24 01:15:07 +02:00
Piotr Bogdan
c8394b82ec
gnome3.tali: 3.36.4 -> 3.38.0
Changelogs:
- https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.1.news
- https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.3.news
- https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.90.news
- https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.91.news
- https://ftp.gnome.org/pub/GNOME/sources/tali/3.37/tali-3.37.92.news
- https://ftp.gnome.org/pub/GNOME/sources/tali/3.38/tali-3.38.0.news

Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
2020-10-24 01:15:07 +02:00
Piotr Bogdan
4f04811f7f
gnome3.lightsoff: 3.36.0 -> 3.38.0 2020-10-24 01:15:06 +02:00
Piotr Bogdan
56c0d94541
gnome3.hitori: 3.36.0 -> 3.38.0 2020-10-24 01:15:06 +02:00
Piotr Bogdan
6d4499c309
gnome3.gnome-tetravex: 3.36.4 -> 3.38.0 2020-10-24 01:15:06 +02:00
Piotr Bogdan
eaaaf82518
gnome3.gnome-taquin: 3.36.4 -> 3.38.0 2020-10-24 01:15:05 +02:00
Piotr Bogdan
ddfeea9c89
gnome3.gnome-sudoku: 3.36.0 -> 3.38.0 2020-10-24 01:15:05 +02:00
Piotr Bogdan
4ab91e7bb8
gnome3.gnome-robots: 3.36.1 -> 3.38.0 2020-10-24 01:15:05 +02:00
Piotr Bogdan
e067177022
gnome3.gnome-nibbles: 3.36.1 -> 3.38.0 2020-10-24 01:15:05 +02:00
Piotr Bogdan
9d016e6393
gnome3.gnome-mahjongg: 3.36.2 -> 3.38.1
Changelogs:
- https://ftp.gnome.org/pub/GNOME/sources/gnome-mahjongg/3.38/gnome-mahjongg-3.38.0.news
- https://ftp.gnome.org/pub/GNOME/sources/gnome-mahjongg/3.38/gnome-mahjongg-3.38.1.news

Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
2020-10-24 01:15:05 +02:00
Piotr Bogdan
a0024ddc42
gnome3.gnome-klotski: 3.36.3 -> 3.38.0 2020-10-24 01:15:04 +02:00
Piotr Bogdan
24d3f90c8d
gnome3.gnome-chess: 3.36.1 -> 3.38.0 2020-10-24 01:15:04 +02:00
Piotr Bogdan
00fa875eb4
gnome3.four-in-a-row: 3.36.4 -> 3.38.0 2020-10-24 01:15:04 +02:00
Piotr Bogdan
7e406e7420
gnome3.gnome-boxes: 3.36.6 -> 3.38.0
Use tracker-2 and libhandy_0. Add appstream-glib for appstream-util.

Add new dependencies:
- libhandy
- gtksourceview4

https://gitlab.gnome.org/GNOME/gnome-boxes/-/blob/v3.38.0/NEWS
2020-10-24 01:15:03 +02:00
Piotr Bogdan
37405d384a
gnome3.gedit: 3.36.2 -> 3.38.0
* Add vala for vapigen
* reformat

https://gitlab.gnome.org/GNOME/gedit/-/blob/3.38.0/NEWS

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:03 +02:00
Piotr Bogdan
ca51986f03
tepl: 4.4.0 -> 5.0.0 2020-10-24 01:15:03 +02:00
Piotr Bogdan
7206a14260
amtk: add gobject-introspection to generate the bindings
This is now needed by the development version of tepl.
2020-10-24 01:15:03 +02:00
Piotr Bogdan
c19cf7a6b9
gnome3.epiphany: 3.36.4 -> 3.38.0
https://gitlab.gnome.org/GNOME/epiphany/-/blob/3.38.0/NEWS

Currently broken :-(, loading google.com shows:

Cannot get default EGL display: EGL_BAD_PARAMETER
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)

This might be related to:

- https://bugs.webkit.org/show_bug.cgi?id=202362
- https://bugs.webkit.org/show_bug.cgi?id=201507

Also this seems to happen to me even before the package update.
2020-10-24 01:15:03 +02:00
Piotr Bogdan
c1307a041a
webkitgtk: 2.29.91 -> 2.30.0
https://webkitgtk.org/2020/08/14/webkitgtk2.29.90-released.html
https://webkitgtk.org/2020/08/14/webkitgtk2.29.91-released.html
https://webkitgtk.org/2020/07/29/webkitgtk2.29.4-released.html
https://webkitgtk.org/2020/09/11/webkitgtk2.30.0-released.html
2020-10-24 01:15:02 +02:00
Piotr Bogdan
041b5bba45
gnome3.gnome-terminal: 3.36.2 -> 3.38.0 2020-10-24 01:15:02 +02:00
Piotr Bogdan
281ac3d371
vte: 0.60.2 -> 0.62.0 2020-10-24 01:15:02 +02:00
Piotr Bogdan
9582a74fcc
gnome3.gnome-screenshot: 3.36.0 -> 3.38.0
https://gitlab.gnome.org/GNOME/gnome-screenshot/-/blob/3.38.0/NEWS
2020-10-24 01:15:02 +02:00
Piotr Bogdan
adee6a827b
gnome3.gnome-maps: 3.36.4 -> 3.38.0
* reformat

https://gitlab.gnome.org/GNOME/gnome-maps/-/blob/v3.38.0/NEWS

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:15:01 +02:00
Piotr Bogdan
4f2e135306
gnome3.devhelp: 3.36.2 -> 3.38.0
https://gitlab.gnome.org/GNOME/devhelp/-/blob/3.38.0/NEWS
2020-10-24 01:15:01 +02:00
Piotr Bogdan
cf5f221298
gnome3.gnome-backgrounds: 3.36.0 -> 3.38.0 2020-10-24 01:15:01 +02:00