[Lunar-commits] <moonbase> libfm: fix build, add dependencies, correct typo
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Tue May 8 17:58:36 CEST 2012
commit 94defd320dab35e514b06934211aff21820597ed
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Tue May 8 00:30:15 2012 +0200
libfm: fix build, add dependencies, correct typo
---
lxde/libfm/BUILD | 4 +---
lxde/libfm/DEPENDS | 6 +++++-
lxde/libfm/DETAILS | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/lxde/libfm/BUILD b/lxde/libfm/BUILD
index afb0881..0c29468 100644
--- a/lxde/libfm/BUILD
+++ b/lxde/libfm/BUILD
@@ -1,8 +1,6 @@
(
- sedit "s:GTK_DOC_CHECK:#GTK_DOC_CHECK:" configure.ac &&
-
- OPTS+=" --sysconfdir=/etc --with-gnu-ld" &&
+ OPTS+=" --sysconfdir=/etc --with-gnu-ld --disable-gtk-doc-html" &&
default_build
diff --git a/lxde/libfm/DEPENDS b/lxde/libfm/DEPENDS
index e107adc..d8c1a84 100644
--- a/lxde/libfm/DEPENDS
+++ b/lxde/libfm/DEPENDS
@@ -1,5 +1,9 @@
depends desktop-file-utils
depends menu-cache
depends shared-mime-info
+depends XML-Parser
+depends glib-2
+depends gtk+-2
+depends pango
-optional_depends "udisks" "--enable-udisks" "" "for udisks support"
+optional_depends "udisks" "--enable-udisks" "--disable-udisks" "for udisks support"
diff --git a/lxde/libfm/DETAILS b/lxde/libfm/DETAILS
index 700639a..01f4fc5 100644
--- a/lxde/libfm/DETAILS
+++ b/lxde/libfm/DETAILS
@@ -6,8 +6,8 @@
WEB_SITE=http://pcmanfm.sourceforge.net
ENTERED=20101020
UPDATED=20111025
- SHORT="The core library for pcmanfm"
+ SHORT="The core library of pcmanfm"
cat << EOF
-The core librery for pcmanfm.
+The core library of pcmanfm.
EOF
More information about the Lunar-commits
mailing list