* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-04-08 16:42 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-04-08 16:42 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: Maciej Barć <xgqt <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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-04-22 12:43 Aisha Tammy
0 siblings, 0 replies; 11+ messages in thread
From: Aisha Tammy @ 2021-04-22 12:43 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: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-04-24 12:22 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-04-24 12:22 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: Maciej Barć <xgqt <AT> riseup <DOT> net>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-05-12 17:05 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-05-12 17:05 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: Maciej Barć <xgqt <AT> riseup <DOT> net>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-06-07 9:36 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-06-07 9:36 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: Maciej Barć <xgqt <AT> riseup <DOT> net>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-06-15 0:22 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-06-15 0:22 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: Maciej Barć <xgqt <AT> riseup <DOT> net>
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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-06-15 10:03 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-06-15 10:03 UTC (permalink / raw
To: gentoo-commits
commit: e44ac8d60892156185885445fd19a8db35faf83a
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Jun 15 10:03:14 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Tue Jun 15 10:03:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e44ac8d6
gui-apps/paperde: bump to 0.1.1_p20210426
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_p20210426.ebuild | 60 +++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/gui-apps/paperde/Manifest b/gui-apps/paperde/Manifest
new file mode 100644
index 000000000..ceffa6da6
--- /dev/null
+++ b/gui-apps/paperde/Manifest
@@ -0,0 +1 @@
+DIST paperde-0.1.1_p20210426.tar.gz 2238328 BLAKE2B 268cd6171cba04e24a872fe1e604c907edc274dc7c6e35f08d84afb4cb4cfef43a8e2d0cf1e2dfefd926172e4146c9228609a00c872f954e77b6a47ef944b375 SHA512 df27178d17e5938076acfdb588f298fbba549a626c8279ea28ab531c311be237dcec8ed4711bdcbe53dd34419b597e4f85441e2800f04f806ea275f2beb922aa
diff --git a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
new file mode 100644
index 000000000..81ddf8bf4
--- /dev/null
+++ b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
@@ -0,0 +1,60 @@
+# 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
+ COMMIT="15018307192107e2915671d412f3fc900ac5af4b"
+ SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/paperde-${COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-${COMMIT}"
+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
+"
+
+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] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-06-15 10:06 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-06-15 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 64f839c20afb6454e09e079c93e1fc755343782c
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Jun 15 10:05:58 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Tue Jun 15 10:05:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64f839c2
gui-apps/paperde: clean DEPEND spacing
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_p20210426.ebuild | 1 -
gui-apps/paperde/paperde-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
index 81ddf8bf4..e1ae834fa 100644
--- a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
+++ b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
@@ -37,7 +37,6 @@ DEPEND="
gui-libs/libcprime
gui-libs/libcsys
"
-
RDEPEND="
${DEPEND}
gui-libs/wlroots
diff --git a/gui-apps/paperde/paperde-9999.ebuild b/gui-apps/paperde/paperde-9999.ebuild
index 01d7a69a4..bc22f9a50 100644
--- a/gui-apps/paperde/paperde-9999.ebuild
+++ b/gui-apps/paperde/paperde-9999.ebuild
@@ -38,7 +38,6 @@ DEPEND="
gui-libs/libcprime
gui-libs/libcsys
"
-
RDEPEND="
${DEPEND}
gui-libs/wlroots
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-06-15 10:06 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-06-15 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 70d78463181d6fc38af6e8b7a8d74de96c3e0b7d
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Tue Jun 15 10:06:41 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Tue Jun 15 10:06:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70d78463
gui-apps/paperde: paperde -> PN
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_p20210426.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
index e1ae834fa..95dfd31e3 100644
--- a/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
+++ b/gui-apps/paperde/paperde-0.1.1_p20210426.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git"
else
COMMIT="15018307192107e2915671d412f3fc900ac5af4b"
- SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/paperde-${COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-${COMMIT}"
fi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2021-11-28 17:10 Maciej Barć
0 siblings, 0 replies; 11+ messages in thread
From: Maciej Barć @ 2021-11-28 17:10 UTC (permalink / raw
To: gentoo-commits
commit: fd868e2230b2b5b9e5d745b8ebe87cc49fe36624
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 28 17:09:45 2021 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 17:10:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd868e22
gui-apps/paperde: remove myself from maintainers
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
gui-apps/paperde/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gui-apps/paperde/metadata.xml b/gui-apps/paperde/metadata.xml
index 470d0960e..ada6c24dc 100644
--- a/gui-apps/paperde/metadata.xml
+++ b/gui-apps/paperde/metadata.xml
@@ -5,10 +5,6 @@
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
<upstream>
<remote-id type="gitlab">cubocore/paper/paperde</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/
@ 2024-10-21 14:24 Takuya Wakazono
0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-10-21 14:24 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: Takuya Wakazono <pastalian46 <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] 11+ messages in thread
end of thread, other threads:[~2024-10-21 14:24 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-08 16:42 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2021-04-22 12:43 Aisha Tammy
2021-04-24 12:22 Maciej Barć
2021-05-12 17:05 Maciej Barć
2021-06-07 9:36 Maciej Barć
2021-06-15 0:22 Maciej Barć
2021-06-15 10:03 Maciej Barć
2021-06-15 10:06 Maciej Barć
2021-06-15 10:06 Maciej Barć
2021-11-28 17:10 Maciej Barć
2024-10-21 14:24 Takuya Wakazono
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox