]> git.pld-linux.org Git - packages/gtk-webkit.git/commitdiff
- added missing am.patch, release 2 auto/ti/gtk-webkit-1.8.1-2
authorMarcin Krol <hawk@tld-linux.org>
Mon, 9 Jul 2012 22:59:23 +0000 (22:59 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 9 Jul 2012 22:59:23 +0000 (22:59 +0000)
gtk-webkit-am.patch [new file with mode: 0644]
gtk-webkit.spec

diff --git a/gtk-webkit-am.patch b/gtk-webkit-am.patch
new file mode 100644 (file)
index 0000000..7522c02
--- /dev/null
@@ -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 \
index a730383717da7b7de03e65ace0af0116e2b54b50..5d63b71ed056dd40cd19534f6008b38f5c935abf 100644 (file)
@@ -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
This page took 0.125405 seconds and 4 git commands to generate.