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