mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-wireless/btscreenlocker: add 1.6.2, drop 1.6.1
Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
This commit is contained in:
28
net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
Normal file
28
net-wireless/btscreenlocker/btscreenlocker-1.6.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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/linguist-tools:5
|
||||
dev-qt/qtbluetooth:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtwidgets:5
|
||||
>=net-wireless/bluez-5.76
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-build/cmake-3.28
|
||||
virtual/pkgconfig
|
||||
"
|
||||
Reference in New Issue
Block a user