[glide] Add DOAP file



commit e0dedcc629a005a4d11e2a09e239683164d187c4
Author: Robert Carr <racarr gnome org>
Date:   Thu Apr 15 08:05:19 2010 -0400

    Add DOAP file

 glide.doap     |   17 +++++++++++++++++
 po/Makefile    |    2 +-
 po/Makefile.in |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/glide.doap b/glide.doap
new file mode 100644
index 0000000..285281e
--- /dev/null
+++ b/glide.doap
@@ -0,0 +1,17 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">Glide</name>
+  <shortdesc xml:lang="en">GNOME Presentations</shortdesc>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Robert Carr</foaf:name>
+      <foaf:mbox rdf:resource="mailto:racarr gnome org" />
+      <gnome:userid>racarr</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
\ No newline at end of file
diff --git a/po/Makefile b/po/Makefile
index e01325c..abaf402 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -36,7 +36,7 @@ libdir = ${exec_prefix}/lib
 DATADIRNAME = share
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
 subdir = po
-install_sh = ${SHELL} /home/racarr/src/Glide/install-sh
+install_sh = ${SHELL} /home/racarr/src/git.gnome.org/glide/install-sh
 # Automake >= 1.8 provides /bin/mkdir -p.
 # Until it can be supposed, use the safe fallback:
 mkdir_p = $(install_sh) -d
diff --git a/po/Makefile.in b/po/Makefile.in
index a034312..ed307bb 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -36,7 +36,7 @@ libdir = ${exec_prefix}/lib
 DATADIRNAME = share
 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
 subdir = po
-install_sh = ${SHELL} /home/racarr/src/Glide/install-sh
+install_sh = ${SHELL} /home/racarr/src/git.gnome.org/glide/install-sh
 # Automake >= 1.8 provides /bin/mkdir -p.
 # Until it can be supposed, use the safe fallback:
 mkdir_p = $(install_sh) -d



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]