[packages/ckeditor] add kama skin - The default CKEditor 3 skin ported to CKEditor 4.

glen glen at pld-linux.org
Mon Feb 3 14:30:49 CET 2014


commit 86943bc53de90264e5573aa9e129e8be7f59f6e0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 3 15:30:32 2014 +0200

    add kama skin - The default CKEditor 3 skin ported to CKEditor 4.

 ckeditor.spec | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ckeditor.spec b/ckeditor.spec
index ab27a73..ffc74d6 100644
--- a/ckeditor.spec
+++ b/ckeditor.spec
@@ -9,10 +9,13 @@ License:	LGPL v2.1+ / GPL v2+ / MPL
 Group:		Applications/WWW
 Source0:	http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/%{name}_%{version}_full.tar.gz
 # Source0-md5:	650ccbfbd51153261dc9be9bdc9ef5c0
+# http://ckeditor.com/addon/kama - The default CKEditor 3 skin ported to CKEditor 4.
+Source1:	http://download.ckeditor.com/kama/releases/kama_%{version}.zip
+# Source1-md5:	a57baab966aa228b85927cc07a7f95a1
 URL:		http://www.ckeditor.com/
-Source1:	find-lang.sh
 Source2:	apache.conf
 Source3:	lighttpd.conf
+Source4:	find-lang.sh
 BuildRequires:	rpmbuild(macros) >= 1.553
 BuildRequires:	sed >= 4.0
 Requires:	webapps
@@ -27,7 +30,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		_sysconfdir	%{_webapps}/%{_webapp}
 %define		_appdir		%{_datadir}/%{name}
 
-%define		find_lang	sh %{SOURCE1}
+%define		find_lang	sh %{SOURCE4}
 
 %description
 This HTML text editor brings to the web many of the powerful
@@ -40,8 +43,9 @@ edytorów biurowych, takich jak MS Word. Jest lekki i nie wymaga żadnej
 inicjalizacji na komputerze klienckim.
 
 %prep
-%setup -qc
+%setup -qc -a1
 mv ckeditor/* .
+mv kama skins
 
 find -name _translationstatus.txt -print -delete
 
@@ -109,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{_appdir}/skins
 %{_appdir}/skins/moono
+%{_appdir}/skins/kama
 
 %dir %{_appdir}/plugins
 %{_appdir}/plugins/icons.png
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ckeditor.git/commitdiff/86943bc53de90264e5573aa9e129e8be7f59f6e0



More information about the pld-cvs-commit mailing list