[Lunar-commits] <moonbase-gnome> Revert "gnome-doc-utils: remove it from here. It is now in gnome3 repo."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:25:54 CET 2013
commit 6dab360c98597c93b20ef8cc6f51eab79a8875c2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:25:54 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/6dab360c98597c93b20ef8cc6f51eab79a8875c2
Revert "gnome-doc-utils: remove it from here. It is now in gnome3 repo."
This reverts commit 01b9792171942f96f12f6c67a89e48ff37045556.
---
desktop/gnome-doc-utils/BUILD | +12/-0
desktop/gnome-doc-utils/DEPENDS | +2/-0
desktop/gnome-doc-utils/DETAILS | +18/-0
3 files changed, 32 insertions(+)
--- /dev/null
+++ b/desktop/gnome-doc-utils/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/desktop/gnome-doc-utils/DEPENDS
@@ -0,0 +1,2 @@
+depends scrollkeeper
+depends PyXML
--- /dev/null
+++ b/desktop/gnome-doc-utils/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=gnome-doc-utils
+ MAJOR=0.20
+ VERSION=$MAJOR.6
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:c11dda3cff4248a6918cfaf0d7b892fc20bf329e
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20050315
+ UPDATED=20111118
+ SHORT="Documentation utilities for the GNOME project"
+
+cat << EOF
+gnome-doc-utils is a collection of documentation utilities for the
+GNOME project. Notably, it contains utilities for building
+documentation and all auxiliary files in your source tree, and it
+contains the DocBook XSLT stylesheets that were once distributed with
+Yelp.
+EOF
More information about the Lunar-commits
mailing list