OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Feb-2005 09:14:54
Branch: HEAD Handle: 2005020708145400
Modified files:
openpkg-src/mutt15 mutt15.spec
Log:
added sidebar patch, see http://thomer.com/mutt/ for docs
Summary:
Revision Changes Path
1.13 +11 -0 openpkg-src/mutt15/mutt15.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt15/mutt15.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 mutt15.spec
--- openpkg-src/mutt15/mutt15.spec 7 Feb 2005 07:47:43 -0000 1.12
+++ openpkg-src/mutt15/mutt15.spec 7 Feb 2005 08:14:54 -0000 1.13
@@ -25,6 +25,7 @@
# package version
%define V_mutt 1.5.7
+%define V_sidebar 20050203
# package information
Name: mutt15
@@ -44,6 +45,7 @@
%option with_nntp no
%option with_initials no
%option with_quote no
+%option with_sidebar no
# list of sources
Source0: ftp://ftp.mutt.org/mutt/devel/mutt-%{V_mutt}i.tar.gz
@@ -53,6 +55,7 @@
Patch1:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.nntp.gz
Patch2:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.initials.gz
Patch3:
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.quote.gz
+Patch4:
http://thomer.com/mutt/patch-%{V_mutt}i.sidebar.%{V_sidebar}.txt
# build information
Prefix: %{l_prefix}
@@ -106,6 +109,11 @@
url = ftp://ftp.mutt.org.ua/pub/mutt/mutt-__NEWVER__/
regex = patch-(__VER__)\.vvv\.quote\.gz
}
+ prog mutt15:patch_sidebar = {
+ version = %{V_sidebar}
+ url = http://thomer.com/mutt/
+ regex = patch-%{V_mutt}i.sidebar.(__VER__).txt
+ }
%prep
%setup -q -n mutt-%{V_mutt}
@@ -128,6 +136,9 @@
%if "%{with_quote}" == "yes"
%patch -p1 -P 3
%endif
+%if "%{with_sidebar}" == "yes"
+ %patch -p1 -P 4
+%endif
%build
# configure for particular platform
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]