* debian/patches/dont-require-nautilus-classic.patch:

- Don't require nautilus-classic since it forces desktop icons
This commit is contained in:
Jeremy Bicha
2013-06-29 02:25:53 +00:00
parent 2f70c6c8a7
commit 2db7b6756d
5 changed files with 19 additions and 6 deletions
+3 -2
View File
@@ -4,9 +4,10 @@ gnome-shell-extensions (3.8.3.1-1) UNRELEASED; urgency=low
- default-min-max and static-workspaces extensions have been dropped.
Use Classic Mode or tweak org.gnome.shell.overrides in dconf-editor
* debian/control.in:
- Depend on gnome-session 3.8 and nautilus 3.8, needed for the new
Classic mode.
- Depend on gnome-session 3.8, required for the new Classic mode.
- Update homepage
* debian/patches/dont-require-nautilus-classic.patch:
- Don't require nautilus-classic since it forces desktop icons
* debian/rules:
- Run autoreconf
+1 -2
View File
@@ -27,8 +27,7 @@ Depends: ${misc:Depends},
gnome-shell (<< ${gnome:NextVersion}),
gir1.2-gtop-2.0,
gvfs (>= 1.16.0),
gnome-session (>= 3.8),
nautilus (>= 3.8)
gnome-session (>= 3.8)
Recommends: gnome-tweak-tool (>= ${gnome:Version})
Description: Extensions to extend functionality of GNOME Shell
The GNOME Shell redefines user interactions with the GNOME desktop. In
+1 -2
View File
@@ -23,8 +23,7 @@ Depends: ${misc:Depends},
gnome-shell (<< ${gnome:NextVersion}),
gir1.2-gtop-2.0,
gvfs (>= 1.16.0),
gnome-session (>= 3.8),
nautilus (>= 3.8)
gnome-session (>= 3.8)
Recommends: gnome-tweak-tool (>= ${gnome:Version})
Description: Extensions to extend functionality of GNOME Shell
The GNOME Shell redefines user interactions with the GNOME desktop. In
+13
View File
@@ -0,0 +1,13 @@
Description: Don't use nautilus-classic since it forces desktop icons
Author: Jeremy Bicha <jbicha@ubuntu.com>
Bug: https://bugzilla.gnome.org/695088
Index: gnome-shell-extensions-3.8.3.1/data/gnome-classic.session.desktop.in.in
===================================================================
--- gnome-shell-extensions-3.8.3.1.orig/data/gnome-classic.session.desktop.in.in 2013-06-17 15:42:43.000000000 -0400
+++ gnome-shell-extensions-3.8.3.1/data/gnome-classic.session.desktop.in.in 2013-06-19 10:31:47.900318151 -0400
@@ -1,3 +1,3 @@
[GNOME Session]
_Name=GNOME Classic
-RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic;
+RequiredComponents=gnome-shell-classic;gnome-settings-daemon;
+1
View File
@@ -0,0 +1 @@
dont-require-nautilus-classic.patch