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
676
Issues
676
List
Boards
Labels
Service Desk
Milestones
Merge Requests
205
Merge Requests
205
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
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
d9c55aed
Commit
d9c55aed
authored
Aug 19, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/libvisio: upgrade to 0.1.7
parent
f5913460
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
17 deletions
+6
-17
community/libvisio/APKBUILD
community/libvisio/APKBUILD
+6
-17
No files found.
community/libvisio/APKBUILD
View file @
d9c55aed
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
libvisio
pkgver
=
0.1.
6
pkgrel
=
5
pkgver
=
0.1.
7
pkgrel
=
0
pkgdesc
=
"Import filter and tools for MS Visio Diagrams"
url
=
"https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
arch
=
"all"
license
=
"MPL-2.0"
depends_dev
=
"boost-dev librevenge-dev icu-dev libwpd-dev libwpg-dev libxml2-dev zlib-dev"
makedepends
=
"
$depends_dev
doxygen gperf perl"
makedepends
=
"doxygen gperf perl icu-dev librevenge-dev libxml2-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"https://dev-www.libreoffice.org/src/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
default_prepare
update_config_sub
}
source
=
"https://dev-www.libreoffice.org/src/libvisio/libvisio-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
# boost -1.59
export
CPPFLAGS
=
'-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
./configure
\
...
...
@@ -35,12 +26,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
@@ -49,4 +38,4 @@ tools() {
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr
}
sha512sums
=
"
58cee8cfe4205b2cad2f11dbe17882e57ebf0d10500116ca9d8d120e138f8eb0c65a5fea3bd7d2746bf8140377ee9deb34258597e028f9fdc8d21f270606cce1 libvisio-0.1.6
.tar.xz"
sha512sums
=
"
c26f67a09fa6a6d0bf6f3fff5590d5cf16983630d4f7cfcf86d9461baec58dbdf7989fd934be6db0639ca043c160aac2d008275afb9e047766bc878ac579a9ea libvisio-0.1.7
.tar.xz"
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