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, 14 Feb 2018 16:40:13
Message-Id: 1518615291.000af1d70a6a2686e08ea1806e97ded6d0bde753.mgorny@gentoo
1 commit: 000af1d70a6a2686e08ea1806e97ded6d0bde753
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 14 13:33:54 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 14 13:34:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000af1d7
7
8 xfce-base/exo: Bump to 0.12.0
9
10 xfce-base/exo/Manifest | 1 +
11 xfce-base/exo/exo-0.12.0.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
12 2 files changed, 42 insertions(+)
13
14 diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
15 index 3138b5662ec..7c7d7064330 100644
16 --- a/xfce-base/exo/Manifest
17 +++ b/xfce-base/exo/Manifest
18 @@ -1,2 +1,3 @@
19 DIST exo-0.10.7.tar.bz2 1262301 BLAKE2B f9a0454b1f5f125fec49de834bdefd12ad827e88a852596315090cca92f92628d594fe609a35b9f926c4d19ac67fbfa60fcd5e277d6cd69082b27273ff17c823 SHA512 5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
20 DIST exo-0.11.5.tar.bz2 1299627 BLAKE2B 9bd5da530e807dd6395a632d204982f665e45c59241e719ae7655bd6ec84930a684e01c6f2cb3283ef61269f6d60d94e595ae7bdf712d5ec1ed0e29e4dc5a7eb SHA512 c1aeb6dbdb60ab3c19797adcd3e832871960b8a91469d5f96f5fb23bc44794a9b0cf91c910b27f001196d75439baf23565b8860d0bad72799134b2018d3b8463
21 +DIST exo-0.12.0.tar.bz2 1310691 BLAKE2B 6acdfe0b3cf7b19717d17c4acc7973bc8e27e963b4213376061cee0bec72734303ed75b7bfd8d8cbe1da98af4a9b43132657ade0020f9d26add36aa77c184ff4 SHA512 8ec52aba3faa9728bb60e09cf696f772160bfd8357c06015a6d72a2302572e74389f78a20addcf3ac632a3ac84b3ee2f40750483a16e2f7e1cff7de6f7aa2692
22
23 diff --git a/xfce-base/exo/exo-0.12.0.ebuild b/xfce-base/exo/exo-0.12.0.ebuild
24 new file mode 100644
25 index 00000000000..40a8273b293
26 --- /dev/null
27 +++ b/xfce-base/exo/exo-0.12.0.ebuild
28 @@ -0,0 +1,41 @@
29 +# Copyright 1999-2018 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=6
33 +
34 +inherit gnome2-utils
35 +
36 +DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
37 +HOMEPAGE="https://www.xfce.org/projects/"
38 +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
39 +
40 +LICENSE="GPL-2 LGPL-2.1"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
43 +IUSE=""
44 +
45 +RDEPEND=">=dev-lang/perl-5.6
46 + >=dev-libs/glib-2.42:=
47 + dev-perl/URI
48 + >=x11-libs/gtk+-2.24:2=
49 + >=x11-libs/gtk+-3.22:3=
50 + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
51 + >=xfce-base/libxfce4util-4.12:="
52 +DEPEND="${RDEPEND}
53 + dev-util/gtk-doc-am
54 + dev-util/intltool
55 + sys-devel/gettext
56 + virtual/pkgconfig"
57 +
58 +src_install() {
59 + default
60 + find "${D}" -name '*.la' -delete || die
61 +}
62 +
63 +pkg_postinst() {
64 + gnome2_icon_cache_update
65 +}
66 +
67 +pkg_postrm() {
68 + gnome2_icon_cache_update
69 +}