gunnar: server/horde/fbview-kronolith fbview-kronolith.spec, 1.5, 1.6 prefs.php, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Fri Aug 3 09:38:10 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/fbview-kronolith
In directory doto:/tmp/cvs-serv5965/horde/fbview-kronolith

Modified Files:
	fbview-kronolith.spec prefs.php 
Log Message:
Prepared the horde packages for a first test installation.

Index: fbview-kronolith.spec
===================================================================
RCS file: /kolabrepository/server/horde/fbview-kronolith/fbview-kronolith.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fbview-kronolith.spec	2 Aug 2007 13:55:55 -0000	1.5
+++ fbview-kronolith.spec	3 Aug 2007 07:38:08 -0000	1.6
@@ -46,8 +46,8 @@
 BuildPreReq:  OpenPKG, openpkg >= 20070603
 BuildPreReq:  php, php::with_pear = yes
 PreReq:       php, php::with_pear = yes
-PreReq:	      fbview-horde >= %{V_version}
-PreReq:	      horde-framework-kolab >= %{V_version}
+PreReq:	      fbview-horde >= 3.1.4.99
+PreReq:	      horde-framework-kolab >= 3.1.4.99
 PreReq:	      PEAR-Date >= 1.4.7
 
 AutoReq:      no
@@ -73,7 +73,15 @@
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/fbview/%{V_horde_name}
 	%{l_shtool} install -d $RPM_BUILD_ROOT%{l_prefix}/etc/kolab/templates	
 
+	# Copy the dist configs into the real configuration files
 	cd %{V_horde_name}/config && for fl in *.dist;do cp $fl ${fl/.dist/};done; cd ../..
+
+	# Remove some stuff not necessary for fbview
+	cd %{V_horde_name} && rm add.php calendars.php day.php perms.php view.php    \
+                                 delete.php ics.php search.php week.php contacts.php \
+                                 imple.php  month.php  pref_api.php workweek.php     \
+                                 edit.php new.php test.php year.php attend.php       \
+                                 data.php event.php 
 
 	cp -r %{V_horde_name} $RPM_BUILD_ROOT%{l_prefix}/var/kolab/www/fbview/
 

Index: prefs.php
===================================================================
RCS file: /kolabrepository/server/horde/fbview-kronolith/prefs.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prefs.php	2 Aug 2007 10:35:19 -0000	1.1
+++ prefs.php	3 Aug 2007 07:38:08 -0000	1.2
@@ -459,3 +459,11 @@
     'shared' => false,
     'type' => 'implicit'
 );
+
+$_prefs['saved_attendee_list'] = array(
+    'value' => 'a:0:{}',
+    'locked' => false,
+    'shared' => false,
+    'type' => 'implicit',
+    'desc' => _("A saved list of attendees")
+);





More information about the commits mailing list