[Pkg-citadel-commit] r4 - citadel/trunk/debian webcit/trunk/debian

dothebart-guest at alioth.debian.org dothebart-guest at alioth.debian.org
Sat Mar 1 15:49:15 UTC 2008


Author: dothebart-guest
Date: 2008-03-01 15:49:14 +0000 (Sat, 01 Mar 2008)
New Revision: 4

Modified:
   citadel/trunk/debian/control
   webcit/trunk/debian/citadel-webcit.postinst
   webcit/trunk/debian/control
Log:
* recommend shared mime info in the packages that can make use of it
* suggest gnome-icon-theme and symlink its 24x24 icons into /usr/share/citadel-webcit/static/icons so webcit can display them for files with mime extensions.


Modified: citadel/trunk/debian/control
===================================================================
--- citadel/trunk/debian/control	2008-02-28 12:43:16 UTC (rev 3)
+++ citadel/trunk/debian/control	2008-03-01 15:49:14 UTC (rev 4)
@@ -11,7 +11,7 @@
 Package: citadel-server
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common, openssl
-Recommends: db4.4-util | db4.3-util
+Recommends: db4.4-util | db4.3-util, shared-mime-info
 Suggests: postfix | exim | citadel-mta | mail-transport-agent
 Conflicts: pop3-server, imap-server
 Provides: pop3-server, imap-server
@@ -160,6 +160,7 @@
 
 Package: citadel-client
 Architecture: any
+Recommends: shared-mime-info
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, citadel-common
 Description: complete and feature-rich groupware server (command line client)
  This is package contains the command line client for Citadel, a complete and

Modified: webcit/trunk/debian/citadel-webcit.postinst
===================================================================
--- webcit/trunk/debian/citadel-webcit.postinst	2008-02-28 12:43:16 UTC (rev 3)
+++ webcit/trunk/debian/citadel-webcit.postinst	2008-03-01 15:49:14 UTC (rev 4)
@@ -16,7 +16,8 @@
 
 	db_get citadel/WebcitApacheIntegration &&WWWTYPE="$RET"
 	db_stop
-
+# Hack: make webcit use gnome icons. roll your own if wanted.
+	ln -s /usr/share/icons/gnome/24x24/mimetypes  /usr/share/citadel-webcit/static/icons
 	#DEBHELPER#
 	
 # update the webserver, if needed

Modified: webcit/trunk/debian/control
===================================================================
--- webcit/trunk/debian/control	2008-02-28 12:43:16 UTC (rev 3)
+++ webcit/trunk/debian/control	2008-03-01 15:49:14 UTC (rev 4)
@@ -10,7 +10,8 @@
 Package: citadel-webcit
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, tinymce, citadel-common, openssl, locales
-Suggests: citadel-server, apache2 | apache, localepurge
+Suggests: citadel-server, apache2 | apache, localepurge, gnome-icon-theme
+Recommends: shared-mime-info
 Description: web-based frontend to Citadel groupware server
  WebCit is a web-based, AJAX-enabled frontend to the Citadel groupware system.
  It is an attractive web middleware layer that allows user-friendly access.




More information about the Pkg-citadel-commit mailing list