public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
Date: Sat, 24 Apr 2021 23:19:41 +0000 (UTC)	[thread overview]
Message-ID: <1619266968.f405028bfbbd32859d3359f3654a3752145b6345.telans@gentoo> (raw)

commit:     f405028bfbbd32859d3359f3654a3752145b6345
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sat Apr 24 12:22:48 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Apr 24 12:22:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f405028b

gui-apps/paperde: add missing extra-cmake-modules dep; mv MY_PV

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 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 0ea5e6bbc..7a7482b76 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 0ea5e6bbc..7a7482b76 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 0ea5e6bbc..7a7482b76 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


             reply	other threads:[~2021-04-24 23:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-24 23:19 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-22  9:31 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/ David Roman
2021-06-15  7:11 Andrew Ammerlaan
2021-06-09  3:39 Theo Anderson
2021-05-12 18:45 Haelwenn Monnier
2021-04-23  8:47 Haelwenn Monnier
2021-04-08 17:21 Andrew Ammerlaan

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=1619266968.f405028bfbbd32859d3359f3654a3752145b6345.telans@gentoo \
    --to=telans@posteo.de \
    --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