diff options
author | Andrey Grozin <grozin@gentoo.org> | 2023-04-20 16:41:21 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2023-04-20 16:41:21 +0700 |
commit | 3f4f61b33ed25eb06482b7770b2a2a6e2bf17224 (patch) | |
tree | fa39516f6ab1dc3a682305b55d112eb822c02ebf /app-text | |
parent | app-text/crqt-ng: DEPEND on crengine:0/<subslot> (diff) | |
download | gentoo-3f4f61b33ed25eb06482b7770b2a2a6e2bf17224.tar.gz gentoo-3f4f61b33ed25eb06482b7770b2a2a6e2bf17224.tar.bz2 gentoo-3f4f61b33ed25eb06482b7770b2a2a6e2bf17224.zip |
app-text/crqt-ng: remove old revision
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/crqt-ng/crqt-ng-1.0.11.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-text/crqt-ng/crqt-ng-1.0.11.ebuild b/app-text/crqt-ng/crqt-ng-1.0.11.ebuild deleted file mode 100644 index c06677c451df..000000000000 --- a/app-text/crqt-ng/crqt-ng-1.0.11.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PLOCALES="bg cs hu nl ru uk" -inherit cmake plocale xdg - -DESCRIPTION="Cross-platform e-book reader" -HOMEPAGE="https://gitlab.com/coolreader-ng/crqt-ng" -SRC_URI="https://gitlab.com/coolreader-ng/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+gif +svg +chm +harfbuzz +libunibreak +fribidi +zstd +libutf8proc" - -CDEPEND=">=app-text/crengine-ng-0.9.7[png,jpeg,fontconfig,gif=,svg=,chm=,harfbuzz=,fribidi=,zstd=,libutf8proc=] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5" -RDEPEND="${CDEPEND}" -BDEPEND="${CDEPEND} - dev-qt/linguist-tools:5" - -src_prepare() { - cmake_src_prepare - xdg_environment_reset - - # locales - plocale_find_changes "${S}"/src/i18n 'crqt_' '.ts' - sed -e "s|set(LANGUAGES .*)|set(LANGUAGES $(plocale_get_locales))|i" \ - -i "${S}"/src/CMakeLists.txt \ - || die "sed CMakeLists.txt failed" -} - -src_configure() { - CMAKE_USE_DIR="${S}" - CMAKE_BUILD_TYPE="Release" - local mycmakeargs=(-DUSE_QT=QT5) - cmake_src_configure -} |