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: 21-Feb-2008 08:18:36
Branch: HEAD Handle: 2008022107183100
Modified files:
openpkg-src/drupal drupal.spec
Log:
add 'framework' theme skeleton
Summary:
Revision Changes Path
1.127 +11 -3 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.126 -r1.127 drupal.spec
--- openpkg-src/drupal/drupal.spec 21 Feb 2008 07:11:00 -0000 1.126
+++ openpkg-src/drupal/drupal.spec 21 Feb 2008 07:18:31 -0000 1.127
@@ -91,6 +91,7 @@
%define V_theme_barron 6.x-1.x-dev
%define V_theme_bluebreeze 6.x-1.x-dev
%define V_theme_deco 6.x-1.0
+%define V_theme_framework 6.x-1.3
%define V_theme_fourseasons 6.x-1.14
%define V_theme_sky 6.x-1.1
%define V_theme_zen 6.x-1.x-dev
@@ -179,9 +180,10 @@
Source103:
http://ftp.drupal.org/files/projects/barron-%{V_theme_barron}.tar.gz
Source104:
http://ftp.drupal.org/files/projects/bluebreeze-%{V_theme_bluebreeze}.tar.gz
Source105:
http://ftp.drupal.org/files/projects/deco-%{V_theme_deco}.tar.gz
-Source106:
http://ftp.drupal.org/files/projects/fourseasons-%{V_theme_fourseasons}.tar.gz
-Source107: http://ftp.drupal.org/files/projects/sky-%{V_theme_sky}.tar.gz
-Source108: http://ftp.drupal.org/files/projects/zen-%{V_theme_zen}.tar.gz
+Source106:
http://ftp.drupal.org/files/projects/framework-%{V_theme_framework}.tar.gz
+Source107:
http://ftp.drupal.org/files/projects/fourseasons-%{V_theme_fourseasons}.tar.gz
+Source108: http://ftp.drupal.org/files/projects/sky-%{V_theme_sky}.tar.gz
+Source109: http://ftp.drupal.org/files/projects/zen-%{V_theme_zen}.tar.gz
Source200:
http://switch.dl.sourceforge.net/fckeditor/FCKeditor_%{V_aux_fckeditor}.tar.gz
Source201:
http://switch.dl.sourceforge.net/geshi/GeSHi-%{V_aux_geshi}.tar.gz
Source202: http://simplepie.org/downloads/simplepie_%{V_aux_simplepie}.zip
@@ -543,6 +545,11 @@
url = http://ftp.drupal.org/files/projects/
regex = deco-(6\.x-\d+(?:\.\d+)+)\.tar\.gz
}
+ prog drupal:theme_framework = {
+ version = %{V_theme_framework}
+ url = http://ftp.drupal.org/files/projects/
+ regex = framework-(6\.x-\d+(?:\.\d+)+)\.tar\.gz
+ }
prog drupal:theme_fourseasons = {
version = %{V_theme_fourseasons}
url = http://ftp.drupal.org/files/projects/
@@ -649,6 +656,7 @@
%{l_tar} xfz %{SOURCE106}
%{l_tar} xfz %{SOURCE107}
%{l_tar} xfz %{SOURCE108}
+ %{l_tar} xfz %{SOURCE109}
) || exit $?
( cd sites/all/modules/fckeditor || exit $?
%{l_tar} xfz %{SOURCE200}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]