Skip to content

Commit

Permalink
testing/oxygen: new aport
Browse files Browse the repository at this point in the history
  • Loading branch information
PureTryOut authored and maxice8 committed Jun 22, 2019
1 parent 272c031 commit 5eb1821
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions testing/oxygen/APKBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributor: Bart Ribbers <[email protected]>
# Maintainer: Bart Ribbers <[email protected]>
pkgname=oxygen
pkgver=5.16.1
pkgrel=0
pkgdesc="Artwork, styles and assets for the Oxygen visual style for the Plasma Desktop"
arch="all"
url="https://www.kde.org/workspaces/plasmadesktop/"
license="LGPL-2.1-or-later"
makedepends="extra-cmake-modules qt5-qtbase-dev ki18n-dev kconfig-dev kguiaddons-dev kwidgetsaddons-dev kservice-dev kcompletion-dev frameworkintegration-dev kwindowsystem-dev xcb-util-dev kwayland-dev kcmutils-dev kdecoration-dev"
source="$pkgname-$pkgver.tar.xz::https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-lang"

build() {
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
}

check() {
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}

package() {
DESTDIR="$pkgdir" make install
}
sha512sums="9e06d1a7d53caa050fa0d32593524302db0bdef14d1f8c120ec02121e64039ede0dd4368b5450f7d07a9a12086189f2db7ec5e99b57490239758f353bca020ee oxygen-5.16.1.tar.xz"

0 comments on commit 5eb1821

Please sign in to comment.