public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gonçalo Negrier Duarte" <gonegrier.duarte@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hypridle/
Date: Thu, 23 May 2024 17:45:08 +0000 (UTC)	[thread overview]
Message-ID: <1716486303.9e4dcd3f62959909f9fbc247e760da9e345fdd32.gonegrier.duarte@gentoo> (raw)

commit:     9e4dcd3f62959909f9fbc247e760da9e345fdd32
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu May 23 17:39:30 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu May 23 17:45:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e4dcd3f

gui-apps/hypridle: add 0.1.2, drop 0.1.1

Closes: https://bugs.gentoo.org/932552
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 gui-apps/hypridle/Manifest                                 |  2 +-
 .../{hypridle-0.1.1.ebuild => hypridle-0.1.2.ebuild}       |  6 ++++--
 gui-apps/hypridle/hypridle-9999.ebuild                     | 14 ++++++--------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/gui-apps/hypridle/Manifest b/gui-apps/hypridle/Manifest
index 2037ca86e..4a1689974 100644
--- a/gui-apps/hypridle/Manifest
+++ b/gui-apps/hypridle/Manifest
@@ -1 +1 @@
-DIST hypridle-0.1.1.gh.tar.gz 12388 BLAKE2B eede584479072fafde9e322e30310a75984f400c73acb35bb34780f2559d66de5d4310697cf8eb2ab7825d54c9f7da178e191215725d1e324e05475322db2392 SHA512 9d146ff959ffda785cf0c649493ba94113e900b985e9cfa29a20fa1b4cd37a95b656147d88b4c12a4f4dfe837375a5c056b10a094552ee49925e82a3b20e740d
+DIST hypridle-0.1.2.gh.tar.gz 13187 BLAKE2B f47b30b688a3ed920e1ca71891a5b1dc06421d3f71519830c4c2f0606fd3919fff2416f91180d3092e1d594b8caecacdc975f18566903421f14e5190d35e50c1 SHA512 d8591aa90c5621ce3d72748589845c727b5e6c3aca5aa42cede9bb238f1957e5fba107c72949097910efa9699ac031addf7ae64dfb9fde99138c56d98993eedf

diff --git a/gui-apps/hypridle/hypridle-0.1.1.ebuild b/gui-apps/hypridle/hypridle-0.1.2.ebuild
similarity index 93%
rename from gui-apps/hypridle/hypridle-0.1.1.ebuild
rename to gui-apps/hypridle/hypridle-0.1.2.ebuild
index 3d5417b53..b73b55121 100644
--- a/gui-apps/hypridle/hypridle-0.1.1.ebuild
+++ b/gui-apps/hypridle/hypridle-0.1.2.ebuild
@@ -27,6 +27,8 @@ RDEPEND="
 	gui-libs/egl-wayland
 	media-libs/mesa[egl(+),gles2]
 	>=gui-wm/hyprland-0.35.0
+	dev-cpp/sdbus-c++
+    >=dev-libs/hyprlang-0.4.0
 "
 DEPEND="
 	${RDEPEND}
@@ -34,8 +36,8 @@ DEPEND="
 "
 
 BDEPEND="
-	>=dev-libs/hyprlang-0.4.0
-	dev-cpp/sdbus-c++
+	virtual/pkgconfig
+	dev-build/cmake
 "
 
 PATCHES=(

diff --git a/gui-apps/hypridle/hypridle-9999.ebuild b/gui-apps/hypridle/hypridle-9999.ebuild
index 6a5aaec14..b73b55121 100644
--- a/gui-apps/hypridle/hypridle-9999.ebuild
+++ b/gui-apps/hypridle/hypridle-9999.ebuild
@@ -13,12 +13,8 @@ if [[ "${PV}" = *9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
 else
-	#When releases start to happen
-	#SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
-	#S="${WORKDIR}/${PN}-source"
-
-	SRC_URI="https://github.com/hyprwm/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
-	S="${WORKDIR}/${PN}-${COMMIT}"
+	SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+	S="${WORKDIR}/${PN}-${PV}"
 
 	KEYWORDS="~amd64"
 fi
@@ -31,6 +27,8 @@ RDEPEND="
 	gui-libs/egl-wayland
 	media-libs/mesa[egl(+),gles2]
 	>=gui-wm/hyprland-0.35.0
+	dev-cpp/sdbus-c++
+    >=dev-libs/hyprlang-0.4.0
 "
 DEPEND="
 	${RDEPEND}
@@ -38,8 +36,8 @@ DEPEND="
 "
 
 BDEPEND="
-	>=dev-libs/hyprlang-0.4.0
-	dev-cpp/sdbus-c++
+	virtual/pkgconfig
+	dev-build/cmake
 "
 
 PATCHES=(


             reply	other threads:[~2024-05-23 17:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 17:45 Gonçalo Negrier Duarte [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hypridle/ Julien Roy
2024-12-07 15:09 Gonçalo Negrier Duarte
2024-11-22 16:51 David Roman
2024-10-31  2:49 John M. Harris, Jr.
2024-10-30  9:43 Anthony Ruhier
2024-05-26 15:50 Takuya Wakazono
2024-05-25 11:34 Anthony Ruhier
2024-05-24 11:27 Anthony Ruhier
2024-05-24  6:28 Joe Kappus
2024-05-24  6:28 Joe Kappus
2024-04-10 12:45 Gonçalo Negrier Duarte
2024-03-19 23:55 Julien Roy
2024-02-21 11:46 Gonçalo Negrier Duarte
2024-02-20 23:31 Gonçalo Negrier Duarte

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=1716486303.9e4dcd3f62959909f9fbc247e760da9e345fdd32.gonegrier.duarte@gentoo \
    --to=gonegrier.duarte@gmail.com \
    --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