SHA256
1
0
forked from pool/plymouth

Accepting request 140245 from home:elvigia:branches:Base:System

- Update to an slightly newer git snapshot to fix regression
  from 0.8.8 

- Version 0.8.8
* main: Try to own socket before anything else
* main: silently succeed if plymouthd is started a second time
* service: start plymouthd unconditionally
* x11: make window fullscreen by default
* x11: only create windows when necessary  

- plymoith-sd-notforking.patch: Make plymouthd to not use
  Service type "forking"
- ply-sdunitdir.patch: Must install units in %{_unitdir} as
  returned by pkg-config not in a hardcoded location.

OBS-URL: https://build.opensuse.org/request/show/140245
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=90
This commit is contained in:
Raymond Wooninck
2012-11-05 18:19:28 +00:00
committed by Git OBS Bridge
parent 1a63490de9
commit 7c28e203e3
6 changed files with 101 additions and 8 deletions

View File

@@ -22,13 +22,13 @@
%define plymouth_initrd_file /boot/initrd-plymouth.img
Name: plymouth
Version: 0.8.7
Version: 0.8.8_git201211022126
Release: 0
Summary: Graphical Boot Animation and Logger
License: GPL-2.0+
Group: System/Base
Url: http://freedesktop.org/software/plymouth/releases
Source0: %{name}-%{version}.tar.bz2
Source0: %{name}-%{version}.tar.xz
Source1: boot-duration
# PATCH-OPENSUSE -- Support the openSUSE initrd
Patch1: suse-initrd-support
@@ -47,6 +47,8 @@ Patch8: systemd-no-warning.patch
Patch10: 0001-Some-greenish-openSUSE-colors.patch
# PATCH-FIX-UPSTREAM -- Plymouth will check itself if it is already running (bnc#780976)
Patch11: plymouth-remove-pid-file.patch
Patch12: plymoith-sd-notforking.patch
Patch13: ply-sdunitdir.patch
BuildRequires: automake
BuildRequires: kernel-headers
BuildRequires: libtool
@@ -60,6 +62,7 @@ BuildRequires: pkgconfig(libdrm_intel)
BuildRequires: pkgconfig(libdrm_nouveau)
BuildRequires: pkgconfig(libdrm_radeon)
BuildRequires: pkgconfig(libkms)
BuildRequires: pkgconfig(systemd)
Requires: %{name}-branding
Requires: gnu-unifont-bitmap-fonts
%ifarch %ix86 x86_64 ppc ppc64
@@ -310,7 +313,8 @@ plugin.
%patch8 -p1
%patch10 -p1
#patch11 -p1
%patch12
%patch13
# replace builddate with patch0date
sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c
@@ -334,7 +338,7 @@ autoreconf -fiv
--without-gdm-autostart-file \
--with-release-file=/etc/os-release
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
@@ -476,7 +480,7 @@ fi
%{_localstatedir}/spool/plymouth
%{_mandir}/man?/*
%ghost %{_localstatedir}/lib/plymouth/boot-duration
/lib/systemd/system/*
%{_unitdir}/*
%files devel
%defattr(-, root, root)