aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrayan M. Salazar <this.brayan@proton.me>2024-07-15 14:12:00 -0400
committerBrayan M. Salazar <this.brayan@proton.me>2024-07-15 14:14:58 -0400
commit9af8c0ed33a761046fa66379429bd38c80590387 (patch)
treeed08e21a764bdb2d1509a206d4b4ed22bf6eb8ac /net-wireless
parentsci-physics/ovito: fix opengl dep (diff)
downloadguru-9af8c0ed33a761046fa66379429bd38c80590387.tar.gz
guru-9af8c0ed33a761046fa66379429bd38c80590387.tar.bz2
guru-9af8c0ed33a761046fa66379429bd38c80590387.zip
net-wireless/btscreenlocker:
* Removed unnecesary function implementations. * Removed unnecesary dependency on a system package. * Added required dependency on virtual/pkgconfig. Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild16
1 files changed, 1 insertions, 15 deletions
diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
index 04b6751a9..e7c520c00 100644
--- a/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
+++ b/net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
@@ -3,8 +3,6 @@
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"
@@ -23,18 +21,6 @@ dev-qt/linguist-tools:5
"
RDEPEND="${DEPEND}"
BDEPEND="
-sys-apps/coreutils
+virtual/pkgconfig
>=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}."
-}