aboutsummaryrefslogtreecommitdiffstats
path: root/testing/oxygen-icons/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-07-14 00:55:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-13 22:20:39 -0300
commitc702f2a812cfbc5c0c1a68b6f120cf332f788f1f (patch)
tree800e1687809b5e688995a9948d19af9e577a167d /testing/oxygen-icons/APKBUILD
parent8d48f29796e55f6906ecb8cb8ef27e1b4dc3b820 (diff)
downloadaports-c702f2a812cfbc5c0c1a68b6f120cf332f788f1f.tar.bz2
aports-c702f2a812cfbc5c0c1a68b6f120cf332f788f1f.tar.xz
community/kde-frameworks: move from testing
Diffstat (limited to 'testing/oxygen-icons/APKBUILD')
-rw-r--r--testing/oxygen-icons/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/oxygen-icons/APKBUILD b/testing/oxygen-icons/APKBUILD
deleted file mode 100644
index 0255585554..0000000000
--- a/testing/oxygen-icons/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=oxygen-icons
-_pkgname=oxygen-icons5
-pkgver=5.60.0
-pkgrel=0
-arch="noarch"
-pkgdesc="Oxygen icon theme"
-url="https://community.kde.org/Frameworks"
-license="LGPL-2.1-or-later"
-makedepends="$depends_dev extra-cmake-modules fdupes qt5-qtbase-dev"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$_pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_QCH=ON
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-sha512sums="275ee2504ac0dd49587522856ea8808a55dfad367489f4a26d6e2df406eb7ddcec78e21dede8d68099c4a36be00bf28a3fb4304f09d616185af604711809f628 oxygen-icons5-5.60.0.tar.xz"