diff options
author | V3n3RiX <venerix@koprulu.sector> | 2021-12-22 14:08:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2021-12-22 14:08:05 +0000 |
commit | 93a93e9a3b53c1a73142a305ea1f8136846942ee (patch) | |
tree | b9791a06ab3284e27b568412c59316c66240c682 /dev-util/gtk-update-icon-cache | |
parent | 2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff) |
gentoo resync : 22.12.2021
Diffstat (limited to 'dev-util/gtk-update-icon-cache')
-rw-r--r-- | dev-util/gtk-update-icon-cache/Manifest | 2 | ||||
-rw-r--r-- | dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.30.ebuild | 31 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-util/gtk-update-icon-cache/Manifest b/dev-util/gtk-update-icon-cache/Manifest index 086a9462f99f..aabc52407ca5 100644 --- a/dev-util/gtk-update-icon-cache/Manifest +++ b/dev-util/gtk-update-icon-cache/Manifest @@ -1,3 +1,5 @@ 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 EBUILD gtk-update-icon-cache-3.24.26.ebuild 894 BLAKE2B e826d5017315b1682e6839af48816643f15ed4ae0b3de88b34ebfba09b52f661f22ea76db699703000c6e2fc71927c7ce627a3b2cef0e2c12a0504874bd4373b SHA512 e31664e37b5cad2da0ad2c4261cab6ca980d318860d66391aa2f7fb312069921563c432f0d54748a5786053e0a75e97a14120851a87e54934c6ae6abe60f0d41 +EBUILD gtk-update-icon-cache-3.24.30.ebuild 902 BLAKE2B 7715e8adacc6ceac7cda1f631c9aaf8813ad9d0ed7ecca6576f223dca9ae6bc4d269405492491f8f03167c74927f6d773df852690fef7c98d090a9c95854d350 SHA512 90b8b67859a82d65d9d57becebd7bdd1004c20c1556d0c8e66cbc16463e7df99fa21e9843fa78ee675783c2ffed9dc2eb2adf0d9c975f62ea6d8799ecccaf3d7 MISC metadata.xml 648 BLAKE2B ed19ff8bfaf0f16a46301b34de6f3b85031a04b094122ce28fe518ecea76d5b6bd94e81b374d4524b8eb9f102a252052c9e3a3504012095ce086536f067499dd SHA512 cd479d9f1b3316132d563e2d4f2d8353226b41b1020c76d020627ccb04af1dcee61abcc4fdd9307542e0abe91eca3eec6ce76b69ac4c802a71673a94bcf5dfd8 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 +" |