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:
commit
3ee96b7f8e
4 changed files with 53 additions and 0 deletions
13
plymouth-theme-arch-logo/.SRCINFO
Normal file
13
plymouth-theme-arch-logo/.SRCINFO
Normal 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
|
28
plymouth-theme-arch-logo/PKGBUILD
Normal file
28
plymouth-theme-arch-logo/PKGBUILD
Normal 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"
|
||||
}
|
12
plymouth-theme-arch-logo/plymouth-theme-arch-logo.install
Normal file
12
plymouth-theme-arch-logo/plymouth-theme-arch-logo.install
Normal 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
|
||||
}
|
BIN
plymouth-theme-arch-logo/plymouth-theme-arch-logo.tar.gz
Normal file
BIN
plymouth-theme-arch-logo/plymouth-theme-arch-logo.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue