diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-01-02 22:57:29 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-01-02 22:57:29 (GMT) |
commit | 33743ed68967e3b7b58e0492741fd88a7ecbbf7f (patch) | |
tree | 22e6571ff59f620ad2c005852f5f5af4bd67dc61 /abs/core/plymouth | |
parent | 27f7a8d911d79a795090322892f0b831a5de714a (diff) | |
download | linhes_pkgbuild-33743ed68967e3b7b58e0492741fd88a7ecbbf7f.zip linhes_pkgbuild-33743ed68967e3b7b58e0492741fd88a7ecbbf7f.tar.gz linhes_pkgbuild-33743ed68967e3b7b58e0492741fd88a7ecbbf7f.tar.bz2 |
plymouth: rebuild for libpng16
reverted 9.0 due to it segfaulting
Diffstat (limited to 'abs/core/plymouth')
-rw-r--r-- | abs/core/plymouth/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/plymouth/__changelog | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/plymouth/PKGBUILD b/abs/core/plymouth/PKGBUILD index 6126d4f..4aeec1d 100644 --- a/abs/core/plymouth/PKGBUILD +++ b/abs/core/plymouth/PKGBUILD @@ -1,6 +1,6 @@ pkgname=plymouth pkgver=0.8.8.52.g37d2e40 -pkgrel=4 +pkgrel=5 pkgdesc="A graphical boot splash screen with kernel mode-setting support (Git version)" url="http://cgit.freedesktop.org/cgit/plymouth/" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ depends=('libdrm' 'pango' 'v86d') makedepends=('git' 'docbook-xsl') optdepends=('ttf-dejavu') options=('!libtool' '!emptydirs') -install=$pkgname.install +#install=$pkgname.install groups=('base') provides=('plymouth') conflicts=('plymouth') diff --git a/abs/core/plymouth/__changelog b/abs/core/plymouth/__changelog index 6b8e8c1..b9c41f9 100644 --- a/abs/core/plymouth/__changelog +++ b/abs/core/plymouth/__changelog @@ -1,4 +1,5 @@ pulled from AUR plymouth-git 12/3/13 -removed systemd as a dep -removed --enable-systemd configure option -add v86d as dep +PKGBUILD: removed systemd as a dep +PKGBUILD: removed --enable-systemd configure option +PKGBUILD: add v86d as dep +PKGBUILD: comment out install line |