diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-12-12 23:41:20 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-12-12 23:41:27 +0200 |
commit | d45083d2b252b273fb793e2e290c2e2eaad2311a (patch) | |
tree | 982262c9db68ceea809a33f535e6f10fedaba12b /dev-util | |
parent | x11-libs/gtk+: bump to 3.24.30 (diff) | |
download | gentoo-d45083d2b252b273fb793e2e290c2e2eaad2311a.tar.gz gentoo-d45083d2b252b273fb793e2e290c2e2eaad2311a.tar.bz2 gentoo-d45083d2b252b273fb793e2e290c2e2eaad2311a.zip |
dev-util/gtk-update-icon-cache: bump to 3.24.30
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gtk-update-icon-cache/Manifest | 1 | ||||
-rw-r--r-- | dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.30.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-util/gtk-update-icon-cache/Manifest b/dev-util/gtk-update-icon-cache/Manifest index 69d5ba9514c4..45dabd31a212 100644 --- a/dev-util/gtk-update-icon-cache/Manifest +++ b/dev-util/gtk-update-icon-cache/Manifest @@ -1 +1,2 @@ DIST gtk-update-icon-cache-3.24.26.tar.bz2 92076 BLAKE2B 650d13d2848adf65fca545f03f599faea763f3380c9e1100d55089e1211808d52267f635bcdcc508dd98a7dd41bfd64c43798db13e3a9869e362cfe03f075dc0 SHA512 20f76853114a014d770756d857a633f41b218d65fd514eed4beaa56f629c392a7581de82a8ef5bffae2cdc7ae00fbdf44ded761f29de34a5912b37101da85538 +DIST gtk-update-icon-cache-3.24.30.tar.bz2 92369 BLAKE2B 89ec0003d527e8dea55c0afd9253f716c6f6b18a52815e861ea4764cc01ca40ffee6ac3d9112457b6a8d83d07364fd89d29efd3c839cd6c95756300ca919727f SHA512 8c9dab1034e9c2fd2029cc7d28d070db6c660bb1190d7842b60f95e209465a6621e49e1feb87af52a13d68d7a03d94938da36c06e89809bf9f9749bd8ae9b571 diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.30.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.30.ebuild new file mode 100644 index 000000000000..f0acbb5c0670 --- /dev/null +++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.30.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="GTK update icon cache" +HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/Community/gentoo/gtk-update-icon-cache" +SRC_URI="https://gitlab.gnome.org/Community/gentoo/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="LGPL-2.1+" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# man page was previously installed by gtk+:3 ebuild +RDEPEND=" + >=dev-libs/glib-2.53.4:2 + >=x11-libs/gdk-pixbuf-2.30:2 + !<x11-libs/gtk+-2.24.28-r1:2 + !<x11-libs/gtk+-3.22.2:3 +" +DEPEND="${RDEPEND}" +BDEPEND=" + app-text/docbook-xml-dtd:4.3 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" |