OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 25-Jun-2009 20:17:01 Branch: HEAD Handle: 2009062519170000 Modified files: openpkg-src/nsis nsis.patch nsis.spec Log: fix MUI includes Summary: Revision Changes Path 1.3 +26 -0 openpkg-src/nsis/nsis.patch 1.7 +1 -1 openpkg-src/nsis/nsis.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/nsis/nsis.patch ============================================================================ $ cvs diff -u -r1.2 -r1.3 nsis.patch --- openpkg-src/nsis/nsis.patch 22 Mar 2009 10:15:41 -0000 1.2 +++ openpkg-src/nsis/nsis.patch 25 Jun 2009 18:17:00 -0000 1.3 @@ -35,3 +35,29 @@ conf = FlagsConfigure(cp_util_env) conf.CheckCompileFlag('-m32') conf.CheckLinkFlag('-m32') +Index: nsis-2.45/Include/MUI.nsh +--- nsis-2.45/Include/MUI.nsh.orig 2007-12-01 13:43:02 +0100 ++++ nsis-2.45/Include/MUI.nsh 2009-06-25 19:43:58 +0200 +@@ -1 +1 @@ +-!include "${NSISDIR}\Contrib\Modern UI\System.nsh" +\ No newline at end of file ++!include "${NSISDIR}/Contrib/Modern-UI/System.nsh" +Index: nsis-2.45/Include/MUI2.nsh +--- nsis-2.45/Include/MUI2.nsh.orig 2007-12-01 13:43:02 +0100 ++++ nsis-2.45/Include/MUI2.nsh 2009-06-25 19:44:07 +0200 +@@ -1 +1 @@ +-!include "${NSISDIR}\Contrib\Modern UI 2\MUI2.nsh" +\ No newline at end of file ++!include "${NSISDIR}/Contrib/Modern-UI-2/MUI2.nsh" +Index: nsis-2.45/Contrib/Modern UI 2/MUI2.nsh +--- nsis-2.45/Contrib/Modern UI 2/MUI2.nsh.orig 2009-02-01 16:44:30 +0100 ++++ nsis-2.45/Contrib/Modern UI 2/MUI2.nsh 2009-06-25 19:48:57 +0200 +@@ -22,7 +22,7 @@ + + !verbose ${MUI_VERBOSE} + +-!addincludedir "${NSISDIR}\Contrib\Modern UI 2" ++!addincludedir "${NSISDIR}\Contrib\Modern-UI-2" + + ;-------------------------------- + ;Header files required by MUI @@ . patch -p0 <<'@@ .' Index: openpkg-src/nsis/nsis.spec ============================================================================ $ cvs diff -u -r1.6 -r1.7 nsis.spec --- openpkg-src/nsis/nsis.spec 8 Jun 2009 07:53:27 -0000 1.6 +++ openpkg-src/nsis/nsis.spec 25 Jun 2009 18:17:00 -0000 1.7 @@ -32,7 +32,7 @@ Group: System License: GPL Version: 2.45 -Release: 20090608 +Release: 20090625 # list of sources Source0: http://switch.dl.sourceforge.net/sourceforge/nsis/nsis-%{version}-src.tar.bz2 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org