xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-21 18:59:57 +02:00
parent e1c6066b39
commit 376750ba44
2 changed files with 0 additions and 79 deletions

View File

@@ -1,3 +1,2 @@
DIST xfce4-settings-4.18.6.tar.bz2 1560269 BLAKE2B c6336c98ad16c968c2400c9a888ad8eaed39d0f25116b2f767d70c4d3e75bd7f0fef8381fb8cd3105afb7b0786f0b17a285153534421748a91bc6845c252f53a SHA512 e9615e8409f597b53bf118908c0a8c5f893b335915dd009c5b7da9ba8403a0de74b751dec7482f3076cd880f2bd3cffc1f45a13a1e88196fb7f0c87c996794b7
DIST xfce4-settings-4.20.1.tar.bz2 2507814 BLAKE2B a0963f1a2ac19c177aa172d22d78b11492d34776eccd723d048a2bb8e6469ff790b27c2e21b838a5cc2d99d7b334051fbed2878c740138c1ad04a00111ac0519 SHA512 d29307ab93f4db961154541bddc9cfa80886c7ab7bcd42941995c1b9ff24fd8816e65bd690e35c247e25913c352d653386743663443def0b825d415f40b50ef9
DIST xfce4-settings-4.21.0.tar.xz 966708 BLAKE2B 6b1d2e78cb2650d96dc4ee4a06e5a98093cbe11347f652eb1d3d54318bca89ea85aaabff45912db1278e972ae5a0a75fafe96c28c0eac60440cd06909f4c01fd SHA512 87293b0f7eb87ce8526803d149bde98b56655e6ce18b875ab7f822c434274c31689e2a7d00075d4f0ca5a91c07e5e852387459cbd032e4f44f3985c7a65d3d6a

View File

@@ -1,78 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1 xdg-utils
DESCRIPTION="Configuration system for the Xfce desktop environment"
HOMEPAGE="
https://docs.xfce.org/xfce/xfce4-settings/start
https://gitlab.xfce.org/xfce/xfce4-settings/
"
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="
${PYTHON_DEPS}
>=dev-libs/glib-2.66.0
media-libs/fontconfig
>=x11-libs/gtk+-3.24.0:3
x11-libs/libX11
>=x11-libs/libXcursor-1.1
>=x11-libs/libXi-1.3
>=x11-libs/libXrandr-1.2
>=xfce-base/garcon-0.2:=
>=xfce-base/exo-4.15.1:=
>=xfce-base/libxfce4ui-4.17.0:=
>=xfce-base/libxfce4util-4.17.2:=
>=xfce-base/xfconf-4.13:=
colord? ( x11-misc/colord:= )
libcanberra? ( >=media-libs/libcanberra-0.25[sound(+)] )
input_devices_libinput? ( x11-drivers/xf86-input-libinput )
libnotify? ( >=x11-libs/libnotify-0.7 )
upower? ( >=sys-power/upower-0.9.23 )
xklavier? ( >=x11-libs/libxklavier-5 )
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
BDEPEND="
dev-util/gdbus-codegen
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
"
src_prepare() {
default
python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
}
src_configure() {
local myconf=(
$(use_enable upower upower-glib)
$(use_enable input_devices_libinput xorg-libinput)
$(use_enable libnotify)
$(use_enable colord)
$(use_enable xklavier libxklavier)
$(use_enable libcanberra sound-settings)
)
econf "${myconf[@]}"
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}