claws-mail: 3.17.8 -> 4.0.0

With Claws Mail's latest double release of 3.18.0 and 4.0.0, the package
will refer to the more "modern" GTK+ 3 release, major version four. The
GTK+ 2 release, major version 3, is now available in the
`claws-mail-gtk2` package.

In other words, this commit bumps the GTK+ 2 version from 3.17.8 to
3.18.0, the previously unstable GTK+ 3 version 3.99.0 to 4.0.0 and
changes the default to GTK+ 3.

(cherry picked from commit 26f52bf6b5d32ebdfc799a6cefc0c1d37700b67a)
This commit is contained in:
Alvar Penning
2021-08-14 23:51:02 +02:00
committed by ajs124
parent 4d5716f0f8
commit 1bc92c1ba2
2 changed files with 21 additions and 9 deletions
+1
View File
@@ -22857,6 +22857,7 @@ in
claws-mail = callPackage ../applications/networking/mailreaders/claws-mail {
inherit (xorg) libSM;
useGtk3 = false;
};
claws-mail-gtk3 = callPackage ../applications/networking/mailreaders/claws-mail {
inherit (xorg) libSM;