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 B49BB1581C1 for ; Mon, 15 Jul 2024 15:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA59A2BC01A; Mon, 15 Jul 2024 15:18:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC0EB2BC01A for ; Mon, 15 Jul 2024 15:18:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7E5F335D6B for ; Mon, 15 Jul 2024 15:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98A31DCB for ; Mon, 15 Jul 2024 15:18:14 +0000 (UTC) From: "Brayan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brayan" Message-ID: <1721054425.19a368a741456979efabe0267e06f5bd2402e316.this.brayan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/btscreenlocker/Manifest net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild net-wireless/btscreenlocker/metadata.xml X-VCS-Directories: net-wireless/btscreenlocker/ X-VCS-Committer: this.brayan X-VCS-Committer-Name: Brayan X-VCS-Revision: 19a368a741456979efabe0267e06f5bd2402e316 X-VCS-Branch: dev Date: Mon, 15 Jul 2024 15:18:14 +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: d44a434c-b5db-4f32-a0bb-6f640d2eec66 X-Archives-Hash: f33ba58f7d23f30dbf358c6724ec94ec commit: 19a368a741456979efabe0267e06f5bd2402e316 Author: Brayan M. Salazar proton me> AuthorDate: Mon Jul 15 14:40:25 2024 +0000 Commit: Brayan proton me> CommitDate: Mon Jul 15 14:40:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19a368a7 net-wireless/btscreenlocker: new package, add 1.6.1 Signed-off-by: Brayan M. Salazar proton.me> net-wireless/btscreenlocker/Manifest | 1 + .../btscreenlocker/btscreenlocker-1.6.1.ebuild | 40 ++++++++++++++++++++++ net-wireless/btscreenlocker/metadata.xml | 12 +++++++ 3 files changed, 53 insertions(+) diff --git a/net-wireless/btscreenlocker/Manifest b/net-wireless/btscreenlocker/Manifest new file mode 100644 index 000000000..77906dad8 --- /dev/null +++ b/net-wireless/btscreenlocker/Manifest @@ -0,0 +1 @@ +DIST BtScreenLocker-1.6.1.tar.gz 60968 BLAKE2B cfacc6314a2a2c52971067f5a4fdc14ff14893be3f753a13b9d016b3bac2634d6f32c84528f91258fa5620f0397c154fbe106463e9713a1695ab5a694ce63572 SHA512 a0f2ea836800688c96fb6ae5d2cd691f2435ea193805bf27e24a017a05dc0ec80812785812131834eeddf9d89d39fc46f171affb9c3ee483b0a6d347c47343d2 diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild new file mode 100644 index 000000000..04b6751a9 --- /dev/null +++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 2024 Brayan M. Salazar +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away." +HOMEPAGE="https://github.com/brookiestein/BtScreenLocker" +SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz" +S="${WORKDIR}/BtScreenLocker-${PV}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" +dev-qt/qtbluetooth:5 +dev-qt/qtdbus:5 +dev-qt/qtwidgets:5 +dev-qt/linguist-tools:5 +>=net-wireless/bluez-5.76 +" +RDEPEND="${DEPEND}" +BDEPEND=" +sys-apps/coreutils +>=dev-build/cmake-3.28 +" + +src_configure() { + cmake_src_configure || die "Couldn't configure ${PN}." +} + +src_compile() { + cmake_build || die "Couldn't compile ${PN}." +} + +src_install() { + cmake_src_install || die "Couldn't install ${PN}." +} diff --git a/net-wireless/btscreenlocker/metadata.xml b/net-wireless/btscreenlocker/metadata.xml new file mode 100644 index 000000000..46b74feea --- /dev/null +++ b/net-wireless/btscreenlocker/metadata.xml @@ -0,0 +1,12 @@ + + + + + this.brayan@proton.me + Brayan M. Salazar + + + brookiestein/BtScreenLocker + https://github.com/brookiestein/BtScreenLocker/issues + +