Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c49c350a
Commit
c49c350a
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/libabw: upgrade to 0.1.3
parent
d9c55aed
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libabw/APKBUILD
+5
-12
5 additions, 12 deletions
community/libabw/APKBUILD
with
5 additions
and
12 deletions
community/libabw/APKBUILD
+
5
−
12
View file @
c49c350a
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer:
# Maintainer:
pkgname
=
libabw
pkgname
=
libabw
pkgver
=
0.1.
2
pkgver
=
0.1.
3
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Import filter and tools for AbiWord documents"
pkgdesc
=
"Import filter and tools for AbiWord documents"
url
=
"https://wiki.documentfoundation.org/DLP/Libraries/libabw"
url
=
"https://wiki.documentfoundation.org/DLP/Libraries/libabw"
arch
=
"all"
arch
=
"all"
license
=
"MPL-2.0"
license
=
"MPL-2.0"
depends_dev
=
"librevenge-dev libxml2-dev zlib-dev boost-dev"
makedepends
=
"doxygen gperf perl librevenge-dev libxml2-dev zlib-dev"
makedepends
=
"
$depends_dev
doxygen gperf perl"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"https://dev-www.libreoffice.org/src/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz"
source
=
"https://dev-www.libreoffice.org/src/libabw/libabw-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
build
()
{
cd
"
$builddir
"
# workaround for boost 1.59
# workaround for boost 1.59
export
CPPFLAGS
=
'-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
export
CPPFLAGS
=
'-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
./configure
\
./configure
\
...
@@ -26,13 +21,11 @@ build() {
...
@@ -26,13 +21,11 @@ build() {
--sysconfdir
=
/etc
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--localstatedir
=
/var
--disable-werror
make
make
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
...
@@ -41,4 +34,4 @@ tools() {
...
@@ -41,4 +34,4 @@ tools() {
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr
}
}
sha512sums
=
"
a365c1aa047a97a86eee6bce8463646bdf248a51013139ee288402a832fd545586e072d7c7fc11a56f42e3637de9e922197be20d0587e53c51fd80ced409a6cd
libabw-0.1.
2
.tar.xz"
sha512sums
=
"
0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289
libabw-0.1.
3
.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment