install -m 0755 auf-reflets-tse $(DESTDIR)/usr/bin/
install -m 0644 auf-reflets-tse.desktop $(DESTDIR)/usr/share/applications/
install -m 0644 auf-reflets-tse.png $(DESTDIR)/usr/share/pixmaps/
- install -m 0755 auf-reflets-config-openoffice $(DESTDIR)/usr/bin/
install -m 0644 auf-reflets-tse.oxt $(DESTDIR)/usr/lib/openoffice/share/extension/install/
clean:
+++ /dev/null
-#! /bin/sh
-# Script auf-reflets-config-openoffice de configuration de OpenOffice
-# Copyright © 2008 Agence universitaire de la Francophonie
-# Autheur : Progfou <jean-christophe.andre@auf.org>
-# Date de création : octobre 2008
-
-EXTENSION="auf-reflets-tse.oxt"
-
-OOODIR="/usr/lib/openoffice"
-UNOPKG="$OOODIR/program/unopkg"
-EXTDIR="$OOODIR/share/extension/install"
-
-"$UNOPKG" add "$EXTDIR/$EXTENSION" \
- "-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1"
-
-"$UNOPKG" remove "$EXTENSION" \
- "-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1"
-
-"$UNOPKG" list > /dev/null 2>&1
-
-exit 0
#! /bin/sh
# Script auf-reflets-tse de lancement de connexion Reflets-TSE (Coda)
-# Copyright © 2007-2008 Agence universitaire de la Francophonie
+# Copyright © 2007-2009 Agence universitaire de la Francophonie
# Autheur : Progfou <jean-christophe.andre@auf.org>
# Date de création : juillet 2007
+auf-poste-client-reflets (1.8) jaunty; urgency=low
+
+ * Réactivation de l'extension "auf-reflets-tse.oxt" pour OpenOffice.org.
+
+ -- Progfou <jean-christophe.andre@auf.org> Thu, 16 Jul 2009 00:55:20 +0700
+
auf-poste-client-reflets (1.7) hardy; urgency=low
* Bogue sur le test d'existence d'une ancienne licence.
Depends: rdesktop, openoffice.org-common
Recommends: zenity, cups-pdf, openoffice.org-calc
Provides: auf-reflets-tse
-Replaces: auf-reflets-tse (<< 1.3)
-Conflicts: auf-reflets-tse (<< 1.3)
+Replaces: auf-reflets-tse
+Conflicts: auf-reflets-tse
Description: configuration d'un environnement conforme au projet Reflets
Ce paquet fournit une application "auf-reflets-tse" qui lance une
connexion TSE pour utiliser CODA (reflets-tse.auf), ainsi qu'une extension
--- /dev/null
+usr/bin
+usr/share/applications
+usr/share/pixmaps
+usr/lib/openoffice/share/extension/install
--- /dev/null
+auf-poste-client-reflets source: maintainer-not-full-name Progfou
+auf-poste-client-reflets: maintainer-not-full-name Progfou
#!/bin/sh
-exit 0
-
set -e
add_extension() {
INSTDIR=`mktemp -d`
/usr/lib/openoffice/program/unopkg add --shared $1 \
"-env:UserInstallation=file:///$INSTDIR" \
- '-env:UNO_JAVA_JFW_INSTALL_DATA=$ORIGIN/../share/config/javasettingsunopkginstall.xml' \
+ '-env:UNO_JAVA_JFW_INSTALL_DATA=$OOO_BASE_DIR/share/config/javasettingsunopkginstall.xml' \
"-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1"
if [ -n $INSTDIR ]; then rm -rf $INSTDIR; fi
echo " done."
#!/bin/sh
-exit 0
-
set -e
flush_unopkg_cache() {
INSTDIR=`mktemp -d`
/usr/lib/openoffice/program/unopkg remove --shared $1 \
"-env:UserInstallation=file://$INSTDIR" \
- '-env:UNO_JAVA_JFW_INSTALL_DATA=$ORIGIN/../share/config/javasettingsunopkginstall.xml' \
+ '-env:UNO_JAVA_JFW_INSTALL_DATA=$OOO_BASE_DIR/share/config/javasettingsunopkginstall.xml' \
"-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1"
if [ -n $INSTDIR ]; then rm -rf $INSTDIR; fi
echo " done."
#!/bin/sh
-exit 0
-
set -e
flush_unopkg_cache() {
INSTDIR=`mktemp -d`
/usr/lib/openoffice/program/unopkg remove --shared $1 \
"-env:UserInstallation=file://$INSTDIR" \
- '-env:UNO_JAVA_JFW_INSTALL_DATA=$ORIGIN/../share/config/javasettingsunopkginstall.xml' \
+ '-env:UNO_JAVA_JFW_INSTALL_DATA=$OOO_BASE_DIR/share/config/javasettingsunopkginstall.xml' \
"-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1"
if [ -n $INSTDIR ]; then rm -rf $INSTDIR; fi
echo " done."