packages: kadu/kadu.spec - new module gg_avatars

cactus cactus at pld-linux.org
Sun May 10 13:05:14 CEST 2009


Author: cactus                       Date: Sun May 10 11:05:14 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new module gg_avatars

---- Files affected:
packages/kadu:
   kadu.spec (1.211 -> 1.212) 

---- Diffs:

================================================================
Index: packages/kadu/kadu.spec
diff -u packages/kadu/kadu.spec:1.211 packages/kadu/kadu.spec:1.212
--- packages/kadu/kadu.spec:1.211	Sat May  9 14:08:18 2009
+++ packages/kadu/kadu.spec	Sun May 10 13:05:08 2009
@@ -23,6 +23,7 @@
 %bcond_without	filedesc		# without filedesc module support
 %bcond_without	filtering		# without filtering module support
 %bcond_without	firewall		# without firewall module support
+%bcond_without	gg_avatars		# without gg_avatars module support
 %bcond_without	globalhotkeys		# without globalhotkeys module support
 %bcond_with	last_seen		# without last_seen module support
 %bcond_with	mail			# without mail module support
@@ -453,6 +454,18 @@
 %description module-firewall -l pl.UTF-8
 Moduł blokuje nieznane osoby, chcące zacząć rozmowę.
 
+%package module-gg_avatars
+Summary:	Adds gadu avatars support to Kadu
+Summary(pl.UTF-8):	Moduł dodający do Kadu obsługę avatarów gg
+Group:		Applications/Communications
+Requires:	%{name} = %{version}-%{release}
+
+%description module-gg_avatars
+Adds global hotkeys support to Kadu.
+
+%description module-gg_avatars -l pl.UTF-8
+Moduł dodający do Kadu obsługę awatarów gg.
+
 %package module-globalhotkeys
 Summary:	Adds global hotkeys support to Kadu
 Summary(pl.UTF-8):	Moduł dodający do Kadu obsługę skrótów globalnych
@@ -1229,6 +1242,11 @@
 %else
 %{__sed} -i 's/module_firewall=m/module_firewall=n/' .config
 %endif
+%if %{with gg_avatars}
+%{__sed} -i 's/module_gg_avatars=n/module_gg_avatars=m/' .config
+%else
+%{__sed} -i 's/module_gg_avatars=m/module_gg_avatars=n/' .config
+%endif
 %if %{with globalhotkeys}
 %{__sed} -i 's/module_globalhotkeys=n/module_globalhotkeys=m/' .config
 %else
@@ -1754,6 +1772,14 @@
 %lang(pl) %{modules_data_dir}/translations/firewall_pl.qm
 %endif
 
+%if %{with gg_avatars}
+%files module-gg_avatars
+%defattr(644,root,root,755)
+%{modules_data_dir}/gg_avatars.desc
+%attr(755,root,root) %{modules_lib_dir}/libgg_avatars.so
+%lang(pl) %{modules_data_dir}/translations/gg_avatars_pl.qm
+%endif
+
 %if %{with globalhotkeys}
 %files module-globalhotkeys
 %defattr(644,root,root,755)
@@ -2153,6 +2179,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.212  2009/05/10 11:05:08  cactus
+- new module gg_avatars
+
 Revision 1.211  2009/05/09 12:08:18  cactus
 - new module - idle
 
================================================================

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



More information about the pld-cvs-commit mailing list