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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hill Ma
Adélie Package Tree
Commits
1fe0a095
Verified
Commit
1fe0a095
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/kparts: new package
parent
23be93da
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/kparts/APKBUILD
+47
-0
47 additions, 0 deletions
user/kparts/APKBUILD
with
47 additions
and
0 deletions
user/kparts/APKBUILD
0 → 100644
+
47
−
0
View file @
1fe0a095
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
kparts
pkgver
=
5.38.0
pkgrel
=
0
pkgdesc
=
"Framework for user interface components"
url
=
"https://www.kde.org/"
arch
=
"all"
license
=
"LGPL-2.1"
options
=
"!check"
# Requires X11 running.
depends
=
""
depends_dev
=
"qt5-qtbase-dev kconfig-dev kcoreaddons-dev ki18n-dev
kiconthemes-dev kio-dev kjobwidgets-dev kservice-dev ktextwidgets-dev
kwidgetsaddons-dev kxmlgui-dev"
makedepends
=
"
$depends_dev
cmake extra-cmake-modules python3 gettext-dev"
install
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
source
=
"http://download.kde.org/stable/frameworks/5.38/kparts-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/kparts-
$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
"
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"7425ae2e272a78c75c384a4770221712d202dbab05b6f22bdf880b96ff25374989c6c7aab28cc9021079c92380a7683c19b3f858d5fc0fff97236fb4b9224427 kparts-5.38.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