From: Wilfried Göesgens Date: Sat, 1 Mar 2008 14:50:10 +0000 (+0000) Subject: * hack gnome iconsets in. X-Git-Tag: v7.86~2450 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4a1dab80bfe81ae064bd410f811f76ae0ebc78fb;p=citadel.git * hack gnome iconsets in. --- diff --git a/webcit/debian/citadel-webcit.postinst b/webcit/debian/citadel-webcit.postinst index eb80f3a85..1a53cf8a0 100644 --- a/webcit/debian/citadel-webcit.postinst +++ b/webcit/debian/citadel-webcit.postinst @@ -16,7 +16,8 @@ case "$1" in 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 diff --git a/webcit/debian/control b/webcit/debian/control index a8ea59790..5ea99c2f9 100644 --- a/webcit/debian/control +++ b/webcit/debian/control @@ -9,7 +9,8 @@ Standards-Version: 3.7.2 Package: citadel-webcit Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, tinymce, citadel-common, openssl, locales -Suggests: citadel-server, apache2 | apache, localepurge, shared-mime-info +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.