mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
* Now we can launche OOo from menu.
* marked as broken as openoffice.org-2 and openoffice.org-2-RC are identical.
This commit is contained in:
parent
ca29b6f311
commit
a4be4a7326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180753
@ -28,6 +28,8 @@ EXTRACT_ONLY= ${OOOSRC}
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch)
|
||||
|
||||
BROKEN= Please use editors/openoffice.org-2
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_VERSION= 1.7.5
|
||||
@ -258,6 +260,10 @@ post-install:
|
||||
@${ECHO_CMD} "" > ${TMPPLIST}
|
||||
@${REINPLACE_CMD} -e '/^Exec/s/printeradmin/spadmin/' \
|
||||
${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop
|
||||
@for app in base calc draw impress math printeradmin writer; do \
|
||||
${REINPLACE_CMD} -e "s/^Exec.*/Exec=${EXECBASE} -$${app} %U/" \
|
||||
${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/$${app}.desktop ; \
|
||||
done
|
||||
@${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop.bak
|
||||
@${RM} -f ${PREFIX}/share/applications/${EXECBASE}
|
||||
@${MKDIR} ${PREFIX}/share/applications
|
||||
|
@ -28,6 +28,8 @@ EXTRACT_ONLY= ${OOOSRC}
|
||||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch)
|
||||
|
||||
BROKEN= Please use editors/openoffice.org-2
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_VERSION= 1.7.5
|
||||
@ -258,6 +260,10 @@ post-install:
|
||||
@${ECHO_CMD} "" > ${TMPPLIST}
|
||||
@${REINPLACE_CMD} -e '/^Exec/s/printeradmin/spadmin/' \
|
||||
${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop
|
||||
@for app in base calc draw impress math printeradmin writer; do \
|
||||
${REINPLACE_CMD} -e "s/^Exec.*/Exec=${EXECBASE} -$${app} %U/" \
|
||||
${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/$${app}.desktop ; \
|
||||
done
|
||||
@${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg/*.desktop.bak
|
||||
@${RM} -f ${PREFIX}/share/applications/${EXECBASE}
|
||||
@${MKDIR} ${PREFIX}/share/applications
|
||||
|
Loading…
Reference in New Issue
Block a user