diff options
-rw-r--r-- | office/oooqs2/README | 1 | ||||
-rw-r--r-- | office/oooqs2/oooqs2.SlackBuild | 6 | ||||
-rw-r--r-- | office/oooqs2/oooqs2.info | 2 | ||||
-rw-r--r-- | office/oooqs2/slack-desc | 11 |
4 files changed, 14 insertions, 6 deletions
diff --git a/office/oooqs2/README b/office/oooqs2/README index a678a95384b2..d8f7eebea940 100644 --- a/office/oooqs2/README +++ b/office/oooqs2/README @@ -3,4 +3,3 @@ preload OpenOffice.org into memory to make it start faster and designed to comply in great parts with its counterpart on Windows systems that is delivered with OpenOffice.org. In addition, and that's certainly the most important part, it's finally compatible with OpenOffice.org 2. - diff --git a/office/oooqs2/oooqs2.SlackBuild b/office/oooqs2/oooqs2.SlackBuild index 2175eccd4a1c..15667fd59165 100644 --- a/office/oooqs2/oooqs2.SlackBuild +++ b/office/oooqs2/oooqs2.SlackBuild @@ -10,7 +10,7 @@ VERSION=1.0.1 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -27,14 +27,14 @@ cd $TMP || exit 1 rm -rf $PRGNAM-$VERSION tar xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1 cd $PRGNAM-$VERSION || exit 1 - chown -R root:root . chmod -R a-s,u+rw,go-w . +KDEPREF=$(kde-config --prefix) CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ - --prefix=/opt/kde \ + --prefix=$KDEPREF \ || exit 1 make || exit 1 diff --git a/office/oooqs2/oooqs2.info b/office/oooqs2/oooqs2.info index d63069da55f5..308fbefcc744 100644 --- a/office/oooqs2/oooqs2.info +++ b/office/oooqs2/oooqs2.info @@ -5,4 +5,4 @@ DOWNLOAD="http://download.berlios.de/segfaultskde/oooqs2-1.0.1.tar.gz" MD5SUM="6b5cf0d2a6497ff5210242d55e467e6f" MAINTAINER="eroc" EMAIL="eroc@linuxmail.org" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/office/oooqs2/slack-desc b/office/oooqs2/slack-desc index 66142b874a21..10d6e8309175 100644 --- a/office/oooqs2/slack-desc +++ b/office/oooqs2/slack-desc @@ -1,4 +1,12 @@ -oooqs2: oooqs2 - OpenOffice.org Quickstarter 2 +# 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------------------------------------------------------| +oooqs2: oooqs2 (OpenOffice.org Quickstarter 2) oooqs2: oooqs2: It is a small systray applet for KDE to preload OpenOffice.org into oooqs2: memory to make it start faster and designed to comply in great parts @@ -8,3 +16,4 @@ oooqs2: part, it's finally compatible with OpenOffice.org 2. oooqs2: oooqs2: oooqs2: +oooqs2: |