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: Tue, 05 Jul 2022 14:29:33
Message-Id: 1657031294.775e905c97c0a31f06c08abc5cf3b39f97006317.mgorny@gentoo
1 commit: 775e905c97c0a31f06c08abc5cf3b39f97006317
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 14:28:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 14:28:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775e905c
7
8 xfce-base/xfce4-settings: Bump to 4.16.3
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.16.3.ebuild | 71 ++++++++++++++++++++++
14 2 files changed, 72 insertions(+)
15
16 diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
17 index 49f4aa183aef..4ef7e2f2f240 100644
18 --- a/xfce-base/xfce4-settings/Manifest
19 +++ b/xfce-base/xfce4-settings/Manifest
20 @@ -1 +1,2 @@
21 DIST xfce4-settings-4.16.2.tar.bz2 1500270 BLAKE2B 04915db8071050a841f972e54ecb3119638b0cc3d806d1e17e5ae23c90bb7819d33cfa349c1273a5493538d8c66543ba07e469e8b929c6e0479ddc9cd476e0d9 SHA512 48908318f8c20f9f0f5e83556c4a86a1c8c963f37d4627aa051f00b537a87a6575b35ddb6bc91108a41312dcf2e90d6dff8259a624ed23cc04649887828141ed
22 +DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683 SHA512 62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
23
24 diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
25 new file mode 100644
26 index 000000000000..05cc5126ad29
27 --- /dev/null
28 +++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
29 @@ -0,0 +1,71 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +
37 +inherit python-single-r1 xdg-utils
38 +
39 +DESCRIPTION="Configuration system for the Xfce desktop environment"
40 +HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start"
41 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
42 +
43 +LICENSE="GPL-2+"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
46 +IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
47 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
48 +
49 +RDEPEND="
50 + ${PYTHON_DEPS}
51 + >=dev-libs/glib-2.50
52 + media-libs/fontconfig
53 + >=x11-libs/gtk+-3.20:3
54 + x11-libs/libX11
55 + >=x11-libs/libXcursor-1.1
56 + >=x11-libs/libXi-1.3
57 + >=x11-libs/libXrandr-1.2
58 + >=xfce-base/garcon-0.2:=
59 + >=xfce-base/exo-4.15.1:=
60 + >=xfce-base/libxfce4ui-4.15.1:=
61 + >=xfce-base/libxfce4util-4.15.2:=
62 + >=xfce-base/xfconf-4.13:=
63 + colord? ( x11-misc/colord:= )
64 + libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
65 + input_devices_libinput? ( x11-drivers/xf86-input-libinput )
66 + libnotify? ( >=x11-libs/libnotify-0.7 )
67 + upower? ( >=sys-power/upower-0.9.23 )
68 + xklavier? ( >=x11-libs/libxklavier-5 )
69 + !<xfce-base/exo-4.15.1
70 +"
71 +DEPEND="
72 + ${RDEPEND}
73 + x11-base/xorg-proto
74 +"
75 +BDEPEND="
76 + dev-util/gdbus-codegen
77 + dev-util/intltool
78 + virtual/pkgconfig
79 + sys-devel/gettext
80 +"
81 +
82 +src_configure() {
83 + local myconf=(
84 + $(use_enable upower upower-glib)
85 + $(use_enable input_devices_libinput xorg-libinput)
86 + $(use_enable libnotify)
87 + $(use_enable colord)
88 + $(use_enable xklavier libxklavier)
89 + $(use_enable libcanberra sound-settings)
90 + )
91 + econf "${myconf[@]}"
92 +}
93 +
94 +pkg_postinst() {
95 + xdg_icon_cache_update
96 +}
97 +
98 +pkg_postrm() {
99 + xdg_icon_cache_update
100 +}