aboutsummaryrefslogtreecommitdiffstats
path: root/community/oxygen-icons/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/oxygen-icons/APKBUILD')
-rw-r--r--community/oxygen-icons/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/oxygen-icons/APKBUILD b/community/oxygen-icons/APKBUILD
deleted file mode 100644
index f266e9449e8..00000000000
--- a/community/oxygen-icons/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=oxygen-icons
-_pkgname=oxygen-icons5
-pkgver=5.84.0
-pkgrel=0
-arch="noarch !armhf" # # armhf blocked by extra-cmake-modules
-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%.*}/oxygen-icons5-$pkgver.tar.xz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-check() {
- cd build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --build build --target install
-}
-sha512sums="
-b8b890152d352a9ea0efe828e66d4101be435c9efac3a677eebba4b977da2efaed4f14fdefc6443621cce5a0e7ecad59bb3d8b464f4835af30e70d72aa44c379 oxygen-icons5-5.84.0.tar.xz
-"