Author: glen Date: Tue Nov 10 14:09:11 2009 GMT Module: packages Tag: HEAD ---- Log message: - add pld branding patch (idea from debian)
---- Files affected: packages/dokuwiki: dokuwiki.spec (1.57 -> 1.58) , pld-branding.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dokuwiki/dokuwiki.spec diff -u packages/dokuwiki/dokuwiki.spec:1.57 packages/dokuwiki/dokuwiki.spec:1.58 --- packages/dokuwiki/dokuwiki.spec:1.57 Tue Nov 10 15:08:18 2009 +++ packages/dokuwiki/dokuwiki.spec Tue Nov 10 15:09:06 2009 @@ -16,6 +16,8 @@ # Source4-md5: cac3d0f82591a33eda2afa8ae5fe65cb Source5: http://forum.skype.com/style_emoticons/skype/skype.png # Source5-md5: 25c355be038267dc9fdb724b628000b9 +Source6: pld_button.png +# Source6-md5: 185afa921e81bd726b9f0f9f0909dc6e Patch66: %{name}-config.patch Patch0: %{name}-paths.patch Patch2: %{name}-mysqlauth.patch @@ -33,6 +35,7 @@ Patch14: interwiki-outputonly.patch Patch15: simplepie.patch Patch18: install.patch +Patch19: pld-branding.patch URL: http://wiki.splitbrain.org/wiki:dokuwiki BuildRequires: rpmbuild(macros) >= 1.520 Requires: geshi >= 1.0.7.19 @@ -166,6 +169,7 @@ cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_appdir}/lib/images/fileicons/jide.png cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_appdir}/lib/images/interwiki/eventum.gif cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_appdir}/lib/images/interwiki/skype.gif +cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_appdir}/lib/tpl/default/images/button-pld.png # find locales %find_lang %{name}.lang @@ -329,6 +333,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2009/11/10 14:09:06 glen +- add pld branding patch (idea from debian) + Revision 1.57 2009/11/10 14:08:18 glen - update to today snapshot (20091110) ================================================================ Index: packages/dokuwiki/pld-branding.patch diff -u /dev/null packages/dokuwiki/pld-branding.patch:1.1 --- /dev/null Tue Nov 10 15:09:11 2009 +++ packages/dokuwiki/pld-branding.patch Tue Nov 10 15:09:06 2009 @@ -0,0 +1,24 @@ +=================================================================== +--- dokuwiki-0.0.20090214.orig/conf/dokuwiki.php 2009-02-14 19:19:27.000000000 +0100 ++++ dokuwiki-0.0.20090214/conf/dokuwiki.php 2009-02-14 19:22:46.000000000 +0100 +@@ -24,7 +24,7 @@ + /* Display Options */ + + $conf['start'] = 'start'; //name of start page +-$conf['title'] = 'DokuWiki'; //what to show in the title ++$conf['title'] = 'PLD Linux DokuWiki'; //what to show in the title + $conf['template'] = 'default'; //see lib/tpl directory + $conf['license'] = 'publicdomain'; //see conf/license.php + $conf['fullpath'] = 0; //show full path of the document or relative to datadir only? 0|1 +=================================================================== +--- dokuwiki-0.0.20090214.orig/lib/tpl/default/footer.html 2009-02-14 19:22:01.000000000 +0100 ++++ dokuwiki-0.0.20090214/lib/tpl/default/footer.html 2009-02-14 19:23:14.000000000 +0100 +@@ -28,6 +28,8 @@ + + <a <?php echo $tgt?> href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL; ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a> + ++ <a <?php echo $tgt?> href="http://www.pld-linux.org/" title="PLD Linux"><img src="<?php echo DOKU_TPL; ?>images/button-pld.png" width="80" height="15" alt="PLD Linux" /></a> ++ + <a <?php echo $tgt?> href="http://dokuwiki.org/" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL; ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a> + + <?php ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dokuwiki/dokuwiki.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
