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