Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
Date: Sat, 24 Apr 2021 23:20:11
Message-Id: 1619266968.f405028bfbbd32859d3359f3654a3752145b6345.telans@gentoo
1 commit: f405028bfbbd32859d3359f3654a3752145b6345
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Sat Apr 24 12:22:48 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat Apr 24 12:22:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f405028b
7
8 gui-apps/paperde: add missing extra-cmake-modules dep; mv MY_PV
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
12
13 gui-apps/paperde/paperde-0.1.0_alpha.ebuild | 10 ++++++----
14 gui-apps/paperde/paperde-0.1.1.ebuild | 10 ++++++----
15 gui-apps/paperde/paperde-9999.ebuild | 10 ++++++----
16 3 files changed, 18 insertions(+), 12 deletions(-)
17
18 diff --git a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
19 index 0ea5e6bbc..7a7482b76 100644
20 --- a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
21 +++ b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
22 @@ -3,18 +3,17 @@
23
24 EAPI=7
25
26 -# _alpha -> -alpha
27 -MY_PV="${PV/_/-}"
28 -
29 inherit cmake xdg
30
31 DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
32 HOMEPAGE="https://gitlab.com/cubocore/paper/paperde"
33
34 -if [[ ${PV} == 9999 ]]; then
35 +if [[ ${PV} == *9999* ]]; then
36 inherit git-r3
37 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
38 else
39 + # _alpha -> -alpha
40 + MY_PV="${PV/_/-}"
41 SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
42 KEYWORDS="~amd64"
43 S="${WORKDIR}/${PN}-v${MY_PV}"
44 @@ -23,6 +22,9 @@ fi
45 LICENSE="GPL-3"
46 SLOT="0"
47
48 +BDEPEND="
49 + kde-frameworks/extra-cmake-modules:5
50 +"
51 DEPEND="
52 dev-libs/libdbusmenu-qt
53 dev-libs/wayland
54
55 diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild
56 index 0ea5e6bbc..7a7482b76 100644
57 --- a/gui-apps/paperde/paperde-0.1.1.ebuild
58 +++ b/gui-apps/paperde/paperde-0.1.1.ebuild
59 @@ -3,18 +3,17 @@
60
61 EAPI=7
62
63 -# _alpha -> -alpha
64 -MY_PV="${PV/_/-}"
65 -
66 inherit cmake xdg
67
68 DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
69 HOMEPAGE="https://gitlab.com/cubocore/paper/paperde"
70
71 -if [[ ${PV} == 9999 ]]; then
72 +if [[ ${PV} == *9999* ]]; then
73 inherit git-r3
74 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
75 else
76 + # _alpha -> -alpha
77 + MY_PV="${PV/_/-}"
78 SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
79 KEYWORDS="~amd64"
80 S="${WORKDIR}/${PN}-v${MY_PV}"
81 @@ -23,6 +22,9 @@ fi
82 LICENSE="GPL-3"
83 SLOT="0"
84
85 +BDEPEND="
86 + kde-frameworks/extra-cmake-modules:5
87 +"
88 DEPEND="
89 dev-libs/libdbusmenu-qt
90 dev-libs/wayland
91
92 diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
93 index 0ea5e6bbc..7a7482b76 100644
94 --- a/gui-apps/paperde/paperde-9999.ebuild
95 +++ b/gui-apps/paperde/paperde-9999.ebuild
96 @@ -3,18 +3,17 @@
97
98 EAPI=7
99
100 -# _alpha -> -alpha
101 -MY_PV="${PV/_/-}"
102 -
103 inherit cmake xdg
104
105 DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
106 HOMEPAGE="https://gitlab.com/cubocore/paper/paperde"
107
108 -if [[ ${PV} == 9999 ]]; then
109 +if [[ ${PV} == *9999* ]]; then
110 inherit git-r3
111 EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
112 else
113 + # _alpha -> -alpha
114 + MY_PV="${PV/_/-}"
115 SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
116 KEYWORDS="~amd64"
117 S="${WORKDIR}/${PN}-v${MY_PV}"
118 @@ -23,6 +22,9 @@ fi
119 LICENSE="GPL-3"
120 SLOT="0"
121
122 +BDEPEND="
123 + kde-frameworks/extra-cmake-modules:5
124 +"
125 DEPEND="
126 dev-libs/libdbusmenu-qt
127 dev-libs/wayland