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
70a56c11
Verified
Commit
70a56c11
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/attica: bump to 5.39.0, add -doc
parent
e5c1d797
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/attica/APKBUILD
+6
-4
6 additions, 4 deletions
user/attica/APKBUILD
with
6 additions
and
4 deletions
user/attica/APKBUILD
+
6
−
4
View file @
70a56c11
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
attica
pkgver
=
5.3
8
.0
pkgver
=
5.3
9
.0
pkgrel
=
0
pkgdesc
=
"Qt 5-based implementation of Open Collaboration Services"
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
%.*
}
/attica-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/attica-
$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
=
"
acd69c9e9955062ebd362ab6d2e247e3b37a12f9d470197426f90798b422c64f198a93754d408be72b0e442b97b161218349a71761f6156c87c1feae6f62b2f6
attica-5.3
8
.0.tar.xz"
sha512sums
=
"
7614a684fc09e721f470b46f00a0f3ba5c9355efa6873d9bdeaabf6e44a087703434c47753f380fe7797ad95d4be984f0074ddbc48cce1e1e27aa733ae5b8be8
attica-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