new release, drop git patch

This commit is contained in:
Jeremy Bicha
2013-06-17 20:14:26 +00:00
parent 695b533be1
commit 8fd8943460
3 changed files with 2 additions and 37 deletions
+2 -4
View File
@@ -1,15 +1,13 @@
gnome-shell-extensions (3.8.3-1) UNRELEASED; urgency=low
gnome-shell-extensions (3.8.3.1-1) UNRELEASED; urgency=low
* New upstream release
- 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 and nautilus 3.8, needed for the new
- Depend on gnome-session 3.8 and nautilus 3.8, needed for the new
Classic mode.
* debian/rules:
- Run autoreconf
* debian/patches/git-drop-IsRunnableHelper.patch:
- Don't run IsRunnableHelper since it's ignored anyway
-- Jeremy Bicha <jbicha@ubuntu.com> Sat, 08 Jun 2013 19:46:26 -0400
-32
View File
@@ -1,32 +0,0 @@
From 85038e2f5624a1a6fc46c0b8e3649577799610aa Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbicha@ubuntu.com>
Date: Sat, 8 Jun 2013 20:22:09 -0400
Subject: [PATCH] classic: Drop IsRunnableHelper
https://bugzilla.gnome.org/show_bug.cgi?id=701886
---
data/Makefile.am | 1 -
data/gnome-classic.session.desktop.in.in | 1 -
2 files changed, 2 deletions(-)
diff --git a/data/Makefile.am b/data/Makefile.am
index e203a29..af11e18 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -36,7 +36,6 @@ gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
%.desktop.in:%.desktop.in.in
$(AM_V_GEN) sed \
- -e "s|\@libexecdir\@|$(libexecdir)|" \
-e "s|\@bindir\@|$(bindir)|" \
-e "s|\@VERSION\@|$(VERSION)|" \
$< > $@
diff --git a/data/gnome-classic.session.desktop.in.in b/data/gnome-classic.session.desktop.in.in
index eddbacc..c52a82a 100644
--- a/data/gnome-classic.session.desktop.in.in
+++ b/data/gnome-classic.session.desktop.in.in
@@ -1,4 +1,3 @@
[GNOME Session]
_Name=GNOME Classic
RequiredComponents=gnome-shell-classic;gnome-settings-daemon;nautilus-classic;
-IsRunnableHelper=@libexecdir@/gnome-session-check-accelerated
-1
View File
@@ -1 +0,0 @@
git-drop-IsRunnableHelper.patch