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/xfdesktop/
Date: Mon, 26 Jun 2017 14:42:58
Message-Id: 1498488167.9a23dfbfb1326f162d7392ac221b8cdc9469968f.mgorny@gentoo
1 commit: 9a23dfbfb1326f162d7392ac221b8cdc9469968f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 14:33:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 14:42:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a23dfbf
7
8 xfce-base/xfdesktop: Bump to 4.12.4 (stable branch)
9
10 xfce-base/xfdesktop/Manifest | 1 +
11 xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 55 +++++++++++++++++++++++++++++
12 2 files changed, 56 insertions(+)
13
14 diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
15 index b3e7b664f69..9efba5b7526 100644
16 --- a/xfce-base/xfdesktop/Manifest
17 +++ b/xfce-base/xfdesktop/Manifest
18 @@ -1,2 +1,3 @@
19 DIST xfdesktop-4.12.3.tar.bz2 1420704 SHA256 a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac SHA512 e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878 WHIRLPOOL ce6fbfa82b9ac753b640035c458c2d81cea76500c6905933c343b061c5f66192926dcc47baa0f72f2a55579212cc0a297538f5f1d913b026f0d5b88f4211e9d8
20 +DIST xfdesktop-4.12.4.tar.bz2 1421623 SHA256 098a35510562907e1431d5adbfa8307484a235c1dec6a43e2d58d2ac4241f1cb SHA512 29f170b96836298dc83e3c49650ab7e88a93c1a2fa1599d1d98f3b6c80c9c059748b76a821077eea39b5b4619998bb300ff17f06e88483a59bd5ae2b76d0605e WHIRLPOOL 6f818332c7de3c39632a29991432664807dcc78829e85a5f665727b3cee97a79ee5aaad2775959c7fa795e664d5c2d57a55d8c973e696e576bd982f44158ca88
21 DIST xfdesktop-4.13.1.tar.bz2 1485914 SHA256 7e81fd3b8c939d7eee4e293ac1b670c1f3f59cf4de81e47382ecf857bc8879a4 SHA512 efe5ffe450f498ee0188a1ca5efd0ef340d73b5650060f18db4fe94ae9130dd27e41c6b30af2f90839e6c8272f3e270d16b86df64d595fe82169c26d624f806a WHIRLPOOL 99dcb6331b93b14e99aec09207c00b9adba810d6eaa622c0c175b1e4601a9c7076a2f2dd2e1564c9cf318edcdc6ea8e4ce0c11656235fd41d0cd12c7077cba75
22
23 diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
24 new file mode 100644
25 index 00000000000..f7864fad416
26 --- /dev/null
27 +++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild
28 @@ -0,0 +1,55 @@
29 +# Copyright 1999-2017 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="Desktop manager for the Xfce desktop environment"
37 +HOMEPAGE="https://www.xfce.org/projects/"
38 +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
43 +IUSE="debug libnotify +thunar"
44 +
45 +# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
46 +RDEPEND=">=x11-libs/cairo-1.6:=
47 + >=dev-libs/dbus-glib-0.100:=
48 + >=dev-libs/glib-2.20:=
49 + >=x11-libs/gtk+-2.24:2=
50 + >=x11-libs/libwnck-2.30:1=
51 + x11-libs/libX11:=
52 + >=xfce-base/exo-0.8:=
53 + >=xfce-base/garcon-0.3:=
54 + >=xfce-base/libxfce4ui-4.11:=
55 + >=xfce-base/libxfce4util-4.11:=
56 + >=xfce-base/xfconf-4.10:=
57 + libnotify? ( >=x11-libs/libnotify-0.7:= )
58 + thunar? (
59 + >=dev-libs/glib-2.38:=
60 + >=xfce-base/thunar-1.6:=[dbus]
61 + )"
62 +DEPEND="${RDEPEND}
63 + dev-util/intltool
64 + sys-devel/gettext
65 + virtual/pkgconfig"
66 +
67 +src_configure() {
68 + local myconf=(
69 + $(use_enable thunar file-icons)
70 + $(use_enable thunar thunarx)
71 + $(use_enable libnotify notifications)
72 + )
73 +
74 + econf "${myconf[@]}"
75 +}
76 +
77 +pkg_postinst() {
78 + gnome2_icon_cache_update
79 +}
80 +
81 +pkg_postrm() {
82 + gnome2_icon_cache_update
83 +}