From fe81903cf42369e2ac12eaa5e658a54b0d30d0e8 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sat, 10 May 2025 20:25:07 +0200 Subject: [PATCH] main/gnome-shell-theme-e-ink: move from device/testing/ (and fix build) This package doesn't really belong into the device/testing/ directory, it's quite a regular package, so move it to main. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6490 [ci:skip-build]: already built successfully in CI --- {device/testing => main}/gnome-shell-theme-e-ink/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {device/testing => main}/gnome-shell-theme-e-ink/APKBUILD (92%) diff --git a/device/testing/gnome-shell-theme-e-ink/APKBUILD b/main/gnome-shell-theme-e-ink/APKBUILD similarity index 92% rename from device/testing/gnome-shell-theme-e-ink/APKBUILD rename to main/gnome-shell-theme-e-ink/APKBUILD index 422a27d50..17f0ffeda 100644 --- a/device/testing/gnome-shell-theme-e-ink/APKBUILD +++ b/main/gnome-shell-theme-e-ink/APKBUILD @@ -6,10 +6,10 @@ pkgdesc="GNOME Shell theme for E-Ink displays" url="https://github.com/fujimo-t/gnome-shell-theme-e-ink" arch="aarch64" license="GPL-2.0-or-later" -depends="sassc" +makedepends_build="sassc" source="$pkgname-$pkgver.tar.gz::https://github.com/fujimo-t/gnome-shell-theme-e-ink/archive/refs/tags/v$pkgver.tar.gz" -options="!check" +options="!check pmb:cross-native2" _theme_dir="/usr/share/gnome-shell/theme"