[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/35: gnu: tumbler: Update to 4.18.0.
From: |
guix-commits |
Subject: |
05/35: gnu: tumbler: Update to 4.18.0. |
Date: |
Sat, 28 Jan 2023 21:49:59 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 34b72a25424eff17d0d081f5495bee825536b210
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 23 13:07:51 2022 +0100
gnu: tumbler: Update to 4.18.0.
* gnu/packages/xfce.scm (tumbler): Update to 4.18.0.
[inputs]: Add libxfce4util.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/xfce.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0d9e89aa94..dbd41de6d3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -352,7 +352,7 @@ merging features essential for loading menus modified with
menu editors.")
(define-public tumbler
(package
(name "tumbler")
- (version "4.16.1")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -360,7 +360,7 @@ merging features essential for loading menus modified with
menu editors.")
"tumbler-" version ".tar.bz2"))
(sha256
(base32
- "0gi77675gi1bbhrrg0p60dy06clf24xa0hz2jb74hnzk2gxbyaw5"))))
+ "006gvwa7jqkky2qvl2yngbd4yzp63wpilhhmyg9p24pk9spz71s0"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool
@@ -375,6 +375,7 @@ merging features essential for loading menus modified with
menu editors.")
freetype
libjpeg-turbo
libgsf
+ libxfce4util
poppler
;; FIXME Provide gstreamer and gstreamer-tag to get video thumbnails
;; ("gstreamer" ,gstreamer)
- branch master updated (1bed1d8481 -> bea2240968), guix-commits, 2023/01/28
- 05/35: gnu: tumbler: Update to 4.18.0.,
guix-commits <=
- 02/35: gnu: xfconf: Update to 4.18.0., guix-commits, 2023/01/28
- 10/35: gnu: xfce4-settings: Update to 4.18.1., guix-commits, 2023/01/28
- 11/35: gnu: xfdesktop: Update to 4.18.1., guix-commits, 2023/01/28
- 19/35: gnu: xfce4-cpugraph-plugin: Update to 1.2.7., guix-commits, 2023/01/28
- 01/35: gnu: libxfce4util: Update to 4.18.1., guix-commits, 2023/01/28
- 08/35: gnu: xfce4-appfinder: Update to 4.18.0., guix-commits, 2023/01/28
- 09/35: gnu: xfce4-session: Update to 4.18.0., guix-commits, 2023/01/28
- 03/35: gnu: libxfce4ui: Update to 4.18.1., guix-commits, 2023/01/28
- 12/35: gnu: xfwm4: Update to 4.18.0., guix-commits, 2023/01/28
- 14/35: gnu: xfce4-power-manager: Update to 4.18.0., guix-commits, 2023/01/28