Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534700 - app-office/abiword-3.0.1 version bump
Summary: app-office/abiword-3.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-04 19:30 UTC by Chris Mayo
Modified: 2015-01-14 11:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2015-01-04 19:30:17 UTC
Lots of fixes and scalable icons
http://abisource.com/release-notes/3.0.1.phtml

I think that none of 3.0.0-r2 patches are still needed. Although I don't have libgcrypt-1.6 installed, it looks like tls_tunnel no longer uses gcrypt.
http://bugzilla.abisource.com/show_bug.cgi?id=13657

Commented out lines for svg plugin not relevant either? Plugin is rsvg and svg support built in when using GTK+ (I can import as picture svgs fine). abiword-3.0.1/plugins/rsvg/plugin.m4:
if test "$TOOLKIT" = "gtk"; then
 
 if test "$enable_rsvg" = "auto"; then
   AC_MSG_WARN([rsvg plugin: not needed with gtk])
 fi
 enable_rsvg=""
fi
....


Patch to ebuild I have used to install it:

--- abiword-3.0.0-r2.ebuild
+++ abiword-3.0.1.ebuild
@@ -72,28 +72,4 @@
 		-i user/wp/Makefile.am user/wp/Makefile.in || die
 
-	# http://bugzilla.abisource.com/show_bug.cgi?id=13532
-	epatch "${FILESDIR}/${PN}-3.0.0-eds-3.6.patch"
-
-	# http://bugzilla.abisource.com/show_bug.cgi?id=13564
-	epatch "${FILESDIR}/${PN}-3.0.0-fix-crash.patch"
-
-	# http://bugzilla.abisource.com/show_bug.cgi?id=13589
-	epatch "${FILESDIR}/${PN}-3.0.0-libgcrypt_1_6_0-1.patch"
-
-	# Fix build with boost-1.54
-	epatch "${FILESDIR}/${PN}-3.0.0-boost54.patch"
-
-	# http://bugzilla.abisource.com/show_bug.cgi?id=13596
-	epatch "${FILESDIR}/${PN}-3.0.0-fix-shortcut.patch"
-
-	# Fix build with bison-3.0
-	epatch "${FILESDIR}/${PN}-3.0.0-bison30.patch"
-
-	# Fix crash when saving as PDF, bug #515990
-	epatch "${FILESDIR}/${PN}-3.0.0-pdf-crash.patch"
-
-	# Fix redraw region in custom widget
-	epatch "${FILESDIR}/${PN}-3.0.0-fix-redraw.patch"
-
 	gnome2_src_prepare
 }
@@ -107,8 +83,4 @@
 			loadbindings mswrite garble pdb applix opendocument sdw xslfo"
 
-		# Plugins depending on librsvg
-		# But doesn't build: http://bugzilla.abisource.com/show_bug.cgi?id=13563
-		#plugins="${plugins} svg"
-
 		# Plugins not depending on anything
 		plugins="${plugins} gimp bmp freetranslation iscii s5 babelfish opml eml
Comment 1 Pacho Ramos gentoo-dev 2015-01-14 11:38:33 UTC
+*abiword-3.0.1 (14 Jan 2015)
+
+  14 Jan 2015; Pacho Ramos <pacho@gentoo.org> +abiword-3.0.1.ebuild,
+  -abiword-3.0.0-r1.ebuild:
+  Version bump, drop old (#534700 by Chris Mayo)
+