From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0B9E3138CA2 for ; Mon, 20 Apr 2015 08:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63FDAE0833; Mon, 20 Apr 2015 08:03:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3677E0833 for ; Mon, 20 Apr 2015 08:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2E89340C0A for ; Mon, 20 Apr 2015 08:03:32 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2139) id 6598416521; Mon, 20 Apr 2015 08:03:28 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/djview: ChangeLog djview-4.10.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog djview-4.10.3.ebuild X-VCS-Directories: app-text/djview X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150420080329.6598416521@oystercatcher.gentoo.org> Date: Mon, 20 Apr 2015 08:03:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c00c7147-30b1-4650-a074-71d7632c6a9b X-Archives-Hash: 290ea1a3b9e0942354e3ba608716d68e aballier 15/04/20 08:03:28 Modified: ChangeLog Added: djview-4.10.3.ebuild Log: version bump Signed-off-by: Alexis Ballier (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.30 app-text/djview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djview/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djview/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djview/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 11 Mar 2015 13:32:08 -0000 1.29 +++ ChangeLog 20 Apr 2015 08:03:28 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for app-text/djview # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v 1.29 2015/03/11 13:32:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djview/ChangeLog,v 1.30 2015/04/20 08:03:28 aballier Exp $ + +*djview-4.10.3 (20 Apr 2015) + + 20 Apr 2015; Alexis Ballier +djview-4.10.3.ebuild: + version bump 11 Mar 2015; Alexis Ballier djview-4.10.ebuild: add missing dep on qtopengl, bug #542904 1.1 app-text/djview/djview-4.10.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djview/djview-4.10.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djview/djview-4.10.3.ebuild?rev=1.1&content-type=text/plain Index: djview-4.10.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.10.3.ebuild,v 1.1 2015/04/20 08:03:28 aballier Exp $ EAPI=4 inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins DESCRIPTION="Portable DjVu viewer using Qt4" HOMEPAGE="http://djvu.sourceforge.net/djview4.html" SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="debug nsplugin" RDEPEND=" >=app-text/djvu-3.5.22-r1 dev-qt/qtdbus:4 dev-qt/qtopengl:4 dev-qt/qtgui:4" DEPEND="${RDEPEND} >=sys-devel/autoconf-2.67 virtual/pkgconfig nsplugin? ( dev-libs/glib:2 )" src_prepare() { # Force XEmbed instead of Xt-based mainloop (disable Xt autodep) sed -e 's:\(ac_xt=\)yes:\1no:' -i configure* || die sed 's/AC_CXX_OPTIMIZE/OPTS=;AC_SUBST(OPTS)/' -i configure.ac || die #263688 rm aclocal.m4 config/{libtool.m4,install-sh,ltmain.sh,lt*.m4} AT_M4DIR="config" eautoreconf } src_configure() { # See config/acinclude.m4 use debug || append-cppflags "-DNDEBUG" # QTDIR is needed because of kde3 QTDIR=/usr \ econf \ --with-x \ $(use_enable nsplugin nsdejavu) \ --disable-desktopfiles } src_compile() { emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" } src_install() { emake DESTDIR="${D}" \ plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} \ install dodoc README NEWS cd desktopfiles insinto /usr/share/icons/hicolor/32x32/apps newins prebuilt-hi32-djview4.png djvulibre-djview4.png insinto /usr/share/icons/hicolor/64x64/apps newins prebuilt-hi64-djview4.png djvulibre-djview4.png insinto /usr/share/icons/hicolor/scalable/apps newins djview.svg djvulibre-djview4.svg sed -i -e 's/Exec=djview4/Exec=djview/' djvulibre-djview4.desktop domenu djvulibre-djview4.desktop } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { fdo-mime_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { fdo-mime_desktop_database_update gnome2_icon_cache_update }