Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
195
Merge Requests
195
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
d15964ab
Commit
d15964ab
authored
May 14, 2010
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/abiword: build plugins
parent
9ca82f72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
11 deletions
+34
-11
main/abiword/APKBUILD
main/abiword/APKBUILD
+34
-11
No files found.
main/abiword/APKBUILD
View file @
d15964ab
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
abiword
pkgver
=
2.8.4
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A fully-featured word processor"
url
=
"http://www.abisource.com"
license
=
"GPL"
makedepends
=
"pkgconfig libglade-dev libgsf-dev enchant-dev fribidi-dev wv-dev
popt-dev jpeg-dev librsvg-dev bzip2-dev goffice-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-plugin-goffice:goffice
$pkgname
-plugin-opendocument:opendocument"
# openxml plugin
makedepends
=
"
$makedepends
boost-dev"
# collab plugin
makedepends
=
"
$makedepends
gnutls-dev libsoup-dev dbus-glib-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-plugins"
_plugins
=
"applix babelfish bmp clarisworks collab docbook eml freetranslation
garble gdict gimp google hancom hrtext iscii kword loadbindings mht
mif mswrite openwriter openxml opml paint passepartout pdb pdf
presentation s5 sdw t602 urldict wikipedia wml xslfo"
for
_i
in
$_plugins
;
do
subpackages
=
"
$subpackages
$pkgname
-plugin-
$_i
:
$_i
"
done
source
=
"http://www.abisource.com/downloads/
$pkgname
/
$pkgver
/source/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
...
...
@@ -16,30 +33,36 @@ build() {
./configure
--prefix
=
/usr
\
--enable-shared
\
--disable-static
\
--enable-plugins
=
"opendocument goffice"
\
--enable-plugins
\
||
return
1
make
||
return
1
}
# ="opendocument goffice latex" \
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
}
_plugin
()
{
_
do_
plugin
()
{
local
plugin
=
"
$1
"
pkgdesc
=
"
$2
"
pkgdesc
=
"
Abiword
$1
plugin
"
local dir
=
"usr/lib/abiword-
${
pkgver
%.*
}
/plugins"
mkdir
-p
"
$subpkgdir
"
/
$dir
mv
"
$pkgdir
"
/
$dir
/
$plugin
.so
"
$subpkgdir
"
/
$dir
/
}
goffice
()
{
_plugin goffice
"GOffice interaction plugin for AbiWord
"
}
for
_i
in
$_plugins
;
do
eval
"
$_i
() { _do_plugin
$_i
; }
"
done
opendocument
()
{
_plugin opendocument
"OpenDocument support plugin for AbiWord"
plugins
()
{
pkgdesc
=
"Abiword plugins, all of them"
depends
=
for
_i
in
$_plugins
;
do
depends
=
"
$depends
$pkgname
-plugin-
$_i
"
done
mkdir
-p
"
$subpkgdir
"
}
md5sums
=
"f782ecb8e07d07ec179f7a143353cc29 abiword-2.8.4.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment