public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/
Date: Sun, 04 May 2025 14:16:29 +0000 (UTC)	[thread overview]
Message-ID: <1746355274.64a96ebf49d771c4cf6bbcaff2a00633a4ed75e6.davidroman@gentoo> (raw)

commit:     64a96ebf49d771c4cf6bbcaff2a00633a4ed75e6
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sun May  4 10:41:14 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun May  4 10:41:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64a96ebf

gui-apps/hyprlock: add 0.8.2

Signed-off-by: Johannes Huber <johu <AT> gmx.de>

 gui-apps/hyprlock/Manifest              |  1 +
 gui-apps/hyprlock/hyprlock-0.8.2.ebuild | 53 +++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/hyprlock/Manifest b/gui-apps/hyprlock/Manifest
index 343805c71..9f17b244a 100644
--- a/gui-apps/hyprlock/Manifest
+++ b/gui-apps/hyprlock/Manifest
@@ -1,2 +1,3 @@
 DIST hyprlock-0.6.0.tar.gz 71344 BLAKE2B 77dbe7c4061c0d52663e286e701e1819f10194515130126078375f26e1b58d7cb74d7b980e6587751a65ccf762bbcb0cd6ff6fb9fedc375c891f5d6cff773de4 SHA512 d8931b44db0d25a2665a3b1a2a8656724ffd2d09effab37f0c53e40367637899f7040d96a0886202c6d4d5fb03e477a4fc351cbd31b81cdb715e180bc8dde6c2
 DIST hyprlock-0.7.0.tar.gz 79446 BLAKE2B 30d227205252afc75946eba47fe526051ac011f8441539f1322285014c4511a8bfee0d84f848341d9bccda0f6a672cf27e4ea314346a905942f50932578ce134 SHA512 f8fa0e2b4ee86563d9c8c4761b4b220e3cdf4a53fa6d39b427d7c3a8cd904e8094c8a324ea32564cb08db44e392c703d25e8125fbafbd444e0cfb9f89bea336e
+DIST hyprlock-0.8.2.tar.gz 80394 BLAKE2B a1bc646e025006d9cd59b39681692d8519a46e4bd79b319ecf2f5bee1f5bd04fc4374efc0027f1334cf2c4eb0ae4e54e01f84bbc67c2a75a4a9b22a2a7281464 SHA512 000057d2ebdb1d1e3a7cb38201afb1f02b4bb77f180283d85f117a9306e739964c7f33ee63124aa6e2f292ebdda40a2c5cb6114f5b0c557f2cbc6ff2e7daff56

diff --git a/gui-apps/hyprlock/hyprlock-0.8.2.ebuild b/gui-apps/hyprlock/hyprlock-0.8.2.ebuild
new file mode 100644
index 000000000..6ff07bcbc
--- /dev/null
+++ b/gui-apps/hyprlock/hyprlock-0.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Hyprland's GPU-accelerated screen locking utility"
+HOMEPAGE="https://github.com/hyprwm/hyprlock"
+
+if [[ "${PV}" = *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
+else
+	SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+	dev-cpp/sdbus-c++:0/2
+	dev-libs/date
+	dev-libs/glib:2
+	dev-libs/hyprgraphics
+	>=dev-libs/hyprlang-0.6.0
+	dev-libs/wayland
+	>=dev-util/hyprwayland-scanner-0.4.4
+	>=gui-libs/hyprutils-0.2.6:=
+	media-libs/libglvnd
+	media-libs/libjpeg-turbo:=
+	media-libs/libwebp:=
+	media-libs/mesa[opengl]
+	sys-libs/pam
+	x11-libs/cairo
+	x11-libs/libdrm
+	x11-libs/libxkbcommon
+	x11-libs/pango
+"
+DEPEND="
+	${RDEPEND}
+	dev-libs/wayland-protocols
+"
+
+BDEPEND="
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.4.1-fix-CFLAGS-CXXFLAGS.patch"
+)


             reply	other threads:[~2025-05-04 14:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-04 14:16 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-04 14:16 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ David Roman
2025-04-19 15:28 David Roman
2025-04-02  7:09 Florian Schmaus
2025-01-13 11:38 David Roman
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-08-31 13:05 David Roman
2024-07-26 20:29 David Roman
2024-07-26 20:29 David Roman
2024-05-23 22:18 Haelwenn Monnier
2024-04-13 17:15 Julien Roy
2024-04-10 20:12 Julien Roy
2024-04-10 20:12 Julien Roy
2024-03-19 23:55 Julien Roy
2024-02-24 12:14 Haelwenn Monnier
2024-02-23 23:40 Julien Roy
2024-02-23 23:40 Julien Roy
2024-02-23 23:40 Julien Roy
2024-02-21 11:52 Julien Roy
2024-02-21  1:36 Julien Roy
2024-02-21  1:36 Julien Roy

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=1746355274.64a96ebf49d771c4cf6bbcaff2a00633a4ed75e6.davidroman@gentoo \
    --to=davidroman96@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