SPECS (DEVEL): kadu.spec - enabled building xosd module as subpackage

arvenil arvenil at pld-linux.org
Sat Jan 19 22:13:06 CET 2008


Author: arvenil                      Date: Sat Jan 19 21:13:06 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- enabled building xosd module as subpackage

---- Files affected:
SPECS:
   kadu.spec (1.97.2.87 -> 1.97.2.88) 

---- Diffs:

================================================================
Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.97.2.87 SPECS/kadu.spec:1.97.2.88
--- SPECS/kadu.spec:1.97.2.87	Sat Jan 19 21:28:14 2008
+++ SPECS/kadu.spec	Sat Jan 19 22:13:00 2008
@@ -34,6 +34,7 @@
 %bcond_with	notify_osdhints		# with osdhints_notify module
 %bcond_without	notify_pcspeaker	# without pcspeaker_notify module support
 %bcond_without	notify_speech		# without Speech synthesis support
+%bcond_without	notify_xosd		# without xosd_notify module support
 %bcond_with	powerkadu		# with PowerKadu extensions
 %bcond_without	profiles		# without profiles module support
 %bcond_without	sound_alsa		# without ALSA support
@@ -185,6 +186,7 @@
 BuildRequires:	qt-linguist
 BuildRequires:	sed >= 4.0
 %{?with_mediaplayer_xmms:BuildRequires:	xmms-devel}
+%{?with_notify_xosd:BuildRequires:	xosd-devel}
 Obsoletes:	kadu-module-imiface <= 0.4.3
 Obsoletes:	kadu-module-speech <= 0.4.3
 Obsoletes:	kadu-module-tcl_scripting <= 0.4.3
@@ -483,6 +485,18 @@
 %description module-notify-speech -l pl.UTF-8
 Moduł obsługi "Głośnego czytania" przez zewnętrzny program "powiedz".
 
+%package module-notify-xosd
+Summary:	Notification by XOSD module
+Summary(pl.UTF-8):	Moduł powiadamiania o zdarzeniach przy pomocy XOSD
+Group:		Applications/Communications
+Requires:	%{name} = %{version}-%{release}
+
+%description module-notify-xosd
+Notification by XOSD module.
+
+%description module-notify-xosd -l pl.UTF-8
+Moduł powiadamiania o zdarzeniach przy pomocy XOSD.
+
 %package module-powerkadu
 Summary:	PowerKadu extensions
 Summary(pl.UTF-8):	Rozszerzenia PowerKadu
@@ -927,6 +941,11 @@
 %else
 %{__sed} -i 's/module_speech=m/module_speech=n/' .config
 %endif
+%if %{with notify_xosd}
+%{__sed} -i 's/module_xosd_notify=n/module_xosd_notify=m/' .config
+%else
+%{__sed} -i 's/module_xosd_notify=m/module_xosd_notify=n/' .config
+%endif
 %if %{with powerkadu}
 %{__sed} -i 's/module_powerkadu=n/module_powerkadu=m/' .config
 # fix for 20070107 version
@@ -1463,6 +1482,20 @@
 %lang(pl) %{_modules_dir}/translations/speech_pl.qm
 %endif
 
+%if %{with notify_xosd}
+%files module-notify-xosd
+%defattr(644,root,root,755)
+%{_modules_dir}/xosd_notify.desc
+%{_datadir}/%{name}/modules/configuration/xosd_notify.ui
+%attr(755,root,root) %{_modules_dir}/xosd_notify.so
+%dir %{_modules_dir}/bin/xosd_notify
+%attr(755,root,root) %{_modules_dir}/bin/xosd_notify/gtkfontdialog
+%lang(de) %{_modules_dir}/translations/xosd_notify_de.qm
+%lang(fr) %{_modules_dir}/translations/xosd_notify_fr.qm
+%lang(it) %{_modules_dir}/translations/xosd_notify_it.qm
+%lang(pl) %{_modules_dir}/translations/xosd_notify_pl.qm
+%endif
+
 %if %{with powerkadu}
 %files module-powerkadu
 %defattr(644,root,root,755)
@@ -1622,6 +1655,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.97.2.88  2008-01-19 21:13:00  arvenil
+- enabled building xosd module as subpackage
+
 Revision 1.97.2.87  2008-01-19 20:28:14  arvenil
 - s#%{_libdir}/%{name}/modules#%{_modules_dir}#
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kadu.spec?r1=1.97.2.87&r2=1.97.2.88&f=u



More information about the pld-cvs-commit mailing list