From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/djview/
Date: Fri, 26 Jun 2020 10:12:42 +0000 (UTC) [thread overview]
Message-ID: <1593166352.4c1ab8b6e48c30bb0db6fb65c9633bd3b596ee4d.asturm@gentoo> (raw)
commit: 4c1ab8b6e48c30bb0db6fb65c9633bd3b596ee4d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 26 10:03:01 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 26 10:12:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1ab8b6
app-text/djview: EAPI-7 bump, drop broken IUSE=nsplugin support
It was broken already, but then modern browsers dropped npapi support anyway.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/djview/djview-4.10.6-r2.ebuild | 86 +++++++++++++++++++++++++++++++++
1 file changed, 86 insertions(+)
diff --git a/app-text/djview/djview-4.10.6-r2.ebuild b/app-text/djview/djview-4.10.6-r2.ebuild
new file mode 100644
index 00000000000..89ea0c6b9f2
--- /dev/null
+++ b/app-text/djview/djview-4.10.6-r2.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop flag-o-matic qmake-utils toolchain-funcs xdg-utils
+
+DESCRIPTION="Portable DjVu viewer using Qt"
+HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
+SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+IUSE="debug"
+
+RDEPEND="
+ >=app-text/djvu-3.5.22-r1
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtopengl:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtwidgets:5"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-qt/linguist-tools:5
+ >=sys-devel/autoconf-2.67
+ virtual/pkgconfig"
+
+DOCS=( README NEWS )
+
+PATCHES=( "${FILESDIR}/${P}-hidpi.patch" )
+
+src_prepare() {
+ default
+
+ # 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} || die
+ AT_M4DIR="config" eautoreconf
+}
+
+src_configure() {
+ # See config/acinclude.m4
+ use debug || append-cppflags "-DNDEBUG"
+
+ QTDIR=$(qt5_get_libdir)/qt5 \
+ econf \
+ --with-x \
+ --disable-desktopfiles \
+ --disable-nsdejavu
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" \
+ plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} \
+ install
+
+ einstalldocs
+
+ insinto /usr/share/icons/hicolor/32x32/apps
+ newins desktopfiles/prebuilt-hi32-djview4.png djvulibre-djview4.png
+ insinto /usr/share/icons/hicolor/64x64/apps
+ newins desktopfiles/prebuilt-hi64-djview4.png djvulibre-djview4.png
+ insinto /usr/share/icons/hicolor/scalable/apps
+ newins desktopfiles/djview.svg djvulibre-djview4.svg
+ sed -e 's/Exec=djview4/Exec=djview/' \
+ -i desktopfiles/djvulibre-djview4.desktop || die
+ domenu desktopfiles/djvulibre-djview4.desktop
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
next reply other threads:[~2020-06-26 10:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-26 10:12 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: app-text/djview/ Conrad Kostecki
2020-06-26 10:12 Andreas Sturmlechner
2020-05-21 15:48 Andreas Sturmlechner
2020-05-21 9:52 Andreas Sturmlechner
2020-05-20 22:18 Andreas Sturmlechner
2018-01-26 0:53 Mikle Kolyada
2018-01-26 0:53 Mikle Kolyada
2018-01-20 23:43 Sergei Trofimovich
2017-12-27 23:57 Jonas Stein
2017-12-16 13:07 Sergei Trofimovich
2017-12-09 21:10 Andreas Sturmlechner
2017-12-09 21:10 Andreas Sturmlechner
2017-12-09 21:10 Andreas Sturmlechner
2017-12-05 22:14 Pacho Ramos
2017-11-26 19:06 Sergei Trofimovich
2017-11-02 21:16 Thomas Deutschmann
2017-10-30 23:33 Andreas Sturmlechner
2016-03-08 8:44 Alexis Ballier
2016-01-12 8:46 Alexis Ballier
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=1593166352.4c1ab8b6e48c30bb0db6fb65c9633bd3b596ee4d.asturm@gentoo \
--to=asturm@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