From 15ca466fc78b65c6a1f84843de344179631a5c9e Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Tue, 22 Oct 2024 01:28:12 +0200 Subject: [PATCH] Update Akame theme --- packages/themes/materials/colorbase/athena-red-base/PKGBUILD | 4 +++- .../themes/materials/colorbase/athena-red-base/red.install | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/themes/materials/colorbase/athena-red-base/PKGBUILD b/packages/themes/materials/colorbase/athena-red-base/PKGBUILD index 2a9847ba7..5f8bae412 100644 --- a/packages/themes/materials/colorbase/athena-red-base/PKGBUILD +++ b/packages/themes/materials/colorbase/athena-red-base/PKGBUILD @@ -1,5 +1,5 @@ pkgname=athena-red-base -pkgver=6.791c7a9 +pkgver=8.4c57cb3 pkgrel=1 pkgdesc="Red colorbase resources." arch=('any') @@ -21,6 +21,7 @@ package() { install -dm 755 "$pkgdir/usr/share/athena-red-base" install -dm 755 "$pkgdir/usr/share/backgrounds/athena" install -Dm 644 "wallpapers/akame.jpg" "$pkgdir/usr/share/backgrounds/athena/" + install -Dm 644 "wallpapers/murasame.jpg" "$pkgdir/usr/share/backgrounds/athena/" install -Dm 644 "wallpapers/redmoon.png" "$pkgdir/usr/share/backgrounds/athena/" cp -a "icons/apps" "$pkgdir/usr/share/athena-red-base/" @@ -28,5 +29,6 @@ package() { install -dm 755 "$pkgdir/usr/share/gnome-background-properties" install -Dm 644 "gnome-background-properties/akame.xml" "$pkgdir/usr/share/athena-red-base/" + install -Dm 644 "gnome-background-properties/murasame.xml" "$pkgdir/usr/share/athena-red-base/" install -Dm 644 "gnome-background-properties/redmoon.xml" "$pkgdir/usr/share/athena-red-base/" } diff --git a/packages/themes/materials/colorbase/athena-red-base/red.install b/packages/themes/materials/colorbase/athena-red-base/red.install index 1c07ad297..22f1e15c3 100644 --- a/packages/themes/materials/colorbase/athena-red-base/red.install +++ b/packages/themes/materials/colorbase/athena-red-base/red.install @@ -7,6 +7,7 @@ post_install() { echo -e "GNOME environment detected..." mkdir -p "/usr/share/gnome-background-properties" mv "/usr/share/athena-red-base/akame.xml" "/usr/share/gnome-background-properties/" + mv "/usr/share/athena-red-base/murasame.xml" "/usr/share/gnome-background-properties/" mv "/usr/share/athena-red-base/redmoon.xml" "/usr/share/gnome-background-properties/" fi rm -rf /usr/share/athena-red-base @@ -20,6 +21,7 @@ post_remove() { # Optionally remove the XML file if GNOME was detected during install if [ -d "/usr/share/gnome-shell" ]; then rm -f "/usr/share/gnome-background-properties/akame.xml" + rm -f "/usr/share/gnome-background-properties/murasame.xml" rm -f "/usr/share/gnome-background-properties/redmoon.xml" fi # Check if the directory is empty and remove it if it is