public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes
@ 2022-03-27  7:57 Andreas Sturmlechner
  2022-03-27  8:28 ` Alexey Sokolov
  2022-03-28 11:16 ` [gentoo-dev] [RFC v2] " Andreas Sturmlechner
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2022-03-27  7:57 UTC (permalink / raw
  To: gentoo-dev; +Cc: pr

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

Title: Qt 5.15.3 version bump with binary path changes
Author: Andreas Sturmlechner <asturm@gentoo.org>
Posted: 2022-03-27
Revision: 1 
News-Item-Format: 2.0

Up until Qt 5.15.2 we were using qtchooser to provide unversioned links to Qt
binaries in PATH, like qmake, moc, qmljs etc. Starting with 5.15.3 such links
will be installed by each respective Qt package and '5'-version-suffixed, e.g.
qmake becomes qmake5, qml becomes qml5 etc., mirroring Qt6.

If you develop with Qt5 and rely on unversioned binaries for your workflow,
dev-qt/qtchooser as a tool for quickly switching between multiple Qt
installations (e.g. Qt3, Qt4 and Qt5) can still be manually installed. The
'default' Qt version in PATH is then controlled via config in
/etc/xdg/qtchooser.

Otherwise, dev-qt/qtchooser will be slated for cleanup on your next emerge --
depclean run.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes
  2022-03-27  7:57 [gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes Andreas Sturmlechner
@ 2022-03-27  8:28 ` Alexey Sokolov
  2022-03-28 11:16 ` [gentoo-dev] [RFC v2] " Andreas Sturmlechner
  1 sibling, 0 replies; 3+ messages in thread
From: Alexey Sokolov @ 2022-03-27  8:28 UTC (permalink / raw
  To: gentoo-dev

27.03.2022 08:57, Andreas Sturmlechner пишет:
> Title: Qt 5.15.3 version bump with binary path changes
> Author: Andreas Sturmlechner <asturm@gentoo.org>
> Posted: 2022-03-27
> Revision: 1
> News-Item-Format: 2.0

Add Display-If-Installed: qt?

> 
> Up until Qt 5.15.2 we were using qtchooser to provide unversioned links to Qt
> binaries in PATH, like qmake, moc, qmljs etc. Starting with 5.15.3 such links
> will be installed by each respective Qt package and '5'-version-suffixed, e.g.
> qmake becomes qmake5, qml becomes qml5 etc., mirroring Qt6.
> 
> If you develop with Qt5 and rely on unversioned binaries for your workflow,
> dev-qt/qtchooser as a tool for quickly switching between multiple Qt
> installations (e.g. Qt3, Qt4 and Qt5) can still be manually installed. The
> 'default' Qt version in PATH is then controlled via config in
> /etc/xdg/qtchooser.
> 
> Otherwise, dev-qt/qtchooser will be slated for cleanup on your next emerge --
> depclean run.

Russian translation follows

Title: Новая версия Qt 5.15.3 меняет имена исполняемых файлов
Author: Andreas Sturmlechner <asturm@gentoo.org>
Translator: Alexey Sokolov <alexey+gentoo@asokolov.org>
Posted: 2022-03-27
Revision: 1
News-Item-Format: 2.0

В версиях Qt по 5.15.2 мы использовали qtchooser, чтобы устанавливать 
исполняемые файлы Qt в PATH без номера версии, такие как qmake, moc, 
qmljs и т.д. Начиная с версии 5.15.3 эти файлы будут установлены самим 
соответствующим пакетом Qt и будут заканчиваться на "5": например, qmake 
станет qmake5, qml станет qml5 и т.д., так же, как это делает Qt 6.

Если вы используете Qt5 при разработке, и ваш рабочий процесс зависит от 
этих файлов без версии, вы всё ещё можете установить dev-qt/qtchooser — 
инструмент для быстрого переключения между различными установленными Qt 
(например, Qt3, Qt4, Qt5). В таком случае версия Qt в PATH по умолчанию 
настраивается в /etc/xdg/qtchooser.

В противном случае dev-qt/qtchooser будет удалён при следующем запуске 
emerge --depclean.

-- 
Best regards,
Alexey "DarthGandalf" Sokolov


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-dev] [RFC v2] [News Item] Qt 5.15.3 version bump with binary path changes
  2022-03-27  7:57 [gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes Andreas Sturmlechner
  2022-03-27  8:28 ` Alexey Sokolov
@ 2022-03-28 11:16 ` Andreas Sturmlechner
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2022-03-28 11:16 UTC (permalink / raw
  To: gentoo-dev; +Cc: pr

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

Title: Qt 5.15.3 version bump with binary path changes
Author: Andreas Sturmlechner <asturm@gentoo.org>
Posted: 2022-03-28
Revision: 1 
News-Item-Format: 2.0
Display-If-Installed: dev-qt/qtchooser

Up until Qt 5.15.2 we were using qtchooser to provide unversioned links to Qt
binaries in PATH, like qmake, moc, qmljs etc. Starting with 5.15.3 [1] such 
links will be installed by each respective Qt package and '5'-version-suffixed, 
e.g. qmake becomes qmake5, qml becomes qml5 etc., mirroring Qt6.

If you develop with Qt5 and rely on unversioned binaries for your workflow,
dev-qt/qtchooser as a tool for quickly switching between multiple Qt
installations (e.g. Qt3, Qt4 and Qt5) can still be manually installed. The
'default' Qt version in PATH is then controlled via config in
/etc/xdg/qtchooser.

Otherwise, dev-qt/qtchooser will be slated for cleanup on your next emerge --
depclean run.

[1] https://archives.gentoo.org/gentoo-dev/message/
5f3681b5b28dabeb5339d44e9585d29f

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 618 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-28 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-27  7:57 [gentoo-dev] [RFC] [News Item] Qt 5.15.3 version bump with binary path changes Andreas Sturmlechner
2022-03-27  8:28 ` Alexey Sokolov
2022-03-28 11:16 ` [gentoo-dev] [RFC v2] " Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox