r13190 - in /packages/unstable/gossip/debian: changelog patches/03_disable-smooth-scrolling.patch rules
nobse at users.alioth.debian.org
nobse at users.alioth.debian.org
Fri Oct 19 10:36:53 UTC 2007
Author: nobse
Date: Fri Oct 19 10:36:53 2007
New Revision: 13190
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13190
Log:
New patch to disable smooth scrolling
Added:
packages/unstable/gossip/debian/patches/03_disable-smooth-scrolling.patch
Modified:
packages/unstable/gossip/debian/changelog
packages/unstable/gossip/debian/rules
Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=13190&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Fri Oct 19 10:36:53 2007
@@ -3,14 +3,15 @@
* New patch, 01_debian-branding.patch, to get the distribution into the
vcard.
* New patch, 02_german-translation.patch, to fix german translations.
-
- -- Norbert Tretkowski <nobse at debian.org> Thu, 11 Oct 2007 20:45:26 +0200
+ * New patch, 03_disable-smooth-scrolling.patch, to disable smooth scrolling
+ completely; GNOME #471316.
+
+ -- Norbert Tretkowski <nobse at debian.org> Fri, 19 Oct 2007 12:35:44 +0200
gossip (1:0.27-3) experimental; urgency=low
* Upload of 0.27 to experimental.
* Removed patch re-added in 0.26-4, it's part of this release.
- * Don't strip binaries for experimental upload.
-- Norbert Tretkowski <nobse at debian.org> Sat, 06 Oct 2007 12:42:58 +0200
Added: packages/unstable/gossip/debian/patches/03_disable-smooth-scrolling.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/03_disable-smooth-scrolling.patch?rev=13190&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/03_disable-smooth-scrolling.patch (added)
+++ packages/unstable/gossip/debian/patches/03_disable-smooth-scrolling.patch Fri Oct 19 10:36:53 2007
@@ -1,0 +1,60 @@
+diff -Nur gossip-0.27.orig/src/gossip-chat-view.c gossip-0.27/src/gossip-chat-view.c
+--- gossip-0.27.orig/src/gossip-chat-view.c 2007-08-13 09:04:21.000000000 +0200
++++ gossip-0.27/src/gossip-chat-view.c 2007-10-19 12:31:18.000000000 +0200
+@@ -775,7 +775,7 @@
+ }
+
+ if (bottom) {
+- gossip_chat_view_scroll_down_smoothly (view);
++ gossip_chat_view_scroll_down (view);
+ }
+ }
+
+@@ -826,7 +826,7 @@
+ view, str);
+
+ if (bottom) {
+- gossip_chat_view_scroll_down_smoothly (view);
++ gossip_chat_view_scroll_down (view);
+ }
+ }
+
+@@ -959,7 +959,7 @@
+ NULL);
+
+ if (bottom) {
+- gossip_chat_view_scroll_down_smoothly (view);
++ gossip_chat_view_scroll_down (view);
+ }
+
+ gossip_chat_view_set_last_block_type (view, BLOCK_TYPE_INVITE);
+@@ -1032,7 +1032,7 @@
+ NULL);
+
+ if (bottom) {
+- gossip_chat_view_scroll_down_smoothly (view);
++ gossip_chat_view_scroll_down (view);
+ }
+
+ gossip_chat_view_set_last_block_type (view, BLOCK_TYPE_INVITE);
+diff -Nur gossip-0.27.orig/src/gossip-log-window.c gossip-0.27/src/gossip-log-window.c
+--- gossip-0.27.orig/src/gossip-log-window.c 2007-08-11 10:49:52.000000000 +0200
++++ gossip-0.27/src/gossip-log-window.c 2007-10-19 12:30:34.000000000 +0200
+@@ -845,7 +845,7 @@
+ }
+
+ /* Scroll to the most recent messages */
+- gossip_chat_view_scroll_down_smoothly (window->chatview_contacts);
++ gossip_chat_view_scroll_down (window->chatview_contacts);
+ }
+
+ static gboolean
+@@ -1434,7 +1434,7 @@
+ }
+
+ /* Scroll to the most recent messages */
+- gossip_chat_view_scroll_down_smoothly (window->chatview_chatrooms);
++ gossip_chat_view_scroll_down (window->chatview_chatrooms);
+ }
+
+ static gboolean
Modified: packages/unstable/gossip/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/rules?rev=13190&op=diff
==============================================================================
--- packages/unstable/gossip/debian/rules (original)
+++ packages/unstable/gossip/debian/rules Fri Oct 19 10:36:53 2007
@@ -11,5 +11,3 @@
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
DEB_CONFIGURE_EXTRA_FLAGS := --enable-dbus --enable-libnotify --enable-aspell --disable-scrollkeeper
-
-DEB_DH_STRIP_ARGS := --exclude=usr/bin/gossip
More information about the pkg-gnome-commits
mailing list