OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 20-Aug-2008 13:19:05 Branch: HEAD Handle: 2008082012190400 Added files: openpkg-src/highlight rse.style Modified files: openpkg-src/highlight highlight.spec Log: add my usual discreet highlighting style Summary: Revision Changes Path 1.36 +4 -1 openpkg-src/highlight/highlight.spec 1.1 +22 -0 openpkg-src/highlight/rse.style ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/highlight/highlight.spec ============================================================================ $ cvs diff -u -r1.35 -r1.36 highlight.spec --- openpkg-src/highlight/highlight.spec 7 Aug 2008 07:08:07 -0000 1.35 +++ openpkg-src/highlight/highlight.spec 20 Aug 2008 11:19:04 -0000 1.36 @@ -36,10 +36,11 @@ Group: Typesetting License: GPL Version: %{V_opkg} -Release: 20080807 +Release: 20080820 # list of sources Source0: http://www.andre-simon.de/zip/highlight-%{V_dist}.tar.gz +Source1: rse.style # build information Prefix: %{l_prefix} @@ -84,6 +85,8 @@ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/highlight/examples rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/highlight/doc strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true + %{l_shtool} install -c -m 644 \ + %{SOURCE rse.style} $RPM_BUILD_ROOT%{l_prefix}/share/highlight/themes/ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \ %{l_files_std} \ '%config %{l_prefix}/etc/highlight/*' @@ . patch -p0 <<'@@ .' Index: openpkg-src/highlight/rse.style ============================================================================ $ cvs diff -u -r0 -r1.1 rse.style --- /dev/null 2008-08-20 13:18:39 +0200 +++ rse.style 2008-08-20 13:19:05 +0200 @@ -0,0 +1,22 @@ +## +## rse.style -- GNU Highlight style resembling RSE's usual discreet syntax highlighting style +## + +$DEFAULTCOLOUR=#000000 +$BGCOLOUR=#ffffff +$FONTSIZE=9 +$KW-GROUP(kwa)=#000000 bold +$KW-GROUP(kwb)=#000000 bold +$KW-GROUP(kwc)=#000000 +$KW-GROUP(kwd)=#000000 +$NUMBER=#cc0000 +$ESCAPECHAR=#cc0000 +$STRING=#cc0000 +$STRING-DIRECTIVE=#cc0000 +$COMMENT=#3333cc +$DIRECTIVE=#cc0000 +$STRING-DIRECTIVE=#cc0000 +$LINE=#999999 +$SYMBOL=#000000 +$MARK-LINE=#e0e0ff + @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org