From 99781b0933959bb6512623a2b7d7e8c792de478f Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 23 Oct 2007 09:38:12 +0000 Subject: packages/grdesktop : Add new package grdesktop grdesktop is a GNOME frontend, for the remote desktop client (rdesktop) --- packages/grdesktop/.mtn2git_empty | 0 packages/grdesktop/grdesktop-0.23/.mtn2git_empty | 0 packages/grdesktop/grdesktop-0.23/fr.po.patch | 11 +++++++++++ .../grdesktop/grdesktop-0.23/install-help.patch | 11 +++++++++++ packages/grdesktop/grdesktop_0.23.bb | 21 +++++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 packages/grdesktop/.mtn2git_empty create mode 100644 packages/grdesktop/grdesktop-0.23/.mtn2git_empty create mode 100644 packages/grdesktop/grdesktop-0.23/fr.po.patch create mode 100644 packages/grdesktop/grdesktop-0.23/install-help.patch create mode 100644 packages/grdesktop/grdesktop_0.23.bb diff --git a/packages/grdesktop/.mtn2git_empty b/packages/grdesktop/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/grdesktop/grdesktop-0.23/.mtn2git_empty b/packages/grdesktop/grdesktop-0.23/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/grdesktop/grdesktop-0.23/fr.po.patch b/packages/grdesktop/grdesktop-0.23/fr.po.patch new file mode 100644 index 0000000000..bd36d46ae6 --- /dev/null +++ b/packages/grdesktop/grdesktop-0.23/fr.po.patch @@ -0,0 +1,11 @@ +--- /po/orig-fr.po 2004-03-04 13:22:07.000000000 +0200 ++++ /po/fr.po 2007-10-23 11:56:53.000000000 +0300 +@@ -12,7 +12,7 @@ + "PO-Revision-Date: 2002-11-13 16:30+0200\n" + "Last-Translator: Jean-Francois Kubitowicz \n" +-"Language-Team: LANGUAGE \n" ++"Language-Team: French \n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=utf-8\n" + "Content-Transfer-Encoding: 8bit\n" diff --git a/packages/grdesktop/grdesktop-0.23/install-help.patch b/packages/grdesktop/grdesktop-0.23/install-help.patch new file mode 100644 index 0000000000..8aac6f8afc --- /dev/null +++ b/packages/grdesktop/grdesktop-0.23/install-help.patch @@ -0,0 +1,11 @@ +--- /help/C/orig-Makefile.am 2004-03-30 16:56:57.000000000 +0300 ++++ /help/C/Makefile.am 2007-10-23 12:22:10.000000000 +0300 +@@ -40,7 +40,7 @@ + install-data-hook-omf: + $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) + for file in $(extraomf); do \ +- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ ++ $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir)/$$file; \ + done + -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) + diff --git a/packages/grdesktop/grdesktop_0.23.bb b/packages/grdesktop/grdesktop_0.23.bb new file mode 100644 index 0000000000..a87e9fbeac --- /dev/null +++ b/packages/grdesktop/grdesktop_0.23.bb @@ -0,0 +1,21 @@ +# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved +# Released under the MIT license (see packages/COPYING) +DESCRIPTION = "grdesktop is a GNOME frontend, for the remote desktop client (rdesktop)." +HOMEPAGE = "http://www.nongnu.org/grdesktop/index.html" +SECTION = "x11/utils" +LICENSE = "GPLv2" + +DEPENDS = "gtk+ libgnomeui" +RDEPENDS ="rdesktop" + +PR = "r0" + +SRC_URI = "http://download.savannah.nongnu.org/releases/grdesktop/grdesktop-${PV}.tar.gz \ + file://fr.po.patch;patch=1 \ + file://install-help.patch;patch=1" + + +S = "${WORKDIR}/grdesktop-${PV}" + +inherit autotools pkgconfig + -- cgit v1.2.3 From 85ca40bd98d458989c41c3bd6d4b2b13981a5fd0 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 23 Oct 2007 09:39:30 +0000 Subject: conf/distro/angstrom-2007.1.conf : Set atk version to 1.20.0 --- conf/distro/angstrom-2007.1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 00fa645c5e..1f2961f3a1 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -71,7 +71,7 @@ PREFERRED_VERSION_freetype-native = "2.2.1" PREFERRED_VERSION_cairo = "1.4.10" PREFERRED_VERSION_glib-2.0 = "2.12.12" PREFERRED_VERSION_pango = "1.16.4" -PREFERRED_VERSION_atk = "1.10.3" +PREFERRED_VERSION_atk = "1.20.0" PREFERRED_VERSION_gtk+ = "2.10.14" # newer poppler cvs breaks some apps, fix until popper 6 and apps -- cgit v1.2.3 From 850e647924f0af3fc6d02fe27333f14f92a575cf Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 23 Oct 2007 10:28:05 +0000 Subject: openmoko-today2: add openmoko-today2 to DEPENDS --- packages/openmoko2/openmoko-today2_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/openmoko2/openmoko-today2_svn.bb b/packages/openmoko2/openmoko-today2_svn.bb index 283e7c0679..7f36405eec 100644 --- a/packages/openmoko2/openmoko-today2_svn.bb +++ b/packages/openmoko2/openmoko-today2_svn.bb @@ -1,6 +1,6 @@ DESCRIPTION = "The OpenMoko Application Launcher" SECTION = "openmoko/pim" -DEPENDS = "libmokoui2 libmokojournal2 startup-notification dbus-glib libice libsm" +DEPENDS = "openmoko-dates2 libmokoui2 libmokojournal2 startup-notification dbus-glib libice libsm" RDEPENDS = "libedata-cal openmoko-today2-folders" PV = "0.1.0+svnr${SRCREV}" PR = "r1" -- cgit v1.2.3 From 027e69437efaa0d4740136e5f3b1be554e5998a8 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 23 Oct 2007 10:47:02 +0000 Subject: bitbake.conf: Add -pn bit to alternative OVERRIDES definition and update descriptions. --- conf/bitbake.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 046b107936..43e45bd87d 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -460,9 +460,10 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" # when ${MACHINE} is 'ramses'. And finally '_local' overrides anything. # # This works for functions as well, they are really just environment variables. -#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}" -# Alternative OVERRIDES to make compilation fail fast, we will enable it by default soon +# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" +# Alternative OVERRIDES definition without "fail fast", usually only for native building and Scratchbox toolchains. +#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}" ################################################################## # Include the rest of the config files. -- cgit v1.2.3