~alpine/aports

main/abiword: added command plugin v1 PROPOSED

Johannes Matheis: 1
 main/abiword: added command plugin

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1535/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/abiword: added command plugin Export this patch

---
 main/abiword/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/abiword/APKBUILD b/main/abiword/APKBUILD
index cf9a6bb..5ece70a 100644
--- a/main/abiword/APKBUILD
+++ b/main/abiword/APKBUILD
@@ -8,7 +8,7 @@ arch="all"
license="GPL2+"
makedepends="gtk+3.0-dev libgsf-dev enchant-dev fribidi-dev wv-dev
	popt-dev libjpeg-turbo-dev librsvg-dev bzip2-dev goffice-dev pcre-dev
	libxslt-dev"
	libxslt-dev readline-dev"

# openxml plugin
makedepends="$makedepends boost-dev"
@@ -22,7 +22,7 @@ _plugins="applix babelfish bmp clarisworks collab docbook eml epub
	freetranslation garble gdict gimp google hancom hrtext iscii kword
	latex loadbindings mht mif mswrite openwriter openxml opml paint
	passepartout pdb pdf presentation s5 sdw t602 urldict wikipedia wml
	xslfo"
	xslfo command"

for _i in $_plugins; do
	subpackages="$subpackages $pkgname-plugin-$_i:$_i"
-- 
2.2.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---