From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/
Date: Sat, 30 Jan 2016 12:23:57 +0000 (UTC) [thread overview]
Message-ID: <1454156584.1563003afc5abf3ff5fb84fa84a6a0c8024ec223.pacho@gentoo> (raw)
commit: 1563003afc5abf3ff5fb84fa84a6a0c8024ec223
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 10:45:25 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 12:23:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1563003a
app-text/apvlv: Disable optional webkit support to not rely on obsolete versions (with security issues (#572980)
Package-Manager: portage-2.2.27
app-text/apvlv/apvlv-0.1.5-r1.ebuild | 62 ++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
new file mode 100644
index 0000000..e91b58b
--- /dev/null
+++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils cmake-utils gnome2-utils
+
+DESCRIPTION="Alf's PDF Viewer Like Vim"
+HOMEPAGE="https://naihe2010.github.com/apvlv/"
+SRC_URI="https://github.com/naihe2010/apvlv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug djvu"
+
+RDEPEND="
+ >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)]
+ dev-libs/glib:2
+ x11-libs/gtk+:3
+ djvu? ( app-text/djvu:= )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ # preserve cflags
+ epatch "${FILESDIR}/${PN}-0.1.5-cflags.patch"
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DSYSCONFDIR=/etc/${PN}
+ -DDOCDIR=/usr/share/${PN}
+ -DMANDIR=/usr/share/man
+ -DAPVLV_WITH_HTML=OFF
+ -DAPVLV_WITH_UMD=OFF
+ -DAPVLV_WITH_TXT=ON
+ $(cmake-utils_use djvu APVLV_WITH_DJVU)
+ $(cmake-utils_use debug APVLV_ENABLE_DEBUG)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ dodoc AUTHORS NEWS README THANKS TODO
+ newicon -s 32 icons/pdf.png ${PN}.png
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2016-01-30 12:24 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-30 12:23 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 17:10 [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/ Sam James
2024-12-03 15:56 Joonas Niilola
2024-12-01 22:36 Jakov Smolić
2023-01-08 10:41 Joonas Niilola
2022-12-19 18:21 Arthur Zamarin
2022-09-20 15:29 Matt Turner
2022-04-22 10:22 Joonas Niilola
2021-07-03 15:46 Joonas Niilola
2019-02-14 23:06 Andreas Sturmlechner
2019-01-17 0:36 Andreas Sturmlechner
2018-06-12 18:27 Mikle Kolyada
2018-06-12 18:27 Mikle Kolyada
2018-06-12 11:36 Thomas Deutschmann
2018-06-12 7:58 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2016-06-26 17:26 Michael Palimaka
2016-06-10 15:32 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-10-19 9:27 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454156584.1563003afc5abf3ff5fb84fa84a6a0c8024ec223.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox