diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gcalctool | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gcalctool')
-rw-r--r-- | packages/gcalctool/gcalctool/makefile-fix.diff | 18 | ||||
-rw-r--r-- | packages/gcalctool/gcalctool/noscrollkeeper.patch | 18 | ||||
-rw-r--r-- | packages/gcalctool/gcalctool_5.5.21.bb | 18 | ||||
-rw-r--r-- | packages/gcalctool/gcalctool_5.7.32.bb | 12 |
4 files changed, 0 insertions, 66 deletions
diff --git a/packages/gcalctool/gcalctool/makefile-fix.diff b/packages/gcalctool/gcalctool/makefile-fix.diff deleted file mode 100644 index 48a546271f..0000000000 --- a/packages/gcalctool/gcalctool/makefile-fix.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- gcalctool/Makefile.am~ 2005-03-23 16:50:10.000000000 +0000 -+++ gcalctool/Makefile.am 2006-03-20 13:59:17.000000000 +0000 -@@ -30,15 +30,8 @@ - - SCHEMAS_FILE = gcalctool.schemas - --### Install the schemas file in /etc if GNOME support is not compiled in, --### and do not install the schemas at all --if DISABLE_GNOME --schemasdir = $(sysconfdir)/gcalctool --schemas_DATA = $(SCHEMAS_FILE) --else - schemadir = $(GCONF_SCHEMA_FILE_DIR) - schema_DATA = $(SCHEMAS_FILE) --endif - - EXTRA_DIST = \ - autogen.sh \ diff --git a/packages/gcalctool/gcalctool/noscrollkeeper.patch b/packages/gcalctool/gcalctool/noscrollkeeper.patch deleted file mode 100644 index 1f36762460..0000000000 --- a/packages/gcalctool/gcalctool/noscrollkeeper.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- gcalctool-5.5.21/configure.in 2004-12-21 11:06:24.000000000 -0700 -+++ gcalctool-5.5.21.new/configure.in 2005-01-04 16:25:32.179108536 -0700 -@@ -42,15 +42,6 @@ - AC_SUBST(GCONF_CFLAGS) - AC_SUBST(GCONF_LIBS) - --dnl ******************** --dnl scrollkeeper checks --dnl ******************** -- --AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) --if test x$SCROLLKEEPER_CONFIG = xno; then -- AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) --fi -- - dnl ******************************* - dnl Internationalization - dnl ******************************* diff --git a/packages/gcalctool/gcalctool_5.5.21.bb b/packages/gcalctool/gcalctool_5.5.21.bb deleted file mode 100644 index ef16f09b46..0000000000 --- a/packages/gcalctool/gcalctool_5.5.21.bb +++ /dev/null @@ -1,18 +0,0 @@ -# gcalctool OE build file -# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -LICENSE = "GPL" -SECTION = "x11/utils" - -inherit gnome - -DEPENDS = "gnome-common gtk+ libgnomeui" - -EXTRA_OECONF = "--disable-schemas-install" - -SRC_URI += "file://noscrollkeeper.patch;patch=1" - -do_configure_prepend () { - cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} -} diff --git a/packages/gcalctool/gcalctool_5.7.32.bb b/packages/gcalctool/gcalctool_5.7.32.bb deleted file mode 100644 index 084b5e4c82..0000000000 --- a/packages/gcalctool/gcalctool_5.7.32.bb +++ /dev/null @@ -1,12 +0,0 @@ -LICENSE = "GPL" -SECTION = "x11" -DEPENDS = "gtk+" -DESCRIPTION = "gcalctool is a powerful calculator" -PR = "r1" - -SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \ - file://makefile-fix.diff;patch=1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-gnome" |