diff options
author | 2003-09-25 04:51:08 +0000 | |
---|---|---|
committer | 2003-09-25 04:51:08 +0000 | |
commit | a5385eacd6aaf69ee0a8be98f0fe6fff6784b455 (patch) | |
tree | 25c6a23a5fce4e4cd296878848ac9bf38b0d2a1c /app-emacs/thumbs/files | |
parent | closes 29542 (diff) | |
download | historical-a5385eacd6aaf69ee0a8be98f0fe6fff6784b455.tar.gz historical-a5385eacd6aaf69ee0a8be98f0fe6fff6784b455.tar.bz2 historical-a5385eacd6aaf69ee0a8be98f0fe6fff6784b455.zip |
closes 29542
Diffstat (limited to 'app-emacs/thumbs/files')
-rw-r--r-- | app-emacs/thumbs/files/50thumbs-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/thumbs/files/digest-thumbs-1.8 | 1 | ||||
-rw-r--r-- | app-emacs/thumbs/files/thumbs.el-gentoo.patch | 16 |
3 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/thumbs/files/50thumbs-gentoo.el b/app-emacs/thumbs/files/50thumbs-gentoo.el index 694295d20873..dd1aaf12cd2a 100644 --- a/app-emacs/thumbs/files/50thumbs-gentoo.el +++ b/app-emacs/thumbs/files/50thumbs-gentoo.el @@ -2,4 +2,5 @@ ;;; thumbs site-lisp configuration (setq load-path (cons "@SITELISP@" load-path)) +(require 'image) (require 'thumbs) diff --git a/app-emacs/thumbs/files/digest-thumbs-1.8 b/app-emacs/thumbs/files/digest-thumbs-1.8 new file mode 100644 index 000000000000..d8ada0f6ff41 --- /dev/null +++ b/app-emacs/thumbs/files/digest-thumbs-1.8 @@ -0,0 +1 @@ +MD5 27a6326c150ac5da9c5b418b6c22cf7b thumbs-1.8.tar.gz 7149 diff --git a/app-emacs/thumbs/files/thumbs.el-gentoo.patch b/app-emacs/thumbs/files/thumbs.el-gentoo.patch new file mode 100644 index 000000000000..5c9767560731 --- /dev/null +++ b/app-emacs/thumbs/files/thumbs.el-gentoo.patch @@ -0,0 +1,16 @@ +diff -u thumbs-1.8.orig/thumbs.el thumbs-1.8/thumbs.el +--- thumbs-1.8.orig/thumbs.el 2003-09-24 18:01:22.000000000 -0500 ++++ thumbs-1.8/thumbs.el 2003-09-24 23:44:24.834705392 -0500 +@@ -48,11 +48,6 @@ +
+ (defconst xemacsp (string-match "XEmacs" emacs-version))
+
+-(if (and (not xemacsp)(not (featurep 'image)))
+- (error "Your Emacs version (%S) doesn't support in-line images or was not compiled with image support.
+-Upgrade to Emacs 21.1 or newer, or compile it with image support."
+- emacs-version))
+-
+ (if (not (fboundp 'image-file-name-regexp))
+ (defun image-file-name-regexp ()
+ (let ((reg
+Only in thumbs-1.8: thumbs.el~ |