mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
x11-misc/betterlockscreen: drop 3.2.0-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
This commit is contained in:
parent
917d8ff637
commit
eb035335b1
@ -1,2 +1 @@
|
||||
DIST betterlockscreen-3.2.0.tar.gz 9043 BLAKE2B c61a41e09e1842fece991e41b55dd6fbc457357157c8facaedd754cc01d8bf0e18623ce0fec43a452063f55c7da701853d6984bfdb0d4edf88f2182ffd864543 SHA512 3816e5f3214b4a956ac158193753786393c4e239d477a1cc9f2d3ec00b6cfac6e696325f7c75401667924ed6ad7256e4ea7f9e20a4604a88eb82c5d3bad34190
|
||||
DIST betterlockscreen-4.0.4.tar.gz 14532 BLAKE2B af85084956bf8831d8fb9f6999ca3fd5c07a0c7a69a11749eb2e929952d9ab4c579633e8efd58ea5ac075c3e87eb8930f7414b482c3a33cee8f131d35823e442 SHA512 244e5c3fa4aaa50f95f1a5cba1458d93290f4f2e821e94161c21ebb55f5a79aeccc773a79e77beed926f47f3c75fa6982f92b257168d70598426418a37110379
|
||||
|
@ -1,51 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="sweet looking lockscreen for linux system"
|
||||
HOMEPAGE="https://github.com/pavanjadhaw/betterlockscreen"
|
||||
|
||||
inherit systemd
|
||||
|
||||
if [[ "${PV}" == 9999 ]];then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="${HOMEPAGE}"
|
||||
else
|
||||
SRC_URI="https://github.com/pavanjadhaw/betterlockscreen/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
media-gfx/feh
|
||||
media-gfx/imagemagick
|
||||
sys-devel/bc
|
||||
x11-apps/xdpyinfo
|
||||
x11-apps/xrandr
|
||||
>=x11-misc/i3lock-color-2.11:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/00-fix-betterlockscreen-path-in-unit.patch" )
|
||||
|
||||
src_install() {
|
||||
dobin betterlockscreen
|
||||
|
||||
dodoc -r examples
|
||||
|
||||
systemd_dounit system/betterlockscreen@.service
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog 'Lockscreen when suspended(systemd service):'
|
||||
elog 'systemctl enable betterlockscreen@$USER'
|
||||
elog ''
|
||||
elog 'How to use:'
|
||||
elog '1. Updating image cache(required)'
|
||||
elog 'betterlockscreen -u "/path/to/img.jpg"'
|
||||
elog '2. Lockscreen'
|
||||
elog 'betterlockscreen -l dim '
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user