mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/openproj: Removed (abandoned upstream)
From: Chris Abela <kristofru@gmail.com> To: "SlackBuilds.org Users List" <slackbuilds-users@slackbuilds.org> Subject: [Slackbuilds-users] Termination notice for maintenance for openproj - Use ProjectLibre instead Date: Wed, 24 Jul 2013 20:39:26 +0200 I am not maintaining openproj anymore. I am not using it as it has been abandoned since 2008 and now it does not compile on my Slack64-current. I use ProjectLibre instead - it is similar but better maintained. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cfafd32f53
commit
c72ba9b6c1
6 changed files with 0 additions and 128 deletions
|
@ -1,6 +0,0 @@
|
|||
OpenProj - an open source project managing office application
|
||||
|
||||
OpenProj is a desktop replacement for Microsoft Project. It is capable of
|
||||
sharing files with Microsoft Project and has very similar functionality
|
||||
(Gantt, PERT diagram, histogram, charts, reports, detailed usage), as well as
|
||||
tree views which aren't in MS Project.
|
|
@ -1,8 +0,0 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for openproj
|
||||
|
||||
# Written by Chris Abela <chris.abela@maltats.com>
|
||||
# May 2009
|
||||
|
||||
PRGNAM=openproj
|
||||
VERSION=${VERSION:-1.4}
|
||||
ARCH=noarch # Leave this alone
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
OPENPROJ_BUILD=$TMP/$PRGNAM-$VERSION-src/openproj_build
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-src
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz
|
||||
|
||||
cd $PRGNAM-$VERSION-src
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# The following is adopted from $PRGNAM-$VERSION-src/open_build/make_deb.sh
|
||||
cd openproj_contrib
|
||||
ant build-contrib build-script build-exchange build-reports
|
||||
JAVA_OPTS="-Xmx128m"
|
||||
java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_contrib.conf
|
||||
java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_script.conf
|
||||
java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_exchange.conf
|
||||
java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_exchange2.conf
|
||||
java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_reports.conf
|
||||
cd ../openproj_build
|
||||
ant -Dbuild_contrib=false
|
||||
|
||||
cd $PKG
|
||||
mkdir -p usr/{bin,doc/$PRGNAM-$VERSION,share/{$PRGNAM,applications,pixmaps,mime/packages}}
|
||||
install -m 755 $OPENPROJ_BUILD/resources/openproj.sh usr/bin/openproj
|
||||
patch -d usr/bin -i $CWD/openproj.diff
|
||||
cp $OPENPROJ_BUILD/resources/openproj.desktop usr/share/applications/
|
||||
cp $OPENPROJ_BUILD/resources/openproj.png usr/share/pixmaps/
|
||||
cp $OPENPROJ_BUILD/resources/openproj.xml usr/share/mime/packages/
|
||||
cp -r $OPENPROJ_BUILD/{license,resources/samples} usr/doc/$PRGNAM-$VERSION/
|
||||
cp -r $OPENPROJ_BUILD/dist/* usr/share/$PRGNAM/
|
||||
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 700 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
|
@ -1,11 +0,0 @@
|
|||
--- openproj 2009-04-04 22:30:33.000000000 +0200
|
||||
+++ openproj.new 2009-04-04 22:38:13.000000000 +0200
|
||||
@@ -66,2 +66,2 @@
|
||||
-#OPENPROJ_HOME0="/usr/share/openproj"
|
||||
-OPENPROJ_HOME0=`(dirname $0)`
|
||||
+OPENPROJ_HOME0="/usr/share/openproj"
|
||||
+#OPENPROJ_HOME0="."
|
||||
@@ -82 +81,0 @@
|
||||
-
|
||||
@@ -323 +321,0 @@
|
||||
-
|
|
@ -1,10 +0,0 @@
|
|||
PRGNAM="openproj"
|
||||
VERSION="1.4"
|
||||
HOMEPAGE="http://openproj.org/"
|
||||
DOWNLOAD="http://garr.dl.sourceforge.net/sourceforge/openproj/openproj-1.4-src.tar.gz"
|
||||
MD5SUM="bf5d96951959c9a280cb5e5400a1105a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="apache-ant"
|
||||
MAINTAINER="Chris Abela"
|
||||
EMAIL="chris.abela@maltats.com"
|
|
@ -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------------------------------------------------------|
|
||||
openproj: openproject - an open source project managing office application
|
||||
openproj:
|
||||
openproj: A desktop replacement for Microsoft Project. It is capable of sharing
|
||||
openproj: files with Microsoft Project and has very similar functionality
|
||||
openproj: (Gantt, PERT diagram, histogram, charts, reports, detailed usage), as
|
||||
openproj: well as tree views which aren't in MS Project.
|
||||
openproj:
|
||||
openproj:
|
||||
openproj:
|
||||
openproj:
|
||||
openproj:
|
Loading…
Reference in a new issue