packages/grdesktop : Add new package grdesktop
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 23 Oct 2007 09:38:12 +0000 (09:38 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 23 Oct 2007 09:38:12 +0000 (09:38 +0000)
grdesktop is a GNOME frontend, for the remote desktop client (rdesktop)

packages/grdesktop/.mtn2git_empty [new file with mode: 0644]
packages/grdesktop/grdesktop-0.23/.mtn2git_empty [new file with mode: 0644]
packages/grdesktop/grdesktop-0.23/fr.po.patch [new file with mode: 0644]
packages/grdesktop/grdesktop-0.23/install-help.patch [new file with mode: 0644]
packages/grdesktop/grdesktop_0.23.bb [new file with mode: 0644]

diff --git a/packages/grdesktop/.mtn2git_empty b/packages/grdesktop/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/grdesktop/grdesktop-0.23/.mtn2git_empty b/packages/grdesktop/grdesktop-0.23/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/grdesktop/grdesktop-0.23/fr.po.patch b/packages/grdesktop/grdesktop-0.23/fr.po.patch
new file mode 100644 (file)
index 0000000..bd36d46
--- /dev/null
@@ -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/packages/grdesktop/grdesktop-0.23/install-help.patch b/packages/grdesktop/grdesktop-0.23/install-help.patch
new file mode 100644 (file)
index 0000000..8aac6f8
--- /dev/null
@@ -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 (file)
index 0000000..a87e9fb
--- /dev/null
@@ -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
+