Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
6e65ef71
Commit
6e65ef71
authored
6 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/libetonyek: bump to 0.1.9
parent
d61d7b81
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!197
Upgrade LibreOffice to 6.2 and upgrade some of its dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libetonyek/APKBUILD
+7
-8
7 additions, 8 deletions
user/libetonyek/APKBUILD
with
7 additions
and
8 deletions
user/libetonyek/APKBUILD
+
7
−
8
View file @
6e65ef71
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
libetonyek
pkgver
=
0.1.
8
pkgver
=
0.1.
9
pkgrel
=
0
pkgdesc
=
"Import filter and tools for Apple iWork documents"
url
=
"https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
arch
=
"all"
license
=
"MPL-2.0"
depends_dev
=
"glm boost-dev librevenge-dev liblangtag-dev"
makedepends
=
"
$depends_dev
zlib-dev libxml2-dev gperf doxygen mdds"
depends_dev
=
"glm boost-dev"
makedepends
=
"
$depends_dev
librevenge-dev liblangtag-dev zlib-dev
libxml2-dev gperf doxygen mdds~1.4"
checkdepends
=
"cppunit-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"http://dev-www.libreoffice.org/src/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -24,17 +24,16 @@ build() {
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--disable-werror
\
--disable-static
--disable-static
\
--with-mdds
=
1.4
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
@@ -43,4 +42,4 @@ tools() {
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr
}
sha512sums
=
"
c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865
libetonyek-0.1.
8
.tar.xz"
sha512sums
=
"
3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e
libetonyek-0.1.
9
.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