summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-13 20:42:44 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-13 20:44:58 +0200
commit1902991152959bcb5e7d92c0bb3c751a5002650a (patch)
tree7aa6c79a76be0d7fe6dbe69a7ce9d05cc57d9c4a /dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild
parentwww-client/firefox: fix headless screenshot that has redirect (diff)
downloadgentoo-1902991152959bcb5e7d92c0bb3c751a5002650a.tar.gz
gentoo-1902991152959bcb5e7d92c0bb3c751a5002650a.tar.bz2
gentoo-1902991152959bcb5e7d92c0bb3c751a5002650a.zip
dev-util/gtk-update-icon-cache: bump to 3.24.7
Ported to meson. Using gnome gitlab for hosting now, so SRC_URI directly from there too now. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild')
-rw-r--r--dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild
new file mode 100644
index 000000000000..8187209413d5
--- /dev/null
+++ b/dev-util/gtk-update-icon-cache/gtk-update-icon-cache-3.24.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-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}
+ app-text/docbook-xml-dtd:4.3
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"