plymouth: removed. It doesn't work and it's utterly broken.
This commit is contained in:
parent
4e523bad75
commit
cf957de371
|
@ -795,9 +795,6 @@ libtracker-data.so.0 libtracker-0.14.0_1
|
|||
libtracker-extract-0.14.so.0 libtracker-0.14.0_1
|
||||
libtracker-miner-0.14.so.0 libtracker-0.14.0_1
|
||||
libtracker-sparql-0.14.so.0 libtracker-0.14.0_1
|
||||
libply.so.2 libplymouth-0.8.3_1
|
||||
libply-splash-graphics.so.2 libplymouth-0.8.3_1
|
||||
libply-splash-core.so.2 libplymouth-0.8.3_1
|
||||
libfm.so.1 libfm-0.1.16_1
|
||||
libfm-gtk.so.1 libfm-0.1.16_1
|
||||
libunique-1.0.so.0 libunique1-1.1.6_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
plymouth
|
|
@ -1 +0,0 @@
|
|||
plymouth
|
|
@ -1,5 +0,0 @@
|
|||
libm.so.6
|
||||
librt.so.1
|
||||
libdl.so.2
|
||||
libc.so.6
|
||||
libpng14.so.14
|
|
@ -1,13 +0,0 @@
|
|||
# Template file for 'libplymouth'.
|
||||
#
|
||||
short_desc="${short_desc} - shared libraries"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
||||
This package includes the shared libraries provided by plymouth."
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove "lib/*.so*" lib
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
Author: Guido Guenther <agx@sigxcpu.org>
|
||||
Description:
|
||||
Set default framebuffer device to /dev/fb0 instead of /dev/fb which doesn't
|
||||
exist by default (Closes: #573724).
|
||||
|
||||
--- src/plugins/renderers/frame-buffer/plugin.c 2010-11-20 16:22:53.066407620 +0100
|
||||
+++ src/plugins/renderers/frame-buffer/plugin.c 2010-11-20 16:23:21.861484753 +0100
|
||||
@@ -56,7 +56,7 @@
|
||||
#include "ply-renderer-plugin.h"
|
||||
|
||||
#ifndef PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME
|
||||
-#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb"
|
||||
+#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb0"
|
||||
#endif
|
||||
|
||||
struct _ply_renderer_head
|
|
@ -1,14 +0,0 @@
|
|||
# Template file for 'plymouth-devel'.
|
||||
#
|
||||
depends="gtk+-devel libdrm-devel libplymouth"
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr
|
||||
}
|
|
@ -1,29 +0,0 @@
|
|||
libpangocairo-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libply-splash-graphics.so.2
|
||||
libpng14.so.14
|
||||
libply-splash-core.so.2
|
||||
libply.so.2
|
||||
libm.so.6
|
||||
librt.so.1
|
||||
libdl.so.2
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libdrm_intel.so.1
|
||||
libdrm_radeon.so.1
|
||||
libdrm_nouveau.so.1
|
||||
libdrm.so.2
|
||||
libkms.so.1
|
|
@ -1,34 +0,0 @@
|
|||
# Template file for 'plymouth'
|
||||
pkgname=plymouth
|
||||
version=20120111
|
||||
revision=1
|
||||
homepage="http://cgit.freedesktop.org/plymouth"
|
||||
#distfiles="${homepage}/snapshot/$pkgname-$version.tar.bz2"
|
||||
distfiles="http://xbps.nopcode.org/distfiles/plymouth-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pango --enable-libdrm_intel --enable-libdrm_radeon
|
||||
--enable-libdrm_nouveau --enable-libkms --enable-gdm-transition
|
||||
--enable-systemd-integration --with-system-root-install
|
||||
--with-release-file=/etc/os-release --disable-tests --disable-static
|
||||
--without-rhgb-compat-link --with-logo=/usr/share/void-artwork/splash.png
|
||||
--with-background-color=0xffffff"
|
||||
depends="void-artwork"
|
||||
makedepends="automake pkg-config gtk+-devel libdrm-devel"
|
||||
short_desc="Graphical boot animation and logger"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=f819a53d810633b2c93069d95681cf2440c65e411e360ab170eba36d76e46de3
|
||||
long_desc="
|
||||
Plymouth is an application that runs very early in the boot process
|
||||
(even before the root filesystem is mounted!) that provides a graphical
|
||||
boot animation while the boot process happens in the background."
|
||||
|
||||
subpackages="libplymouth ${pkgname}-devel"
|
||||
conf_files="/etc/plymouth/plymouthd.conf"
|
||||
make_dirs="
|
||||
/var/lib/plymouth 0755 root root
|
||||
/var/spool/plymouth 0755 root root"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
Loading…
Reference in New Issue