* [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. d98f4e1c62eb0a1854ab36557783d96ff4ee7972
@ 2012-04-27 12:52 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-04-27 12:52 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 2714 bytes --]
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 <michael.tremer(a)ipfire.org>
Date: Fri Apr 27 14:51:49 2012 +0200
ipfire-logos: Add deps/scriptlets for plymouth theme.
commit 0f6fe9ca51ae25a239065c24f0618d01d5343a62
Author: Michael Tremer <michael.tremer(a)ipfire.org>
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 <michael.tremer(a)ipfire.org>
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-27 12:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27 12:52 [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. d98f4e1c62eb0a1854ab36557783d96ff4ee7972 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox