From af5e1894a9d0832d580d6f385e7bb9c9cffa82a2 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Tue, 13 Jan 2026 19:23:08 +0100 Subject: [PATCH] main/postmarketos-theme: remove Repo archived & outdated in today's postmarketOS Part-of: --- main/postmarketos-theme/APKBUILD | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 main/postmarketos-theme/APKBUILD diff --git a/main/postmarketos-theme/APKBUILD b/main/postmarketos-theme/APKBUILD deleted file mode 100644 index 17335ae4f..000000000 --- a/main/postmarketos-theme/APKBUILD +++ /dev/null @@ -1,24 +0,0 @@ -maintainer="" -pkgname=postmarketos-theme -pkgver=0.6.0 -pkgrel=1 -pkgdesc="GTK themes adjusted for postmarketOS" -url="https://gitlab.postmarketos.org/postmarketOS/postmarketos-theme" -arch="all" -license="GPL-2.0-only" -makedepends="meson sassc" -source="https://gitlab.postmarketos.org/postmarketOS/postmarketos-theme/-/archive/$pkgver/postmarketos-theme-$pkgver.tar.gz" -options="!check" # There's no testsuite - -build() { - abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output -} - -package() { - DESTDIR="$pkgdir" meson install --no-rebuild -C output -} - -sha512sums=" -bd2032cb97d5f8462aa7bd98ffabd9cc6ec4e19bc7729026f3da43b7b89705f8fdc0eadb3984d3bb125782daa27a1f4b3ddd8badad9b746b951f25161fdb625f postmarketos-theme-0.6.0.tar.gz -"