summarylogtreecommitdiffstats
path: root/0001-gnome-shell-fix-install-dir.patch
diff options
context:
space:
mode:
authorNicola Murino2018-12-07 00:06:20 +0100
committerNicola Murino2018-12-07 00:06:20 +0100
commit7670e75a2dabf3938a3425d88d8bfbb085081231 (patch)
tree7d8b1dd4c9bec3e53bdb43bee6cde8068fb3db7c /0001-gnome-shell-fix-install-dir.patch
parente60d00632ca733efaf66ac730fa8f1ba206cc9fd (diff)
downloadaur-7670e75a2dabf3938a3425d88d8bfbb085081231.tar.gz
removed custom patch for gnome shell theme and add yaru-session
If you want use gnome shell theme you need to select yaru session in the login screen. Maybe in a future update yaru could work as any other theme https://github.com/ubuntu/yaru/issues/1018
Diffstat (limited to '0001-gnome-shell-fix-install-dir.patch')
-rw-r--r--0001-gnome-shell-fix-install-dir.patch58
1 files changed, 0 insertions, 58 deletions
diff --git a/0001-gnome-shell-fix-install-dir.patch b/0001-gnome-shell-fix-install-dir.patch
deleted file mode 100644
index 5ff1efc7242b..000000000000
--- a/0001-gnome-shell-fix-install-dir.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From d55e5ca2bd7544ceeb573cb24fe7cfe51a555c6b Mon Sep 17 00:00:00 2001
-From: Nicola Murino <nicola.murino@gmail.com>
-Date: Thu, 26 Jul 2018 14:44:20 +0200
-Subject: [PATCH] gnome-shell: fix install dir
-
----
- gnome-shell/meson.build | 2 +-
- gnome-shell/src/meson.build | 2 +-
- sessions/meson.build | 2 +-
- sessions/meson/install-dock-override | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/gnome-shell/meson.build b/gnome-shell/meson.build
-index 7a1ce6dd..5de2ea79 100644
---- a/gnome-shell/meson.build
-+++ b/gnome-shell/meson.build
-@@ -1,3 +1,3 @@
--gnomeshell_theme_dir = join_paths(get_option('datadir'), 'gnome-shell', 'theme')
-+gnomeshell_theme_dir = join_paths(get_option('datadir'), 'themes')
-
- subdir('src')
-diff --git a/gnome-shell/src/meson.build b/gnome-shell/src/meson.build
-index b0fb61a1..c4a59f73 100644
---- a/gnome-shell/src/meson.build
-+++ b/gnome-shell/src/meson.build
-@@ -1,5 +1,5 @@
- # destination directory
--install_dir = join_paths(gnomeshell_theme_dir, meson.project_name())
-+install_dir = join_paths(gnomeshell_theme_dir, meson.project_name(), 'gnome-shell')
-
- # generate .css files
- theme_sources = files([
-diff --git a/sessions/meson.build b/sessions/meson.build
-index 4922cd2f..e07af06c 100644
---- a/sessions/meson.build
-+++ b/sessions/meson.build
-@@ -1,4 +1,4 @@
--gnomeshell_mode_dir = join_paths(get_option('datadir'), 'gnome-shell', 'modes')
-+gnomeshell_mode_dir = join_paths(get_option('datadir'), 'themes', meson.project_name(), 'gnome-shell', 'modes')
-
- # NOTE: GNOME Shell only accept lowercase mode names.
- replace_name = find_program('../build-helpers/replace-name')
-diff --git a/sessions/meson/install-dock-override b/sessions/meson/install-dock-override
-index d8a74050..b716ef41 100755
---- a/sessions/meson/install-dock-override
-+++ b/sessions/meson/install-dock-override
-@@ -1,7 +1,7 @@
- #!/bin/sh
- set -eu
-
--DOCK_DIR="${MESON_INSTALL_DESTDIR_PREFIX}/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com"
-+DOCK_DIR="${MESON_INSTALL_DESTDIR_PREFIX}/share/themes/Yaru/gnome-shell/extensions/ubuntu-dock@ubuntu.com"
-
- mkdir -p "${DOCK_DIR}"
- touch "${DOCK_DIR}/$1.css"
---
-2.18.0
-