summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:09:07 +0200
committer Heinz Wiesinger2010-05-13 00:09:07 +0200
commit73c7293a7f1f184f8b77b7da8c7764f9a9cac21e (patch)
tree14ef6ecadd6987c79aee20b40757a05dfdc76c2f /office
parent3eea79fd0d7b84877ccba172ddf939de95441792 (diff)
downloadslackbuilds-73c7293a7f1f184f8b77b7da8c7764f9a9cac21e.tar.gz
office/kdissert: Removed from 13.0 repository
Diffstat (limited to 'office')
-rw-r--r--office/kdissert/README24
-rw-r--r--office/kdissert/kdissert.SlackBuild69
-rw-r--r--office/kdissert/kdissert.info8
-rw-r--r--office/kdissert/slack-desc19
4 files changed, 0 insertions, 120 deletions
diff --git a/office/kdissert/README b/office/kdissert/README
deleted file mode 100644
index 8104bb800e..0000000000
--- a/office/kdissert/README
+++ /dev/null
@@ -1,24 +0,0 @@
-Kdissert
-
-Kdissert is a mindmapping-like tool to help students to produce complicated
-documents very quickly and efficiently : presentations, dissertations,
-thesis, reports. While targetted mostly at students, Kdissert can also help
-teachers, decision maker, engineers and businessmen.
-
-Though this application shares some similarities with general-purpose
-mindmapping tools like Freemind or Vym, the very first goal of Kdissert is
-to create general-purpose documents, not mind-maps.
-
-The goal of Kdissert is to help to structure ideas and concepts. Ideas are
-first layed down on a canvas and then associated into a tree. The tree is there
-to help to see how the ideas interact, and then to develop them further (by
-adding ramifications).
-
-An idea is represented by a shape which contains several a summary (visible
-part), several text fields, and optional pictures and url links.
-
-A kdissert mind-map can be used to generate documents, or to create pictures.
-The current generators are pdf documents (based on LaTeX : article, book),
-pdf presentations (based on LaTeX : Beamer, Prosper), text processing
-files (OpenOffice.org Writer), plain text and internet documents (html).
-
diff --git a/office/kdissert/kdissert.SlackBuild b/office/kdissert/kdissert.SlackBuild
deleted file mode 100644
index d96c5b1e88..0000000000
--- a/office/kdissert/kdissert.SlackBuild
+++ /dev/null
@@ -1,69 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for: kdissert
-# Written by: Michiel van Wessem (BP{k}) <michiel@slackbuilds.org>
-
-set -e
-
-PRGNAM=kdissert
-VERSION=1.0.7
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-DOCFILES="AUTHORS COPYING INSTALL README ROADMAP"
-
-# Reset the WAF build System dir to something more saner.
-WAF_HOME=$TMP/$PRGNAM-$VERSION/waf-build
-export WAF_HOME
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $TMP/$PRGNAM-$VERSION
-tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-KDEPREF=$(kde-config --prefix)
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./waf configure \
- --prefix=$KDEPREF \
- --destdir=$PKG
-
-./waf build
-./waf install --destdir=$PKG
-
-# Clean up the WAF_HOME variable now we don't need it.
-unset WAF_HOME
-
-( cd $PKG
-find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-# Rewrite the kdissert dekstop file so kdissert is placed in Office
-sed -i '#Categories=QT;KDE;Utility;X-KDE-More#Categories=QT;KDE;Office;#' $PKG/usr/share/applications/kde/$PRGNAM.desktop
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
-
-mkdir $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/office/kdissert/kdissert.info b/office/kdissert/kdissert.info
deleted file mode 100644
index 56643effee..0000000000
--- a/office/kdissert/kdissert.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="kdissert"
-VERSION="1.0.7"
-HOMEPAGE="freehackers.org/~tnagy/kdissert/"
-DOWNLOAD="http://freehackers.org/~tnagy/kdissert/kdissert-1.0.7.tar.bz2"
-MD5SUM="88ad0d4f67bded1aac307434564215fc"
-MAINTAINER="Michiel van Wessem"
-EMAIL="michiel.van.wessem@gmail.com"
-APPROVED="rworkman,BP{k}"
diff --git a/office/kdissert/slack-desc b/office/kdissert/slack-desc
deleted file mode 100644
index e3253ad18b..0000000000
--- a/office/kdissert/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-kdissert: kdissert (mindmapping-like tool)
-kdissert:
-kdissert: kdissert is a mindmapping-like tool to help to produce complicated
-kdissert: documents very quickly and efficiently : presentations, disserations
-kdissert: dissertations, thesis, reports.The concept: mindmaps produced are
-kdissert: processed to output near-ready-to-use documents. While targetted
-kdissert: mostly at students, kdissert can also help teachers, decision maker,
-kdissert: engineers and businessmen.
-kdissert:
-kdissert: homepage: freehackers.org/~tnagy/kdissert/
-kdissert: