grozin      14/10/20 14:49:18

  Modified:             ChangeLog
  Added:                texmacs-1.99.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  Changes    Path
1.119                app-office/texmacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.119&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?rev=1.119&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   11 Oct 2014 13:34:53 -0000      1.118
+++ ChangeLog   20 Oct 2014 14:49:18 -0000      1.119
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/texmacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.118 
2014/10/11 13:34:53 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/ChangeLog,v 1.119 
2014/10/20 14:49:18 grozin Exp $
+
+*texmacs-1.99.2 (20 Oct 2014)
+
+  20 Oct 2014; Andrey Grozin <gro...@gentoo.org> +texmacs-1.99.2.ebuild:
+  Version bump
 
   11 Oct 2014; Tobias Klausmann <klaus...@gentoo.org> texmacs-1.99.1.ebuild:
   Stable on alpha, bug 512486



1.1                  app-office/texmacs/texmacs-1.99.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.99.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/texmacs-1.99.2.ebuild?rev=1.1&content-type=text/plain

Index: texmacs-1.99.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.99.2.ebuild,v 
1.1 2014/10/20 14:49:18 grozin Exp $

EAPI=4

inherit autotools eutils fdo-mime gnome2-utils

MY_P=${P/tex/TeX}-src

DESCRIPTION="Wysiwyg text processor with high-quality maths"
HOMEPAGE="http://www.texmacs.org/";
SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
IUSE="imlib jpeg netpbm pdf qt4 svg spell"
KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"

RDEPEND="dev-scheme/guile[deprecated]
        virtual/latex-base
        app-text/ghostscript-gpl
        media-libs/freetype
        x11-libs/libXext
        x11-apps/xmodmap
        qt4? ( dev-qt/qtgui:4 )
        imlib? ( media-libs/imlib2 )
        jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
        svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
        netpbm? ( media-libs/netpbm )
        spell? ( app-text/aspell )"
DEPEND="${RDEPEND}
        x11-proto/xproto"

S="${WORKDIR}/${MY_P}"

src_prepare() {
        # respect LDFLAGS, bug #338459
        epatch "${FILESDIR}"/${PN}-plugins-1.patch

        # dont update mime and desktop databases and icon cache
        epatch "${FILESDIR}"/${PN}-updates.patch

        eautoreconf
}

src_configure() {
        econf --enable-optimize="${CXXFLAGS}" \
                $(use_with imlib imlib2) \
                $(use_enable qt4 qt) \
                $(use_enable pdf pdf-renderer)
}

src_install() {
        default
        domenu "${FILESDIR}"/TeXmacs.desktop
}

pkg_postinst() {
        fdo-mime_desktop_database_update
        fdo-mime_mime_database_update
        gnome2_icon_cache_update
}

pkg_postrm() {
        fdo-mime_desktop_database_update
        fdo-mime_mime_database_update
        gnome2_icon_cache_update
}




Reply via email to