[Lunar-commits] <moonbase> emacs: version bumped to 22.2.
Florin Braescu
florin at lunar-linux.org
Sun Jul 6 15:34:22 CEST 2008
commit 4f3a8f0cd01b19438c19b542c02af1a5cd8b17e0
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Apr 21 20:34:41 2008 +0300
emacs: version bumped to 22.2.
Bugfixes and improvements.
---
editors/emacs/BUILD | 1 -
editors/emacs/DEPENDS | 13 ++++++-------
editors/emacs/DETAILS | 16 +++++++---------
3 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/editors/emacs/BUILD b/editors/emacs/BUILD
index d9daa3c..82c4ce2 100644
--- a/editors/emacs/BUILD
+++ b/editors/emacs/BUILD
@@ -1,5 +1,4 @@
(
- patch_it $SOURCE2 1 &&
# Change location of emacs games
sedit "s;^gamedir=.*;gamedir='/var/lib/emacs/games';" configure &&
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index 08a16f8..aa02127 100644
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -1,8 +1,7 @@
-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..14c0cae 100644
--- a/editors/emacs/DETAILS
+++ b/editors/emacs/DETAILS
@@ -1,16 +1,14 @@
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[0]=$GNU_URL/$MODULE
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$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=20080421
+ SHORT="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