From 20bff3b418db796e99a133e81317898687553a1b Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 9 Jul 2012 22:59:23 +0000 Subject: [PATCH] - added missing am.patch, release 2 --- gtk-webkit-am.patch | 47 +++++++++++++++++++++++++++++++++++++++++++++ gtk-webkit.spec | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 gtk-webkit-am.patch diff --git a/gtk-webkit-am.patch b/gtk-webkit-am.patch new file mode 100644 index 0000000..7522c02 --- /dev/null +++ b/gtk-webkit-am.patch @@ -0,0 +1,47 @@ +diff -ur webkit-1.8.1.orig//GNUmakefile.am webkit-1.8.1/GNUmakefile.am +--- webkit-1.8.1.orig//GNUmakefile.am 2012-04-24 01:34:52.000000000 +0000 ++++ webkit-1.8.1/GNUmakefile.am 2012-07-09 22:57:10.803179697 +0000 +@@ -283,7 +283,7 @@ + # Older automake versions (1.7) place Plo files in a different place so we need + # to create the output directory manually. + all-local: stamp-po +- $(mkdir_p) $(top_builddir)/$(DEPDIR)/DerivedSources ++ $(MKDIR_P) $(top_builddir)/$(DEPDIR)/DerivedSources + + # remove built sources and program directories + clean-local: +diff -ur webkit-1.8.1.orig//Source/WebKit/gtk/po/GNUmakefile.am webkit-1.8.1/Source/WebKit/gtk/po/GNUmakefile.am +--- webkit-1.8.1.orig//Source/WebKit/gtk/po/GNUmakefile.am 2012-04-24 01:35:33.000000000 +0000 ++++ webkit-1.8.1/Source/WebKit/gtk/po/GNUmakefile.am 2012-07-09 22:57:22.940184297 +0000 +@@ -132,13 +132,13 @@ + $(top_builddir)/Source/WebKit/gtk/po/$(DOMAIN).pot + + po-install-data-local: all +- $(mkdir_p) $(DESTDIR)$(datadir) ++ $(MKDIR_P) $(DESTDIR)$(datadir) + @catalogs='$(MOFILES)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ +- $(mkdir_p) $(DESTDIR)$$dir; \ ++ $(MKDIR_P) $(DESTDIR)$$dir; \ + if test -r Source/WebKit/gtk/po/$$cat; then realcat=Source/WebKit/gtk/po/$$cat; else realcat=$(srcdir)/$$cat; fi; \ + $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ + echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ +@@ -173,13 +173,13 @@ + done + + po-installdirs-data-local: +- $(mkdir_p) $(DESTDIR)$(datadir) ++ $(MKDIR_P) $(DESTDIR)$(datadir) + @catalogs='$(MOFILES)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ + lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ +- $(mkdir_p) $(DESTDIR)$$dir; \ ++ $(MKDIR_P) $(DESTDIR)$$dir; \ + for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ + if test -n "$$lc"; then \ + if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ diff --git a/gtk-webkit.spec b/gtk-webkit.spec index a730383..5d63b71 100644 --- a/gtk-webkit.spec +++ b/gtk-webkit.spec @@ -7,7 +7,7 @@ Summary: Port of WebKit embeddable web component to GTK+ Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+ Name: gtk-webkit Version: 1.8.1 -Release: 1 +Release: 2 License: BSD-like Group: X11/Libraries Source0: http://webkitgtk.org/releases/webkit-%{version}.tar.xz -- 2.44.0