diff --git a/plymouth-theme-arch-logo/.SRCINFO b/plymouth-theme-arch-logo/.SRCINFO new file mode 100644 index 0000000..18b7aa6 --- /dev/null +++ b/plymouth-theme-arch-logo/.SRCINFO @@ -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 diff --git a/plymouth-theme-arch-logo/PKGBUILD b/plymouth-theme-arch-logo/PKGBUILD new file mode 100644 index 0000000..5e1dfc7 --- /dev/null +++ b/plymouth-theme-arch-logo/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Manuel Hüsers +# Contributor: Manuel Hüsers +# Contributor: Guillermo Garcia + +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" +} diff --git a/plymouth-theme-arch-logo/plymouth-theme-arch-logo.install b/plymouth-theme-arch-logo/plymouth-theme-arch-logo.install new file mode 100644 index 0000000..4d65b5f --- /dev/null +++ b/plymouth-theme-arch-logo/plymouth-theme-arch-logo.install @@ -0,0 +1,12 @@ +post_install() { + cat < To activate the theme, run as root: +==> plymouth-set-default-theme -R arch-logo + +EOF +} + +post_upgrade() { + post_install $1 +} diff --git a/plymouth-theme-arch-logo/plymouth-theme-arch-logo.tar.gz b/plymouth-theme-arch-logo/plymouth-theme-arch-logo.tar.gz new file mode 100644 index 0000000..1ce0c86 Binary files /dev/null and b/plymouth-theme-arch-logo/plymouth-theme-arch-logo.tar.gz differ