[Lunar-commits] <moonbase> emacs: Bump to version 23.1
Stefan Wold
ratler at lunar-linux.org
Sat Aug 1 00:03:20 CEST 2009
commit 64cd434d29a1ddc3fa4632e36049431f6e9e9053
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat Aug 1 00:03:20 2009 +0200
emacs: Bump to version 23.1
* Added new optional_depends for librsvg, libxft and dbus
* Fixed proper --without options in DEPENDS
---
editors/emacs/DEPENDS | 16 +++++++++-------
editors/emacs/DETAILS | 8 ++++----
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index d267e23..c5b453c 100644
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -1,8 +1,10 @@
-optional_depends "libungif" "--with-gif" "" "for gif support if you use faces"
-optional_depends "jpeg" "--with-jpeg" "" "for jpeg support if you use faces"
-optional_depends "tiff" "--with-tiff" "" "for tiff support if you use faces"
-optional_depends "libpng" "--with-png" "" "for png support if you use faces"
-optional_depends "%X" "--with-x --with-xpm" "" "for xpm support if you use faces"
-optional_depends "openMotif" "--with-x-toolkit=motif" "" "for OSF/Motif standard GUI"
+optional_depends "libungif" "--with-gif" "--without-gif" "for gif support if you use faces"
+optional_depends "jpeg" "--with-jpeg" "--without-jpeg" "for jpeg support if you use faces"
+optional_depends "tiff" "--with-tiff" "--without-tiff" "for tiff support if you use faces"
+optional_depends "libpng" "--with-png" "--without-png" "for png support if you use faces"
+optional_depends "librsvg" "--with-rsvg" "--without-rsvg" "for SVG image support"
+optional_depends "%X" "--with-x --with-xpm" "--without-xpm" "for xpm support if you use faces"
+optional_depends "openMotif" "--with-x-toolkit=motif" "" "for OSF/Motif standard GUI"
optional_depends "gtk+-2" "--with-x-toolkit=gtk" "" "for gtk+ support GUI"
-
+optional_depends "libXft" "--with-xft" "--without-xft" "for anti alias font support"
+optional_depends "dbus" "--with-dbus" "--without-dbus" "for D-BUS support"
diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS
index 5a021f0..8201a6c 100644
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -1,11 +1,11 @@
MODULE=emacs
- VERSION=22.3
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=23.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNU_URL/$MODULE
- SOURCE_VFY=sha1:5e9b3e0205099a83be7198fd43ba1c9442a3feb0
+ SOURCE_VFY=sha1:5f2d5dfcc17e7627ea752f675c605fe37c9c145c
WEB_SITE=http://www.gnu.org/software/emacs
ENTERED=20010922
- UPDATED=20080908
+ UPDATED=20090731
SHORT="An extensible, self-documenting real-time display editor"
cat << EOF
More information about the Lunar-commits
mailing list