[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/63: gnu: qtimageformats: Rename variable to qtimageformats-5.
From: |
guix-commits |
Subject: |
11/63: gnu: qtimageformats: Rename variable to qtimageformats-5. |
Date: |
Mon, 21 Aug 2023 14:01:57 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit 9721db81ac29ee11605c28aeb25ac4ebd6074d2b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Aug 13 10:08:31 2023 -0400
gnu: qtimageformats: Rename variable to qtimageformats-5.
* gnu/packages/qt.scm (qtimageformats): Rename to...
(qtimageformats-5): ... this.
* gnu/packages/telegram.scm (telegram-desktop): Adjust accordingly.
* gnu/packages/image-viewers.scm (qview): Likewise.
* gnu/packages/geo.scm (openorienteering-mapper): Likewise.
---
gnu/packages/geo.scm | 2 +-
gnu/packages/image-viewers.scm | 2 +-
gnu/packages/qt.scm | 2 +-
gnu/packages/telegram.scm | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f5f59d1d99..dee2ea068c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2434,7 +2434,7 @@ track your position right from your laptop.")
("gdal" ,gdal)
("proj" ,proj)
("qtbase" ,qtbase-5)
- ("qtimageformats" ,qtimageformats)
+ ("qtimageformats" ,qtimageformats-5)
("qtlocation" ,qtlocation)
("qtsensors" ,qtsensors)
("zlib" ,zlib)))
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 70f3f37768..0ce3a27b01 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -730,7 +730,7 @@ Poppler-Qt5 binding, PDF documents.")
(native-inputs
(list qttools-5))
(inputs
- (list qtbase-5 qtimageformats qtsvg-5))
+ (list qtbase-5 qtimageformats-5 qtsvg-5))
(home-page "https://interversehq.com/qview/")
(synopsis "Convenient and minimal image viewer")
(description "qView is a Qt image viewer designed with visually
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 44a63ebc74..8d5073c06a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1120,7 +1120,7 @@ HostData=lib/qt5
(home-page (package-home-page qtbase))
(license (package-license qtbase))))
-(define-public qtimageformats
+(define-public qtimageformats-5
(package (inherit qtsvg-5)
(name "qtimageformats")
(version "5.15.8")
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm
index aa5c303603..dffc6b8ff4 100644
--- a/gnu/packages/telegram.scm
+++ b/gnu/packages/telegram.scm
@@ -517,7 +517,7 @@ Telegram project, for its use in telegram desktop client.")
qrcodegen-cpp
qtbase-5
qtdeclarative-5
- qtimageformats
+ qtimageformats-5
qtsvg-5
qtwayland-5
range-v3
- 48/63: gnu: qtwebview: Update to 5.15.10., (continued)
- 48/63: gnu: qtwebview: Update to 5.15.10., guix-commits, 2023/08/21
- 55/63: gnu: qtgamepad: Update to 5.15.10., guix-commits, 2023/08/21
- 61/63: gnu: qtspeech: Update to 5.15.10., guix-commits, 2023/08/21
- 53/63: gnu: qtquickcontrols2-5: Update to 5.15.10., guix-commits, 2023/08/21
- 54/63: gnu: qtgraphicaleffects: Update to 5.15.10., guix-commits, 2023/08/21
- 56/63: gnu: qtscxml: Update to 5.15.10., guix-commits, 2023/08/21
- 08/63: gnu: qtbase: Enable zstd support., guix-commits, 2023/08/21
- 13/63: gnu: Add qtimageformats., guix-commits, 2023/08/21
- 16/63: gnu: qtwebsockets: Update to 6.5.2., guix-commits, 2023/08/21
- 20/63: gnu: qtwebchannel: Update to 6.5.2., guix-commits, 2023/08/21
- 11/63: gnu: qtimageformats: Rename variable to qtimageformats-5.,
guix-commits <=
- 24/63: gnu: qtpositioning: Update to 6.5.2., guix-commits, 2023/08/21
- 23/63: gnu: qttranslations: Update to 6.5.2., guix-commits, 2023/08/21
- 25/63: gnu: qtnetworkauth: Update to 6.5.2., guix-commits, 2023/08/21
- 27/63: gnu: qtwebengine: Update to 6.5.2., guix-commits, 2023/08/21
- 41/63: gnu: qtsensors: Shorten line width., guix-commits, 2023/08/21
- 33/63: gnu: qtimageformats-5: Update to 5.15.10., guix-commits, 2023/08/21
- 30/63: gnu: qtbase-5: Update to 5.15.10., guix-commits, 2023/08/21
- 42/63: gnu: qtmultimedia-5: Shorten maximum line width., guix-commits, 2023/08/21
- 36/63: gnu: qtdeclarative-5: Update to 5.15.10., guix-commits, 2023/08/21
- 44/63: gnu: qtserialport: Update to 5.15.10., guix-commits, 2023/08/21