From f405028bfbbd32859d3359f3654a3752145b6345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 24 Apr 2021 14:22:48 +0200 Subject: [PATCH] gui-apps/paperde: add missing extra-cmake-modules dep; mv MY_PV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć --- gui-apps/paperde/paperde-0.1.0_alpha.ebuild | 10 ++++++---- gui-apps/paperde/paperde-0.1.1.ebuild | 10 ++++++---- gui-apps/paperde/paperde-9999.ebuild | 10 ++++++---- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild index 0ea5e6bbc2..7a7482b76f 100644 --- a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild +++ b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild @@ -3,18 +3,17 @@ EAPI=7 -# _alpha -> -alpha -MY_PV="${PV/_/-}" - inherit cmake xdg DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else + # _alpha -> -alpha + MY_PV="${PV/_/-}" SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${MY_PV}" @@ -23,6 +22,9 @@ fi LICENSE="GPL-3" SLOT="0" +BDEPEND=" + kde-frameworks/extra-cmake-modules:5 +" DEPEND=" dev-libs/libdbusmenu-qt dev-libs/wayland diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild index 0ea5e6bbc2..7a7482b76f 100644 --- a/gui-apps/paperde/paperde-0.1.1.ebuild +++ b/gui-apps/paperde/paperde-0.1.1.ebuild @@ -3,18 +3,17 @@ EAPI=7 -# _alpha -> -alpha -MY_PV="${PV/_/-}" - inherit cmake xdg DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else + # _alpha -> -alpha + MY_PV="${PV/_/-}" SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${MY_PV}" @@ -23,6 +22,9 @@ fi LICENSE="GPL-3" SLOT="0" +BDEPEND=" + kde-frameworks/extra-cmake-modules:5 +" DEPEND=" dev-libs/libdbusmenu-qt dev-libs/wayland diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild index 0ea5e6bbc2..7a7482b76f 100644 --- a/gui-apps/paperde/paperde-9999.ebuild +++ b/gui-apps/paperde/paperde-9999.ebuild @@ -3,18 +3,17 @@ EAPI=7 -# _alpha -> -alpha -MY_PV="${PV/_/-}" - inherit cmake xdg DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire" HOMEPAGE="https://gitlab.com/cubocore/paper/paperde" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git" else + # _alpha -> -alpha + MY_PV="${PV/_/-}" SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${PN}-v${MY_PV}" @@ -23,6 +22,9 @@ fi LICENSE="GPL-3" SLOT="0" +BDEPEND=" + kde-frameworks/extra-cmake-modules:5 +" DEPEND=" dev-libs/libdbusmenu-qt dev-libs/wayland