mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
gui-apps/grim: drop 1.4.1
Closes: https://github.com/gentoo/gentoo/pull/44085 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
a611276005
commit
4a0fad873c
@ -1,2 +1 @@
|
||||
DIST grim-1.4.1.tar.gz 18372 BLAKE2B cfb432205c9ef47bc292e995c0095f2df492bf0eae63556baa3c1f8a845171f71c5b632c78394b7fad02ac6508d266ea43f912f9cbb75bb786df91c4d38df1e9 SHA512 e6f5e540a4e70467971b932c4a36bda88742de360925cf1bb1908823f76ac295c8ef5ec953fcdeb083c39b13a8cd24a01d4739ae4cc37e106b60956266eeef22
|
||||
DIST grim-v1.5.0.tar.bz2 18502 BLAKE2B 4243c8288e76364463e20ce704bcb7a6bf5a76bba333c86b9d89494cc76604bc10c67d8eb0f8f6d575089dde2a6d1e0ffa518aad75cfdbbfddfecbef2faf90b8 SHA512 5eccc172a4d21be7e541f201a86909647d54533749c6dc679b8e68383a310a832f42cf8b5096ef61838c9c7b3213b32b4f54103a67b238ede718b4be834a0aed
|
||||
|
||||
@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1 meson
|
||||
|
||||
DESCRIPTION="Grab images from a Wayland compositor"
|
||||
HOMEPAGE="https://sr.ht/~emersion/grim"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~emersion/${PN}"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+man jpeg"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
media-libs/libpng
|
||||
x11-libs/pixman
|
||||
jpeg? ( media-libs/libjpeg-turbo )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-libs/wayland-protocols-1.14
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
man? ( app-text/scdoc )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_feature jpeg)
|
||||
$(meson_feature man man-pages)
|
||||
"-Dbash-completions=false"
|
||||
"-Dfish-completions=false"
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
|
||||
newbashcomp contrib/completions/bash/grim.bash grim
|
||||
insinto /usr/share/fish/vendor_completions.d/
|
||||
doins contrib/completions/fish/grim.fish
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user