packages: kadu/kadu.spec - adjusted more modules - don't enable pofiles mod...

lisu lisu at pld-linux.org
Mon Sep 12 23:43:38 CEST 2011


Author: lisu                         Date: Mon Sep 12 21:43:38 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adjusted more modules
- don't enable pofiles module by default

---- Files affected:
packages/kadu:
   kadu.spec (1.296 -> 1.297) 

---- Diffs:

================================================================
Index: packages/kadu/kadu.spec
diff -u packages/kadu/kadu.spec:1.296 packages/kadu/kadu.spec:1.297
--- packages/kadu/kadu.spec:1.296	Mon Sep 12 23:34:25 2011
+++ packages/kadu/kadu.spec	Mon Sep 12 23:43:33 2011
@@ -55,7 +55,7 @@
 %bcond_with	panelkadu		# without panelkadu module support
 %bcond_with	parser_extender		# without parser_extender extensions
 %bcond_with	powerkadu		# without PowerKadu extensions
-%bcond_without	profiles		# without profiles module support
+%bcond_with	profiles		# without profiles module support
 %bcond_without	screenshot		# without screenshot module support
 %bcond_with	senthistory		# without senthistory module support
 %bcond_without	single_window		# without single_window module support
@@ -1401,11 +1401,7 @@
 %else
 %{__sed} -i 's/module_window_notify=m/module_window_notify=n/' .config
 %endif
-%if %{with notify_speech}
-%{__sed} -i 's/module_speech=n/module_speech=m/' .config
-%else
-%{__sed} -i 's/module_speech=m/module_speech=n/' .config
-%endif
+%{!?with_notify_speech:%{__sed} -i 's/\tspeech$/\t#speech/' Plugins.cmake}
 %if %{with notify_water}
 %{__sed} -i 's/module_water_notify=n/module_water_notify=m/' .config
 %else
@@ -1441,11 +1437,7 @@
 %else
 %{__sed} -i 's/module_profiles=m/module_profiles=n/' .config
 %endif
-%if %{with screenshot}
-%{__sed} -i 's/module_screenshot=n/module_screenshot=m/' .config
-%else
-%{__sed} -i 's/module_screenshot=m/module_screenshot=n/' .config
-%endif
+%{!?with_screenshot:%{__sed} -i 's/\tscreenshot$/\t#screenshot/' Plugins.cmake}
 %if %{with senthistory}
 %{__sed} -i 's/module_senthistory=n/module_senthistory=m/' .config
 %else
@@ -2153,19 +2145,19 @@
 %lang(pl) %{modules_data_dir}/translations/qt4_docking_notify_pl.qm
 %endif
 
-%if 0
 %if %{with notify_speech}
 %files module-notify-speech
 %defattr(644,root,root,755)
 %{modules_data_dir}/speech.desc
 %{modules_data_dir}/configuration/speech.ui
 %attr(755,root,root) %{modules_lib_dir}/libspeech.so
+%lang(cs) %{modules_data_dir}/translations/speech_cs.qm
 %lang(de) %{modules_data_dir}/translations/speech_de.qm
-%lang(fr) %{modules_data_dir}/translations/speech_fr.qm
 %lang(it) %{modules_data_dir}/translations/speech_it.qm
 %lang(pl) %{modules_data_dir}/translations/speech_pl.qm
 %endif
 
+%if 0
 %if %{with notify_water}
 %files module-notify-water
 %defattr(644,root,root,755)
@@ -2246,6 +2238,7 @@
 %lang(en) %{modules_data_dir}/translations/senthistory_en.qm
 %lang(pl) %{modules_data_dir}/translations/senthistory_pl.qm
 %endif
+%endif
 
 %if %{with screenshot}
 %files module-screenshot
@@ -2253,14 +2246,11 @@
 %{modules_data_dir}/screenshot.desc
 %{modules_data_dir}/configuration/screenshot.ui
 %attr(755,root,root) %{modules_lib_dir}/libscreenshot.so
-%lang(de) %{modules_data_dir}/translations/screenshot_de.qm
-%lang(fr) %{modules_data_dir}/translations/screenshot_fr.qm
-%lang(it) %{modules_data_dir}/translations/screenshot_it.qm
+%lang(cd) %{modules_data_dir}/translations/screenshot_de.qm
 %lang(pl) %{modules_data_dir}/translations/screenshot_pl.qm
-#%dir %{modules_data_dir}/data/screenshot
-#%{modules_data_dir}/data/screenshot/*.png
 %endif
 
+%if 0
 %if %{with sms_plus_pl}
 %files module-sms-plus_pl
 %defattr(644,root,root,755)
@@ -2440,6 +2430,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.297  2011/09/12 21:43:33  lisu
+- adjusted more modules
+- don't enable pofiles module by default
+
 Revision 1.296  2011/09/12 21:34:25  lisu
 - more adjusted modules
 
================================================================

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



More information about the pld-cvs-commit mailing list