]> git.pld-linux.org Git - packages/tkabber.git/commitdiff
- rel 3; treat regular messages as chats; less messy, less windows etc auto/th/tkabber-0.11.2-1.20130614.3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 15 Jun 2013 06:50:32 +0000 (08:50 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 15 Jun 2013 06:50:32 +0000 (08:50 +0200)
tkabber-chat-by-default.patch [new file with mode: 0644]
tkabber.spec

diff --git a/tkabber-chat-by-default.patch b/tkabber-chat-by-default.patch
new file mode 100644 (file)
index 0000000..67b247b
--- /dev/null
@@ -0,0 +1,11 @@
+--- tkabber/tclxmpp/xmpp/xmpp.tcl~     2011-12-14 21:42:06.000000000 +0100
++++ tkabber/tclxmpp/xmpp/xmpp.tcl      2013-06-15 08:48:42.829876795 +0200
+@@ -1258,7 +1258,7 @@
+     xml::split $xmlElement tag xmlns attrs cdata subels
+     set from   ""
+-    set type   ""
++    set type   "chat"
+     set x      {}
+     set params {}
+     set xparam {}
index 3807d5dbd3c842cc03322896763aa96a1d7506e0..c5fad98220710daab89210889c0615c6882cecc3 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Tk Jabber client
 Summary(pl.UTF-8):     Klient Jabbera oparty o Tk
 Name:          tkabber
 Version:       0.11.2
-Release:       1.%{snap}.2
+Release:       1.%{snap}.3
 License:       GPL
 Group:         Applications/Communications
 # Source0:     http://files.jabber.ru/tkabber/%{name}-%{version}.tar.gz
@@ -16,6 +16,7 @@ Source0:      %{name}-%{snap}.tar.bz2
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-privacy.patch
+Patch1:                %{name}-chat-by-default.patch
 URL:           http://tkabber.jabber.ru/
 BuildRequires: sed >= 4.0
 Requires:      tcl >= 8.3.4-7
@@ -66,6 +67,7 @@ Do pełnej funkcjonalności mogą być potrzebne dodatkowe pakiety:
 %prep
 %setup -q -n %{name}
 %{?with_privacy:%patch0 -p1}
+%patch1 -p1
 
 sed -i -e 's#ifaceck##g' Makefile
 
This page took 0.137204 seconds and 4 git commands to generate.