2022-02-13 15:16:15 +01:00
|
|
|
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
|
|
|
# Contributor: Manuel Hüsers <aur@huesers.de>
|
2015-07-25 02:45:56 +02:00
|
|
|
# Contributor: Guillermo Garcia <ahioros@NO-SPAM.gmail.com>
|
|
|
|
|
2016-06-22 19:41:42 +02:00
|
|
|
pkgname=plymouth-theme-arch-logo
|
2016-09-15 20:31:27 +02:00
|
|
|
pkgver=1
|
2020-01-14 07:06:12 +01:00
|
|
|
pkgrel=2
|
2016-06-22 19:41:42 +02:00
|
|
|
pkgdesc='A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.'
|
2015-07-25 02:45:56 +02:00
|
|
|
arch=('any')
|
2020-01-14 07:06:12 +01:00
|
|
|
# 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'
|
2015-07-25 02:45:56 +02:00
|
|
|
license=('GPL')
|
|
|
|
depends=('plymouth')
|
2016-06-22 19:41:42 +02:00
|
|
|
install="${pkgname}.install"
|
2016-09-15 12:40:22 +02:00
|
|
|
source=(
|
2020-01-14 07:06:12 +01:00
|
|
|
'plymouth-theme-arch-logo.tar.gz'
|
2016-09-15 12:40:22 +02:00
|
|
|
)
|
|
|
|
sha256sums=(
|
2020-01-14 07:06:12 +01:00
|
|
|
'553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6'
|
2016-09-15 12:40:22 +02:00
|
|
|
)
|
2015-07-25 02:45:56 +02:00
|
|
|
|
|
|
|
package() {
|
2016-06-22 19:41:42 +02:00
|
|
|
cd "${srcdir}/arch-logo"
|
|
|
|
rm -fv *~
|
|
|
|
mkdir -p "${pkgdir}/usr/share/plymouth/themes/arch-logo"
|
|
|
|
install -Dvm644 * "${pkgdir}/usr/share/plymouth/themes/arch-logo"
|
2015-07-25 02:45:56 +02:00
|
|
|
}
|