From e21c73283582bb817da5feaa82d0ea6dda46c5e3 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Thu, 6 Sep 2018 21:19:13 +0200 Subject: [PATCH] Xmlmind packaging info --- ws/Xmlmind/Extra/Readme | 14 -------------- ws/Xmlmind/Extra/xmlmind.files | 14 -------------- ws/Xmlmind/Files/Extra/Readme | 8 -------- ws/Xmlmind/Files/Extra/xmlmind.files | 14 -------------- ws/Xmlmind/xmlmind_extra/Readme | 0 ws/Xmlmind/xmlmind_extra/archiveMyself.sh | 2 ++ ws/Xmlmind/xmlmind_extra/xmlmind.files | 0 7 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 ws/Xmlmind/Extra/Readme delete mode 100644 ws/Xmlmind/Extra/xmlmind.files delete mode 100644 ws/Xmlmind/Files/Extra/Readme delete mode 100644 ws/Xmlmind/Files/Extra/xmlmind.files create mode 100644 ws/Xmlmind/xmlmind_extra/Readme create mode 100755 ws/Xmlmind/xmlmind_extra/archiveMyself.sh create mode 100644 ws/Xmlmind/xmlmind_extra/xmlmind.files diff --git a/ws/Xmlmind/Extra/Readme b/ws/Xmlmind/Extra/Readme deleted file mode 100644 index aba15179b..000000000 --- a/ws/Xmlmind/Extra/Readme +++ /dev/null @@ -1,14 +0,0 @@ -New directories/ files: - -cd ~goik/GoikLectures/ws/Xmlmind/Files -tar -c --exclude='addon/config/kkabrechnung' addon|tar -x -C /usr/share/xmlmind - -# Applying patches -cd /usr/share/xmlmind -patch -p1 /ma/goik/GoikLectures/ws/Xmlmind/Patch/010_docbookCss.patch -patch -p1 < /ma/goik/GoikLectures/ws/Xmlmind/Patch/020_excludeFromSpellCheck.patch -patch -p1 < /ma/goik/GoikLectures/ws/Xmlmind/Patch/030_includeUnixImageTools.patch -patch -p1 < /ma/goik/GoikLectures/ws/Xmlmind/Patch/040_hdmBusinessIntegrityRules.patch -patch -p1 < /ma/goik/GoikLectures/ws/Xmlmind/Patch/200_memory.patch - -#end diff --git a/ws/Xmlmind/Extra/xmlmind.files b/ws/Xmlmind/Extra/xmlmind.files deleted file mode 100644 index 56e364298..000000000 --- a/ws/Xmlmind/Extra/xmlmind.files +++ /dev/null @@ -1,14 +0,0 @@ -/usr/bin/xxe -/usr/bin/createTexModifier.sh -/usr/bin/dia2svgmult -/usr/bin/fig2mpdf -/usr/bin/figspecial2pdf -/usr/bin/figspecial2png -/usr/bin/stripUnicode.sh -/usr/share/xmlmind -/usr/share/icons/hicolor/32x32/apps/xxe.png -/usr/share/icons/hicolor/64x64/apps/xxe.png -/usr/share/icons/hicolor/48x48/apps/xxe.png -/usr/share/icons/hicolor/16x16/apps/xxe.png -/usr/share/applications/xmlmind.desktop -/usr/share/pixmaps/xxe.png diff --git a/ws/Xmlmind/Files/Extra/Readme b/ws/Xmlmind/Files/Extra/Readme deleted file mode 100644 index 96163f7f4..000000000 --- a/ws/Xmlmind/Files/Extra/Readme +++ /dev/null @@ -1,8 +0,0 @@ -New directories/ files: - -cd ~goik/workspace/GoikLectures/ws/Xmlmind/Files; -tar c- addon|tar -x -C /usr/share/xmlmind/ -rm -rf addon/config/kkabrechnung - -Wrap me up: -cd /; tar --files-from=usr/share/xmlmind/Extra/xmlmind.files usr/share/xmlmind.orig -c| bzip2 -9 > /tmp/xmlmind_goik.tar.bz2 diff --git a/ws/Xmlmind/Files/Extra/xmlmind.files b/ws/Xmlmind/Files/Extra/xmlmind.files deleted file mode 100644 index 56e364298..000000000 --- a/ws/Xmlmind/Files/Extra/xmlmind.files +++ /dev/null @@ -1,14 +0,0 @@ -/usr/bin/xxe -/usr/bin/createTexModifier.sh -/usr/bin/dia2svgmult -/usr/bin/fig2mpdf -/usr/bin/figspecial2pdf -/usr/bin/figspecial2png -/usr/bin/stripUnicode.sh -/usr/share/xmlmind -/usr/share/icons/hicolor/32x32/apps/xxe.png -/usr/share/icons/hicolor/64x64/apps/xxe.png -/usr/share/icons/hicolor/48x48/apps/xxe.png -/usr/share/icons/hicolor/16x16/apps/xxe.png -/usr/share/applications/xmlmind.desktop -/usr/share/pixmaps/xxe.png diff --git a/ws/Xmlmind/xmlmind_extra/Readme b/ws/Xmlmind/xmlmind_extra/Readme new file mode 100644 index 000000000..e69de29bb diff --git a/ws/Xmlmind/xmlmind_extra/archiveMyself.sh b/ws/Xmlmind/xmlmind_extra/archiveMyself.sh new file mode 100755 index 000000000..e4694651e --- /dev/null +++ b/ws/Xmlmind/xmlmind_extra/archiveMyself.sh @@ -0,0 +1,2 @@ +cd /; tar --files-from=usr/share/xmlmind_extra/xmlmind.files -c| bzip2 -9 > /tmp/xmlmind.tar.bz2 + diff --git a/ws/Xmlmind/xmlmind_extra/xmlmind.files b/ws/Xmlmind/xmlmind_extra/xmlmind.files new file mode 100644 index 000000000..e69de29bb -- GitLab