[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/62: gnu: gnome-shell-extensions: Update to 3.28.1.
From: |
guix-commits |
Subject: |
44/62: gnu: gnome-shell-extensions: Update to 3.28.1. |
Date: |
Fri, 8 Feb 2019 16:26:42 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 78fe6cd38114cca4f8087f727f2b73c03885924d
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 16:20:35 2018 +0200
gnu: gnome-shell-extensions: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.28.1.
[build-system]: Use meson-build-system.
[arguments]: Adjust.
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0050277..6ebf2a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6449,7 +6449,7 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "3.24.3")
+ (version "3.28.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6457,10 +6457,10 @@ GNOME Shell appearance and extension, etc.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0y8anpp9ymp0lxn15w63ra6zxxf8nvbl48xqkvqdjzida73fyz9w"))))
- (build-system gnu-build-system)
+ "0n4h8rdnq3knrvlg6inrl62a73h20dbhfgniwy18572jicrh5ip9"))))
+ (build-system meson-build-system)
(arguments
- '(#:configure-flags '("--enable-extensions=all")))
+ '(#:configure-flags '("-Dextension_set=all")))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
- 62/62: gnu: gnome-shell: Update to 3.28.2., (continued)
- 62/62: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/02/08
- 30/62: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/02/08
- 46/62: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/02/08
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/02/08
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/02/08
- 16/62: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/02/08
- 29/62: gnu: librsvg: Build Vala bindings., guix-commits, 2019/02/08
- 32/62: gnu: gjs: Update to 1.52.3., guix-commits, 2019/02/08
- 43/62: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/02/08
- 51/62: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/02/08
- 44/62: gnu: gnome-shell-extensions: Update to 3.28.1.,
guix-commits <=
- 59/62: gnu: cups-filters: Fix build with newer version of poppler., guix-commits, 2019/02/08
- 35/62: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/02/08
- 60/62: gnu: eog: Ensure RUNPATH contains output library directory., guix-commits, 2019/02/08
- 56/62: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/02/08
- 54/62: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/02/08
- 14/62: gnu: gcr: Update to 3.28.0., guix-commits, 2019/02/08