Author: baggins Date: Fri Apr 27 11:03:01 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - fix check_for_consoles.patch - use colors from configure for text progress bar - R /etc/os-release for nice distro name/version display - change our colors to green for consistence with /etc/os-release
---- Files affected: packages/plymouth: plymouth.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/plymouth/plymouth.spec diff -u packages/plymouth/plymouth.spec:1.20 packages/plymouth/plymouth.spec:1.21 --- packages/plymouth/plymouth.spec:1.20 Thu Apr 26 20:01:21 2012 +++ packages/plymouth/plymouth.spec Fri Apr 27 13:02:56 2012 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Graficzna animacja i logowanie startu systemu Name: plymouth Version: 0.8.4 -Release: 1 +Release: 2 License: GPL v2+ Group: Base Source0: http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -21,6 +21,7 @@ Source5: %{name}-set-default-plugin Source6: %{name}-update-initrd Patch0: check_for_consoles.patch +Patch1: text-colors.patch URL: http://www.freedesktop.org/wiki/Software/Plymouth #BuildRequires: autoconf >= 2.50 #BuildRequires: automake @@ -33,6 +34,7 @@ BuildRequires: pkgconfig Requires: %{name}-graphics-libs = %{version}-%{release} Requires(post): %{name}-scripts = %{version}-%{release} +Requires: /etc/os-release Obsoletes: plymouth-gdm-hooks Obsoletes: plymouth-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -336,6 +338,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # Change the default theme sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults @@ -348,10 +351,11 @@ --enable-gdm-transition \ --enable-systemd-integration \ --enable-tracing \ - --with-background-start-color-stop=0x003194 \ - --with-background-end-color-stop=0x000063 \ - --with-background-color=0x0063c6 \ + --with-background-start-color-stop=0x009431 \ + --with-background-end-color-stop=0x006300 \ + --with-background-color=0x00c663 \ --with-logo=%{_pixmapsdir}/plymouth-logo.png \ + --with-release-file=/etc/os-release \ --with-system-root-install %{__make} @@ -547,6 +551,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2012/04/27 11:02:56 baggins +- rel 2 +- fix check_for_consoles.patch +- use colors from configure for text progress bar +- R /etc/os-release for nice distro name/version display +- change our colors to green for consistence with /etc/os-release + Revision 1.20 2012/04/26 18:01:21 qboosh - remaining pl - there is no direct relation between plugins and themes, so sorted them all ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/plymouth/plymouth.spec?r1=1.20&r2=1.21 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
