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