diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-22 22:01:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-22 23:26:25 +0100 |
commit | e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d (patch) | |
tree | 6716f88dba88d2b7073bf71b54ed8db96511a745 /x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild | |
parent | x11-misc/kaqaz: update EAPI 7 -> 8, drop unused dev-qt/qtsensors (diff) | |
download | gentoo-e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d.tar.gz gentoo-e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d.tar.bz2 gentoo-e4410430a1fd57ea31852fc1ab7eb40dbd9d9c4d.zip |
x11-misc/kaqaz: drop 1.2.0-r4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild')
-rw-r--r-- | x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild b/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild deleted file mode 100644 index 41c0d7e246ed..000000000000 --- a/x11-misc/kaqaz/kaqaz-1.2.0-r4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Modern note manager" -HOMEPAGE="https://github.com/sialan-labs/kaqaz/" -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/sialan-labs/kaqaz.git" -else - SRC_URI="https://github.com/sialan-labs/kaqaz/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgraphicaleffects:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5[qml] - dev-qt/qtnetwork:5[ssl] - dev-qt/qtpositioning:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsensors:5 - dev-qt/qtsql:5[sqlite] - dev-qt/qtquickcontrols:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-qt55.patch" - "${FILESDIR}/${P}-unbundle-qtsingleapplication.patch" -) - -src_prepare() { - default - rm -r sialantools/qtsingleapplication || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake install INSTALL_ROOT="${D}" -} |