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
9fa3743e
Verified
Commit
9fa3743e
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/threadweaver: bump to 5.39.0, add -doc
parent
38f2310f
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/threadweaver/APKBUILD
+6
-4
6 additions, 4 deletions
user/threadweaver/APKBUILD
with
6 additions
and
4 deletions
user/threadweaver/APKBUILD
+
6
−
4
View file @
9fa3743e
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
threadweaver
pkgver
=
5.3
8
.0
pkgver
=
5.3
9
.0
pkgrel
=
0
pkgdesc
=
"High-level threading framework"
url
=
"https://www.kde.org/"
...
...
@@ -9,9 +9,10 @@ arch="all"
license
=
"LGPL-2.1"
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
%.*
}
/threadweaver-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/threadweaver-
$pkgver
"
...
...
@@ -27,6 +28,7 @@ build() {
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DBUILD_QCH
:BOOL
=
ON
\
${
CMAKE_CROSSOPTS
}
make
}
...
...
@@ -41,4 +43,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
be6702c755b597ff6dd485809d4f48bcbc5e4ffdac5222fb9478dffaef942557e6cc405bc421a47266b2e0d0ac10e81a26ebb7277d03c0cca182f565471031de
threadweaver-5.3
8
.0.tar.xz"
sha512sums
=
"
3c307c53829d59d370175da05355d1ca3950feafab22a53ae8f36c03545e1b69afaf4947a2325830b33d928868c5b5a645447ddbeb6f76963141077e5a271ad2
threadweaver-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