summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-11-15 21:10:41 +0100
committerPacho Ramos <pacho@gentoo.org>2019-11-15 21:10:41 +0100
commite55880f1e37744047db33ae63c314a46e46ec3fd (patch)
treeb728347dcf3132f88061c912ba87ef204fdee360 /gnome-extra/gnome-shell-extension-dash-to-panel/files
parentsys-apps/kmod: revbump for RDEPEND change (diff)
downloadgentoo-e55880f1e37744047db33ae63c314a46e46ec3fd.tar.gz
gentoo-e55880f1e37744047db33ae63c314a46e46ec3fd.tar.bz2
gentoo-e55880f1e37744047db33ae63c314a46e46ec3fd.zip
gnome-extra/gnome-shell-extension-dash-to-panel: Bump to v26, add branding and defaults
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-shell-extension-dash-to-panel/files')
-rw-r--r--gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-branding.patch11
-rw-r--r--gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-opacity.patch11
2 files changed, 22 insertions, 0 deletions
diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-branding.patch b/gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-branding.patch
new file mode 100644
index 000000000000..fde8e190eabc
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-branding.patch
@@ -0,0 +1,11 @@
+--- a/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml~ 2019-11-15 20:43:03.000000000 +0100
++++ b/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml 2019-11-15 21:01:39.754116059 +0100
+@@ -352,7 +352,7 @@
+ <description>Show appplications button in the dash</description>
+ </key>
+ <key type="s" name="show-apps-icon-file">
+- <default>""</default>
++ <default>"/usr/share/gnome-shell/extensions/dash-to-panel@jderose9.github.com/img/gentoo.svg"</default>
+ <summary>Custom Show Applications icon</summary>
+ <description>Customize the Show Applications icon</description>
+ </key>
diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-opacity.patch b/gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-opacity.patch
new file mode 100644
index 000000000000..013d5d81813f
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-dash-to-panel/files/gnome-shell-extension-dash-to-panel-26-opacity.patch
@@ -0,0 +1,11 @@
+--- a/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml.old 2019-11-15 20:38:17.244421281 +0100
++++ b/schemas/org.gnome.shell.extensions.dash-to-panel.gschema.xml 2019-11-15 20:43:03.570757200 +0100
+@@ -222,7 +222,7 @@
+ <description>Custom background color for the panel</description>
+ </key>
+ <key type="b" name="trans-use-custom-opacity">
+- <default>false</default>
++ <default>true</default>
+ <summary>Custom background color</summary>
+ <description>Replace current theme background color for the panel</description>
+ </key>