From 764d6f8772755a43cd7af9d2e00022a622ed2433 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Fri, 23 Jun 2023 18:34:04 +0200 Subject: [PATCH] gnome-shell-theme-e-ink: new aport (MR 4142) --- .../testing/gnome-shell-theme-e-ink/APKBUILD | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 device/testing/gnome-shell-theme-e-ink/APKBUILD diff --git a/device/testing/gnome-shell-theme-e-ink/APKBUILD b/device/testing/gnome-shell-theme-e-ink/APKBUILD new file mode 100644 index 000000000..422a27d50 --- /dev/null +++ b/device/testing/gnome-shell-theme-e-ink/APKBUILD @@ -0,0 +1,27 @@ +# Maintainer: Petr Hodina +pkgname=gnome-shell-theme-e-ink +pkgver=43.0.1 +pkgrel=0 +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" +source="$pkgname-$pkgver.tar.gz::https://github.com/fujimo-t/gnome-shell-theme-e-ink/archive/refs/tags/v$pkgver.tar.gz" + +options="!check" + +_theme_dir="/usr/share/gnome-shell/theme" + +build() { + sassc gnome-shell-high-contrast.scss > gnome-eink.css +} + +package() { + mkdir -p "$pkgdir/$_theme_dir" + install -Dm644 gnome-eink.css -t "$pkgdir/$_theme_dir" +} + +sha512sums=" +9c6a70227de620e52c79c88293c4d286c8bf8bb0ddad2bd5507d034c9c1f4f800475d1f70926de9cbdb0fdd1dfcb152bd8f99a9a0a6d930454a127f1d4b7c021 gnome-shell-theme-e-ink-43.0.1.tar.gz +"