summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-09-21 20:41:40 +0800
committerlilac2021-09-21 20:41:40 +0800
commita57c9c8e067724609199e5efd422a0a16c7c4d28 (patch)
treeb30efc1d7cab71e39b8c4c57487c0fc44a2614dc
parentfbbf76421134afd8d98ed2175965d589ab08a58c (diff)
downloadaur-a57c9c8e067724609199e5efd422a0a16c7c4d28.tar.gz
[lilac] updated to 2021.09.19.r0.g2b42974-1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3bbe7f670cb..0b29297dc3d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grub-themes-git
pkgdesc = Flat Design themes for Grub
- pkgver = 2021.01.26.r4.gae0fced
+ pkgver = 2021.09.19.r0.g2b42974
pkgrel = 1
url = https://github.com/vinceliuice/grub2-themes
arch = any
@@ -261,4 +261,3 @@ pkgname = grub-theme-whitesur-whitesur-2k-git
pkgname = grub-theme-whitesur-whitesur-4k-git
provides = grub-theme-whitesur-whitesur-4k
conflicts = grub-theme-whitesur-whitesur-4k
-
diff --git a/PKGBUILD b/PKGBUILD
index 754f1ca7dd70..261ed3501ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ pkgname=('grub-theme-tela-color-1080p-git'
'grub-theme-whitesur-whitesur-1080p-git'
'grub-theme-whitesur-whitesur-2k-git'
'grub-theme-whitesur-whitesur-4k-git')
-pkgver=2021.01.26.r4.gae0fced
+pkgver=2021.09.19.r0.g2b42974
pkgrel=1
pkgdesc="Flat Design themes for Grub"
arch=('any')
@@ -92,12 +92,15 @@ _package() {
if [[ "${resolution}" == 'ultrawide' ]]; then
install -Dm 644 assets/assets-select/select-1080p/* -t "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/
install -Dm 644 assets/"assets-${icon}"/icons-1080p/* -t "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/icons/
+ install -Dm 644 assets/info-1080p.png "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/info.png
elif [[ "${resolution}" == 'ultrawide2k' ]]; then
install -Dm 644 assets/assets-select/select-2k/* -t "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/
install -Dm 644 assets/"assets-${icon}"/icons-2k/* -t "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/icons/
+ install -Dm 644 assets/info-2k.png "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/info.png
else
install -Dm 644 assets/assets-select/"select-${resolution}"/* -t "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/
install -Dm 644 assets/"assets-${icon}"/"icons-${resolution}"/* -t "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/icons/
+ install -Dm 644 assets/"info-${resolution}.png" "${pkgdir}"/usr/share/grub/themes/"${name}-${icon}-${resolution}"/info.png
fi
fi
done