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, 01 Nov 2022 12:36:01
Message-Id: 1667306152.c437e0c42348b3de5b44922bf412c0d5be26e2f4.mgorny@gentoo
1 commit: c437e0c42348b3de5b44922bf412c0d5be26e2f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 12:23:08 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 12:35:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437e0c4
7
8 xfce-base/xfce4-settings: Bump to 4.17.0
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.17.0.ebuild | 74 ++++++++++++++++++++++
14 2 files changed, 75 insertions(+)
15
16 diff --git a/xfce-base/xfce4-settings/Manifest b/xfce-base/xfce4-settings/Manifest
17 index 8e3d97c27312..33cfc1fb19c6 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.3.tar.bz2 1462300 BLAKE2B 64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683 SHA512 62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
22 +DIST xfce4-settings-4.17.0.tar.bz2 1516111 BLAKE2B 73534c638977eade7a35ff02f804e822fc48df46f798ef542c9d4a19545c66eea532f8a09ea5595ba84ded188375213b2f4f31254c86851449411f472a5afce3 SHA512 23d49daa8be7b9cb4ce4bbdf1153001bf93e6ab35efcc7273f264f0c23e3f3fe8d1875d43853cc895d2db1baa7d0d0f49d748ebff61d113c79b497a832e19a8f
23
24 diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild
25 new file mode 100644
26 index 000000000000..1408aab9e199
27 --- /dev/null
28 +++ b/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild
29 @@ -0,0 +1,74 @@
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="
41 + https://docs.xfce.org/xfce/xfce4-settings/start
42 + https://gitlab.xfce.org/xfce/xfce4-settings/
43 +"
44 +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
45 +
46 +LICENSE="GPL-2+"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
49 +IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
50 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
51 +
52 +RDEPEND="
53 + ${PYTHON_DEPS}
54 + >=dev-libs/glib-2.50
55 + media-libs/fontconfig
56 + >=x11-libs/gtk+-3.20:3
57 + x11-libs/libX11
58 + >=x11-libs/libXcursor-1.1
59 + >=x11-libs/libXi-1.3
60 + >=x11-libs/libXrandr-1.2
61 + >=xfce-base/garcon-0.2:=
62 + >=xfce-base/exo-4.15.1:=
63 + >=xfce-base/libxfce4ui-4.17.0:=
64 + >=xfce-base/libxfce4util-4.17.2:=
65 + >=xfce-base/xfconf-4.13:=
66 + colord? ( x11-misc/colord:= )
67 + libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
68 + input_devices_libinput? ( x11-drivers/xf86-input-libinput )
69 + libnotify? ( >=x11-libs/libnotify-0.7 )
70 + upower? ( >=sys-power/upower-0.9.23 )
71 + xklavier? ( >=x11-libs/libxklavier-5 )
72 + !<xfce-base/exo-4.15.1
73 +"
74 +DEPEND="
75 + ${RDEPEND}
76 + x11-base/xorg-proto
77 +"
78 +BDEPEND="
79 + dev-util/gdbus-codegen
80 + dev-util/intltool
81 + virtual/pkgconfig
82 + sys-devel/gettext
83 +"
84 +
85 +src_configure() {
86 + local myconf=(
87 + $(use_enable upower upower-glib)
88 + $(use_enable input_devices_libinput xorg-libinput)
89 + $(use_enable libnotify)
90 + $(use_enable colord)
91 + $(use_enable xklavier libxklavier)
92 + $(use_enable libcanberra sound-settings)
93 + )
94 + econf "${myconf[@]}"
95 +}
96 +
97 +pkg_postinst() {
98 + xdg_icon_cache_update
99 +}
100 +
101 +pkg_postrm() {
102 + xdg_icon_cache_update
103 +}