From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. d98f4e1c62eb0a1854ab36557783d96ff4ee7972 Date: Fri, 27 Apr 2012 14:52:07 +0200 Message-ID: <20120427125207.886FA20188@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3168318361665146452==" List-Id: --===============3168318361665146452== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via d98f4e1c62eb0a1854ab36557783d96ff4ee7972 (commit) via 0f6fe9ca51ae25a239065c24f0618d01d5343a62 (commit) from a4b4a2fdf0dbbf1eff40a1423145cc1cac9b7364 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d98f4e1c62eb0a1854ab36557783d96ff4ee7972 Author: Michael Tremer Date: Fri Apr 27 14:51:49 2012 +0200 ipfire-logos: Add deps/scriptlets for plymouth theme. commit 0f6fe9ca51ae25a239065c24f0618d01d5343a62 Author: Michael Tremer Date: Fri Apr 27 14:47:59 2012 +0200 ghostscript: Temporary disable dependency to cups. We need this to bootstrap for armv5tel. ----------------------------------------------------------------------- Summary of changes: ghostscript/ghostscript.nm | 3 +-- ipfire-logos/ipfire-logos.nm | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) Difference in files: diff --git a/ghostscript/ghostscript.nm b/ghostscript/ghostscript.nm index 14040f7..b8c5207 100644 --- a/ghostscript/ghostscript.nm +++ b/ghostscript/ghostscript.nm @@ -5,7 +5,7 @@ name = ghostscript version = 9.05 -release = 2 +release = 2.1 groups = Applications/Printing url = http://ghostscript.com @@ -30,7 +30,6 @@ source_dl = http://downloads.ghostscript.com/public/ build requires - cups-devel dbus-devel expat-devel glib2-devel diff --git a/ipfire-logos/ipfire-logos.nm b/ipfire-logos/ipfire-logos.nm index 9947523..45e5aa5 100644 --- a/ipfire-logos/ipfire-logos.nm +++ b/ipfire-logos/ipfire-logos.nm @@ -5,7 +5,7 @@ name = ipfire-logos version = 1 -release = 1 +release = 2 arch = noarch maintainer = Michael Tremer @@ -31,5 +31,24 @@ end packages package %{name} provides = system-logos + + prerequires + plymouth-scripts + end + + requires + plymouth-plugin-script + end + + script postin + %{sbindir}/plymouth-set-default-theme ipfire-logo || : + end + + script postun + if [ "$(%{sbindir}/plymouth-set-default-theme)" = "ipfire-logo" ]; then + %{sbindir}/plymouth-set-default-theme --reset + /usr/lib/plymouth/plymouth-generate-initrd + fi + end end end hooks/post-receive -- IPFire 3.x development tree --===============3168318361665146452==--