Diff xsettingsd-1.0.2 with a xsettingsd-1.0.4

/usr/portage/x11-misc/xsettingsd/xsettingsd-1.0.4.ebuild 2026-06-18 19:41:04.434384350 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
6 6
inherit cmake
7 7

  
8 8
DESCRIPTION="Provides settings to X11 applications via the XSETTINGS specification"
9
HOMEPAGE="https://github.com/derat/xsettingsd"
10
SRC_URI="https://github.com/derat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
9
HOMEPAGE="https://codeberg.org/derat/xsettingsd"
10
SRC_URI="https://codeberg.org/derat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
S="${WORKDIR}/${PN}"
11 12

  
12 13
LICENSE="BSD"
13 14
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
15
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
15 16
IUSE="test"
16 17

  
17 18
RESTRICT="!test? ( test )"
18 19

  
19
RDEPEND="x11-libs/libX11"
20
RDEPEND="
21
	x11-libs/libX11
22
	x11-libs/libXfixes
23
"
20 24
DEPEND="${RDEPEND}
21 25
	test? ( dev-cpp/gtest )
22 26
"
Thank you!