New commits:
commit bccf307afc5f7a2c6ecc3c9b1352982206bd1b7b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
epdfview: fixed compilation with gcc 4.3, cleaned up
diff --git a/doc/epdfview/DEPENDS b/doc/epdfview/DEPENDS
index 496e2bc..610e206 100755
--- a/doc/epdfview/DEPENDS
+++ b/doc/epdfview/DEPENDS
@@ -1,3 +1,7 @@
depends gtk+2 &&
depends poppler &&
-optional_depends CUPS "--with-cups" "--without-cups" "printing support"
+
+optional_depends CUPS \
+ "--with-cups" \
+ "--without-cups" \
+ "for printing support"
diff --git a/doc/epdfview/DETAILS b/doc/epdfview/DETAILS
index 72bc55a..8ee8c2f 100755
--- a/doc/epdfview/DETAILS
+++ b/doc/epdfview/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20070119
LICENSE[0]=GPL
KEYWORDS="pdf"
- SHORT="a lightweight PDF document viewer using Poppler and GTK+
libraries"
+ SHORT="lightweight PDF document viewer using Poppler and GTK+
libraries"
cat << EOF
ePDFView is a lightweight PDF document viewer using Poppler and GTK+
libraries.
The aim of ePDFView is to make a simple PDF document viewer, in the lines of
diff --git a/doc/epdfview/HISTORY b/doc/epdfview/HISTORY
index d1af735..1910bd6 100644
--- a/doc/epdfview/HISTORY
+++ b/doc/epdfview/HISTORY
@@ -1,3 +1,8 @@
+2008-04-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed short desc
+ * DEPENDS: rearranged dep to make it more readable
+ * PRE_BUILD: fixed compilation with gcc 4.3
+
2008-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* TRIGGERS: added, to fix some errors after poppler updates