mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 20:08:43 -04:00
app-misc/keyd: add 2.5.0, drop 2.4.3
This commit is contained in:
parent
18a3b5d97b
commit
b960d5ad8d
@ -1 +1 @@
|
||||
DIST keyd-2.4.3.tar.gz 666766 BLAKE2B 66c3c9df138a7074d8b807bdaaabe3413000b80e7a60b89f7519cd95d868dacff7167a73dda1d2cea301cbce96e2d51a3c20d527e849f82168be6770d66f546c SHA512 9d5f3a8aa9398c45fb5062ab152a0b1e09efc13fd12b658b993e991df727085ad8ccd69267f87e159abfb79265c8650bd070174b83b4b1cb3f1b3396d55727bd
|
||||
DIST keyd-2.5.0.tar.gz 671616 BLAKE2B cad701d267093aa7eb71490068a0d298262621bc1573e584e08db1312ef8728fba45f09c2400bc19418aed139ea2063cacc40a02352bf0391fef40c2ec1157ba SHA512 71717b6a72b047c2891bdfeb393c93a004f7a2e673ba07f6b3bcf66f89c9185c3edb1dcf983525d48afd58472793901dceb55fb9fcf51900705d3fabc55cf73a
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -22,7 +22,8 @@ src_prepare() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
rm -r "${D}"/usr/share/{man,doc} || die
|
||||
# prevent docs from being installed to /usr/local/share/doc
|
||||
rm -r "${D}"/usr/local/share/{man,doc} || die
|
||||
dodoc docs/{CHANGELOG.md,DESIGN.md}
|
||||
systemd_dounit keyd.service
|
||||
insinto /etc/keyd
|
Loading…
x
Reference in New Issue
Block a user