]> git.pld-linux.org Git - packages/texmaker.git/commitdiff
- initial version by ytm
authorundefine <undefine@pld-linux.org>
Sat, 28 May 2005 12:08:01 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texmaker.desktop -> 1.1
    texmaker.spec -> 1.1

texmaker.desktop [new file with mode: 0644]
texmaker.spec [new file with mode: 0644]

diff --git a/texmaker.desktop b/texmaker.desktop
new file mode 100644 (file)
index 0000000..1698ee2
--- /dev/null
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Categories=Qt;TextEditor;
+Comment=
+Encoding=UTF-8
+Exec=texmaker
+GenericName=LaTeX Editor
+GenericName[fr]=Editeur LaTeX
+GenericName[pl]=Edytor LaTeX
+Icon=texmaker
+MimeType=text/x-tex
+MiniIcon=texmaker
+Name=Texmaker
+Name[fr]=Texmaker
+Name[pl]=Texmaker
+Terminal=false
+Type=Application
+# vi: encoding=utf-8
diff --git a/texmaker.spec b/texmaker.spec
new file mode 100644 (file)
index 0000000..ae194a0
--- /dev/null
@@ -0,0 +1,52 @@
+# $Revision: 1.1 $
+Summary:       LaTeX development environment
+Summary(pl):   ¦rodowisko do tworzenia dokumentów LaTeXa
+Name:          texmaker
+Version:       1.12
+Release:       1
+License:       GPL
+Group:         Applications/Publishing
+Source0:       http://www.xm1math.net/texmaker/%{name}-%{version}.tar.bz2
+# Source0-md5: af243a0506a296216b51aad80b244c63
+Source1:       %{name}.desktop
+URL:           http://www.xm1math.net/texmaker/
+BuildRequires: qmake
+BuildRequires: qt-devel >= 3.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Texmaker is a free LaTeX editor, that integrates many tools needed to
+develop documents with LaTeX, in just one application.
+
+%description -l pl
+Texmaker to darmowy edytor LaTeXa, który ³±czy wiele narzêdzi
+potrzebnych do tworzenia dokumentów LaTeXa w jednej aplikacji.
+
+%prep
+%setup -q
+
+%build
+export QTDIR="%{_prefix}"
+qmake -unix PREFIX="%{_prefix}" CXXFLAGS="%{rpmcflags}" texmaker.pro
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_datadir}/texmaker}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install utilities/{*.png,*.gif,usermanual.html,style.css} $RPM_BUILD_ROOT%{_datadir}/texmaker
+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}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc utilities/AUTHORS
+%{_datadir}/%{name}
+%{_desktopdir}/*
+%{_pixmapsdir}/*
This page took 0.066674 seconds and 4 git commands to generate.