diff options
Diffstat (limited to 'meta/packages/gcalctool')
-rw-r--r-- | meta/packages/gcalctool/gcalctool/fix-includedir.patch | 29 | ||||
-rw-r--r-- | meta/packages/gcalctool/gcalctool/makefile-fix.diff | 18 | ||||
-rw-r--r-- | meta/packages/gcalctool/gcalctool_5.8.17.bb | 12 |
3 files changed, 36 insertions, 23 deletions
diff --git a/meta/packages/gcalctool/gcalctool/fix-includedir.patch b/meta/packages/gcalctool/gcalctool/fix-includedir.patch index 62b386bf9d..aeb02ab2c1 100644 --- a/meta/packages/gcalctool/gcalctool/fix-includedir.patch +++ b/meta/packages/gcalctool/gcalctool/fix-includedir.patch | |||
@@ -1,12 +1,31 @@ | |||
1 | Index: gcalctool-5.7.32/gcalctool/Makefile.am | 1 | --- |
2 | Makefile.am | 2 +- | ||
3 | gcalctool/Makefile.am | 2 -- | ||
4 | 2 files changed, 1 insertion(+), 3 deletions(-) | ||
5 | |||
6 | Index: gcalctool-5.8.17/gcalctool/Makefile.am | ||
2 | =================================================================== | 7 | =================================================================== |
3 | --- gcalctool-5.7.32.orig/gcalctool/Makefile.am 2007-04-07 19:44:00.000000000 +0200 | 8 | --- gcalctool-5.8.17.orig/gcalctool/Makefile.am 2005-12-19 15:46:57.000000000 +0000 |
4 | +++ gcalctool-5.7.32/gcalctool/Makefile.am 2007-04-07 19:44:15.000000000 +0200 | 9 | +++ gcalctool-5.8.17/gcalctool/Makefile.am 2007-05-16 16:03:26.000000000 +0100 |
5 | @@ -1,7 +1,6 @@ | 10 | @@ -1,8 +1,6 @@ |
6 | ## Process this file with automake to produce Makefile.in | 11 | ## Process this file with automake to produce Makefile.in |
7 | 12 | ||
8 | INCLUDES = \ | 13 | INCLUDES = \ |
9 | - -I$(includedir) \ | 14 | - -I$(includedir) \ |
10 | -DG_DISABLE_DEPRECATED \ | 15 | - -DG_DISABLE_DEPRECATED \ |
11 | -DGDK_PIXBUF_DISABLE_DEPRECATED \ | 16 | -DGDK_PIXBUF_DISABLE_DEPRECATED \ |
12 | -DGDK_DISABLE_DEPRECATED \ | 17 | -DGDK_DISABLE_DEPRECATED \ |
18 | -DGNOME_DISABLE_DEPRECATED \ | ||
19 | Index: gcalctool-5.8.17/Makefile.am | ||
20 | =================================================================== | ||
21 | --- gcalctool-5.8.17.orig/Makefile.am 2007-05-16 15:35:44.000000000 +0100 | ||
22 | +++ gcalctool-5.8.17/Makefile.am 2007-05-16 16:06:46.000000000 +0100 | ||
23 | @@ -29,7 +29,7 @@ DISTCLEANFILES = \ | ||
24 | gnome-doc-utils.make \ | ||
25 | gcalctool.desktop | ||
26 | |||
27 | -SUBDIRS = po gcalctool help | ||
28 | +SUBDIRS = po gcalctool | ||
29 | |||
30 | SCHEMAS_FILE = gcalctool.schemas | ||
31 | |||
diff --git a/meta/packages/gcalctool/gcalctool/makefile-fix.diff b/meta/packages/gcalctool/gcalctool/makefile-fix.diff deleted file mode 100644 index 48a546271f..0000000000 --- a/meta/packages/gcalctool/gcalctool/makefile-fix.diff +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | --- gcalctool/Makefile.am~ 2005-03-23 16:50:10.000000000 +0000 | ||
2 | +++ gcalctool/Makefile.am 2006-03-20 13:59:17.000000000 +0000 | ||
3 | @@ -30,15 +30,8 @@ | ||
4 | |||
5 | SCHEMAS_FILE = gcalctool.schemas | ||
6 | |||
7 | -### Install the schemas file in /etc if GNOME support is not compiled in, | ||
8 | -### and do not install the schemas at all | ||
9 | -if DISABLE_GNOME | ||
10 | -schemasdir = $(sysconfdir)/gcalctool | ||
11 | -schemas_DATA = $(SCHEMAS_FILE) | ||
12 | -else | ||
13 | schemadir = $(GCONF_SCHEMA_FILE_DIR) | ||
14 | schema_DATA = $(SCHEMAS_FILE) | ||
15 | -endif | ||
16 | |||
17 | EXTRA_DIST = \ | ||
18 | autogen.sh \ | ||
diff --git a/meta/packages/gcalctool/gcalctool_5.8.17.bb b/meta/packages/gcalctool/gcalctool_5.8.17.bb new file mode 100644 index 0000000000..c72860c8f5 --- /dev/null +++ b/meta/packages/gcalctool/gcalctool_5.8.17.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | LICENSE = "GPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "gtk+ gnome-doc-utils" | ||
4 | DESCRIPTION = "gcalctool is a powerful calculator" | ||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \ | ||
8 | file://fix-includedir.patch;patch=1" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-gnome" | ||