unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Cc: 45337@debbugs.gnu.org
Subject: [bug#45337] [PATCH] gnu: evince: Update to 3.38.0.
Date: Sun, 20 Dec 2020 16:37:39 +0100	[thread overview]
Message-ID: <87a6u8o5do.fsf@rohleder.de> (raw)
In-Reply-To: <64d5fd47-17f8-5728-b2e8-b2f6b9ba7e28@web.de> (Jonathan Brielmaier's message of "Sun, 20 Dec 2020 15:27:20 +0100")

[-- Attachment #1: Type: text/plain, Size: 4163 bytes --]

Hi Jonathan,

Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:
> Hi Michael, I think we usually try to update GNOME all together. Yet we
> are still on GNOME 3.34 and we have a branch for
> https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-gnome3.36

Oh, ok, than I close this.

I don't think this is good idea, because it would become a huge amount
of work and coordination to do it for _all_ gnome apps, libs, etc....
This means, no one likes to do it and also it would take a lot of time
which means, it becomes outdated "while on the road".
And, it takes all the "dynamics" (and fun) out of the development,
because no one would touch any gnome package.
Also, I don't think it's even clear what belongs to "GNOME" exactly:
There was a time where gimp for example was the beginning of gtk and
therefore "GNOME".  But now, it's not part of it and ok to update?!

Technicaly, I don't see why we should do it that way for leaf packages.
If they work with our current gnome version, what's the problem and what
is the rational behind this?

It might be another story for things like glib or gtk which are deeper
in the tree, but even there I don't think it's a good idea to "cluster"
them _all_ together (for no good reason), because it slows down everything.


PS:
grep 'version "3.3' gnu/packages/gnome.scm
yields:

(version "3.12.2")
    (version "3.8.1")
    (version "3.9.10")
    (version "3.34.2")
    (version "3.34.5")
    (version "3.26.1")
    (version "3.20.0")
   (version "3.32.0")
    (version "3.34.0")
   (version "3.32.1")
   (version "3.33.1")
    (version "3.32.1")
    (version "3.32.0")
   (version "3.32.3")
   (version "3.32.2")
    (version "3.30.0")
    (version "3.18.0")
    (version "3.34")
    (version "3.34.2")
    (version "3.34.0")
    (version "3.30.0")
    (version "3.34.0")
    (version "3.34.0")
    (version "3.12.0")
    (version "3.34.0")
    (version "3.36.5")
    (version "3.34.0")
    (version "3.0.1")
    (version "3.12.0")
    (version "3.34.3")
    (version "3.36.0")
    (version "3.2.6")
    (version "3.32.0")
    (version "3.22.3")
    (version "3.36.2")
    (version "3.22.0")
    (version "3.32.2")
    (version "3.36.1")
    (version "3.35.90")
    (version "3.34.1")
    (version "3.34.2")
    (version "3.26.2")
    (version "3.34.0")
    (version "3.34.1")
   (version "3.26.5")
    (version "3.22.9")
    (version "3.34.0")
    (version "3.0.27")
    (version "3.34.0")
    (version "3.38.0")
   (version "3.4.4")
   (version "3.34.1")
    (version "3.26.4")
    (version "3.38.2")
    (version "3.34.4")
    (version "3.34.2")
    (version "3.32.2")
    (version "3.32.2")
    (version "3.32.3")
    (version "3.34.2")
    (version "3.34.1")
    (version "3.32.0")
    (version "3.34.2")
    (version "3.36.0")
    (version "3.34.2")
    (version "3.0.1")
    (version "3.34.1")
    (version "3.34.2")
    (version "3.34.2")
    (version "3.34.2")
    (version "3.34.2")
    (version "3.32.0")
    (version "3.34.0")
    (version "3.34.0")
    (version "3.34.2")
   (version "3.34.0")
    (version "3.32.2")
    (version "3.34.0")
    (version "3.34.2")
    (version "3.28.1")
    (version "3.26.1")
    (version "3.34.0")
    (version "3.34.2")
    (version "3.26.1")
    (version "3.0.2")
    (version "3.34.1")
    (version "3.32.1")
    (version "3.34.1")
    (version "3.38.0")
    (version "3.99.2")
    (version "3.24.0")
    (version "3.0.2")
    (version "3.18.4")
    (version "3.37.1")
    (version "3.34.2")
    (version "3.8.2")
    (version "3.32.1")
    (version "3.35.1")
    (version "3.28")
    (version "3.38.0")
    (version "3.36.3")
    (version "3.36.6")
    (version "3.34.1")
    (version "3.4.1")
    (version "3.36.0")
    (version "3.34.0")
    (version "3.36.0")
    (version "3.36.1")
    (version "3.36.0")


-- 
Der Mensch ist die duemmste Spezies:
Er verehrt einen unsichtbaren Gott und toetet sichtbare Natur,
ohne zu wissen, dass diese Natur, die er vernichtet, dieser
unsichtbare Gott ist, den er verehrt.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

  reply	other threads:[~2020-12-20 15:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-20 14:10 [bug#45337] [PATCH] gnu: evince: Update to 3.38.0 Michael Rohleder
2020-12-20 14:27 ` Jonathan Brielmaier
2020-12-20 15:37   ` Michael Rohleder [this message]
2020-12-20 20:33     ` Ricardo Wurmus
2020-12-20 16:03 ` bug#45337: " Michael Rohleder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a6u8o5do.fsf@rohleder.de \
    --to=mike@rohleder.de \
    --cc=45337@debbugs.gnu.org \
    --cc=jonathan.brielmaier@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).