Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/exo/
Date: Wed, 27 May 2020 07:03:25
Message-Id: 1590562993.a6c0aa03f588f15b8341f1339e9ef4f777fbca2f.mgorny@gentoo
1 commit: a6c0aa03f588f15b8341f1339e9ef4f777fbca2f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 06:20:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 07:03:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c0aa03
7
8 xfce-base/exo: Bump to 4.15.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/exo/Manifest | 1 +
13 xfce-base/exo/exo-4.15.1.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
17 index 1e26e43e196..09c9af61e93 100644
18 --- a/xfce-base/exo/Manifest
19 +++ b/xfce-base/exo/Manifest
20 @@ -1 +1,2 @@
21 DIST exo-0.12.11.tar.bz2 1333227 BLAKE2B 4e95809c58b6db26ecdf524663c06df9cd70007726091e381a1f0dd58be52efee85ad9721c421c0df6438073bb9de97d56cd039f520e2f7c0f5722a1839ba167 SHA512 ecbf20feddf86178d34a5c70212f0c2310ab1d6ce25291846d6d1d3045270ae3e68102065d7b3d8840137406f826f9bc37fed92a16c1268c3d14f2833a97d533
22 +DIST exo-4.15.1.tar.bz2 1049760 BLAKE2B 365a51a6be44b36290d1bbe7100bc4e9a164436b2111997c969bdcc2f46306c0532fa41bedc231c5640992910e44acc8d072f5c070fc8d56f02b561002985224 SHA512 46b60bfde133969a25e72a5a80644454b06543888e554e8473145486d1b1952c4e508f2303045f183c49b053969189f50316ce7d18a0be2c404daa691e26d276
23
24 diff --git a/xfce-base/exo/exo-4.15.1.ebuild b/xfce-base/exo/exo-4.15.1.ebuild
25 new file mode 100644
26 index 00000000000..5089b190c4c
27 --- /dev/null
28 +++ b/xfce-base/exo/exo-4.15.1.ebuild
29 @@ -0,0 +1,39 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xdg-utils
36 +
37 +DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
38 +HOMEPAGE="https://www.xfce.org/projects/"
39 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
40 +
41 +LICENSE="GPL-2+ LGPL-2.1+"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
44 +
45 +RDEPEND=">=dev-lang/perl-5.6
46 + >=dev-libs/glib-2.42
47 + dev-perl/URI
48 + >=x11-libs/gtk+-3.22:3
49 + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
50 + >=xfce-base/libxfce4util-4.12:="
51 +DEPEND="${RDEPEND}
52 + dev-util/gtk-doc-am
53 + dev-util/intltool
54 + sys-devel/gettext
55 + virtual/pkgconfig"
56 +
57 +src_install() {
58 + default
59 + find "${D}" -name '*.la' -delete || die
60 +}
61 +
62 +pkg_postinst() {
63 + xdg_icon_cache_update
64 +}
65 +
66 +pkg_postrm() {
67 + xdg_icon_cache_update
68 +}