diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:05:06 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-29 18:05:06 (GMT) |
commit | d4f87c26be94acfef50c606440fab2dd3f04c167 (patch) | |
tree | 7aeb40cafa60c1fe9bf865e1940692405de644bd /abs/core/plymouth-theme-linhes/PKGBUILD | |
parent | 67a3968380d4d58feec0a39c379bc5747891578b (diff) | |
download | linhes_pkgbuild-d4f87c26be94acfef50c606440fab2dd3f04c167.zip linhes_pkgbuild-d4f87c26be94acfef50c606440fab2dd3f04c167.tar.gz linhes_pkgbuild-d4f87c26be94acfef50c606440fab2dd3f04c167.tar.bz2 |
plymouth-theme-linhes: adjust log image aspect to be right on widescreen.
change background to black to avoid black borders on 1080 displays
Diffstat (limited to 'abs/core/plymouth-theme-linhes/PKGBUILD')
-rw-r--r-- | abs/core/plymouth-theme-linhes/PKGBUILD | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/abs/core/plymouth-theme-linhes/PKGBUILD b/abs/core/plymouth-theme-linhes/PKGBUILD index 45d41be..4d1a8cf 100644 --- a/abs/core/plymouth-theme-linhes/PKGBUILD +++ b/abs/core/plymouth-theme-linhes/PKGBUILD @@ -1,17 +1,24 @@ # pkgname="plymouth-theme-linhes-logo" pkgver=1 -pkgrel=1 -pkgdesc="linhes logo theme for plymouth" +pkgrel=2 +pkgdesc="LinHES theme for plymouth" arch=('any') license=('GPL') depends=('plymouth') options=('') -source=("linhes-logo.tar.gz") +source=('lh-logo.png' 'linhes-logo.plymouth' 'linhes-logo.script' 'password_field.png' + 'progress_dot_off.png' 'progress_dot_on.png') install=plymouth-linhes.install + package() { - cd $srcdir/linhes-logo + cd $srcdir mkdir -p $pkgdir/usr/share/plymouth/themes/linhes-logo install -Dm644 * $pkgdir/usr/share/plymouth/themes/linhes-logo } -md5sums=('ec26e16177210f616765e3848b1bf5e4') +md5sums=('1f8d343587e12f36df5d995034e278a1' + 'ce896cdeb403f5d0f3df5886e88b4ac5' + 'c13aad1b1d821160dfafeaeb827a925c' + '1ebfd289a00fcd6ed973eb4576ef22ab' + '28321edbf593e7d9c7ad1edc70e00224' + 'f3d3f9c4eb33cdbeec16c2d6745e9f73') |