]> git.pld-linux.org Git - packages/xchat.git/commitdiff
- adjusted to 2.6.0
authorMichal Chruszcz <mchruszcz@gmail.com>
Tue, 8 Nov 2005 13:41:01 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchat-domains.patch -> 1.3
    xchat-locale_names.patch -> 1.7

xchat-domains.patch
xchat-locale_names.patch

index c8b9e95e40a07884a1b117872955df5f3e6a40e0..4d0daa1fee0191c1860eadd7ebaa93c78542e8a6 100644 (file)
@@ -1,11 +1,10 @@
---- xchat-2.4.5/src/common/url.c~      2005-09-11 09:46:48.038559736 +0200
-+++ xchat-2.4.5/src/common/url.c       2005-09-11 09:50:10.169831112 +0200
-@@ -240,6 +240,8 @@
-                       return WORD_HOST;
-               if (CMPL (pre, '.','c','o','m'))
-                       return WORD_HOST;
-+              if (CMPL (pre, '.','b','i','z'))
-+                      return WORD_HOST;
-               if (CMPL (pre, '.','e','d','u'))
-                       return WORD_HOST;
+--- xchat-2.6.0/src/common/url.c~      2005-11-07 14:34:00.810809152 +0100
++++ xchat-2.6.0/src/common/url.c       2005-11-07 14:35:17.607134336 +0100
+@@ -150,6 +150,7 @@
+               { D(".html") },
+               { D(".info") },
+               { D(".name") },
++              { D(".biz") },
+       };
+ #undef D
+       const char *at, *dot;
index 3a625ac00ef00cda668510981b5db41905d3a623..20a01927929645531b0146b332adfd6a750fee18 100644 (file)
@@ -1,12 +1,11 @@
-diff -urN xchat-2.4.2.orig/configure.in xchat-2.4.2/configure.in
---- xchat-2.4.2.orig/configure.in      2004-11-21 23:50:42.000000000 +0100
-+++ xchat-2.4.2/configure.in   2004-11-21 23:52:46.494380472 +0100
+--- xchat-2.6.0/configure.in~  2005-11-03 05:50:18.000000000 +0100
++++ xchat-2.6.0/configure.in   2005-11-08 14:34:39.748068816 +0100
 @@ -10,7 +10,7 @@
  AM_DISABLE_STATIC
  AM_PROG_LIBTOOL
  
--ALL_LINGUAS="am az bg ca cs de el en_GB es et eu fi fr hi it ja ko lt lv mk ms nb nl no pa pt pt_BR ru sk sl sq sr sv uk vi wa zh_CN zh_TW"
-+ALL_LINGUAS="am az bg ca cs de el en_GB es et eu fi fr hi it ja ko lt lv mk ms nb nl pa pl pt ru sk sl sq sr sv uk wa zh_CN zh_TW"
+-ALL_LINGUAS="nl zh_TW"
++ALL_LINGUAS="nl pl zh_TW"
  AM_GNU_GETTEXT
  
  dnl displaced from acconfig.h
This page took 0.142732 seconds and 4 git commands to generate.