recipes: delete obsolete patches

Deleted bunch of patches which are not used anymore by any recipe.

Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Oleksandr Kravchuk
2017-03-13 09:56:35 +01:00
committed by Martin Jansa
parent cd653249c2
commit 4b4a62ec07
28 changed files with 0 additions and 1133 deletions
@@ -1,31 +0,0 @@
---
Makefile.am | 2 +-
gcalctool/Makefile.am | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
Index: gcalctool-5.8.17/gcalctool/Makefile.am
===================================================================
--- gcalctool-5.8.17.orig/gcalctool/Makefile.am 2005-12-19 15:46:57.000000000 +0000
+++ gcalctool-5.8.17/gcalctool/Makefile.am 2007-05-16 16:03:26.000000000 +0100
@@ -1,8 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
- -I$(includedir) \
- -DG_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED \
Index: gcalctool-5.8.17/Makefile.am
===================================================================
--- gcalctool-5.8.17.orig/Makefile.am 2007-05-16 15:35:44.000000000 +0100
+++ gcalctool-5.8.17/Makefile.am 2007-05-16 16:06:46.000000000 +0100
@@ -29,7 +29,7 @@ DISTCLEANFILES = \
gnome-doc-utils.make \
gcalctool.desktop
-SUBDIRS = po gcalctool help
+SUBDIRS = po gcalctool
SCHEMAS_FILE = gcalctool.schemas
@@ -1,12 +0,0 @@
Index: goffice-0.7.14/configure.in
===================================================================
--- goffice-0.7.14.orig/configure.in 2009-11-14 19:14:37.106109501 +0100
+++ goffice-0.7.14/configure.in 2009-11-14 19:19:40.907333188 +0100
@@ -66,6 +66,7 @@
AC_ISC_POSIX
AC_PROG_CC
+AC_PROG_CC_C99
AC_PROG_YACC
AM_PROG_LEX
AC_PROG_LN_S
@@ -1,12 +0,0 @@
Index: goffice-0.7.14/configure.in
===================================================================
--- goffice-0.7.14.orig/configure.in
+++ goffice-0.7.14/configure.in
@@ -71,7 +71,6 @@ AC_PROG_YACC
AM_PROG_LEX
AC_PROG_LN_S
AM_PROG_LIBTOOL
-DOLT
AC_STDC_HEADERS
AC_SYS_LARGEFILE
@@ -1,19 +0,0 @@
Taken from http://trac.macports.org/ticket/34812
Fixes abiword build failing with:
/usr/lib/libgoffice-0.8.so: undefined reference to `pcre_info'
Upstream-Status: pending
http://www.linuxfromscratch.org/blfs/view/cvs/x/goffice.html
--- a/goffice/utils/regutf8.c.orig 2009-09-05 18:52:09.000000000 -0500
+++ b/goffice/utils/regutf8.c 2012-06-09 18:04:29.000000000 -0500
@@ -155,7 +155,7 @@
default: return GO_REG_BADPAT;
}
} else {
- gor->re_nsub = pcre_info (r, NULL, NULL);
+ gor->re_nsub = pcre_fullinfo (r, NULL, 0, NULL);
gor->nosub = (cflags & GO_REG_NOSUB) != 0;
return 0;
}
@@ -1,17 +0,0 @@
diff -Naur ../tracker-0.10.8/configure.ac tracker-0.10.8//configure.ac
--- ../tracker-0.10.8/configure.ac 2011-04-08 15:03:30.000000000 +0300
+++ tracker-0.10.8//configure.ac 2011-04-11 13:47:16.625914002 +0300
@@ -218,7 +218,12 @@
# Needed to generate .gir files,
# see http://live.gnome.org/GnomeGoals/AddGObjectIntrospectionSupport
-GOBJECT_INTROSPECTION_CHECK([0.9.5])
+#GOBJECT_INTROSPECTION_CHECK([0.9.5])
+# Satisfy missing introspection foo
+AM_CONDITIONAL(HAVE_INTROSPECTION, test "0" == "1")
+
+INTROSPECTION_CFLAGS=""
+AC_SUBST(INTROSPECTION_CFLAGS)
# NOTE: dbus and dbus-glib-1 are only used now for libtracker-client
# which is deprecated and tracker-writeback which will be refactored