public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2021-04-08 17:21 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-04-08 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6e8263ca79ac804a4c4c34eb524c41ea8d71d0c3
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Apr  8 16:40:09 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr  8 16:40:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e8263ca

gui-apps/paperde: update live; add 0.1.0_alpha

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

 gui-apps/paperde/Manifest                            |  1 +
 ...aperde-9999.ebuild => paperde-0.1.0_alpha.ebuild} | 20 ++++++++++++--------
 gui-apps/paperde/paperde-9999.ebuild                 | 20 ++++++++++++--------
 3 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/gui-apps/paperde/Manifest b/gui-apps/paperde/Manifest
index 6ab78b618..be3cb3528 100644
--- a/gui-apps/paperde/Manifest
+++ b/gui-apps/paperde/Manifest
@@ -1 +1,2 @@
+DIST paperde-0.1.0_alpha.tar.gz 2238045 BLAKE2B 90fa2948484e53c6c30e2b8258da037043e5e71915c77cbe5bf959b85aea87bbde6d9bdf0afa1d398a617f1062027a37c62d78b98429ffcc88ec61f819c26907 SHA512 85affe98ba697e7d79fcf9356ad485ed29c8a099bff773ebc01637ae34c9101ca82e63370b2298801173903bc1d7a257614ce82f58c2ea669b6f0496f3cc1400
 DIST paperde-0_p20210310.tar.gz 2239576 BLAKE2B 8aea8e44e845dbdf7c8e01841cd9d8b7897cfed32ddad9e86ef33afc40be19adf76db356fbc59927adf3e2c3fed91c76e8df4a73bffd836db465703f69c9c5dc SHA512 5e5f0ee83ccae6487608446440437e00718027322532afe81b5d173f9385d899686e7e2f008e4ac95ee9f6756d25dbf1b010d35c6e5f84cce198bf9c1c52c6ab

diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
similarity index 69%
copy from gui-apps/paperde/paperde-9999.ebuild
copy to gui-apps/paperde/paperde-0.1.0_alpha.ebuild
index ba465e435..0ea5e6bbc 100644
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
@@ -3,20 +3,21 @@
 
 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
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
 else
-	COMMIT=65c755306688203ddc32bbc099ba1de03166cde9
-	SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/paperde-${COMMIT}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${COMMIT}"
+	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}"
 fi
 
 LICENSE="GPL-3"
@@ -25,17 +26,20 @@ SLOT="0"
 DEPEND="
 	dev-libs/libdbusmenu-qt
 	dev-libs/wayland
+	dev-libs/wayland-protocols
 	dev-qt/designer:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5[wayland,X]
 	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5[X]
 	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5[X]
 	gui-libs/libcprime
 	gui-libs/libcsys
 "
-RDEPEND="${DEPEND}
-	gui-wm/wayfire[X]
+RDEPEND="
+	${DEPEND}
+	>=gui-wm/wayfire-0.7.0[X]
+	sys-apps/xdg-desktop-portal
 	x11-misc/qt5ct
 "
 

diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
index ba465e435..0ea5e6bbc 100644
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ b/gui-apps/paperde/paperde-9999.ebuild
@@ -3,20 +3,21 @@
 
 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
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
 else
-	COMMIT=65c755306688203ddc32bbc099ba1de03166cde9
-	SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/paperde-${COMMIT}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/${PN}-${COMMIT}"
+	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}"
 fi
 
 LICENSE="GPL-3"
@@ -25,17 +26,20 @@ SLOT="0"
 DEPEND="
 	dev-libs/libdbusmenu-qt
 	dev-libs/wayland
+	dev-libs/wayland-protocols
 	dev-qt/designer:5
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5[wayland,X]
 	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5[X]
 	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5[X]
 	gui-libs/libcprime
 	gui-libs/libcsys
 "
-RDEPEND="${DEPEND}
-	gui-wm/wayfire[X]
+RDEPEND="
+	${DEPEND}
+	>=gui-wm/wayfire-0.7.0[X]
+	sys-apps/xdg-desktop-portal
 	x11-misc/qt5ct
 "
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2021-04-23  8:47 Haelwenn Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Haelwenn Monnier @ 2021-04-23  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a2bc3bbf0a9d4fd22f2ff360bbc0a084039550dc
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Apr 22 12:43:06 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Apr 22 12:43:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2bc3bbf

gui-apps/paperde: version bump to 0.1.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 gui-apps/paperde/Manifest             |  1 +
 gui-apps/paperde/paperde-0.1.1.ebuild | 57 +++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/gui-apps/paperde/Manifest b/gui-apps/paperde/Manifest
index be3cb3528..7ac1bb1b4 100644
--- a/gui-apps/paperde/Manifest
+++ b/gui-apps/paperde/Manifest
@@ -1,2 +1,3 @@
 DIST paperde-0.1.0_alpha.tar.gz 2238045 BLAKE2B 90fa2948484e53c6c30e2b8258da037043e5e71915c77cbe5bf959b85aea87bbde6d9bdf0afa1d398a617f1062027a37c62d78b98429ffcc88ec61f819c26907 SHA512 85affe98ba697e7d79fcf9356ad485ed29c8a099bff773ebc01637ae34c9101ca82e63370b2298801173903bc1d7a257614ce82f58c2ea669b6f0496f3cc1400
+DIST paperde-0.1.1.tar.gz 2238206 BLAKE2B 7d2ed32bc1c8f0914a39ee564565a4f9956e01d2cb4f6c11190792325c1a64ba2ca7006d8b263abb3be80b58734a798423406fd2b411a344f714988906e44c48 SHA512 45b1fcd8bc03ae34be7560fe8f369d1bde98da764870298a6f31b8465fd0fc24ace556bf7fadeab756dc4d86115aefc7c8d22eb84602472eeb2c60dc1539b85c
 DIST paperde-0_p20210310.tar.gz 2239576 BLAKE2B 8aea8e44e845dbdf7c8e01841cd9d8b7897cfed32ddad9e86ef33afc40be19adf76db356fbc59927adf3e2c3fed91c76e8df4a73bffd836db465703f69c9c5dc SHA512 5e5f0ee83ccae6487608446440437e00718027322532afe81b5d173f9385d899686e7e2f008e4ac95ee9f6756d25dbf1b010d35c6e5f84cce198bf9c1c52c6ab

diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild
new file mode 100644
index 000000000..0ea5e6bbc
--- /dev/null
+++ b/gui-apps/paperde/paperde-0.1.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
+else
+	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}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+	dev-libs/libdbusmenu-qt
+	dev-libs/wayland
+	dev-libs/wayland-protocols
+	dev-qt/designer:5
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5[wayland,X]
+	dev-qt/qtnetwork:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5[X]
+	gui-libs/libcprime
+	gui-libs/libcsys
+"
+RDEPEND="
+	${DEPEND}
+	>=gui-wm/wayfire-0.7.0[X]
+	sys-apps/xdg-desktop-portal
+	x11-misc/qt5ct
+"
+
+src_prepare() {
+	cmake_src_prepare
+	xdg_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DPKGSHAREDPATH="${EPREFIX}/usr/share/paperde"
+		-DPKGCONFPATH="${EPREFIX}/etc/xdg/paperde"
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2021-04-24 23:19 Theo Anderson
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Anderson @ 2021-04-24 23:19 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2021-05-12 18:45 Haelwenn Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Haelwenn Monnier @ 2021-05-12 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f6aa2dafa440157712e44494696feba910333f77
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed May 12 17:03:28 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed May 12 17:04:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6aa2daf

gui-apps/paperde: requirement constraints - <gui-libs/wlroots-0.13.0

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

 gui-apps/paperde/paperde-0.1.1.ebuild | 3 +++
 gui-apps/paperde/paperde-9999.ebuild  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild
index 7a7482b76..18b6d99fc 100644
--- a/gui-apps/paperde/paperde-0.1.1.ebuild
+++ b/gui-apps/paperde/paperde-0.1.1.ebuild
@@ -38,8 +38,11 @@ DEPEND="
 	gui-libs/libcprime
 	gui-libs/libcsys
 "
+# Because of gui-wm/wayfire build failure, also add requirement constraints here
+#   wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
 RDEPEND="
 	${DEPEND}
+	<gui-libs/wlroots-0.13.0
 	>=gui-wm/wayfire-0.7.0[X]
 	sys-apps/xdg-desktop-portal
 	x11-misc/qt5ct

diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
index 7a7482b76..18b6d99fc 100644
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ b/gui-apps/paperde/paperde-9999.ebuild
@@ -38,8 +38,11 @@ DEPEND="
 	gui-libs/libcprime
 	gui-libs/libcsys
 "
+# Because of gui-wm/wayfire build failure, also add requirement constraints here
+#   wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
 RDEPEND="
 	${DEPEND}
+	<gui-libs/wlroots-0.13.0
 	>=gui-wm/wayfire-0.7.0[X]
 	sys-apps/xdg-desktop-portal
 	x11-misc/qt5ct


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2021-06-09  3:39 Theo Anderson
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Anderson @ 2021-06-09  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c04ca108eb463813b81fb6e16edc4b629bc024d5
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Jun  7 09:36:21 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Jun  7 09:36:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c04ca108

gui-apps/paperde: remove version limits

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

 gui-apps/paperde/paperde-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
index 18b6d99fc..01d7a69a4 100644
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ b/gui-apps/paperde/paperde-9999.ebuild
@@ -38,12 +38,11 @@ DEPEND="
 	gui-libs/libcprime
 	gui-libs/libcsys
 "
-# Because of gui-wm/wayfire build failure, also add requirement constraints here
-#   wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
+
 RDEPEND="
 	${DEPEND}
-	<gui-libs/wlroots-0.13.0
-	>=gui-wm/wayfire-0.7.0[X]
+	gui-libs/wlroots
+	gui-wm/wayfire[X]
 	sys-apps/xdg-desktop-portal
 	x11-misc/qt5ct
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2021-06-15  7:11 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-06-15  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     53ef6ac31c17aebe10757780d2bde8a14f9ca99a
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Jun 15 00:21:57 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 00:22:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53ef6ac3

gui-apps/paperde: drop broken 0.1.1 version

Closes: https://bugs.gentoo.org/796008
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 gui-apps/paperde/Manifest             |  1 -
 gui-apps/paperde/paperde-0.1.1.ebuild | 62 -----------------------------------
 2 files changed, 63 deletions(-)

diff --git a/gui-apps/paperde/Manifest b/gui-apps/paperde/Manifest
deleted file mode 100644
index b20bb0575..000000000
--- a/gui-apps/paperde/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST paperde-0.1.1.tar.gz 2238206 BLAKE2B 7d2ed32bc1c8f0914a39ee564565a4f9956e01d2cb4f6c11190792325c1a64ba2ca7006d8b263abb3be80b58734a798423406fd2b411a344f714988906e44c48 SHA512 45b1fcd8bc03ae34be7560fe8f369d1bde98da764870298a6f31b8465fd0fc24ace556bf7fadeab756dc4d86115aefc7c8d22eb84602472eeb2c60dc1539b85c

diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild b/gui-apps/paperde/paperde-0.1.1.ebuild
deleted file mode 100644
index 18b6d99fc..000000000
--- a/gui-apps/paperde/paperde-0.1.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
-HOMEPAGE="https://gitlab.com/cubocore/paper/paperde"
-
-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}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-	kde-frameworks/extra-cmake-modules:5
-"
-DEPEND="
-	dev-libs/libdbusmenu-qt
-	dev-libs/wayland
-	dev-libs/wayland-protocols
-	dev-qt/designer:5
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5[wayland,X]
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5[X]
-	gui-libs/libcprime
-	gui-libs/libcsys
-"
-# Because of gui-wm/wayfire build failure, also add requirement constraints here
-#   wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
-RDEPEND="
-	${DEPEND}
-	<gui-libs/wlroots-0.13.0
-	>=gui-wm/wayfire-0.7.0[X]
-	sys-apps/xdg-desktop-portal
-	x11-misc/qt5ct
-"
-
-src_prepare() {
-	cmake_src_prepare
-	xdg_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DPKGSHAREDPATH="${EPREFIX}/usr/share/paperde"
-		-DPKGCONFPATH="${EPREFIX}/etc/xdg/paperde"
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/
@ 2024-10-22  9:31 David Roman
  0 siblings, 0 replies; 7+ messages in thread
From: David Roman @ 2024-10-22  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5b24cdb22c1d6d5b459779c3676df4a26f70d5a0
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 21 14:21:52 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 21 14:24:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b24cdb2

gui-apps/paperde: drop 9999

This is severely outdated and does not build.

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-apps/paperde/paperde-9999.ebuild | 60 ------------------------------------
 1 file changed, 60 deletions(-)

diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
deleted file mode 100644
index 7df837787..000000000
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
-HOMEPAGE="https://gitlab.com/cubocore/paper/paperde"
-
-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}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-	kde-frameworks/extra-cmake-modules
-"
-DEPEND="
-	dev-libs/libdbusmenu-qt
-	dev-libs/wayland
-	dev-libs/wayland-protocols
-	dev-qt/designer:5
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5[wayland,X]
-	dev-qt/qtnetwork:5
-	dev-qt/qtsvg:5
-	dev-qt/qtwidgets:5[X]
-	gui-libs/libcprime
-	gui-libs/libcsys
-"
-RDEPEND="
-	${DEPEND}
-	gui-libs/wlroots
-	gui-wm/wayfire[X]
-	sys-apps/xdg-desktop-portal
-	x11-misc/qt5ct
-"
-
-src_prepare() {
-	cmake_src_prepare
-	xdg_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DPKGSHAREDPATH="${EPREFIX}/usr/share/paperde"
-		-DPKGCONFPATH="${EPREFIX}/etc/xdg/paperde"
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-22  9:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-23  8:47 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2024-10-22  9:31 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-24 23:19 Theo Anderson
2021-04-08 17:21 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox