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/xfce4-settings/
Date: Wed, 27 May 2020 07:03:25
Message-Id: 1590562994.25f0b836bf2f95681f6ced3ba8dd0b6825ca1d32.mgorny@gentoo
1 commit: 25f0b836bf2f95681f6ced3ba8dd0b6825ca1d32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 06:18:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 07:03:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f0b836
7
8 xfce-base/xfce4-settings: Bump to 4.15.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfce4-settings/Manifest | 1 +
13 .../xfce4-settings/xfce4-settings-4.15.1.ebuild | 61 ++++++++++++++++++++++
14 2 files changed, 62 insertions(+)
15
16 diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
17 index b4b5eb7b2ee..e99685b95fb 100644
18 --- a/xfce-base/xfce4-settings/Manifest
19 +++ b/xfce-base/xfce4-settings/Manifest
20 @@ -1,3 +1,4 @@
21 DIST xfce4-settings-4.14.2.tar.bz2 1194714 BLAKE2B ffcc17ca5c39837d8d60c3b5916cf6643218316e6f7a67f3d88c949ff814e98e1a7f46ccd4c9c1280e1fdade91f7c244e80080031b9b05060afa5546720ea03e SHA512 5882e96504e2ad869504e7c8e6e62d1d04f61beef524ba85a3ed962ca689d6e72a4ed717173f9e2645c078c2c8757caed1f3395dd185a3b0b5dc8b27a1a3d2d1
22 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d SHA512 fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
23 DIST xfce4-settings-4.15.0.tar.bz2 1199360 BLAKE2B add423dee8b5de6386aa5008c082d6266e0d4ffaf656ab960bca12798d03aedf6dcf98aae2200f4e855aec9749eaf69e4220c8f7d5ce5968edff469546afe614 SHA512 ef0d253ee5f79d57b62dc467223d23050fd21b99891fa7a3c8329d97261ba918a0f4b62a345916558685cae59bfee5da58b1e66a8a7f1b2219eb6cec2094fcbf
24 +DIST xfce4-settings-4.15.1.tar.bz2 1366752 BLAKE2B 1f236d39529b7a403691bbc82e5776d3c36af4e3414aa43b49cafb2ed9a9f9793dcd6d2fde35ab0d1a6764976a13ec337e097e64f39f9d7961763487c6021bad SHA512 5749db022e70b7bda3a8de1a09d339a69bd55ef6151e5b0f03f3cdc11ecd285cafd44be36299731d0d535cc396f2ec5afca6255291cfc02e0388977ac5ef19b6
25
26 diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
27 new file mode 100644
28 index 00000000000..c2973c92f81
29 --- /dev/null
30 +++ b/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
31 @@ -0,0 +1,61 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +inherit xdg-utils
37 +
38 +DESCRIPTION="Configuration system for the Xfce desktop environment"
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+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
45 +IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
46 +
47 +RDEPEND="
48 + >=dev-libs/glib-2.24
49 + media-libs/fontconfig
50 + x11-libs/gtk+:3
51 + x11-libs/libX11
52 + >=x11-libs/libXcursor-1.1
53 + >=x11-libs/libXi-1.3
54 + >=x11-libs/libXrandr-1.2
55 + >=xfce-base/garcon-0.2:=
56 + >=xfce-base/exo-4.15.1:=
57 + >=xfce-base/libxfce4ui-4.15.1:=
58 + >=xfce-base/libxfce4util-4.12:=
59 + >=xfce-base/xfconf-4.13:=
60 + colord? ( x11-misc/colord:= )
61 + libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
62 + input_devices_libinput? ( x11-drivers/xf86-input-libinput )
63 + libnotify? ( >=x11-libs/libnotify-0.7 )
64 + upower? ( >=sys-power/upower-0.9.23 )
65 + xklavier? ( >=x11-libs/libxklavier-5 )
66 + !<xfce-base/exo-4.15.1"
67 +DEPEND="${RDEPEND}
68 + dev-util/gdbus-codegen
69 + dev-util/intltool
70 + virtual/pkgconfig
71 + sys-devel/gettext
72 + x11-base/xorg-proto"
73 +
74 +src_configure() {
75 + local myconf=(
76 + $(use_enable upower upower-glib)
77 + $(use_enable input_devices_libinput xorg-libinput)
78 + $(use_enable libnotify)
79 + $(use_enable colord)
80 + $(use_enable xklavier libxklavier)
81 + $(use_enable libcanberra sound-settings)
82 + )
83 + econf "${myconf[@]}"
84 +}
85 +
86 +pkg_postinst() {
87 + xdg_icon_cache_update
88 +}
89 +
90 +pkg_postrm() {
91 + xdg_icon_cache_update
92 +}