0.5
This commit is contained in:
parent
23555b3318
commit
2f092dccbe
@ -8,6 +8,7 @@ URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
|
|||||||
Source0: http://download.gnome.org/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# this depends on a yelp patch that hasn't been merged upstream yet
|
# this depends on a yelp patch that hasn't been merged upstream yet
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
||||||
Patch0: yelp-fixes.patch
|
Patch0: yelp-fixes.patch
|
||||||
|
|
||||||
%global nm_version 0.9
|
%global nm_version 0.9
|
||||||
@ -58,7 +59,7 @@ you through configuring it. It is integrated with gdm.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1 -b .yelp-fixes
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
diff -up gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes gnome-initial-setup-0.5/data/gnome-welcome-tour
|
diff -up gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes gnome-initial-setup-0.5/data/gnome-welcome-tour
|
||||||
--- gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes 2013-01-11 14:55:30.964471647 -0500
|
--- gnome-initial-setup-0.5/data/gnome-welcome-tour.yelp-fixes 2012-12-20 15:12:43.000000000 -0500
|
||||||
+++ gnome-initial-setup-0.5/data/gnome-welcome-tour 2013-01-11 14:55:46.286471100 -0500
|
+++ gnome-initial-setup-0.5/data/gnome-welcome-tour 2013-01-11 15:47:59.734958294 -0500
|
||||||
@@ -25,4 +25,4 @@ for name in $locale $lang 'C'; do
|
@@ -24,5 +24,5 @@ for name in $locale $lang 'C'; do
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro0001-0535.ogg &
|
-/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro0001-0535.ogg &
|
||||||
-yelp help:getting-started
|
-yelp help:getting-started
|
||||||
|
+/usr/libexec/gnome-initial-setup-player $intro_path/figures/yelp-intro.webm &
|
||||||
+yelp --dont-steal-focus help:getting-started
|
+yelp --dont-steal-focus help:getting-started
|
||||||
|
Loading…
Reference in New Issue
Block a user