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: Fri, 05 May 2017 13:10:16
Message-Id: 1493989802.40ea89eff6e10aaad95bcfd0d0f61916bb81ae77.mgorny@gentoo
1 commit: 40ea89eff6e10aaad95bcfd0d0f61916bb81ae77
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 12:45:52 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 13:10:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ea89ef
7
8 xfce-base/xfdesktop: Bump to 4.13.0, development GTK+3 release
9
10 xfce-base/xfdesktop/Manifest | 1 +
11 xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild | 54 +++++++++++++++++++++++++++++
12 2 files changed, 55 insertions(+)
13
14 diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest
15 index 7cc763fd64f..562d969f78f 100644
16 --- a/xfce-base/xfdesktop/Manifest
17 +++ b/xfce-base/xfdesktop/Manifest
18 @@ -1,2 +1,3 @@
19 DIST xfdesktop-4.12.2.tar.bz2 1419922 SHA256 c9788883163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225 SHA512 b83f3d632b47593a6a600f508c06a097e77794cae8caa6e9c5c86300d1ebdb12967bdbd6638179c8b41855216ab534db2fae7f3bba2bda18e8fb8fb7c6966121 WHIRLPOOL e610ea2879834052623c2d984baacd803ec8e7de0a212676f25b776f1c417f4c244580f42f2fefb4346d4fc7b597d7bef63e4dace7b2ff61a8f0cc6d43d222a5
20 DIST xfdesktop-4.12.3.tar.bz2 1420704 SHA256 a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac SHA512 e8c89640722d3dfb2c5aae09779f81e5e2a6e157cc4756a46139547bd1a5b1977fa828f68e8ea61d6c9483c35a9303169fc33cbeacde06f7e95e19c65ce54878 WHIRLPOOL ce6fbfa82b9ac753b640035c458c2d81cea76500c6905933c343b061c5f66192926dcc47baa0f72f2a55579212cc0a297538f5f1d913b026f0d5b88f4211e9d8
21 +DIST xfdesktop-4.13.0.tar.bz2 1484311 SHA256 0c5eef883c0f6fa29a548e8e9184f07c63892103a7a7a8f5141a502c04d5da40 SHA512 4e27ccff66caa93f4b62db730be52a2dcc4211ada78b79f2faa21153ab79dc1bf7d07479939cdc95c82bb0445f007b4bc77793ecd0dd7718baddee5316b35951 WHIRLPOOL 818f02f61854457f1c156e49fcaf2c643495b47b9a19d8dd45701138571bbcf152f507c7b985da914f17c6209e969fbda11288d393aba8124e2c93bd83c87f70
22
23 diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild
24 new file mode 100644
25 index 00000000000..b5ffb7e7d4b
26 --- /dev/null
27 +++ b/xfce-base/xfdesktop/xfdesktop-4.13.0.ebuild
28 @@ -0,0 +1,54 @@
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 ~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.12:=
47 + >=dev-libs/glib-2.42:=
48 + >=x11-libs/gtk+-3.20:3=
49 + >=x11-libs/libwnck-3.14:3=
50 + x11-libs/libX11:=
51 + >=xfce-base/exo-0.11:=
52 + >=xfce-base/garcon-0.6:=
53 + >=xfce-base/libxfce4ui-4.13:=
54 + >=xfce-base/libxfce4util-4.12:=
55 + >=xfce-base/xfconf-4.12.1:=
56 + libnotify? ( >=x11-libs/libnotify-0.7:= )
57 + thunar? (
58 + >=dev-libs/glib-2.38:=
59 + >=xfce-base/thunar-1.6:=[dbus]
60 + )"
61 +DEPEND="${RDEPEND}
62 + dev-util/intltool
63 + sys-devel/gettext
64 + virtual/pkgconfig"
65 +
66 +src_configure() {
67 + local myconf=(
68 + $(use_enable thunar file-icons)
69 + $(use_enable thunar thunarx)
70 + $(use_enable libnotify notifications)
71 + )
72 +
73 + econf "${myconf[@]}"
74 +}
75 +
76 +pkg_postinst() {
77 + gnome2_icon_cache_update
78 +}
79 +
80 +pkg_postrm() {
81 + gnome2_icon_cache_update
82 +}