packages: icedove/icedove.spec - added bconf for lightning

paszczus paszczus at pld-linux.org
Tue Jan 5 08:49:02 CET 2010


Author: paszczus                     Date: Tue Jan  5 07:49:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added bconf for lightning

---- Files affected:
packages/icedove:
   icedove.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: packages/icedove/icedove.spec
diff -u packages/icedove/icedove.spec:1.48 packages/icedove/icedove.spec:1.49
--- packages/icedove/icedove.spec:1.48	Tue Jan  5 08:09:17 2010
+++ packages/icedove/icedove.spec	Tue Jan  5 08:48:57 2010
@@ -13,6 +13,7 @@
 %bcond_without	gnomevfs	# disable GNOME comp. (gconf+libgnome+gnomevfs) and gnomevfs ext.
 %bcond_without	gnome		# disable all GNOME components (gnome+gnomeui+gnomevfs)
 %bcond_without	ldap		# disable e-mail address lookups in LDAP directories
+%bcond_without  lightning   # disable sunbird calendar
 #
 %if %{without gnome}
 %undefine	with_gnomeui
@@ -97,7 +98,7 @@
 Group:		Applications/Networking
 URL:		http://enigmail.mozdev.org/
 Requires:	%{name} = %{version}-%{release}
-Requires:   gnupg
+Requires:	gnupg
 Obsoletes:	mozilla-thunderbird-addon-enigmail
 
 %description addon-enigmail
@@ -205,7 +206,11 @@
 ac_add_options --enable-ldap
 ac_add_options --enable-postscript
 ac_add_options --enable-startup-notification
+%if %{with lightning}
 ac_add_options --enable-calendar
+%else
+ac_add_options --disable-calendar
+%endif
 ac_add_options --disable-installer
 ac_add_options --disable-jsd
 ac_add_options --disable-xprint
@@ -242,17 +247,17 @@
 EOF
 
 %{__make} -j1 -f client.mk build \
-    STRIP="/bin/true" \
-    CC="%{__cc}" \
+	STRIP="/bin/true" \
+	CC="%{__cc}" \
 	CXX="%{__cxx}"
 
 %if %{with enigmail}
 cd mailnews/extensions/enigmail
-./makemake -r 
+./makemake -r
 %{__make} -C ../../../obj-%{_target_cpu}/mailnews/extensions/enigmail \
-    STRIP="/bin/true" \
-    CC="%{__cc}" \
-    CXX="%{__cxx}"
+	STRIP="/bin/true" \
+	CC="%{__cc}" \
+	CXX="%{__cxx}"
 %endif
 
 %install
@@ -395,6 +400,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2010/01/05 07:48:57  paszczus
+- added bconf for lightning
+
 Revision 1.48  2010/01/05 07:09:17  paszczus
 - added R: gnupg to -addons-enigmail
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icedove/icedove.spec?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list