]> git.pld-linux.org Git - packages/epiphany.git/commitdiff
- fix build with newer gtkwebkit
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 18 Nov 2007 00:00:30 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany.spec -> 1.165

epiphany.spec

index b6a05281bd8fcf5ab0769bc44aac965023068979..0817b19f693e437d3b0d1d26cb510197fb1ff209 100644 (file)
@@ -128,6 +128,9 @@ sed -i -e s#sr\@Latn#sr\@latin# po/LINGUAS
 mv po/sr\@{Latn,latin}.po
 
 sed -i -e 's#WebKitGdk#WebKitGtk#g' configure.ac
+sed -i -e 's#WebKitGtkPage#WebKitPage#g' embed/webkit/*.cpp embed/webkit/*.h
+sed -i -e 's#webkit_gtk_#webkit_#g' embed/webkit/*.cpp embed/webkit/*.h
+sed -i -e 's#WEBKIT_GTK_PAGE#WEBKIT_PAGE#g' embed/webkit/*.cpp embed/webkit/*.h
 
 %build
 %{__gnome_doc_prepare}
This page took 0.046916 seconds and 4 git commands to generate.