mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Gtk3-ImageView: add 12.0.0
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/38839 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
5de07ef6a7
commit
8fbc404a2d
41
dev-perl/Gtk3-ImageView/Gtk3-ImageView-12.0.0.ebuild
Normal file
41
dev-perl/Gtk3-ImageView/Gtk3-ImageView-12.0.0.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=ASOKOLOV
|
||||
DIST_VERSION=12
|
||||
DIST_TEST=do
|
||||
inherit perl-module virtualx
|
||||
|
||||
DESCRIPTION="Image viewer widget for Gtk3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Cairo
|
||||
>=dev-perl/glib-perl-1.210.0
|
||||
dev-perl/Gtk3
|
||||
dev-perl/Readonly
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
dev-perl/Carp-Always
|
||||
dev-perl/Test-Deep
|
||||
dev-perl/Test-Differences
|
||||
dev-perl/Test-MockObject
|
||||
dev-perl/Try-Tiny
|
||||
media-gfx/imagemagick[jpeg,perl,png,svg,X]
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
|
||||
PERL_RM_FILES=(
|
||||
t/90_MANIFEST.t
|
||||
)
|
||||
|
||||
src_test() {
|
||||
virtx perl-module_src_test
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Gtk3-ImageView-10.tar.gz 28165 BLAKE2B 429490c02e34bbe669b209459fd90937a4148e643b6b4e26bd643cd930f728a400b4d179c7e072a72fced7b06fc9a7f16deb87d33b42b296f07f5dce14abdfb1 SHA512 2548c33c49c27bb4a69d5512c7dfaca096a39ef6d08fa1deb83a045e6c5b7ad075eb8b23b33fb794024c9b9e7fd979a5c31bff075a7ed5412a4a5a4f53824f5a
|
||||
DIST Gtk3-ImageView-12.tar.gz 28270 BLAKE2B dfbe8f2da06546e07241ad3c946e66108d9b8bb91f277a824ae1a7ad1b98dec438a40a23e06de5402f92f35d94f8c1a100e376adda55c6953eb78dfe19448112 SHA512 894c8e0ab79412d1a1211252db619c5d98dce0548cd58eb2ff8b00001c48644659bc560a3e22714d4ef7265b0bd2509cbf4aa141830c40ff1e8db5f7938d9eb2
|
||||
|
||||
Reference in New Issue
Block a user