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/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/oxygen-icons/APKBUILD b/community/oxygen-icons/APKBUILD
deleted file mode 100644
index 762531d24d6..00000000000
--- a/community/oxygen-icons/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=oxygen-icons
-_pkgname=oxygen-icons5
-pkgver=5.94.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 samurai"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/oxygen-icons5-$pkgver.tar.xz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- cmake -B build -G Ninja \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -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="
-b9906927ec15c422aefaa2e0f287121c51ec16386f60371a8e773c9c4f0530cc1bad99849079cbfff16d78432ac30867ad58d42e9fc6c0b1b07dff810481274d oxygen-icons5-5.94.0.tar.xz
-"