packages: kadu/kadu.spec - new module: chat_notify

lisu lisu at pld-linux.org
Tue Sep 13 01:40:22 CEST 2011


Author: lisu                         Date: Mon Sep 12 23:40:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new module: chat_notify

---- Files affected:
packages/kadu:
   kadu.spec (1.313 -> 1.314) 

---- Diffs:

================================================================
Index: packages/kadu/kadu.spec
diff -u packages/kadu/kadu.spec:1.313 packages/kadu/kadu.spec:1.314
--- packages/kadu/kadu.spec:1.313	Tue Sep 13 01:27:43 2011
+++ packages/kadu/kadu.spec	Tue Sep 13 01:40:16 2011
@@ -46,6 +46,7 @@
 %bcond_with	notify_led		# without led_notify module support
 %bcond_with	notify_mx610		# without mc610_notify module support
 %bcond_with	notify_osdhints		# without osdhints_notify module
+%bcond_without	notify_chat	        # without chat_notify module support
 %bcond_without	notify_pcspeaker	# without pcspeaker_notify module support
 %bcond_without	notify_qt4_docking	# without qt4_docking_notify module support
 %bcond_without	notify_speech		# without Speech synthesis support
@@ -754,6 +755,19 @@
 %description module-notify-osdhints -l pl.UTF-8
 Powiadamianie o zdarzeniach przy pomocy dymków typu OSD.
 
+%package module-notify-chat
+Summary:	Notifications in chat windows
+Summary(pl.UTF-8):	Powiadomienia w oknach rozmowy
+Group:		Applications/Communications
+Requires:	%{name} = %{version}-%{release}
+
+%description module-notify-chat
+Notifications about buddies presence and other in chat windows.
+
+%description module-notify-chat -l pl.UTF-8
+Powiadomienia o aktywności znajomych i innych zdarzeniach w oknach
+rozmowy.
+
 %package module-notify-pcspeaker
 Summary:	Notification by PC Speaker
 Summary(pl.UTF-8):	Powiadamianie o zdarzeniach przy pomocy PC Speakera
@@ -1388,6 +1402,7 @@
 %else
 %{__sed} -i 's/module_osd_hints=m/module_osd_hints=n/' .config
 %endif
+%{!?with_notify_chat:%{__sed} -i 's/\tchat_notify$/\t#chat_notify/' Plugins.cmake}
 %{!?with_notify_pcspeaker:%{__sed} -i 's/\tpcspeaker$/\t#pcspeaker/' Plugins.cmake}
 %{!?with_notify_qt4_docking:%{__sed} -i 's/\tqt4_docking_notify$/\t#qt4_docking_notify/' Plugins.cmake}
 %if %{with notify_window}
@@ -2074,6 +2089,15 @@
 %endif
 %endif
 
+%if %{with notify_chat}
+%files module-notify-chat
+%defattr(644,root,root,755)
+%{modules_data_dir}/chat_notify.desc
+%attr(755,root,root) %{modules_lib_dir}/libchat_notify.so
+%lang(de) %{modules_data_dir}/translations/chat_notify_de.qm
+%lang(pl) %{modules_data_dir}/translations/chat_notify_pl.qm
+%endif
+
 %if %{with notify_pcspeaker}
 %files module-notify-pcspeaker
 %defattr(644,root,root,755)
@@ -2385,6 +2409,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.314  2011/09/12 23:40:16  lisu
+- new module: chat_notify
+
 Revision 1.313  2011/09/12 23:27:43  lisu
 - do not package docs in datadir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kadu/kadu.spec?r1=1.313&r2=1.314&f=u



More information about the pld-cvs-commit mailing list