diff options
author | 2010-02-25 12:04:43 +0000 | |
---|---|---|
committer | 2010-02-25 12:04:43 +0000 | |
commit | de796eff01cd50cdf43c32238d4c3bf62845fdd9 (patch) | |
tree | 3b7d91312403943b11cd643a97701379b5801ade /app-office/texmaker | |
parent | require autoconf 2.63 at least, by Benjamin Peterson <benjamin@python.org>, b... (diff) | |
download | gentoo-2-de796eff01cd50cdf43c32238d4c3bf62845fdd9.tar.gz gentoo-2-de796eff01cd50cdf43c32238d4c3bf62845fdd9.tar.bz2 gentoo-2-de796eff01cd50cdf43c32238d4c3bf62845fdd9.zip |
version bump, by Dustin Polke <gentoobugsie.20.dsurawicz@spamgourmet.com>, bug #303251
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/texmaker/files/texmaker-1.99-hunspell.patch | 72 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-1.99.ebuild | 70 |
3 files changed, 150 insertions, 1 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 3c1a28311c1e..420bc30975a7 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.66 2010/01/24 23:09:46 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.67 2010/02/25 12:04:42 aballier Exp $ + +*texmaker-1.99 (25 Feb 2010) + + 25 Feb 2010; Alexis Ballier <aballier@gentoo.org> +texmaker-1.99.ebuild, + +files/texmaker-1.99-hunspell.patch: + version bump, by Dustin Polke <gentoobugsie.20.dsurawicz@spamgourmet.com>, + bug #303251 24 Jan 2010; Tom Gall <tgall@gentoo.org> texmaker-1.92.ebuild: stable on ppc64, bug #299590 diff --git a/app-office/texmaker/files/texmaker-1.99-hunspell.patch b/app-office/texmaker/files/texmaker-1.99-hunspell.patch new file mode 100644 index 000000000000..16a2a5af8095 --- /dev/null +++ b/app-office/texmaker/files/texmaker-1.99-hunspell.patch @@ -0,0 +1,72 @@ +Index: texmaker-1.9.9/spellerdialog.h +=================================================================== +--- texmaker-1.9.9.orig/spellerdialog.h ++++ texmaker-1.9.9/spellerdialog.h +@@ -13,7 +13,7 @@ + + #include "ui_spellerdialog.h" + #include "latexeditor.h" +-#include "hunspell/hunspell.hxx" ++#include <hunspell.hxx> + + #include <QTextCursor> + +Index: texmaker-1.9.9/texmaker.pro +=================================================================== +--- texmaker-1.9.9.orig/texmaker.pro ++++ texmaker-1.9.9/texmaker.pro +@@ -3,7 +3,8 @@ TEMPLATE = app + TARGET = texmaker + QT += network \ + xml +-CONFIG += qt warn_off release ++CONFIG += qt warn_off release link_pkgconfig ++PKGCONFIG = hunspell + TEXMAKERVERSION=1.9.9 + DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\" + ############################### +@@ -42,25 +43,6 @@ HEADERS += texmaker.h \ + stylehelper.h \ + styleanimator.h \ + keysequencedialog.h \ +- hunspell/affentry.hxx \ +- hunspell/affixmgr.hxx \ +- hunspell/atypes.hxx \ +- hunspell/baseaffix.hxx \ +- hunspell/csutil.hxx \ +- hunspell/dictmgr.hxx \ +- hunspell/hashmgr.hxx \ +- hunspell/htypes.hxx \ +- hunspell/hunspell.hxx \ +- hunspell/hunspell.h \ +- hunspell/langnum.hxx \ +- hunspell/license.hunspell \ +- hunspell/phonet.hxx \ +- hunspell/suggestmgr.hxx \ +- hunspell/license.myspell \ +- hunspell/filemgr.hxx \ +- hunspell/hunzip.hxx \ +- hunspell/replist.hxx \ +- hunspell/w_char.hxx \ + singleapp/qtlocalpeer.h \ + singleapp/qtlockedfile.h \ + singleapp/qtsingleapplication.h \ +@@ -100,18 +82,6 @@ SOURCES += main.cpp \ + stylehelper.cpp \ + styleanimator.cpp \ + keysequencedialog.cpp \ +- hunspell/affentry.cxx \ +- hunspell/affixmgr.cxx \ +- hunspell/csutil.cxx \ +- hunspell/dictmgr.cxx \ +- hunspell/hashmgr.cxx \ +- hunspell/hunspell.cxx \ +- hunspell/phonet.cxx \ +- hunspell/suggestmgr.cxx \ +- hunspell/utf_info.cxx \ +- hunspell/filemgr.cxx \ +- hunspell/replist.cxx \ +- hunspell/hunzip.cxx \ + singleapp/qtlocalpeer.cpp \ + singleapp/qtlockedfile.cpp \ + singleapp/qtsingleapplication.cpp \ diff --git a/app-office/texmaker/texmaker-1.99.ebuild b/app-office/texmaker/texmaker-1.99.ebuild new file mode 100644 index 000000000000..916f559d0c9b --- /dev/null +++ b/app-office/texmaker/texmaker-1.99.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.99.ebuild,v 1.1 2010/02/25 12:04:42 aballier Exp $ + +EAPI=1 + +inherit base versionator qt4 + +DESCRIPTION="A nice LaTeX-IDE" + +# The upstream version numbering is bad, so we have to remove a dot in the +# minor version number +MAJOR="$(get_major_version)" +MINOR_1="$(($(get_version_component_range 2)/10))" +MINOR_2="$(($(get_version_component_range 2)%10))" +if [ ${MINOR_2} -eq "0" ] ; then + MY_P="${PN}-${MAJOR}.${MINOR_1}" +else + MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}" +fi + +S="${WORKDIR}/${MY_P}" +HOMEPAGE="http://www.xm1math.net/texmaker/" +SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="" + +COMMON_DEPEND="x11-libs/libX11 + x11-libs/libXext + >=x11-libs/qt-gui-4.5.1:4 + >=x11-libs/qt-core-4.5.1:4 + >=app-text/hunspell-1.2.4" + +RDEPEND="${COMMON_DEPEND} + virtual/latex-base + app-text/psutils + app-text/ghostscript-gpl + media-libs/netpbm" + +DEPEND="${COMMON_DEPEND} + dev-util/pkgconfig" + +PATCHES=( "${FILESDIR}/${P}-hunspell.patch" ) + +src_compile() { + eqmake4 texmaker.pro || die "qmake failed" + emake || die "emake failed" +} + +src_install() { + emake INSTALL_ROOT="${D}" install || die "make install failed" + + insinto /usr/share/pixmaps/texmaker + doins utilities/texmaker*.png || die "doins failed." + doins utilities/texmaker.svg || die "doins failed." + + dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed" +} + +pkg_postinst() { + elog "A user manual with many screenshots is available at:" + elog "/usr/share/${PN}/usermanual_en.html" + elog +} |