Selaa lähdekoodia

bump up with a new theme

Ralf S. Engelschall 21 vuotta sitten
vanhempi
commit
e10d16ba13
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 1 0
      kwiki/kwiki-plugins.txt
  2. 9 0
      kwiki/kwiki.spec

+ 1 - 0
kwiki/kwiki-plugins.txt

@@ -69,6 +69,7 @@ Kwiki::Cache
 
 #   Esoteric UI Rendering Extensions
 #Kwiki::Theme::OpenPKG
+#Kwiki::Theme::Bluepole
 #Kwiki::Theme::Klassik
 #Kwiki::Theme::ColumnLayout
 #Kwiki::Theme::TabNav

+ 9 - 0
kwiki/kwiki.spec

@@ -77,6 +77,7 @@
 %define       V_kwiki_theme_columnlayout    0.08
 %define       V_kwiki_theme_hlb             0.01
 %define       V_kwiki_theme_tabnav          0.01
+%define       V_kwiki_theme_bluepole        1.00
 %define       V_kwiki_foreignlinkglyphs     0.01
 %define       V_kwiki_backlinks             0.03
 %define       V_kwiki_fetchrss              0.05
@@ -151,6 +152,7 @@ Source52:     http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-TabNav-%{V
 Source53:     http://www.cpan.org/modules/by-module/Kwiki/Kwiki-ForeignLinkGlyphs-%{V_kwiki_foreignlinkglyphs}.tar.gz
 Source54:     http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Backlinks-%{V_kwiki_backlinks}.tar.gz
 Source55:     http://www.cpan.org/modules/by-module/Kwiki/Kwiki-FetchRSS-%{V_kwiki_fetchrss}.tar.gz
+Source56:     http://www.cpan.org/modules/by-module/Kwiki/Kwiki-Theme-Bluepole-%{V_kwiki_theme_bluepole}.tar.gz
 Source100:    kwiki-apache.conf
 Source101:    kwiki-plugins.txt
 Source102:    kwiki-rules.wiki
@@ -454,6 +456,11 @@ AutoReqProv:  no
         url       = http://www.cpan.org/modules/by-module/Kwiki/
         regex     = Kwiki-FetchRSS-(__VER__)\.tar\.gz
     }
+    prog kwiki:Kwiki-Bluepole = {
+        version   = %{V_kwiki_theme_bluepole}
+        url       = http://www.cpan.org/modules/by-module/Kwiki/
+        regex     = Kwiki-Theme-Bluepole-(__VER__)\.tar\.gz
+    }
 
 %prep
     %setup -q -c
@@ -512,6 +519,7 @@ AutoReqProv:  no
     %setup -q -T -D -a 53
     %setup -q -T -D -a 54
     %setup -q -T -D -a 55
+    %setup -q -T -D -a 56
     sed <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
 
 %build
@@ -578,6 +586,7 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE53} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE54} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE55} configure build install
+    %{l_prefix}/bin/perl-openpkg -d %{SOURCE56} configure build install
 
     #   manually install OpenPKG Kwiki theme
     mkdir Kwiki-Theme-OpenPKG