Update to 3.29.90
This commit is contained in:
parent
db2ff26bc1
commit
bcb65a4f21
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@ gnome-shell-2.31.5.tar.bz2
|
||||
/gnome-shell-3.29.1.tar.xz
|
||||
/gnome-shell-3.29.2.tar.xz
|
||||
/gnome-shell-3.29.4.tar.xz
|
||||
/gnome-shell-3.29.90.tar.xz
|
||||
|
@ -1,30 +0,0 @@
|
||||
From 43e8dfacb45e470d02d3880ceb28a4494262f4c9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||
Date: Wed, 18 Jul 2018 23:03:30 +0200
|
||||
Subject: [PATCH] build: Don't use libdir for systemd unit path
|
||||
|
||||
Some systems define it to /usr/lib64 on 64-bit systems, which is not
|
||||
where systemd looks for unit files. Just hardcode 'lib' in the install
|
||||
prefix until we get to use the pkg-config file.
|
||||
|
||||
https://gitlab.gnome.org/GNOME/gnome-shell/issues/424
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 7e5fe3832..65f6c7f1f 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -64,7 +64,7 @@ plugindir = get_variable('BROWSER_PLUGIN_DIR', mozplugindir)
|
||||
# systemduserunitdir = systemd_dep.get_pkgconfig_variable('systemduserunitdir',
|
||||
# define_variable: ['prefix', prefix])
|
||||
# and uncomment systemd_dep below
|
||||
-systemduserunitdir = join_paths(libdir, 'systemd', 'user')
|
||||
+systemduserunitdir = join_paths(prefix, 'lib', 'systemd', 'user')
|
||||
|
||||
keybindings_dep = dependency('gnome-keybindings', required: false)
|
||||
if keybindings_dep.found()
|
||||
--
|
||||
2.17.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: gnome-shell
|
||||
Version: 3.29.4
|
||||
Version: 3.29.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Window management and application launching for GNOME
|
||||
|
||||
@ -13,8 +13,6 @@ Source0: http://download.gnome.org/sources/gnome-shell/3.29/%{name}-%{ver
|
||||
# Replace Epiphany with Firefox in the default favourite apps list
|
||||
Patch1: gnome-shell-favourite-apps-firefox.patch
|
||||
|
||||
Patch2: 0001-build-Don-t-use-libdir-for-systemd-unit-path.patch
|
||||
|
||||
%define libcroco_version 0.6.8
|
||||
%define eds_version 3.17.2
|
||||
%define gnome_desktop_version 3.7.90
|
||||
@ -23,7 +21,7 @@ Patch2: 0001-build-Don-t-use-libdir-for-systemd-unit-path.patch
|
||||
%define gjs_version 1.51.90
|
||||
%define gtk3_version 3.15.0
|
||||
%define json_glib_version 0.13.2
|
||||
%define mutter_version 3.29.2
|
||||
%define mutter_version 3.29.90
|
||||
%define polkit_version 0.100
|
||||
%define gsettings_desktop_schemas_version 3.21.3
|
||||
%define ibus_version 1.5.2
|
||||
@ -196,6 +194,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed Aug 01 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.90-1
|
||||
- Update to 3.29.90
|
||||
|
||||
* Wed Jul 18 2018 Florian Müllner <fmuellner@redhat.com> - 3.29.4-1
|
||||
- Update to 3.29.4
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-shell-3.29.4.tar.xz) = 6ef91ad78e0b32512e89ddaaed1c92aa823b250c5e11b8f5bd88295a96007d0e50125fc5396351e7d54355f949aedba39a5700b70d061ceac0e2ee687c4f003e
|
||||
SHA512 (gnome-shell-3.29.90.tar.xz) = 916306c588c1ec6c613a8c77aff7595c26c58a76c6bdc21abec1b2400d7bbacbbecbd04cb08ac625359a0b2b24ed63f7c1c77de943bf5346e502dc5965b6230e
|
||||
|
Loading…
Reference in New Issue
Block a user