[Lunar-commits] <moonbase> emacs: version bumped to 22.2.
Florin Braescu
florin at lunar-linux.org
Fri May 23 17:06:50 CEST 2008
commit 281e82fa448a8c3e768aaab06a26ce5a05120fbc
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri May 23 18:06:50 2008 +0300
emacs: version bumped to 22.2.
In addition to many bugfixes, Emacs 22.2 includes new support
for the Bazaar, Mercurial, Monotone, and Git version control
systems, new major modes for editing CSS, Vera, Verilog, and
BibTeX style files, and improved scrolling support in Image
mode.
---
editors/emacs/BUILD | 6 ++----
editors/emacs/DEPENDS | 12 ++++++------
editors/emacs/DETAILS | 15 ++++++---------
3 files changed, 14 insertions(+), 19 deletions(-)
diff --git a/editors/emacs/BUILD b/editors/emacs/BUILD
index d9daa3c..7b5e42d 100644
--- a/editors/emacs/BUILD
+++ b/editors/emacs/BUILD
@@ -1,11 +1,9 @@
(
- patch_it $SOURCE2 1 &&
-
# Change location of emacs games
- sedit "s;^gamedir=.*;gamedir='/var/lib/emacs/games';" configure &&
+ sedit "s;^gamedir=.*;gamedir='/var/lib/emacs/games';" configure &&
# Fix so installwatcher doesn't trigger on info-files
- sedit 's;\(\-chmod \-R.*\)${infodir};\1;' Makefile.in &&
+ sedit 's;\(\-chmod \-R.*\)${infodir};\1;' Makefile.in &&
#combreloc linker options fscks up things here
LDFLAGS=`echo $LDFLAGS | sed "s/-z combreloc//" | sed "s%-Wl,-O1%%"`
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index 08a16f8..d267e23 100644
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -1,8 +1,8 @@
-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" "" "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 "gtk+-2" "--with-x-toolkit=gtk" "" "for gtk+ support GUI"
diff --git a/editors/emacs/DETAILS b/editors/emacs/DETAILS
index 582dfbe..811fbb7 100644
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -1,16 +1,13 @@
MODULE=emacs
- VERSION=22.1
+ VERSION=22.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-lisp_files.el.patch
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:327664173eabe5db49d4e7e4a4b1794577af902e
- SOURCE2_VFY=sha1:271f6c7a282d8ca1b0770642c8ce8a3242e2de9c
+ SOURCE_URL=$GNU_URL/$MODULE
+ SOURCE_VFY=sha1:7a371332cb8400d44e8eb31f19e432bbc93523a0
WEB_SITE=http://www.gnu.org/software/emacs
ENTERED=20010922
- UPDATED=20071114
- SHORT="extensible, self-documenting real-time display editor."
+ UPDATED=20080523
+ SHORT="An extensible, self-documenting real-time display editor"
+
cat << EOF
Emacs is the extensible, customizable, self-documenting real-time
display editor.
More information about the Lunar-commits
mailing list