diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 10:05:56 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 11:16:14 +0900 |
| commit | d58b87868dd87803798a0b2f13c228ae3435ef44 (patch) | |
| tree | 69c4f35f9719f9a209b4ef60eed691e49838df3b | |
| parent | 9d7cec981779d10658c21e7d160187f50bb2155a (diff) | |
gnu: eog-plugins: Update to 44.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 44.1.
[native-inputs]: Add glib:bin.
[inputs]: Remove glib and gtk+.
[description]: Remove trailing dot to please 'guix lint'.
| -rw-r--r-- | gnu/packages/gnome.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dd3ee3432b0..5121afbf572 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -7047,7 +7047,7 @@ supports image conversion, rotation, and slideshows.") | |||
| 7047 | ;; 'XDG_DATA_DIRS' appropriately set. | 7047 | ;; 'XDG_DATA_DIRS' appropriately set. |
| 7048 | (package | 7048 | (package |
| 7049 | (name "eog-plugins") | 7049 | (name "eog-plugins") |
| 7050 | (version "42.1") | 7050 | (version "44.1") |
| 7051 | (source (origin | 7051 | (source (origin |
| 7052 | (method url-fetch) | 7052 | (method url-fetch) |
| 7053 | (uri (string-append "mirror://gnome/sources/eog-plugins/" | 7053 | (uri (string-append "mirror://gnome/sources/eog-plugins/" |
| @@ -7055,7 +7055,7 @@ supports image conversion, rotation, and slideshows.") | |||
| 7055 | "eog-plugins-" version ".tar.xz")) | 7055 | "eog-plugins-" version ".tar.xz")) |
| 7056 | (sha256 | 7056 | (sha256 |
| 7057 | (base32 | 7057 | (base32 |
| 7058 | "0prymlrfh66p03va5aj30wazshp7bn80gzcsj9dgsmss2k512wlb")))) | 7058 | "14swm3a8rih9s0v745501wqwi51z91jn0qbbsy4licxbbwaq9hy4")))) |
| 7059 | (build-system meson-build-system) | 7059 | (build-system meson-build-system) |
| 7060 | (arguments | 7060 | (arguments |
| 7061 | (list | 7061 | (list |
| @@ -7067,12 +7067,11 @@ supports image conversion, rotation, and slideshows.") | |||
| 7067 | (synopsis "Extensions for the Eye of GNOME image viewer") | 7067 | (synopsis "Extensions for the Eye of GNOME image viewer") |
| 7068 | (native-inputs | 7068 | (native-inputs |
| 7069 | (list gettext-minimal | 7069 | (list gettext-minimal |
| 7070 | `(,glib "bin") | ||
| 7070 | pkg-config | 7071 | pkg-config |
| 7071 | python)) | 7072 | python)) |
| 7072 | (inputs | 7073 | (inputs |
| 7073 | (list eog | 7074 | (list eog |
| 7074 | glib | ||
| 7075 | gtk+ | ||
| 7076 | libchamplain | 7075 | libchamplain |
| 7077 | libexif | 7076 | libexif |
| 7078 | libgdata | 7077 | libgdata |
| @@ -7086,7 +7085,7 @@ notably: | |||
| 7086 | @item @dfn{Map}, which displays a map of where the picture was taken on the | 7085 | @item @dfn{Map}, which displays a map of where the picture was taken on the |
| 7087 | side panel; | 7086 | side panel; |
| 7088 | @item @dfn{Slideshow Shuffle}, to shuffle images in slideshow mode. | 7087 | @item @dfn{Slideshow Shuffle}, to shuffle images in slideshow mode. |
| 7089 | @end itemize\n") | 7088 | @end itemize") |
| 7090 | 7089 | ||
| 7091 | ;; XXX: eog-postasa-plugin-resources.c (which we don't build) contains a | 7090 | ;; XXX: eog-postasa-plugin-resources.c (which we don't build) contains a |
| 7092 | ;; long suspicious byte stream that goes to a | 7091 | ;; long suspicious byte stream that goes to a |
