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
074dbcd1
Verified
Commit
074dbcd1
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/plasma-integration: new package
parent
5edebe21
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/plasma-integration/APKBUILD
+49
-0
49 additions, 0 deletions
user/plasma-integration/APKBUILD
with
49 additions
and
0 deletions
user/plasma-integration/APKBUILD
0 → 100644
+
49
−
0
View file @
074dbcd1
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
plasma-integration
pkgver
=
5.8.7
pkgrel
=
0
pkgdesc
=
"Qt platform theme plugin for Plasma"
url
=
"https://www.kde.org/"
arch
=
"all"
license
=
"LGPL-2.1"
options
=
"!check"
# Times out, requires X11 desktop.
depends
=
"breeze ttf-hack"
depends_dev
=
"qt5-qtbase-dev qt5-qtx11extras-dev kconfig-dev kconfigwidgets-dev
ki18n-dev kiconthemes-dev kio-dev knotifications-dev kwayland-dev
kwidgetsaddons-dev kwindowsystem-dev breeze-dev libxcursor-dev"
makedepends
=
"
$depends_dev
cmake extra-cmake-modules python3 gettext-dev"
install
=
""
subpackages
=
"
$pkgname
-lang"
source
=
"http://download.kde.org/stable/plasma/
$pkgver
/plasma-integration-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/plasma-integration-
$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
"
\
-DCMAKE_DISABLE_FIND_PACKAGE_FontNotoSans
=
true
\
-DCMAKE_DISABLE_FIND_PACKAGE_FontHack
=
true
\
${
CMAKE_CROSSOPTS
}
make
}
check
()
{
cd
"
$builddir
"
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"04e4528a59f916d9fed8d083b699711df62a504aada40b71607fa10fd51074aae63b163eca2c4893fc07bf86718a567a9047b61874da6eea282993e25bf5c919 plasma-integration-5.8.7.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