[Lunar-commits] <moonbase> highlight: Version bump. Adding an optional_depends and altering the build.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jun 22 22:06:52 CEST 2010
commit 37d65a292d2f1f443224f2fe26244b93146fd574
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jun 22 16:06:52 2010 -0400
highlight: Version bump. Adding an optional_depends and altering the build.
---
devel/highlight/BUILD | 9 ++++-----
devel/highlight/DEPENDS | 1 +
devel/highlight/DETAILS | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/devel/highlight/BUILD b/devel/highlight/BUILD
index b897d8a..26a404d 100644
--- a/devel/highlight/BUILD
+++ b/devel/highlight/BUILD
@@ -1,13 +1,12 @@
(
- sedit "s:/usr/local/bin/:/usr/bin/:g" makefile &&
- sedit "s:\${PREFIX}/etc/highlight/:/etc/highlight/:" makefile &&
-
make help &&
+
default_make &&
- if module_installed wxGTK; then
- make all-gui && make install-gui
+ if in_depends $MODULE qt4; then
+ . /etc/profile.d/qt4.rc
+ make gui && make install-gui
fi &&
if module_installed doxygen; then
diff --git a/devel/highlight/DEPENDS b/devel/highlight/DEPENDS
new file mode 100644
index 0000000..0ad0e6a
--- /dev/null
+++ b/devel/highlight/DEPENDS
@@ -0,0 +1 @@
+optional_depends qt4 "" "" "for qt4 GUI support"
diff --git a/devel/highlight/DETAILS b/devel/highlight/DETAILS
index 53366a7..20175b3 100644
--- a/devel/highlight/DETAILS
+++ b/devel/highlight/DETAILS
@@ -1,12 +1,12 @@
MODULE=highlight
- VERSION=2.6.4
+ VERSION=2.16
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.andre-simon.de/zip/
+ SOURCE_VFY=sha1:b5fed14bb1a973fe134dd2133766bb86fdc7494e
WEB_SITE=http://www.andre-simon.de/
- SOURCE_VFY=sha1:d0a9dc06bbca97e151ff297fca6bd46a67d81a33
ENTERED=20030722
- UPDATED=20070921
- SHORT="a universal source code converter"
+ UPDATED=20100622
+ SHORT="universal source code converter"
cat << EOF
Highlight is a universal sourcecode converter for Linux and Windows,
which transforms code to HTML, XHTML, RTF, LaTeX or TeX - files with
More information about the Lunar-commits
mailing list