aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grdesktop
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/grdesktop
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
downloadopenembedded-709c4d66e0b107ca606941b988bad717c0b45d9b.tar.gz
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 'recipes/grdesktop')
-rw-r--r--recipes/grdesktop/grdesktop-0.23/fr.po.patch11
-rw-r--r--recipes/grdesktop/grdesktop-0.23/install-help.patch11
-rw-r--r--recipes/grdesktop/grdesktop_0.23.bb23
3 files changed, 45 insertions, 0 deletions
diff --git a/recipes/grdesktop/grdesktop-0.23/fr.po.patch b/recipes/grdesktop/grdesktop-0.23/fr.po.patch
new file mode 100644
index 0000000000..bd36d46ae6
--- /dev/null
+++ b/recipes/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 <jean-francois.kubitowicz@laposte."
+ "net>\n"
+-"Language-Team: LANGUAGE <LL@li.org>\n"
++"Language-Team: French <LL@li.org>\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=utf-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
diff --git a/recipes/grdesktop/grdesktop-0.23/install-help.patch b/recipes/grdesktop/grdesktop-0.23/install-help.patch
new file mode 100644
index 0000000000..8aac6f8afc
--- /dev/null
+++ b/recipes/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/recipes/grdesktop/grdesktop_0.23.bb b/recipes/grdesktop/grdesktop_0.23.bb
new file mode 100644
index 0000000000..e0f19f0197
--- /dev/null
+++ b/recipes/grdesktop/grdesktop_0.23.bb
@@ -0,0 +1,23 @@
+# 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 gail orbit2 gnome-vfs gnome-keyring libbonobo libbonoboui \
+ libart-lgpl libgnome libidl libglade libgnomecanvas "
+
+PR = "r1"
+
+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
+