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
d59bcf69
Verified
Commit
d59bcf69
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/kcontacts: new package
parent
d1c26652
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/kcontacts/APKBUILD
+45
-0
45 additions, 0 deletions
user/kcontacts/APKBUILD
with
45 additions
and
0 deletions
user/kcontacts/APKBUILD
0 → 100644
+
45
−
0
View file @
d59bcf69
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
kcontacts
pkgver
=
17.08.1
pkgrel
=
0
pkgdesc
=
"Library for working with contact information"
url
=
"https://www.kde.org"
arch
=
"all"
license
=
"LGPL-2.1"
depends
=
""
depends_dev
=
"qt5-qtbase-dev kcoreaddons-dev ki18n-dev kconfig-dev kcodecs-dev"
makedepends
=
"
$depends_dev
cmake extra-cmake-modules"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
source
=
"http://download.kde.org/stable/applications/
$pkgver
/src/kcontacts-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/kcontacts-
$pkgver
"
build
()
{
cd
"
$builddir
"
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
${
CMAKE_CROSSOPTS
}
make
}
check
()
{
cd
"
$builddir
"
# addresstest requires the library to already be installed.
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
-E
addresstest
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"9be8c913fd8f0f62a7a0c7fd4060fd85b28b34cc32c5349fbd976b95bccec9b8ce409b483c343214e3b6dbbb0832b421cf81486df912b0cd733e25b8303a05f0 kcontacts-17.08.1.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