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
ea82a056
Verified
Commit
ea82a056
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/kplotting: bump to 5.39.0, add -doc
parent
1e015c8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/kplotting/APKBUILD
+6
-4
6 additions, 4 deletions
user/kplotting/APKBUILD
with
6 additions
and
4 deletions
user/kplotting/APKBUILD
+
6
−
4
View file @
ea82a056
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
kplotting
pkgver
=
5.3
8
.0
pkgver
=
5.3
9
.0
pkgrel
=
0
pkgdesc
=
"Framework for data plotting functions"
url
=
"https://www.kde.org/"
...
...
@@ -10,9 +10,10 @@ license="LGPL-2.1"
options
=
"!check"
# Test requires accelerated X11 display.
depends
=
""
depends_dev
=
"qt5-qtbase-dev"
makedepends
=
"
$depends_dev
cmake extra-cmake-modules"
makedepends
=
"
$depends_dev
cmake extra-cmake-modules doxygen graphviz
qt5-qttools-dev"
install
=
""
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
"
source
=
"http://download.kde.org/stable/frameworks/
${
pkgver
%.*
}
/kplotting-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/kplotting-
$pkgver
"
...
...
@@ -28,6 +29,7 @@ build() {
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DBUILD_QCH
:BOOL
=
ON
\
${
CMAKE_CROSSOPTS
}
make
}
...
...
@@ -42,4 +44,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"a
7c09c49686c571d97c14c6017634575aba61e7e93ccd9c44442ea1953c64cf64e7d68d2606d823dae5d05832f38c7d54c8786d5906a8f8cda8d35fb58b55fcc
kplotting-5.3
8
.0.tar.xz"
sha512sums
=
"a
4c43260989892d913c7589036579daf74399a9743bc1bc95eead1aaab9db912531b4f764e1a0610080864aa5d0d4f998f2bc65202c27480562b225c5c8e212a
kplotting-5.3
9
.0.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