Add 'plymouth-theme-arch-logo/' from commit '00ae1a38444555267c1c01ff26dd46e1bec46894'

git-subtree-dir: plymouth-theme-arch-logo
git-subtree-mainline: 32e592d220
git-subtree-split: 00ae1a3844
This commit is contained in:
Manuel 2022-10-18 00:00:01 +02:00
commit 3ee96b7f8e
4 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,13 @@
pkgbase = plymouth-theme-arch-logo
pkgdesc = A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.
pkgver = 1
pkgrel = 2
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
install = plymouth-theme-arch-logo.install
arch = any
license = GPL
depends = plymouth
source = plymouth-theme-arch-logo.tar.gz
sha256sums = 553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6
pkgname = plymouth-theme-arch-logo

View File

@ -0,0 +1,28 @@
# Maintainer: Manuel Hüsers <aur@huesers.de>
# Contributor: Manuel Hüsers <aur@huesers.de>
# Contributor: Guillermo Garcia <ahioros@NO-SPAM.gmail.com>
pkgname=plymouth-theme-arch-logo
pkgver=1
pkgrel=2
pkgdesc='A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.'
arch=('any')
# Alternative website(s)
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
license=('GPL')
depends=('plymouth')
install="${pkgname}.install"
source=(
'plymouth-theme-arch-logo.tar.gz'
)
sha256sums=(
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
)
package() {
cd "${srcdir}/arch-logo"
rm -fv *~
mkdir -p "${pkgdir}/usr/share/plymouth/themes/arch-logo"
install -Dvm644 * "${pkgdir}/usr/share/plymouth/themes/arch-logo"
}

View File

@ -0,0 +1,12 @@
post_install() {
cat <<EOF
==> To activate the theme, run as root:
==> plymouth-set-default-theme -R arch-logo
EOF
}
post_upgrade() {
post_install $1
}