public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corestuff/
Date: Sat, 13 Jan 2024 16:24:57 +0000 (UTC)	[thread overview]
Message-ID: <1705147174.c7216d62ef7a6ea00d0f9c78cea047e6b29a8ff6.arthurzam@gentoo> (raw)

commit:     c7216d62ef7a6ea00d0f9c78cea047e6b29a8ff6
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 13 11:45:58 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:59:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7216d62

gui-apps/corestuff: add 4.5.0, live sync

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

 gui-apps/corestuff/Manifest                        |  1 +
 ...orestuff-9999.ebuild => corestuff-4.5.0.ebuild} | 27 ++++++++++++----------
 gui-apps/corestuff/corestuff-9999.ebuild           | 27 ++++++++++++----------
 3 files changed, 31 insertions(+), 24 deletions(-)

diff --git a/gui-apps/corestuff/Manifest b/gui-apps/corestuff/Manifest
index e3feee86e6..cd0e126088 100644
--- a/gui-apps/corestuff/Manifest
+++ b/gui-apps/corestuff/Manifest
@@ -1 +1,2 @@
 DIST corestuff-4.2.0.tar.gz 1247589 BLAKE2B 9dff4a40a37e8b89ea59ed7c51d2016cf18386287597a2106afc92245afcb1f8708955af66c89cd830a2ab8fec640c05df67231f79d4060c57abe6778c6bd06f SHA512 88a7d5035b05d7b74a0dbe38b01c01b84cf614e7188ab94cf287828839a7210b622b8be48f3064b4e0f1fd77d13ba065a7ba5faee32e6f056c79706c6a11bb22
+DIST corestuff-v4.5.0.tar.bz2 1192001 BLAKE2B 5600c5e27b34d506d5951eb3a095501007be5a072a25680d1ab361eb9337b5c13afa2e2d56112ada07d9a81012050ac5deebf05a34b82944f8ea4b252998993d SHA512 c691a23ad8ef45941fe28f2eff554a668b2fb93c274609556d3bf5994406712e89db94f2b35f1520f82e57980a8a5ede6189b7152f05e80c3f3d65006ae7bfdf

diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-4.5.0.ebuild
similarity index 50%
copy from gui-apps/corestuff/corestuff-9999.ebuild
copy to gui-apps/corestuff/corestuff-4.5.0.ebuild
index 7cee0438b7..fbf52783aa 100644
--- a/gui-apps/corestuff/corestuff-9999.ebuild
+++ b/gui-apps/corestuff/corestuff-4.5.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,25 +10,30 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestuff.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${MY_PV}"
+	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
-	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
 	gui-libs/libcprime
 	gui-libs/libcsys
 	kde-frameworks/kglobalaccel:5
+	x11-libs/libX11
 	x11-libs/libXcomposite
+	x11-libs/libxcb:=
+	x11-libs/libXi
+	x11-libs/xcb-util-wm
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"

diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild
index 7cee0438b7..fbf52783aa 100644
--- a/gui-apps/corestuff/corestuff-9999.ebuild
+++ b/gui-apps/corestuff/corestuff-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,25 +10,30 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/corestuff"
 
 if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+	EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/corestuff.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/coreapps/corestuff/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${MY_PV}"
+	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 
 DEPEND="
-	dev-qt/qtconcurrent:5
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
 	gui-libs/libcprime
 	gui-libs/libcsys
 	kde-frameworks/kglobalaccel:5
+	x11-libs/libX11
 	x11-libs/libXcomposite
+	x11-libs/libxcb:=
+	x11-libs/libXi
+	x11-libs/xcb-util-wm
 "
-RDEPEND="
-	${DEPEND}
-"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2024-01-13 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-13 16:24 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 19:33 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/corestuff/ David Roman
2025-05-05 19:33 David Roman
2024-01-15 15:46 David Roman
2021-04-20 10:42 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=1705147174.c7216d62ef7a6ea00d0f9c78cea047e6b29a8ff6.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --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