diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-06-30 09:13:34 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-06-30 10:01:47 +0100 |
commit | afac1af1f7b322179f046dade14e7e13235bd399 (patch) | |
tree | 130b77f37a41c08a0895b15e0a56e58b1d713ec9 /app-text/xiphos | |
parent | app-text/bibletime: drop 3.0.2 (diff) | |
download | gentoo-afac1af1f7b322179f046dade14e7e13235bd399.tar.gz gentoo-afac1af1f7b322179f046dade14e7e13235bd399.tar.bz2 gentoo-afac1af1f7b322179f046dade14e7e13235bd399.zip |
app-text/xiphos: drop 4.2.1
This removes the last gnome-extra/gtkhtml revdep from the tree.
Bug: https://bugs.gentoo.org/667914
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/xiphos')
-rw-r--r-- | app-text/xiphos/xiphos-4.2.1.ebuild | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/app-text/xiphos/xiphos-4.2.1.ebuild b/app-text/xiphos/xiphos-4.2.1.ebuild deleted file mode 100644 index a5bdd72a9066..000000000000 --- a/app-text/xiphos/xiphos-4.2.1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg-utils - -DESCRIPTION="A Gtk+-based Bible-study frontend for SWORD" -HOMEPAGE="https://xiphos.org/" -SRC_URI="https://github.com/crosswire/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1" -SLOT="0" -KEYWORDS="amd64" -IUSE="dbus debug" - -COMMON="sys-apps/util-linux - dev-libs/libxml2 - dev-libs/libxslt - dbus? ( dev-libs/dbus-glib )" -RDEPEND="${COMMON} - >=app-text/sword-1.8.1 - dev-libs/glib:2 - dev-libs/icu - gnome-extra/gtkhtml:4.0 - >=net-libs/biblesync-1.2.0 - net-libs/webkit-gtk:4 - sys-libs/zlib[minizip] - x11-libs/gtk+:3" -DEPEND="${RDEPEND}" -BDEPEND="${COMMON} - app-arch/zip - app-text/yelp-tools - dev-libs/appstream-glib - dev-util/desktop-file-utils - dev-util/glib-utils - dev-util/itstool - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-4.2.1-appdata_metainfo.patch - "${FILESDIR}"/${PN}-4.2.1-glib_version_min_required.patch -) - -src_configure() { - # TODO: stop using gtkhtml, it is deprecated (Bug #667914). However, as - # of 4.2.1 it is still required because the WebKit-based editor - # does not support webkit-gtk:4. - local mycmakeargs=( - -DDBUS=$(usex dbus) - -DDEBUG=$(usex debug) - -DGTKHTML=on - -DPOSTINST=off - ) - cmake_src_configure -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |