diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-01-10 06:51:37 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-01-10 06:51:37 +0000 |
commit | 9c650d88281d4b064c4bf48f9530d0d3658448d7 (patch) | |
tree | be2994dc3a0885638f8a1a91452f2e619a3a22ce /x11-libs/vte/files | |
parent | Prune old versions (diff) | |
download | historical-9c650d88281d4b064c4bf48f9530d0d3658448d7.tar.gz historical-9c650d88281d4b064c4bf48f9530d0d3658448d7.tar.bz2 historical-9c650d88281d4b064c4bf48f9530d0d3658448d7.zip |
Prune old versions
Package-Manager: portage-2.1.2_rc4-r7
Diffstat (limited to 'x11-libs/vte/files')
-rw-r--r-- | x11-libs/vte/files/digest-vte-0.11.16-r1 | 3 | ||||
-rw-r--r-- | x11-libs/vte/files/digest-vte-0.11.18 | 3 | ||||
-rw-r--r-- | x11-libs/vte/files/digest-vte-0.14.0 | 3 | ||||
-rw-r--r-- | x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch | 17 | ||||
-rw-r--r-- | x11-libs/vte/files/vte-0.11.18-line-scroll.patch | 57 |
5 files changed, 0 insertions, 83 deletions
diff --git a/x11-libs/vte/files/digest-vte-0.11.16-r1 b/x11-libs/vte/files/digest-vte-0.11.16-r1 deleted file mode 100644 index b51a95e51b80..000000000000 --- a/x11-libs/vte/files/digest-vte-0.11.16-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ce5c5bf91da638547ce093fe66622c37 vte-0.11.16.tar.bz2 961577 -RMD160 959cdc463c16af1d88bb427c4dc222d81f96e3b0 vte-0.11.16.tar.bz2 961577 -SHA256 d994ef90471bfbe6c8501d613e83aeef9afa8c1c7603a1088dbf9a27eefc1e76 vte-0.11.16.tar.bz2 961577 diff --git a/x11-libs/vte/files/digest-vte-0.11.18 b/x11-libs/vte/files/digest-vte-0.11.18 deleted file mode 100644 index f28ccaa1a9d0..000000000000 --- a/x11-libs/vte/files/digest-vte-0.11.18 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e808006c365fddca611960b2efaef6a5 vte-0.11.18.tar.bz2 951701 -RMD160 1bcd6a348b11a6dda015aec24fa4a43f8ce4af55 vte-0.11.18.tar.bz2 951701 -SHA256 ec9f2436c8110f1e157d9223b164695e46868e2171beebfba8f02df28444820d vte-0.11.18.tar.bz2 951701 diff --git a/x11-libs/vte/files/digest-vte-0.14.0 b/x11-libs/vte/files/digest-vte-0.14.0 deleted file mode 100644 index beeaeb1dbbe9..000000000000 --- a/x11-libs/vte/files/digest-vte-0.14.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 42c6929f2072f1373cf37942896bb332 vte-0.14.0.tar.bz2 1010026 -RMD160 6193b01fcd1193a3ff64fea45c8294ca95747926 vte-0.14.0.tar.bz2 1010026 -SHA256 b807803603b3b0c8b57ffba4bd6c6bc4060ffcc3393571829427c1442c6bccf9 vte-0.14.0.tar.bz2 1010026 diff --git a/x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch b/x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch deleted file mode 100644 index bbf32eb71837..000000000000 --- a/x11-libs/vte/files/vte-0.11.16-pkgconfig_libs_fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -=================================================================== -RCS file: /cvs/gnome/vte/vte.pc.in,v -retrieving revision 1.11 -retrieving revision 1.12 -diff -u -r1.11 -r1.12 ---- vte.pc.in 2005/12/12 18:46:15 1.11 -+++ vte.pc.in 2005/12/31 11:27:56 1.12 -@@ -8,7 +8,6 @@ - Name: vte - Description: Vte terminal widget. - Version: @VERSION@ --Requires.private: @NEEDEDPACKAGES@ --Libs: -L${libdir} -lvte --Libs.private: @FT2_LIBS@ @OTHERLIBS@ -+Requires: @NEEDEDPACKAGES@ -+Libs: -L${libdir} -lvte @FT2_LIBS@ @OTHERLIBS@ - Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@ diff --git a/x11-libs/vte/files/vte-0.11.18-line-scroll.patch b/x11-libs/vte/files/vte-0.11.18-line-scroll.patch deleted file mode 100644 index de2e7dfe56c9..000000000000 --- a/x11-libs/vte/files/vte-0.11.18-line-scroll.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- vte.c.ORG 2004-03-06 10:28:09.000000000 -0800 -+++ vte.c 2004-03-06 10:44:23.000000000 -0800 -@@ -1917,4 +1917,31 @@ - } - -+/* Scroll up or down in the current screen. */ -+static void -+vte_terminal_scroll_lines(VteTerminal *terminal, gint lines) -+{ -+ glong destination; -+ g_return_if_fail(VTE_IS_TERMINAL(terminal)); -+#ifdef VTE_DEBUG -+ if (_vte_debug_on(VTE_DEBUG_IO)) { -+ fprintf(stderr, "Scrolling %d lines.\n", lines); -+ } -+#endif -+ /* Calculate the ideal position where we want to be before clamping. */ -+ destination = floor(gtk_adjustment_get_value(terminal->adjustment)); -+ destination += lines; -+ /* Can't scroll past data we have. */ -+ destination = CLAMP(destination, -+ terminal->adjustment->lower, -+ terminal->adjustment->upper - terminal->row_count); -+ /* Tell the scrollbar to adjust itself. */ -+ gtk_adjustment_set_value(terminal->adjustment, destination); -+ /* Clear dingus match set. */ -+ _vte_terminal_match_contents_clear(terminal); -+ /* Notify viewers that the contents have changed. */ -+ _vte_terminal_emit_contents_changed(terminal); -+} -+ -+ - /* Scroll so that the scroll delta is the minimum value. */ - static void -@@ -8038,4 +8065,22 @@ - } - break; -+ case GDK_KP_Up: -+ case GDK_Up: -+ if (terminal->pvt->modifiers & GDK_SHIFT_MASK) { -+ vte_terminal_scroll_lines(terminal, -1); -+ scrolled = TRUE; -+ handled = TRUE; -+ suppress_meta_esc = TRUE; -+ } -+ break; -+ case GDK_KP_Down: -+ case GDK_Down: -+ if (terminal->pvt->modifiers & GDK_SHIFT_MASK) { -+ vte_terminal_scroll_lines(terminal, 1); -+ scrolled = TRUE; -+ handled = TRUE; -+ suppress_meta_esc = TRUE; -+ } -+ break; - case GDK_KP_Home: - case GDK_Home: |