Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=15cb3a4380edead8eb25b3c5094022e0225bb86c

commit 15cb3a4380edead8eb25b3c5094022e0225bb86c
Author: Baste <ba...@frugalware.org>
Date:   Mon Feb 18 13:48:54 2013 +0100

* Fix _F_gnome_doc

diff --git a/source/include/gnome-scriptlet.sh 
b/source/include/gnome-scriptlet.sh
index f6d67ad..a3c1e07 100644
--- a/source/include/gnome-scriptlet.sh
+++ b/source/include/gnome-scriptlet.sh
@@ -65,7 +65,7 @@ if [ -n "$_F_gnome_mime" ]; then
Fconfopts+=" --disable-update-mimedb --enable-mime-update=no"
fi
if [ "$_F_gnome_doc" = "y" ]; then
-       makedepends=(${makedepends[@]} 'gtk-doc')
+       makedepends=(${makedepends[@]} 'gtk-doc' 'yelp-tools')
subpkgs=("${subpkgs[@]}" "$pkgname-doc")
subdescs=("${subdescs[@]}" "$pkgname documention")
subrodepends=("${subrodepends[@]}" "$pkgname=$pkgver")
@@ -83,6 +83,9 @@ _F_gnome_split_doc()
if [ -d "$Fdestdir/usr/share/gnome/help" ]; then
Fsplit $pkgname-doc usr/share/gnome/help
fi
+        if [ -d "$Fdestdir/usr/share/help" ]; then
+                Fsplit $pkgname-doc usr/share/help
+        fi
if [ -d "$Fdestdir/usr/share/gtk-doc" ]; then
Fsplit $pkgname-doc usr/share/gtk-doc
fi
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to