Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splash-themes-livecd/files: splash-themes-livecd-2007.0-rounding.patch digest-splash-themes-livecd-2007.0-r1
Date: Fri, 14 Sep 2007 22:55:31
Message-Id: E1IWJxH-0005qb-9R@stork.gentoo.org
1 wolf31o2 07/09/14 22:48:07
2
3 Added: splash-themes-livecd-2007.0-rounding.patch
4 digest-splash-themes-livecd-2007.0-r1
5 Log:
6 Added a patch from Michal Januszewski <spock@g.o> to fix an icon cycling issue. This closes bug #182065.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.1 media-gfx/splash-themes-livecd/files/splash-themes-livecd-2007.0-rounding.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/files/splash-themes-livecd-2007.0-rounding.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/files/splash-themes-livecd-2007.0-rounding.patch?rev=1.1&content-type=text/plain
14
15 Index: splash-themes-livecd-2007.0-rounding.patch
16 ===================================================================
17 diff -Naurp gentoo-livecd-2007.0-orig/scripts/rc_init-pre gentoo-livecd-2007.0/scripts/rc_init-pre
18 --- gentoo-livecd-2007.0-orig/scripts/rc_init-pre 2007-09-08 11:43:00.000000000 +0200
19 +++ gentoo-livecd-2007.0/scripts/rc_init-pre 2007-09-08 11:43:17.000000000 +0200
20 @@ -89,7 +89,7 @@ fi
21 P_RESOLUTION="$($C_FBRES)"
22 if [ -n "${P_RESOLUTION}" -a -n "${P_ICONW}" -a -n "${P_ICONH}" ]; then
23 P_ICONX="$(($((${P_RESOLUTION%x*} / 2)) - $((${P_ICONW} / 2))))"
24 - P_ICONY="$(echo "" | awk "{f=${P_RESOLUTION#*x};ih=${P_ICONH};print ((f/2)+((f/2)-(ih/3))/2)}")"
25 + P_ICONY="$(echo "" | awk "{f=${P_RESOLUTION#*x};ih=${P_ICONH};print int((f/2)+((f/2)-(ih/3))/2)}")"
26 else
27 log err "failed to configure resolution and icon positioning"
28 exit "${E_RESOLUTION}"
29
30
31
32 1.1 media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2007.0-r1
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2007.0-r1?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/files/digest-splash-themes-livecd-2007.0-r1?rev=1.1&content-type=text/plain
36
37 Index: digest-splash-themes-livecd-2007.0-r1
38 ===================================================================
39 MD5 983c853d5a13c76cc6e4b7d4c4afcee0 gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038
40 RMD160 abba1801ede06a4a6d707f591a2525f641105c4d gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038
41 SHA256 58b6ef88458996dddd47567cbc6b1fb4ffe2c4cd5ff0f637b3b3155cd936ae4b gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038
42
43
44
45 --
46 gentoo-commits@g.o mailing list