packages: texmaker/texmaker.desktop, texmaker/texmaker.spec - upgraded to 1...

gotar gotar at pld-linux.org
Sun Sep 27 23:08:24 CEST 2009


Author: gotar                        Date: Sun Sep 27 21:08:24 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- upgraded to 1.9.2 (inspired by Krzysztof Goliñski), pass CXXFLAGS

---- Files affected:
packages/texmaker:
   texmaker.desktop (1.4 -> 1.5) , texmaker.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/texmaker/texmaker.desktop
diff -u packages/texmaker/texmaker.desktop:1.4 packages/texmaker/texmaker.desktop:1.5
--- packages/texmaker/texmaker.desktop:1.4	Wed Dec 26 16:07:29 2007
+++ packages/texmaker/texmaker.desktop	Sun Sep 27 23:08:19 2009
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Categories=Qt;TextEditor;
-Comment=LaTeX Editor
-Comment[fr]=Editeur LaTeX
-Comment[pl]=Edytor LaTeXa
+Comment=LaTeX development environment
+Comment[fr]=Environnement de développement LaTeX
+Comment[pl]=Åšrodowisko edutorskie LaTeXa
 Exec=texmaker
 GenericName=LaTeX Editor
 GenericName[fr]=Editeur LaTeX

================================================================
Index: packages/texmaker/texmaker.spec
diff -u packages/texmaker/texmaker.spec:1.9 packages/texmaker/texmaker.spec:1.10
--- packages/texmaker/texmaker.spec:1.9	Sat Sep 20 15:58:57 2008
+++ packages/texmaker/texmaker.spec	Sun Sep 27 23:08:19 2009
@@ -5,12 +5,12 @@
 Summary:	LaTeX development environment
 Summary(pl.UTF-8):	Środowisko do tworzenia dokumentów LaTeXa
 Name:		texmaker
-Version:	1.7.1
+Version:	1.9.2
 Release:	1
 License:	GPL
 Group:		X11/Applications/Publishing
 Source0:	http://www.xm1math.net/texmaker/%{name}-%{version}.tar.bz2
-# Source0-md5:	2b59114f02b0e4ad65db78c10c740bf8
+# Source0-md5:	61842ccacf7d843e497aa74f7135d04a
 Source1:	%{name}.desktop
 URL:		http://www.xm1math.net/texmaker/
 BuildRequires:	qt4-build
@@ -33,7 +33,7 @@
 export QTDIR="%{_prefix}"
 qmake-qt4 -unix texmaker.pro \
 	PREFIX="%{_prefix}" \
-	CXXFLAGS="%{rpmcflags}"
+	QMAKE_CXXFLAGS="%{rpmcflags}"
 %{__make}
 
 %install
@@ -41,27 +41,41 @@
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_datadir}/texmaker}
 
 install %{name} $RPM_BUILD_ROOT%{_bindir}
-install utilities/{*.gif,*.png,psheader.txt,*.aff,*.dic,*.qm} $RPM_BUILD_ROOT%{_datadir}/texmaker
-for i in latexhelp.html style.css usermanual_en.html usermanual_fr.html; do
-	ln -s %{_docdir}/%{name}-%{version}/$i $RPM_BUILD_ROOT%{_datadir}/texmaker
+install utilities/{*.gif,*.png,psheader.txt} dictionaries/{*.aff,*.dic} locale/*.qm \
+	$RPM_BUILD_ROOT%{_datadir}/texmaker
+cd doc
+for i in *; do
+	ln -s %{_docdir}/%{name}-%{version}/doc/$i $RPM_BUILD_ROOT%{_datadir}/texmaker
 done
+cd ..
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install utilities/texmaker32x32.png $RPM_BUILD_ROOT%{_pixmapsdir}/texmaker.png
-# are SVG icons supported?
-#install utilities/texmaker.svg $RPM_BUILD_ROOT%{_pixmapsdir}
+install utilities/texmaker.svg $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc utilities/AUTHORS utilities/CHANGELOG.txt utilities/latexhelp.html utilities/style.css utilities/usermanual_*.html
+%doc utilities/AUTHORS utilities/CHANGELOG.txt dictionaries/*.txt doc
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/en_GB.*
+%lang(de) %{_datadir}/%{name}/de_DE.*
+%lang(es) %{_datadir}/%{name}/es_ES.*
 %lang(fr) %{_datadir}/%{name}/fr_FR.*
+%lang(it) %{_datadir}/%{name}/it_IT.*
+%lang(ca) %{_datadir}/%{name}/texmaker_ca.qm
+%lang(de) %{_datadir}/%{name}/texmaker_de.qm
+%lang(es) %{_datadir}/%{name}/texmaker_es.qm
+%lang(fa) %{_datadir}/%{name}/texmaker_fa.qm
 %lang(fr) %{_datadir}/%{name}/texmaker_fr.qm
-%{_datadir}/%{name}/*.css
+%lang(gl) %{_datadir}/%{name}/texmaker_gl.qm
+%lang(it) %{_datadir}/%{name}/texmaker_it.qm
+%lang(pt) %{_datadir}/%{name}/texmaker_pt_BR.qm
+%lang(ru) %{_datadir}/%{name}/texmaker_ru.qm
+%lang(zh_CN) %{_datadir}/%{name}/texmaker_zh_CN.qm
+%lang(zh_TW) %{_datadir}/%{name}/texmaker_zh_TW.qm
 %{_datadir}/%{name}/*.html
 %{_datadir}/%{name}/*.gif
 %{_datadir}/%{name}/*.png
@@ -75,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/09/27 21:08:19  gotar
+- upgraded to 1.9.2 (inspired by Krzysztof Goliñski), pass CXXFLAGS
+
 Revision 1.9  2008/09/20 13:58:57  gotar
 - upgraded to 1.7.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texmaker/texmaker.desktop?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texmaker/texmaker.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list