public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brayan" <this.brayan@proton.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/
Date: Mon, 15 Jul 2024 15:18:14 +0000 (UTC)	[thread overview]
Message-ID: <1721054425.19a368a741456979efabe0267e06f5bd2402e316.this.brayan@gentoo> (raw)

commit:     19a368a741456979efabe0267e06f5bd2402e316
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Mon Jul 15 14:40:25 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> 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 <this.brayan <AT> 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 <this.brayan@proton.me>
+# 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>this.brayan@proton.me</email>
+    <name>Brayan M. Salazar</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">brookiestein/BtScreenLocker</remote-id>
+    <bugs-to>https://github.com/brookiestein/BtScreenLocker/issues</bugs-to>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2024-07-15 15:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15 15:18 Brayan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-15 18:15 [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/ Brayan
2024-07-15 19:53 Lucio Sauer
2024-07-15 21:30 Brayan
2024-07-16 14:58 Brayan
2024-07-23 19:34 Brayan
2024-07-29 17:59 Brayan
2024-08-07 12:06 Brayan
2024-08-17 13:21 Brayan
2024-08-21  0:27 Brayan
2025-01-23 14:05 Takuya Wakazono
2025-01-23 14:05 Takuya Wakazono

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=1721054425.19a368a741456979efabe0267e06f5bd2402e316.this.brayan@gentoo \
    --to=this.brayan@proton.me \
    --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