aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-12 07:41:21 +0800
committermarcus <marcus@FreeBSD.org>2004-10-12 07:41:21 +0800
commit71052190d7fafce6bd53463604e447c19ffb9fa7 (patch)
tree69a58686d0e51aa2156c9f6da5dd258900f8ef23 /editors
parent48bf3c84494c126faee4d8a491815a2c9e975868 (diff)
downloadfreebsd-ports-gnome-71052190d7fafce6bd53463604e447c19ffb9fa7.tar.gz
freebsd-ports-gnome-71052190d7fafce6bd53463604e447c19ffb9fa7.tar.zst
freebsd-ports-gnome-71052190d7fafce6bd53463604e447c19ffb9fa7.zip
Update to 2.0.12, and create the post-install directories before installing
into them. While AbiWord doesn't "own" these directories, this definitely helps with alternate PREFIX test installations.
Diffstat (limited to 'editors')
-rw-r--r--editors/AbiWord2/Makefile6
-rw-r--r--editors/AbiWord2/distinfo4
-rw-r--r--editors/abiword-devel/Makefile6
-rw-r--r--editors/abiword-devel/distinfo4
-rw-r--r--editors/abiword/Makefile6
-rw-r--r--editors/abiword/distinfo4
6 files changed, 21 insertions, 9 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile
index 50292b349dad..7bccc9325ac0 100644
--- a/editors/AbiWord2/Makefile
+++ b/editors/AbiWord2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= AbiWord2
-PORTVERSION= 2.0.11
+PORTVERSION= 2.0.12
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
@@ -107,12 +107,16 @@ post-patch:
post-install:
.if defined(GNOME_ENABLED)
+ @${MKDIR} ${PREFIX}/share/gnome/apps/Applications
@${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \
${PREFIX}/share/gnome/apps/Applications/abiword.desktop
+ @${MKDIR} ${PREFIX}/share/gnome/pixmaps
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \
${PREFIX}/share/gnome/pixmaps/abiword_48.png
+ @${MKDIR} ${PREFIX}/libdata/bonobo/servers
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server \
${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server
+ @${MKDIR} ${PREFIX}/share/gnome/gnome-2.0/ui
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \
${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml
.endif
diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo
index 061c59777c3f..35cee6bd6cc0 100644
--- a/editors/AbiWord2/distinfo
+++ b/editors/AbiWord2/distinfo
@@ -1,2 +1,2 @@
-MD5 (AbiWord/abiword-2.0.11.tar.bz2) = 8b0618ad60d4273ae0daf80451ede4f3
-SIZE (AbiWord/abiword-2.0.11.tar.bz2) = 22200079
+MD5 (AbiWord/abiword-2.0.12.tar.bz2) = a4a986028405cd14a2adc7f327e9f7cc
+SIZE (AbiWord/abiword-2.0.12.tar.bz2) = 22195428
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile
index 50292b349dad..7bccc9325ac0 100644
--- a/editors/abiword-devel/Makefile
+++ b/editors/abiword-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= AbiWord2
-PORTVERSION= 2.0.11
+PORTVERSION= 2.0.12
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
@@ -107,12 +107,16 @@ post-patch:
post-install:
.if defined(GNOME_ENABLED)
+ @${MKDIR} ${PREFIX}/share/gnome/apps/Applications
@${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \
${PREFIX}/share/gnome/apps/Applications/abiword.desktop
+ @${MKDIR} ${PREFIX}/share/gnome/pixmaps
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \
${PREFIX}/share/gnome/pixmaps/abiword_48.png
+ @${MKDIR} ${PREFIX}/libdata/bonobo/servers
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server \
${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server
+ @${MKDIR} ${PREFIX}/share/gnome/gnome-2.0/ui
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \
${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml
.endif
diff --git a/editors/abiword-devel/distinfo b/editors/abiword-devel/distinfo
index 061c59777c3f..35cee6bd6cc0 100644
--- a/editors/abiword-devel/distinfo
+++ b/editors/abiword-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (AbiWord/abiword-2.0.11.tar.bz2) = 8b0618ad60d4273ae0daf80451ede4f3
-SIZE (AbiWord/abiword-2.0.11.tar.bz2) = 22200079
+MD5 (AbiWord/abiword-2.0.12.tar.bz2) = a4a986028405cd14a2adc7f327e9f7cc
+SIZE (AbiWord/abiword-2.0.12.tar.bz2) = 22195428
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index 50292b349dad..7bccc9325ac0 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= AbiWord2
-PORTVERSION= 2.0.11
+PORTVERSION= 2.0.12
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
@@ -107,12 +107,16 @@ post-patch:
post-install:
.if defined(GNOME_ENABLED)
+ @${MKDIR} ${PREFIX}/share/gnome/apps/Applications
@${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \
${PREFIX}/share/gnome/apps/Applications/abiword.desktop
+ @${MKDIR} ${PREFIX}/share/gnome/pixmaps
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \
${PREFIX}/share/gnome/pixmaps/abiword_48.png
+ @${MKDIR} ${PREFIX}/libdata/bonobo/servers
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server \
${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server
+ @${MKDIR} ${PREFIX}/share/gnome/gnome-2.0/ui
@${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \
${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml
.endif
diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo
index 061c59777c3f..35cee6bd6cc0 100644
--- a/editors/abiword/distinfo
+++ b/editors/abiword/distinfo
@@ -1,2 +1,2 @@
-MD5 (AbiWord/abiword-2.0.11.tar.bz2) = 8b0618ad60d4273ae0daf80451ede4f3
-SIZE (AbiWord/abiword-2.0.11.tar.bz2) = 22200079
+MD5 (AbiWord/abiword-2.0.12.tar.bz2) = a4a986028405cd14a2adc7f327e9f7cc
+SIZE (AbiWord/abiword-2.0.12.tar.bz2) = 22195428