From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7F64159C96 for ; Fri, 26 Jul 2024 20:29:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0FDB2BC01D; Fri, 26 Jul 2024 20:29:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81A6D2BC01D for ; Fri, 26 Jul 2024 20:29:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D875340836 for ; Fri, 26 Jul 2024 20:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5981E74 for ; Fri, 26 Jul 2024 20:29:24 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1722000784.c39578df69fb0b38caa5e4fc8b536e23c1c9e008.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild gui-apps/hyprlock/hyprlock-0.4.1.ebuild X-VCS-Directories: gui-apps/hyprlock/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c39578df69fb0b38caa5e4fc8b536e23c1c9e008 X-VCS-Branch: master Date: Fri, 26 Jul 2024 20:29:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7ee283f-e888-4f92-bdd0-c7dfc3b9becb X-Archives-Hash: c9952cee10530f066fdfd940eba2551b commit: c39578df69fb0b38caa5e4fc8b536e23c1c9e008 Author: Filip Kobierski pm me> AuthorDate: Fri Jul 26 13:33:04 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Jul 26 13:33:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c39578df gui-apps/hyprlock: add hyprutils dependency Without it it did not compile: ``` -- Package 'hyprutils' not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - hyprutils>=0.2.0 Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:39 (pkg_check_modules) ``` Also sorted RDEPEND Signed-off-by: Filip Kobierski pm.me> .../hyprlock/{hyprlock-0.4.1.ebuild => hyprlock-0.4.1-r1.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gui-apps/hyprlock/hyprlock-0.4.1.ebuild b/gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild similarity index 96% rename from gui-apps/hyprlock/hyprlock-0.4.1.ebuild rename to gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild index bc8665681..7d6de6548 100644 --- a/gui-apps/hyprlock/hyprlock-0.4.1.ebuild +++ b/gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild @@ -20,13 +20,14 @@ LICENSE="BSD" SLOT="0" RDEPEND=" + >=dev-libs/hyprlang-0.4.0 + >=gui-libs/hyprutils-0.2.0 dev-libs/date + dev-libs/glib:2 dev-libs/wayland + media-libs/libglvnd media-libs/mesa[opengl] sys-libs/pam - dev-libs/glib:2 - >=dev-libs/hyprlang-0.4.0 - media-libs/libglvnd x11-libs/cairo x11-libs/libxkbcommon x11-libs/libdrm