pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mutt sidebar patch



Salut,

Since the patches are released now for the current development version
of mutt, I would suggest the appended patch to support the sidebar. I
use it and applied it locally, but it is of course not a necessity.

                                Tonnerre
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/mutt-devel/distinfo,v
retrieving revision 1.56
diff -u -r1.56 distinfo
--- distinfo    23 Mar 2009 00:24:31 -0000      1.56
+++ distinfo    11 Apr 2009 18:57:21 -0000
@@ -6,6 +6,9 @@
 SHA1 (patch-1.5.19.rr.compressed.1.gz) = 
c639230a5fdac96d5a4e735e320af66e4bde688a
 RMD160 (patch-1.5.19.rr.compressed.1.gz) = 
b8eb5201fde7511377e5588953c071d0b7e30c8d
 Size (patch-1.5.19.rr.compressed.1.gz) = 10562 bytes
+SHA1 (patch-1.5.19.sidebar.20090308.txt) = 
c16533176fce2b48d27cd587b63caa379258e740
+RMD160 (patch-1.5.19.sidebar.20090308.txt) = 
076272ffcb70f118c1d8850c430f3d74f43ad23b
+Size (patch-1.5.19.sidebar.20090308.txt) = 51936 bytes
 SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
 SHA1 (patch-ab) = 39a3cbe6e1738e036cb679a22c7385ed5ac401eb
 SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mail/mutt-devel/options.mk,v
retrieving revision 1.34
diff -u -r1.34 options.mk
--- options.mk  23 Mar 2009 00:24:31 -0000      1.34
+++ options.mk  11 Apr 2009 18:57:21 -0000
@@ -6,7 +6,7 @@
 PKG_OPTIONS_REQUIRED_GROUPS=   display
 PKG_OPTIONS_GROUP.display=     slang ncurses ncursesw curses
 PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
-PKG_SUPPORTED_OPTIONS+=        mutt-hcache mutt-smtp
+PKG_SUPPORTED_OPTIONS+=        mutt-sidebar mutt-hcache mutt-smtp
 # Comment the following line out on updates.
 PKG_SUPPORTED_OPTIONS+=        mutt-compressed-mbox
 #PKG_SUPPORTED_OPTIONS+=       mutt-xlabel
@@ -120,6 +120,16 @@
 .endif
 
 ###
+### Sidebar support
+###
+.if !empty(PKG_OPTIONS:Mmutt-sidebar)
+PATCH_SITES=           http://lunar-linux.org/~tchan/mutt/
+PATCHFILES+=           patch-1.5.19.sidebar.20090308.txt
+PATCH_DIST_STRIP=      -p1
+PATCH_FUZZ_FACTOR=     -F1
+.endif
+
+###
 ### X-Label header support
 ###
 .if !empty(PKG_OPTIONS:Mmutt-xlabel)

Attachment: pgphxqrVn3zTQ.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index