[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2024-06-11 Thread Michał Górny
commit: 9f7d12eae0da21ad23dbd1956e87f1586138dcd5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 11 13:26:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 11 13:31:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7d12ea

xfce-base/xfce4-settings: Bump to 4.18.6

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.6.ebuild| 78 ++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 30f537ed619c..512494deb89d 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-settings-4.18.4.tar.bz2 1557097 BLAKE2B 
0269ed1778becc547ba187c096d7c9938cc00f56fb1c9312c9d0eb9b5344d4785f88abadecf391724699de2cb28b35ffed057f06e85f3e098a902a4047969a9c
 SHA512 
2f9e2de4a3a0cc59b4701b44899464532fbae8805270485d2821b65b9d78be54bb636c4cd4205de97e18c13b20912fcd1f4ca0b3baa561bf1a783829f53a06a0
 DIST xfce4-settings-4.18.5.tar.bz2 1559812 BLAKE2B 
3639cb17dbe9311556de03f5ae497ab7b18fa170e64cfab2c414194bb544b370a2d82df0344a859b4b0b7438dc1e0046b5e8519206553decbf8bf3def5534503
 SHA512 
706407131bf4c78d5b5a760c76b4c8e8d48ca145d9934b3e2facc9117762ac3f05ef54ea0275b80d96ab54a0a174f1799f949710c436744fe42dcabd
+DIST xfce4-settings-4.18.6.tar.bz2 1560269 BLAKE2B 
c6336c98ad16c968c2400c9a888ad8eaed39d0f25116b2f767d70c4d3e75bd7f0fef8381fb8cd3105afb7b0786f0b17a285153534421748a91bc6845c252f53a
 SHA512 
e9615e8409f597b53bf118908c0a8c5f893b335915dd009c5b7da9ba8403a0de74b751dec7482f3076cd880f2bd3cffc1f45a13a1e88196fb7f0c87c996794b7
 DIST xfce4-settings-4.19.2.tar.bz2 2433368 BLAKE2B 
00175d94837c0abec841feed5d1ea834160afccae8718f4af11323d65d5d751d288dd2651b06ceee6ec02fa2ec222e5b94322a38fa59fd29a18e64a1eb84c88c
 SHA512 
dc225dc3d4296db1dbfdd93685a29b453faab2c3259e2dd1f162d631b3853c4f2b582facab60814d1babe934c2eac752ef954dff2b285e9340dd5247f131555a

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.6.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.6.ebuild
new file mode 100644
index ..bca7a8b05d91
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.6.ebuild
@@ -0,0 +1,78 @@
+# 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 ~ia64 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2024-06-09 Thread Michał Górny
commit: 051bdb7cfa7a5bb81e0f4339bc92ea3d5c54fbc9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun  9 13:59:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  9 13:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051bdb7c

xfce-base/xfce4-settings: Bump to 4.18.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.5.ebuild| 78 ++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 7759476bc225..30f537ed619c 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.18.4.tar.bz2 1557097 BLAKE2B 
0269ed1778becc547ba187c096d7c9938cc00f56fb1c9312c9d0eb9b5344d4785f88abadecf391724699de2cb28b35ffed057f06e85f3e098a902a4047969a9c
 SHA512 
2f9e2de4a3a0cc59b4701b44899464532fbae8805270485d2821b65b9d78be54bb636c4cd4205de97e18c13b20912fcd1f4ca0b3baa561bf1a783829f53a06a0
+DIST xfce4-settings-4.18.5.tar.bz2 1559812 BLAKE2B 
3639cb17dbe9311556de03f5ae497ab7b18fa170e64cfab2c414194bb544b370a2d82df0344a859b4b0b7438dc1e0046b5e8519206553decbf8bf3def5534503
 SHA512 
706407131bf4c78d5b5a760c76b4c8e8d48ca145d9934b3e2facc9117762ac3f05ef54ea0275b80d96ab54a0a174f1799f949710c436744fe42dcabd
 DIST xfce4-settings-4.19.2.tar.bz2 2433368 BLAKE2B 
00175d94837c0abec841feed5d1ea834160afccae8718f4af11323d65d5d751d288dd2651b06ceee6ec02fa2ec222e5b94322a38fa59fd29a18e64a1eb84c88c
 SHA512 
dc225dc3d4296db1dbfdd93685a29b453faab2c3259e2dd1f162d631b3853c4f2b582facab60814d1babe934c2eac752ef954dff2b285e9340dd5247f131555a

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.5.ebuild
new file mode 100644
index ..bca7a8b05d91
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.5.ebuild
@@ -0,0 +1,78 @@
+# 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 ~ia64 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2024-05-28 Thread Michał Górny
commit: 1f3535ce5857d4010a3a4a61cebe0fbabd903ebc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 14:26:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 14:28:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3535ce

xfce-base/xfce4-settings: Enable py3.12 & py3.13, fix shebang

Closes: https://bugs.gentoo.org/929265
Signed-off-by: Michał Górny  gentoo.org>

 ...e4-settings-4.18.4.ebuild => xfce4-settings-4.18.4-r1.ebuild} | 9 +++--
 ...e4-settings-4.19.2.ebuild => xfce4-settings-4.19.2-r1.ebuild} | 3 ++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4-r1.ebuild
similarity index 90%
rename from xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
rename to xfce-base/xfce4-settings/xfce4-settings-4.18.4-r1.ebuild
index ff68946bd72c..b97be62584a0 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit python-single-r1 xdg-utils
 
@@ -52,6 +52,11 @@ BDEPEND="
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)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.19.2-r1.ebuild
similarity index 95%
rename from xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild
rename to xfce-base/xfce4-settings/xfce4-settings-4.19.2-r1.ebuild
index a0230d2c2ba5..e1e113024de1 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit autotools python-single-r1 xdg-utils
 
@@ -66,6 +66,7 @@ BDEPEND="
 src_prepare() {
default
eautomake
+   python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2024-03-31 Thread Michał Górny
commit: 8219005143ccef13ab4230c7e72f5c1711fd79e0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 31 15:23:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 31 15:33:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82190051

xfce-base/xfce4-settings: Bump to 4.19.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.19.2.ebuild| 96 ++
 2 files changed, 97 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index a83e1a36f06c..ac9289050205 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.18.4.tar.bz2 1557097 BLAKE2B 
0269ed1778becc547ba187c096d7c9938cc00f56fb1c9312c9d0eb9b5344d4785f88abadecf391724699de2cb28b35ffed057f06e85f3e098a902a4047969a9c
 SHA512 
2f9e2de4a3a0cc59b4701b44899464532fbae8805270485d2821b65b9d78be54bb636c4cd4205de97e18c13b20912fcd1f4ca0b3baa561bf1a783829f53a06a0
 DIST xfce4-settings-4.19.1.tar.bz2 2406390 BLAKE2B 
3b528d7ea0a44e8a59b0e9612d116a17592db1b57932873b86f218c30721781c25cf5a0bbc3deefde6ef3370947f20033fac282b8a8fd9883ccb33a91f438750
 SHA512 
9d08c3dda27fcb3832b74cf32bedb4a051d46437f31b07a838f58bd324fca63ad6159558deca0b29de5d22b467c08a690d5eafef5e0581a3bc8782ba1771a937
+DIST xfce4-settings-4.19.2.tar.bz2 2433368 BLAKE2B 
00175d94837c0abec841feed5d1ea834160afccae8718f4af11323d65d5d751d288dd2651b06ceee6ec02fa2ec222e5b94322a38fa59fd29a18e64a1eb84c88c
 SHA512 
dc225dc3d4296db1dbfdd93685a29b453faab2c3259e2dd1f162d631b3853c4f2b582facab60814d1babe934c2eac752ef954dff2b285e9340dd5247f131555a

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild
new file mode 100644
index ..a0230d2c2ba5
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit autotools 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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="X colord input_devices_libinput libcanberra libnotify upower wayland 
+xklavier"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( X wayland )
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
+   >=xfce-base/garcon-0.1.10:=
+   >=xfce-base/exo-0.11.0:=
+   >=xfce-base/libxfce4ui-4.19.5:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.13.0:=
+   colord? ( >=x11-misc/colord-1.0.2:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   upower? ( >=sys-power/upower-0.9.8 )
+
+   X? (
+   >=media-libs/fontconfig-2.6.0
+   >=x11-libs/libX11-1.6.7
+   >=x11-libs/libXcursor-1.1.0
+   >=x11-libs/libXi-1.2.0
+   >=x11-libs/libXrandr-1.5.0
+   input_devices_libinput? ( 
>=x11-drivers/xf86-input-libinput-0.6.0 )
+   libnotify? ( >=x11-libs/libnotify-0.1.3 )
+   xklavier? ( >=x11-libs/libxklavier-5.0 )
+   )
+   wayland? (
+   >=dev-libs/wayland-1.15
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+# libxml2 for xmllint
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   eautomake
+}
+
+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)
+   $(use_enable X x11)
+   $(use_enable wayland)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/, xfce-base/xfce4-settings/files/

2024-03-18 Thread Michał Górny
commit: d0936f9eaa4e3c811e8345d11fec3c1245bf1774
Author: orbea  riseup  net>
AuthorDate: Sun Mar 17 19:59:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 18 14:39:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0936f9e

xfce-base/xfce4-settings: fix undefined references

Closes: https://bugs.gentoo.org/913864
Bug: https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/494
Upstream-Commit: 
https://gitlab.xfce.org/xfce/xfce4-settings/-/commit/f13b9ff1e5361439eafb9cffafd4d23fa6b2cb9e
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35807
Signed-off-by: Michał Górny  gentoo.org>

 .../files/xfce4-settings-4.19.1-gmodule-libs.patch | 35 ++
 .../xfce4-settings/xfce4-settings-4.19.1.ebuild| 15 --
 2 files changed, 48 insertions(+), 2 deletions(-)

diff --git 
a/xfce-base/xfce4-settings/files/xfce4-settings-4.19.1-gmodule-libs.patch 
b/xfce-base/xfce4-settings/files/xfce4-settings-4.19.1-gmodule-libs.patch
new file mode 100644
index ..8c8f14e25f14
--- /dev/null
+++ b/xfce-base/xfce4-settings/files/xfce4-settings-4.19.1-gmodule-libs.patch
@@ -0,0 +1,35 @@
+https://bugs.gentoo.org/913864
+https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/494
+https://gitlab.xfce.org/xfce/xfce4-settings/-/commit/f13b9ff1e5361439eafb9cffafd4d23fa6b2cb9e
+
+From f13b9ff1e5361439eafb9cffafd4d23fa6b2cb9e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= 
+Date: Tue, 28 Nov 2023 11:27:59 +0100
+Subject: [PATCH] build: Check for gmodule-2.0 (V2)
+
+Completes: c4a489aebce624301e7ad63ad14a97fbc46c3207
+Related: #494
+---
+ xfsettingsd/Makefile.am | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/xfsettingsd/Makefile.am b/xfsettingsd/Makefile.am
+index 181b5e77..0a81974a 100644
+--- a/xfsettingsd/Makefile.am
 b/xfsettingsd/Makefile.am
+@@ -158,6 +158,7 @@ libxfsettingsd_gtk_settings_sync_la_SOURCES = \
+   gtk-settings-module.c
+ 
+ libxfsettingsd_gtk_settings_sync_la_CFLAGS = \
++  $(GMODULE_CFLAGS) \
+   $(GTK_CFLAGS) \
+   $(XFCONF_CFLAGS)
+ 
+@@ -169,6 +170,7 @@ libxfsettingsd_gtk_settings_sync_la_LDFLAGS = \
+   $(PLATFORM_LDFLAGS)
+ 
+ libxfsettingsd_gtk_settings_sync_la_LIBADD = \
++  $(GMODULE_LIBS) \
+   $(GTK_LIBS) \
+   $(XFCONF_LIBS)
+ 

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild
index 5f2eb5cf173a..d2f2822092c8 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 
-inherit python-single-r1 xdg-utils
+inherit autotools python-single-r1 xdg-utils
 
 DESCRIPTION="Configuration system for the Xfce desktop environment"
 HOMEPAGE="
@@ -63,6 +63,17 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   # https://bugs.gentoo.org/913864
+   # https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/494
+   "${FILESDIR}"/${PN}-4.19.1-gmodule-libs.patch
+)
+
+src_prepare() {
+   default
+   eautomake
+}
+
 src_configure() {
local myconf=(
$(use_enable upower upower-glib)



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-12-27 Thread Sam James
commit: 5d2136b474c091d975dbeedea66762dc6a44f0d1
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 27 13:31:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 27 13:31:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2136b4

xfce-base/xfce4-settings: Stabilize 4.18.4 x86, #919584

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
index b9e7520564c1..ff68946bd72c 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-12-09 Thread Arthur Zamarin
commit: 656c98cd86e5dbd13addaadeacb64921f7376cac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 19:29:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 19:29:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656c98cd

xfce-base/xfce4-settings: Stabilize 4.18.4 ppc64, #919584

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
index 11417d08c170..b9e7520564c1 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-12-09 Thread Sam James
commit: e1683aaa7a14f07d06e239e21e2752dfab7687b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  9 19:05:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  9 19:05:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1683aaa

xfce-base/xfce4-settings: Stabilize 4.18.4 amd64, #919584

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
index 83ad95bf8a05..11417d08c170 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-12-09 Thread Arthur Zamarin
commit: 569f309f610669251febe99c656759034c5b3c6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 18:59:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 18:59:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569f309f

xfce-base/xfce4-settings: Stabilize 4.18.4 arm64, #919584

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
index e5f3ab0ebbbc..83ad95bf8a05 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-12-09 Thread Arthur Zamarin
commit: 566c3d597b670a66f1c457d5973407490341ee28
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 18:59:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 18:59:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566c3d59

xfce-base/xfce4-settings: Stabilize 4.18.4 arm, #919584

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
index 216428d4dc8d..e5f3ab0ebbbc 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-12-09 Thread Arthur Zamarin
commit: e9ef98925fce1e4f2a5ed93b3043dea68de2a510
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  9 18:59:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  9 18:59:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ef9892

xfce-base/xfce4-settings: Stabilize 4.18.4 ppc, #919584

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
index e16f84483f81..216428d4dc8d 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-11-30 Thread Michał Górny
commit: df1fd667cebc99c7bdb75ea02172cda321a6b9ba
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 30 17:58:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 30 17:58:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1fd667

xfce-base/xfce4-settings: Bump to 4.18.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.4.ebuild| 73 ++
 2 files changed, 74 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 34fea8f3ea92..02eee0e7728e 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-settings-4.18.3.tar.bz2 1553936 BLAKE2B 
6b8ab7a520044496223ae09ca0c09c7395968a79f937773ce847921869e58aa081e943feb17e72dd7565ca572c445d41baf4a7beb20067fa90400c9181e01890
 SHA512 
81a79a886966a5f017f066ece6ad134d132b1fa18c4f8b203212fb56b45a62fe8d9814f3039cc9bda41c52338b7e80685e9671cd80db3f2f9bcd99dd7bc47d8e
+DIST xfce4-settings-4.18.4.tar.bz2 1557097 BLAKE2B 
0269ed1778becc547ba187c096d7c9938cc00f56fb1c9312c9d0eb9b5344d4785f88abadecf391724699de2cb28b35ffed057f06e85f3e098a902a4047969a9c
 SHA512 
2f9e2de4a3a0cc59b4701b44899464532fbae8805270485d2821b65b9d78be54bb636c4cd4205de97e18c13b20912fcd1f4ca0b3baa561bf1a783829f53a06a0
 DIST xfce4-settings-4.19.0.tar.bz2 2370986 BLAKE2B 
64a25238afffb99fefe488d2218652ce714af7f783620ed5dc9d848911293bec25f95d81089cc9bb971f73e55a861c4953ebb9affd501eeb10f27a49dfc1b01b
 SHA512 
8892d19f723bfacea1c7df8afa5abc7d45984f8b1070b24316cb8ca04ef621489632314ce1e361eda94e036df7a36b4a7988a7853469bbad1bde9e6bef9113d6
 DIST xfce4-settings-4.19.1.tar.bz2 2406390 BLAKE2B 
3b528d7ea0a44e8a59b0e9612d116a17592db1b57932873b86f218c30721781c25cf5a0bbc3deefde6ef3370947f20033fac282b8a8fd9883ccb33a91f438750
 SHA512 
9d08c3dda27fcb3832b74cf32bedb4a051d46437f31b07a838f58bd324fca63ad6159558deca0b29de5d22b467c08a690d5eafef5e0581a3bc8782ba1771a937

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
new file mode 100644
index ..e16f84483f81
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+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 ~ia64 ~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_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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-11-16 Thread Michał Górny
commit: 0fe64b602eaa1d92e665c2738c6c3d9c84826523
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 16 14:23:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 16 14:26:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe64b60

xfce-base/xfce4-settings: Bump to 4.19.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.19.1.ebuild| 91 ++
 2 files changed, 92 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 7584ba74e326..34fea8f3ea92 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.18.3.tar.bz2 1553936 BLAKE2B 
6b8ab7a520044496223ae09ca0c09c7395968a79f937773ce847921869e58aa081e943feb17e72dd7565ca572c445d41baf4a7beb20067fa90400c9181e01890
 SHA512 
81a79a886966a5f017f066ece6ad134d132b1fa18c4f8b203212fb56b45a62fe8d9814f3039cc9bda41c52338b7e80685e9671cd80db3f2f9bcd99dd7bc47d8e
 DIST xfce4-settings-4.19.0.tar.bz2 2370986 BLAKE2B 
64a25238afffb99fefe488d2218652ce714af7f783620ed5dc9d848911293bec25f95d81089cc9bb971f73e55a861c4953ebb9affd501eeb10f27a49dfc1b01b
 SHA512 
8892d19f723bfacea1c7df8afa5abc7d45984f8b1070b24316cb8ca04ef621489632314ce1e361eda94e036df7a36b4a7988a7853469bbad1bde9e6bef9113d6
+DIST xfce4-settings-4.19.1.tar.bz2 2406390 BLAKE2B 
3b528d7ea0a44e8a59b0e9612d116a17592db1b57932873b86f218c30721781c25cf5a0bbc3deefde6ef3370947f20033fac282b8a8fd9883ccb33a91f438750
 SHA512 
9d08c3dda27fcb3832b74cf32bedb4a051d46437f31b07a838f58bd324fca63ad6159558deca0b29de5d22b467c08a690d5eafef5e0581a3bc8782ba1771a937

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild
new file mode 100644
index ..d867108201ba
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE="X colord input_devices_libinput libcanberra libnotify upower wayland 
+xklavier"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( X wayland )
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.66.0
+   >=x11-libs/gtk+-3.24.0:3[X?,wayland?]
+   >=xfce-base/garcon-0.1.10:=
+   >=xfce-base/exo-0.11.0:=
+   >=xfce-base/libxfce4ui-4.17.0:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.13.0:=
+   colord? ( >=x11-misc/colord-1.0.2:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   upower? ( >=sys-power/upower-0.9.8 )
+
+   X? (
+   >=media-libs/fontconfig-2.6.0
+   >=x11-libs/libX11-1.6.7
+   >=x11-libs/libXcursor-1.1.0
+   >=x11-libs/libXi-1.2.0
+   >=x11-libs/libXrandr-1.2.0
+   input_devices_libinput? ( 
>=x11-drivers/xf86-input-libinput-0.6.0 )
+   libnotify? ( >=x11-libs/libnotify-0.1.3 )
+   xklavier? ( >=x11-libs/libxklavier-5.0 )
+   )
+   wayland? (
+   >=dev-libs/wayland-1.15
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   X? ( x11-base/xorg-proto )
+"
+# libxml2 for xmllint
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+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)
+   $(use_enable X x11)
+   $(use_enable wayland)
+   )
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-08-16 Thread Michał Górny
commit: cbead5be4bb5c06dbe510190b7ea802c111bb40d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 05:59:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 05:59:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbead5be

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.18.2.ebuild| 74 --
 2 files changed, 75 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index e265f35c479e..7584ba74e326 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4
 DIST xfce4-settings-4.18.3.tar.bz2 1553936 BLAKE2B 
6b8ab7a520044496223ae09ca0c09c7395968a79f937773ce847921869e58aa081e943feb17e72dd7565ca572c445d41baf4a7beb20067fa90400c9181e01890
 SHA512 
81a79a886966a5f017f066ece6ad134d132b1fa18c4f8b203212fb56b45a62fe8d9814f3039cc9bda41c52338b7e80685e9671cd80db3f2f9bcd99dd7bc47d8e
 DIST xfce4-settings-4.19.0.tar.bz2 2370986 BLAKE2B 
64a25238afffb99fefe488d2218652ce714af7f783620ed5dc9d848911293bec25f95d81089cc9bb971f73e55a861c4953ebb9affd501eeb10f27a49dfc1b01b
 SHA512 
8892d19f723bfacea1c7df8afa5abc7d45984f8b1070b24316cb8ca04ef621489632314ce1e361eda94e036df7a36b4a7988a7853469bbad1bde9e6bef9113d6

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
deleted file mode 100644
index 208e1b52bfa7..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-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="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips 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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-08-16 Thread Sam James
commit: 26d7c3dd5121c548b9b0d4cbae1068d533f28be0
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 17 04:50:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 17 04:50:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d7c3dd

xfce-base/xfce4-settings: Stabilize 4.18.3 arm64, #911106

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
index 14c47e57dd02..3972bfa6b2f5 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-08-02 Thread Arthur Zamarin
commit: 62560e1caa35fb760649e31c744c6b1427613b52
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug  2 11:58:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug  2 11:58:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62560e1c

xfce-base/xfce4-settings: Stabilize 4.18.3 ppc, #911106

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
index 5044e1e30c18..14c47e57dd02 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-07-24 Thread Sam James
commit: f5e73ea834260fc20c1bc2afc7ed9550605241ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 21:02:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 21:02:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e73ea8

xfce-base/xfce4-settings: Stabilize 4.18.3 x86, #911106

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
index d9c742878a65..5044e1e30c18 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-07-24 Thread Jakov Smolić
commit: 93f62b3c2343afee5df5a5feec9e37c8fddedd60
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 11:03:02 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 11:03:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f62b3c

xfce-base/xfce4-settings: Stabilize 4.18.3 amd64, #911106

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
index 13e4a1c5b9e9..b57d27e2796e 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-07-24 Thread Jakov Smolić
commit: 8e7e4f560bb314e4e55d15cac53d6b625919c5fc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 11:03:03 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 11:03:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7e4f56

xfce-base/xfce4-settings: Stabilize 4.18.3 ppc64, #911106

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
index b57d27e2796e..0e4f99b02725 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-07-04 Thread Michał Górny
commit: d32b9624fe5291a9b69af4617f7d624fb7ac7ea7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  4 12:38:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  4 12:41:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32b9624

xfce-base/xfce4-settings: Bump to 4.18.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.3.ebuild| 73 ++
 2 files changed, 74 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index c8e84fe560be..e265f35c479e 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4
+DIST xfce4-settings-4.18.3.tar.bz2 1553936 BLAKE2B 
6b8ab7a520044496223ae09ca0c09c7395968a79f937773ce847921869e58aa081e943feb17e72dd7565ca572c445d41baf4a7beb20067fa90400c9181e01890
 SHA512 
81a79a886966a5f017f066ece6ad134d132b1fa18c4f8b203212fb56b45a62fe8d9814f3039cc9bda41c52338b7e80685e9671cd80db3f2f9bcd99dd7bc47d8e
 DIST xfce4-settings-4.19.0.tar.bz2 2370986 BLAKE2B 
64a25238afffb99fefe488d2218652ce714af7f783620ed5dc9d848911293bec25f95d81089cc9bb971f73e55a861c4953ebb9affd501eeb10f27a49dfc1b01b
 SHA512 
8892d19f723bfacea1c7df8afa5abc7d45984f8b1070b24316cb8ca04ef621489632314ce1e361eda94e036df7a36b4a7988a7853469bbad1bde9e6bef9113d6

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
new file mode 100644
index ..13e4a1c5b9e9
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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_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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-04-18 Thread Michał Górny
commit: 7f65c2d1513d38f8da56d27d1e4aa43e9c59fe5d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 18 18:28:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 18 18:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f65c2d1

xfce-base/xfce4-settings: Remove .la files

Closes: https://bugs.gentoo.org/904524
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild
index 3e3368b8e3ae..77db93b93f0f 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild
@@ -65,6 +65,11 @@ src_configure() {
econf "${myconf[@]}"
 }
 
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
xdg_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-04-18 Thread Michał Górny
commit: 02c000a5dcffea327cf09a325b5aa105274c45fb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 18 16:12:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 18 16:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c000a5

xfce-base/xfce4-settings: Bump to 4.19.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.19.0.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 2564fcece11d..c8e84fe560be 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1 +1,2 @@
 DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4
+DIST xfce4-settings-4.19.0.tar.bz2 2370986 BLAKE2B 
64a25238afffb99fefe488d2218652ce714af7f783620ed5dc9d848911293bec25f95d81089cc9bb971f73e55a861c4953ebb9affd501eeb10f27a49dfc1b01b
 SHA512 
8892d19f723bfacea1c7df8afa5abc7d45984f8b1070b24316cb8ca04ef621489632314ce1e361eda94e036df7a36b4a7988a7853469bbad1bde9e6bef9113d6

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild
new file mode 100644
index ..3e3368b8e3ae
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.19.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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-2.6.0
+   >=x11-libs/gtk+-3.24.0:3
+   >=x11-libs/libX11-1.6.7
+   >=x11-libs/libXcursor-1.1.0
+   >=x11-libs/libXi-1.2.0
+   >=x11-libs/libXrandr-1.2.0
+   >=xfce-base/garcon-0.1.10:=
+   >=xfce-base/exo-0.11.0:=
+   >=xfce-base/libxfce4ui-4.17.0:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.13.0:=
+   colord? ( >=x11-misc/colord-1.0.2:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.6.0 )
+   libnotify? ( >=x11-libs/libnotify-0.1.3 )
+   upower? ( >=sys-power/upower-0.9.8 )
+   xklavier? ( >=x11-libs/libxklavier-5.0 )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+# libxml2 for xmllint
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Michał Górny
commit: 74480a53e91865709978a99f81d891651fca1686
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 15:04:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74480a53

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.18.1.ebuild| 74 --
 2 files changed, 75 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 9a46fe167dcf..2564fcece11d 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1 @@
-DIST xfce4-settings-4.18.1.tar.bz2 1513041 BLAKE2B 
83b47dbe138bd809391833a4525d01b2171dd77ad5826e90f95a181deb39350683b864242ed8708caaaefe19aac748e96ac270fa71ef25a96cdabc5311c2e639
 SHA512 
868d9d041c7aee621543ea54798f9758dc47719a7684d01ebb55e0193c30a0ac544df6a4961846e4b8c6d9297737be767d6f68446c4ab85870d8c0741cd07515
 DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
deleted file mode 100644
index 208e1b52bfa7..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-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="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips 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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Arthur Zamarin
commit: 213ac5583ba79040726f820a3000c2fd450f17e8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 14:52:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 14:52:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213ac558

xfce-base/xfce4-settings: Stabilize 4.18.2 ppc, #901763

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
index e3bdbf21519d..208e1b52bfa7 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Arthur Zamarin
commit: 203b47ef98f24def291e7834b2b3d6082e505894
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 14:45:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 14:45:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203b47ef

xfce-base/xfce4-settings: Stabilize 4.18.2 ppc64, #901763

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
index dc1f1fffdd16..e3bdbf21519d 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Arthur Zamarin
commit: 743d1623091030ae9e3dd0784fb0afc93daa261c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 14:26:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 14:26:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743d1623

xfce-base/xfce4-settings: Stabilize 4.18.2 arm, #901763

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
index ecabefed8a54..dc1f1fffdd16 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Arthur Zamarin
commit: e718a9ba5dc03a94fb1707c972255ea3093df7f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 14:24:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 14:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e718a9ba

xfce-base/xfce4-settings: Stabilize 4.18.2 arm64, #901763

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
index 91bc430f2caa..ecabefed8a54 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Sam James
commit: 36326b10808d9094e264680c79b3f307b772e091
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 14:10:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 14:10:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36326b10

xfce-base/xfce4-settings: Stabilize 4.18.2 x86, #901763

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
index 5ac63306b8df..dac59ce6a33b 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Sam James
commit: f4d3586c8392d80971f98ab5493cae2c49ba4cce
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 14:10:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 14:10:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d3586c

xfce-base/xfce4-settings: Stabilize 4.18.2 amd64, #901763

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
index dac59ce6a33b..91bc430f2caa 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Michał Górny
commit: cf7c00fb99df827e8ab306a5b6bd9ab3c041cd92
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 10:49:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 10:50:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7c00fb

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  3 -
 .../xfce4-settings/xfce4-settings-4.16.5.ebuild| 71 -
 .../xfce4-settings/xfce4-settings-4.17.3.ebuild| 74 --
 .../xfce4-settings/xfce4-settings-4.18.0.ebuild| 74 --
 4 files changed, 222 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 8b3d027f1f2b..9a46fe167dcf 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,5 +1,2 @@
-DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
-DIST xfce4-settings-4.17.3.tar.bz2 1517554 BLAKE2B 
75bb0a11ea06e38b69c60eba67d7f9eb6ff1dd835eaab04564ed53987ec5926fc671ec715ee76a96ffc52979bfbe38d35a30212b0e3a0d0d25091cc468aab78e
 SHA512 
a932e73392e5b1d7b7aaabd8599348b8bf44cbbfa6deb54b3ee764e2e4b637c91437e33e366d5e1c333efac620f289822e9f45faf214ed5a2f53ad6a7ad59654
-DIST xfce4-settings-4.18.0.tar.bz2 1517874 BLAKE2B 
d95f3aa53ec669e9c7d0ec24ae066d9af0002fa3606d565da6ee65e527d74fc161025968ef182cbfa8e1675dac240fb34c6b9f2ba437949e460623577a3e1caa
 SHA512 
647c1ca0bad891ad9be910b7ed25e1064e18e3b870ddf25673caf835d6c00bc6724ddec9fb129679c18f0abc1a72966c9dfecae4e16f955f50c72cf08e03595e
 DIST xfce4-settings-4.18.1.tar.bz2 1513041 BLAKE2B 
83b47dbe138bd809391833a4525d01b2171dd77ad5826e90f95a181deb39350683b864242ed8708caaaefe19aac748e96ac270fa71ef25a96cdabc5311c2e639
 SHA512 
868d9d041c7aee621543ea54798f9758dc47719a7684d01ebb55e0193c30a0ac544df6a4961846e4b8c6d9297737be767d6f68446c4ab85870d8c0741cd07515
 DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
deleted file mode 100644
index 66ee608dd407..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips 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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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:=
-   

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-17 Thread Arthur Zamarin
commit: 4d9e2af258d0aae153c673f9fb7fa21f59e4b5a3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 08:56:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 08:56:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9e2af2

xfce-base/xfce4-settings: Stabilize 4.18.1 x86, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
index 6079c79bf373..208e1b52bfa7 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-03-15 Thread Michał Górny
commit: f2f075c45b097a3517688b64068391df76a9c077
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:54:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:55:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f075c4

xfce-base/xfce4-settings: Stabilize 4.18.1 ppc, #893064

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
index 3a858cf8b299..6079c79bf373 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-02-11 Thread Michał Górny
commit: 929c26fdd70c36ae42d54a5bb51589764e07f296
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 10:22:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 11 12:47:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929c26fd

xfce-base/xfce4-settings: Bump to 4.18.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.2.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 6f83ec3bc715..8b3d027f1f2b 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d
 DIST xfce4-settings-4.17.3.tar.bz2 1517554 BLAKE2B 
75bb0a11ea06e38b69c60eba67d7f9eb6ff1dd835eaab04564ed53987ec5926fc671ec715ee76a96ffc52979bfbe38d35a30212b0e3a0d0d25091cc468aab78e
 SHA512 
a932e73392e5b1d7b7aaabd8599348b8bf44cbbfa6deb54b3ee764e2e4b637c91437e33e366d5e1c333efac620f289822e9f45faf214ed5a2f53ad6a7ad59654
 DIST xfce4-settings-4.18.0.tar.bz2 1517874 BLAKE2B 
d95f3aa53ec669e9c7d0ec24ae066d9af0002fa3606d565da6ee65e527d74fc161025968ef182cbfa8e1675dac240fb34c6b9f2ba437949e460623577a3e1caa
 SHA512 
647c1ca0bad891ad9be910b7ed25e1064e18e3b870ddf25673caf835d6c00bc6724ddec9fb129679c18f0abc1a72966c9dfecae4e16f955f50c72cf08e03595e
 DIST xfce4-settings-4.18.1.tar.bz2 1513041 BLAKE2B 
83b47dbe138bd809391833a4525d01b2171dd77ad5826e90f95a181deb39350683b864242ed8708caaaefe19aac748e96ac270fa71ef25a96cdabc5311c2e639
 SHA512 
868d9d041c7aee621543ea54798f9758dc47719a7684d01ebb55e0193c30a0ac544df6a4961846e4b8c6d9297737be767d6f68446c4ab85870d8c0741cd07515
+DIST xfce4-settings-4.18.2.tar.bz2 1544572 BLAKE2B 
8dee6855c98426aace796c7c6fe55770ca2c4c8e0c5129fd70274a0fe6589dd797eb078d79f7fd490c39cd4e1ec1dd90439c4cc030e7594aeb27c84e6e541fa2
 SHA512 
3371db3952f1863763b613952585873a0b8e1bd8507a64c056a918f3d16c3313e1266cb65dc341d3ce89ab281ee5a5d2cd183b6bb4078609b843524a125769b4

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
new file mode 100644
index ..5ac63306b8df
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-02-03 Thread Sam James
commit: 10a431523743c6608eb26a04024817054e49ddd1
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 16:52:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 16:52:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a43152

xfce-base/xfce4-settings: Stabilize 4.18.1 amd64, #893064

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
index 4439ae74586e..3a858cf8b299 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-02-03 Thread Arthur Zamarin
commit: b625a836a7b255cc418f3cb51db71238d2844401
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:21:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:21:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b625a836

xfce-base/xfce4-settings: Stabilize 4.18.1 arm64, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
index 8955f9982bf7..4439ae74586e 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-02-03 Thread Arthur Zamarin
commit: c57e9c1fbca71968340d2e6d767eea9842009521
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:20:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:20:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57e9c1f

xfce-base/xfce4-settings: Stabilize 4.18.1 ppc64, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
index 7acd003a3457..8955f9982bf7 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2023-02-03 Thread Arthur Zamarin
commit: 1b27ba9848d77b79c1e058d83dabcd75ff388c82
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 13:31:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 13:31:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b27ba98

xfce-base/xfce4-settings: Stabilize 4.18.1 arm, #893064

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
index 5ac63306b8df..7acd003a3457 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-12-22 Thread Michał Górny
commit: 3f47b124ae13126c5decc8f046fe9eb7103de226
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 22 14:59:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 22 15:45:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f47b124

xfce-base/xfce4-settings: Bump to 4.18.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.1.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index f3c2cb04fba5..6f83ec3bc715 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
 DIST xfce4-settings-4.17.3.tar.bz2 1517554 BLAKE2B 
75bb0a11ea06e38b69c60eba67d7f9eb6ff1dd835eaab04564ed53987ec5926fc671ec715ee76a96ffc52979bfbe38d35a30212b0e3a0d0d25091cc468aab78e
 SHA512 
a932e73392e5b1d7b7aaabd8599348b8bf44cbbfa6deb54b3ee764e2e4b637c91437e33e366d5e1c333efac620f289822e9f45faf214ed5a2f53ad6a7ad59654
 DIST xfce4-settings-4.18.0.tar.bz2 1517874 BLAKE2B 
d95f3aa53ec669e9c7d0ec24ae066d9af0002fa3606d565da6ee65e527d74fc161025968ef182cbfa8e1675dac240fb34c6b9f2ba437949e460623577a3e1caa
 SHA512 
647c1ca0bad891ad9be910b7ed25e1064e18e3b870ddf25673caf835d6c00bc6724ddec9fb129679c18f0abc1a72966c9dfecae4e16f955f50c72cf08e03595e
+DIST xfce4-settings-4.18.1.tar.bz2 1513041 BLAKE2B 
83b47dbe138bd809391833a4525d01b2171dd77ad5826e90f95a181deb39350683b864242ed8708caaaefe19aac748e96ac270fa71ef25a96cdabc5311c2e639
 SHA512 
868d9d041c7aee621543ea54798f9758dc47719a7684d01ebb55e0193c30a0ac544df6a4961846e4b8c6d9297737be767d6f68446c4ab85870d8c0741cd07515

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
new file mode 100644
index ..4932dac001d6
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-12-15 Thread Michał Górny
commit: b988805efe6c4aa27040ab89f31ce81ce1218b85
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:44:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:04:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b988805e

xfce-base/xfce4-settings: Bump to 4.18.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.18.0.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 6d99d0fb186c..f3c2cb04fba5 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
 DIST xfce4-settings-4.17.3.tar.bz2 1517554 BLAKE2B 
75bb0a11ea06e38b69c60eba67d7f9eb6ff1dd835eaab04564ed53987ec5926fc671ec715ee76a96ffc52979bfbe38d35a30212b0e3a0d0d25091cc468aab78e
 SHA512 
a932e73392e5b1d7b7aaabd8599348b8bf44cbbfa6deb54b3ee764e2e4b637c91437e33e366d5e1c333efac620f289822e9f45faf214ed5a2f53ad6a7ad59654
+DIST xfce4-settings-4.18.0.tar.bz2 1517874 BLAKE2B 
d95f3aa53ec669e9c7d0ec24ae066d9af0002fa3606d565da6ee65e527d74fc161025968ef182cbfa8e1675dac240fb34c6b9f2ba437949e460623577a3e1caa
 SHA512 
647c1ca0bad891ad9be910b7ed25e1064e18e3b870ddf25673caf835d6c00bc6724ddec9fb129679c18f0abc1a72966c9dfecae4e16f955f50c72cf08e03595e

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.18.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.18.0.ebuild
new file mode 100644
index ..4932dac001d6
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.18.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-12-15 Thread Michał Górny
commit: f9d398a687684c5c8a336217c0e6b15d5e88f91e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:43:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:04:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d398a6

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.17.2.ebuild| 74 --
 2 files changed, 75 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index bde17ecea222..6d99d0fb186c 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
-DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c
 DIST xfce4-settings-4.17.3.tar.bz2 1517554 BLAKE2B 
75bb0a11ea06e38b69c60eba67d7f9eb6ff1dd835eaab04564ed53987ec5926fc671ec715ee76a96ffc52979bfbe38d35a30212b0e3a0d0d25091cc468aab78e
 SHA512 
a932e73392e5b1d7b7aaabd8599348b8bf44cbbfa6deb54b3ee764e2e4b637c91437e33e366d5e1c333efac620f289822e9f45faf214ed5a2f53ad6a7ad59654

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild
deleted file mode 100644
index 1408aab9e199..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-12-01 Thread Michał Górny
commit: 8c8f22fd48a5d5befb5b517fbcdec1f03abf2e6d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  1 13:30:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  1 13:30:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8f22fd

xfce-base/xfce4-settings: Bump to 4.17.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.17.3.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 4c0c6113f537..bde17ecea222 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
 DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c
+DIST xfce4-settings-4.17.3.tar.bz2 1517554 BLAKE2B 
75bb0a11ea06e38b69c60eba67d7f9eb6ff1dd835eaab04564ed53987ec5926fc671ec715ee76a96ffc52979bfbe38d35a30212b0e3a0d0d25091cc468aab78e
 SHA512 
a932e73392e5b1d7b7aaabd8599348b8bf44cbbfa6deb54b3ee764e2e4b637c91437e33e366d5e1c333efac620f289822e9f45faf214ed5a2f53ad6a7ad59654

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.17.3.ebuild
new file mode 100644
index ..1408aab9e199
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.17.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-18 Thread Michał Górny
commit: c9d9b45ca7218767fc51739fc6a2bfbe4601465a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 18 17:40:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 18 17:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d9b45c

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  2 -
 .../xfce4-settings/xfce4-settings-4.16.4.ebuild| 71 -
 .../xfce4-settings/xfce4-settings-4.17.1.ebuild| 74 --
 3 files changed, 147 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 8b6ecc8c094d..4c0c6113f537 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
 DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
-DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332
 DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
deleted file mode 100644
index 1f0afa768379..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips 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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-18 Thread Arthur Zamarin
commit: aeddae2f3bbc24c2d034ee8a7000ff764c3c884a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 18 16:51:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 18 16:51:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeddae2f

xfce-base/xfce4-settings: Stabilize 4.16.5 ppc, #881163

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
index 4c49f178b2a8..1f0afa768379 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-13 Thread Sam James
commit: 273535151cbee0fc2e303cb63a3bcc2333ad2433
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 20:58:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 20:58:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27353515

xfce-base/xfce4-settings: Stabilize 4.16.5 x86, #881163

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
index 5c3e75f85a7e..4c49f178b2a8 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-13 Thread Sam James
commit: a4a4f1b821819514f45c74490f0c097c7809f4b7
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 17:38:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 17:38:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a4f1b8

xfce-base/xfce4-settings: Stabilize 4.16.5 amd64, #881163

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
index 4f016dec3146..5c3e75f85a7e 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-13 Thread Sam James
commit: a67523d508d3a8f52340850d39f78a5d3dcbf2ae
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 11:39:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 11:39:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67523d5

xfce-base/xfce4-settings: Stabilize 4.16.5 ppc64, #881163

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
index 1e2c5dc57f83..f7c890a733fb 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-13 Thread Sam James
commit: e4042eb50724e7c0d06f206b2513213083377321
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 11:39:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 11:39:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4042eb5

xfce-base/xfce4-settings: Stabilize 4.16.5 arm, #881163

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
index f7c890a733fb..f4db7a4956a7 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-13 Thread Sam James
commit: e944e0f1ab03db96291683ad1e84f26d6c63189d
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 13 11:39:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 13 11:39:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e944e0f1

xfce-base/xfce4-settings: Stabilize 4.16.5 arm64, #881163

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
index f4db7a4956a7..4f016dec3146 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-12 Thread Michał Górny
commit: 360f852aa47bda9e82ae0c2dd3214b29b3e2c359
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 13 06:35:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 06:35:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360f852a

xfce-base/xfce4-settings: Bump to 4.16.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.5.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index ee5801b19c1c..8b6ecc8c094d 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
+DIST xfce4-settings-4.16.5.tar.bz2 1498988 BLAKE2B 
e76a12f4d8f1a31d12beb7227ee0d4b25b3de063499e154a9854627199ba00a34a37cef72696883d20bdab620d00a402a9963aef569290f1bec06fdcc24d0c60
 SHA512 
1334875d8ae02a63312a3973f310138640b1a1ee80ad6665ee0f45d544092ef556b89259da613c53ab51219c9ac97fee860292133716da136792cdfd3d646e4e
 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332
 DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
new file mode 100644
index ..1e2c5dc57f83
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-12 Thread Michał Górny
commit: 0e28bb11bafcd78d18b1b2cf16828a111e350061
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 13 06:32:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 06:32:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e28bb11

xfce-base/xfce4-settings: Bump to 4.17.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.17.2.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index a3d2d3163a04..ee5801b19c1c 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332
+DIST xfce4-settings-4.17.2.tar.bz2 1517099 BLAKE2B 
a8b5fc0243fd91ba48684f87676c64ca52e89baa19b3301b03f65235a3bdbc596ad100bf45ae34ac896be0a5928ea95e9c9a992ac6b022bde03327a5ac1d70fd
 SHA512 
86231ab71bda85ab8ef7823bcf5c6aed95fd9b4abef0179923f4c9133474787c086cb22ce48db4fbbcc59fdfac6385186a41e88ce71a5f8dbd2bcb8d57575d7c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild
new file mode 100644
index ..1408aab9e199
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.17.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-08 Thread Michał Górny
commit: fd49988c5249ebc0d9ef3e2d230679d032dafb94
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  8 13:10:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  8 13:14:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd49988c

xfce-base/xfce4-settings: Security cleanup

Bug: https://bugs.gentoo.org/880257
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  2 -
 .../xfce4-settings/xfce4-settings-4.16.3.ebuild| 71 -
 .../xfce4-settings/xfce4-settings-4.17.0.ebuild| 74 --
 3 files changed, 147 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index b884a5e3af78..a3d2d3163a04 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 
64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683
 SHA512 
62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
 DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
-DIST xfce4-settings-4.17.0.tar.bz2 1516111 BLAKE2B 
73534c638977eade7a35ff02f804e822fc48df46f798ef542c9d4a19545c66eea532f8a09ea5595ba84ded188375213b2f4f31254c86851449411f472a5afce3
 SHA512 
23d49daa8be7b9cb4ce4bbdf1153001bf93e6ab35efcc7273f264f0c23e3f3fe8d1875d43853cc895d2db1baa7d0d0f49d748ebff61d113c79b497a832e19a8f
 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
deleted file mode 100644
index 1f0afa768379..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips 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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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? ( 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Sam James
commit: 08a9574fdeb387a13b035ecf439252618804ec67
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 06:31:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  8 06:31:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a9574f

xfce-base/xfce4-settings: Stabilize 4.16.4 amd64, #880255

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
index 536e4a11f392..1f0afa768379 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Sam James
commit: 60143ffd42be09801e61d7a4c1f0c39a88d581b2
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 05:49:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  8 05:49:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60143ffd

xfce-base/xfce4-settings: Stabilize 4.16.4 x86, #880255

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
index ac35c50e0353..536e4a11f392 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Sam James
commit: 1d6d5fec0050203f8af96be02ddfb8edc6ed286b
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov  8 02:54:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov  8 02:54:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6d5fec

xfce-base/xfce4-settings: Stabilize 4.16.4 ppc, #880255

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
index 4f016dec3146..ac35c50e0353 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Sam James
commit: 118e360b97a049e7ce3125d5b16d0ba59c014e6a
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 23:54:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 23:54:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118e360b

xfce-base/xfce4-settings: Stabilize 4.16.4 ppc64, #880255

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
index 38f1b008762f..590b376e407c 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Sam James
commit: 0afa37fc400f9386ace5e6b25e75eb393f913a46
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 23:54:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 23:54:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afa37fc

xfce-base/xfce4-settings: Stabilize 4.16.4 arm, #880255

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
index 590b376e407c..4f016dec3146 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Sam James
commit: 4735cd8f2d91c9c37193023c4e4d107a54184e3b
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 23:18:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 23:18:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4735cd8f

xfce-base/xfce4-settings: Stabilize 4.16.4 arm64, #880255

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
index 1e2c5dc57f83..38f1b008762f 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Michał Górny
commit: fe167b181bb1d2b5eb6d0fe0c9112c6a890aa1c5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  7 20:32:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  7 20:32:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe167b18

xfce-base/xfce4-settings: Bump to 4.16.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.4.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 88e023d0d640..b884a5e3af78 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 
64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683
 SHA512 
62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
+DIST xfce4-settings-4.16.4.tar.bz2 1498757 BLAKE2B 
344bc30907519b3f71583258b586d22e2feb11acf606d3e3359122c49365952c8fcf09afba29cc5ee21b848ad5f847eddbf5a0366917b2c6cede1be8d7de
 SHA512 
aeb73d48c10f268c929d3f1dd41294e531ea39a35d316d92ca72fca7a1f749bee58ca1b0546d10151a06c4fcf807b1df9f04e4f3753c452e39ae65602b2d9c77
 DIST xfce4-settings-4.17.0.tar.bz2 1516111 BLAKE2B 
73534c638977eade7a35ff02f804e822fc48df46f798ef542c9d4a19545c66eea532f8a09ea5595ba84ded188375213b2f4f31254c86851449411f472a5afce3
 SHA512 
23d49daa8be7b9cb4ce4bbdf1153001bf93e6ab35efcc7273f264f0c23e3f3fe8d1875d43853cc895d2db1baa7d0d0f49d748ebff61d113c79b497a832e19a8f
 DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
new file mode 100644
index ..1e2c5dc57f83
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-07 Thread Michał Górny
commit: f1710ecf785765a8b3c8908dd1bc7c52368bb6ae
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  7 20:30:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  7 20:30:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1710ecf

xfce-base/xfce4-settings: Bump to 4.17.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.17.1.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 33cfc1fb19c6..88e023d0d640 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 
64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683
 SHA512 
62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
 DIST xfce4-settings-4.17.0.tar.bz2 1516111 BLAKE2B 
73534c638977eade7a35ff02f804e822fc48df46f798ef542c9d4a19545c66eea532f8a09ea5595ba84ded188375213b2f4f31254c86851449411f472a5afce3
 SHA512 
23d49daa8be7b9cb4ce4bbdf1153001bf93e6ab35efcc7273f264f0c23e3f3fe8d1875d43853cc895d2db1baa7d0d0f49d748ebff61d113c79b497a832e19a8f
+DIST xfce4-settings-4.17.1.tar.bz2 1516089 BLAKE2B 
f465fabcd8d7624ebb6da7939cb1e8302cdece5270a8afebf1736a134f7c63c7b2d61c3f9afa5aa5668f5870d087af40c7ea1341909b23458af0ce8b1779d971
 SHA512 
37802e69aafdec3e0e04b531abfd37a687ced80b14928af5991cd585f79f0e50417c311848823ad7b8789a5af34018d055a4a987051613e27441b56ca006e332

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.17.1.ebuild
new file mode 100644
index ..1408aab9e199
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.17.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-11-01 Thread Michał Górny
commit: c437e0c42348b3de5b44922bf412c0d5be26e2f4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  1 12:23:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  1 12:35:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c437e0c4

xfce-base/xfce4-settings: Bump to 4.17.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.17.0.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 8e3d97c27312..33cfc1fb19c6 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1 +1,2 @@
 DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 
64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683
 SHA512 
62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b
+DIST xfce4-settings-4.17.0.tar.bz2 1516111 BLAKE2B 
73534c638977eade7a35ff02f804e822fc48df46f798ef542c9d4a19545c66eea532f8a09ea5595ba84ded188375213b2f4f31254c86851449411f472a5afce3
 SHA512 
23d49daa8be7b9cb4ce4bbdf1153001bf93e6ab35efcc7273f264f0c23e3f3fe8d1875d43853cc895d2db1baa7d0d0f49d748ebff61d113c79b497a832e19a8f

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild
new file mode 100644
index ..1408aab9e199
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.17.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-08-28 Thread WANG Xuerui
commit: b6dea993041b565586626f9a1899c4201f1d30e8
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 06:45:55 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:48:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dea993

xfce-base/xfce4-settings: keyword 4.16.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index 74d1fd969774..1f0afa768379 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-28 Thread Michał Górny
commit: 53a1a2d8ec1582e8154c92f2ea845c4eb87f5cae
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 28 12:04:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 28 12:57:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a1a2d8

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.16.2.ebuild| 66 --
 2 files changed, 67 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 4ef7e2f2f240..8e3d97c27312 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1 @@
-DIST xfce4-settings-4.16.2.tar.bz2 1500270 BLAKE2B 
04915db8071050a841f972e54ecb3119638b0cc3d806d1e17e5ae23c90bb7819d33cfa349c1273a5493538d8c66543ba07e469e8b929c6e0479ddc9cd476e0d9
 SHA512 
48908318f8c20f9f0f5e83556c4a86a1c8c963f37d4627aa051f00b537a87a6575b35ddb6bc91108a41312dcf2e90d6dff8259a624ed23cc04649887828141ed
 DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 
64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683
 SHA512 
62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
deleted file mode 100644
index 6b61bddbb465..
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips 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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-28 Thread Sam James
commit: 8428cbce95de18a3f89ec449becb790b62eb261d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 28 12:00:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 28 12:00:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8428cbce

xfce-base/xfce4-settings: Stabilize 4.16.3 arm64, #861323

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index d97f7275acbf..74d1fd969774 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-27 Thread Sam James
commit: ad92e2e306539f46a38675315d01b58bc4fc09e2
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 27 08:11:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 27 08:11:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad92e2e3

xfce-base/xfce4-settings: Stabilize 4.16.3 arm, #861323

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index f873f4dd0f1b..d97f7275acbf 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-26 Thread Sam James
commit: dfcd93a4ebe57a3157681c3b0bc1c3f1f429c816
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 27 04:15:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 27 04:15:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcd93a4

xfce-base/xfce4-settings: Stabilize 4.16.3 ppc, #861323

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index 15adc3fbb0a4..3a19bd4a8500 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-26 Thread Sam James
commit: ff9308c348f328e7819cc3866c43767febb88fab
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 27 04:15:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 27 04:15:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9308c3

xfce-base/xfce4-settings: Stabilize 4.16.3 ppc64, #861323

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index 3a19bd4a8500..f873f4dd0f1b 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-26 Thread Sam James
commit: 9249eecc307745ce29f286030021e9454f962b81
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 22:25:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 22:25:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9249eecc

xfce-base/xfce4-settings: Stabilize 4.16.3 x86, #861323

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index 1bbc4c7d2973..15adc3fbb0a4 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-26 Thread Sam James
commit: a84b1fe09c61292359188568324f30fe9a2435f6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 22:22:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 22:22:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84b1fe0

xfce-base/xfce4-settings: Stabilize 4.16.3 amd64, #861323

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
index 05cc5126ad29..1bbc4c7d2973 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-07-05 Thread Michał Górny
commit: 775e905c97c0a31f06c08abc5cf3b39f97006317
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  5 14:28:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  5 14:28:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775e905c

xfce-base/xfce4-settings: Bump to 4.16.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.3.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 49f4aa183aef..4ef7e2f2f240 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1 +1,2 @@
 DIST xfce4-settings-4.16.2.tar.bz2 1500270 BLAKE2B 
04915db8071050a841f972e54ecb3119638b0cc3d806d1e17e5ae23c90bb7819d33cfa349c1273a5493538d8c66543ba07e469e8b929c6e0479ddc9cd476e0d9
 SHA512 
48908318f8c20f9f0f5e83556c4a86a1c8c963f37d4627aa051f00b537a87a6575b35ddb6bc91108a41312dcf2e90d6dff8259a624ed23cc04649887828141ed
+DIST xfce4-settings-4.16.3.tar.bz2 1462300 BLAKE2B 
64bd149eea6afa4054e59b7ffa29327298aae4584d4b4a17dff12480bd0e3b017c152efc2e06201d39397f27c3bedc633715383473a8bc3c32aff4a97091e683
 SHA512 
62183e500d97625c079cc95c900fb6afae8e08a24d5e0574fcfd0a803eb4e7e10095a527a76a0cd4b5f2abb944203650ccbbb78ab21e024df6b4da670159896b

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
new file mode 100644
index ..05cc5126ad29
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2022-05-04 Thread Michał Górny
commit: 06b510ab763ac42cfc70c741a81096645d46dbcd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  4 18:04:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  4 18:06:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b510ab

xfce-base/xfce4-settings: Enable py3.10

Closes: https://bugs.gentoo.org/842594
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index a8df5ee66c9f..6b61bddbb465 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 xdg-utils
 
 DESCRIPTION="Configuration system for the Xfce desktop environment"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-08 Thread Michał Górny
commit: 8d98de2dbab8936cfeba4532da4289ac07d918e4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  8 06:59:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  8 06:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d98de2d

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  2 -
 .../xfce4-settings/xfce4-settings-4.16.0.ebuild| 66 --
 .../xfce4-settings/xfce4-settings-4.16.1.ebuild| 66 --
 3 files changed, 134 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 177ce311b07..49f4aa183ae 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1 @@
-DIST xfce4-settings-4.16.0.tar.bz2 1492754 BLAKE2B 
10bfa7ce556547a4a41e1a3691ea3e41b9de57bd21760a91424cd27469917264ce00ae7324ee1d81bdf27f6b275415af932d63aeba4e80de729e42df1cbff488
 SHA512 
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238
-DIST xfce4-settings-4.16.1.tar.bz2 1496053 BLAKE2B 
dd4176a5edc6a52c885ec80d4f5855ba7ea0ed6a70180f8b15d9754a246a097c82eeba4fb52b3ff1f551c905c21073c153fac3a4c47259710fae9cef8a95f45e
 SHA512 
0f918ea61dfa7181633114250ca97bb7e41f3cbd0e569b12e8271641f1b2b622ad17f9a185a30f638093328db0c6d175b7e7d03de56963b19e44eb29383c
 DIST xfce4-settings-4.16.2.tar.bz2 1500270 BLAKE2B 
04915db8071050a841f972e54ecb3119638b0cc3d806d1e17e5ae23c90bb7819d33cfa349c1273a5493538d8c66543ba07e469e8b929c6e0479ddc9cd476e0d9
 SHA512 
48908318f8c20f9f0f5e83556c4a86a1c8c963f37d4627aa051f00b537a87a6575b35ddb6bc91108a41312dcf2e90d6dff8259a624ed23cc04649887828141ed

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
deleted file mode 100644
index 319ea8937db..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~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.50
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-07 Thread Sam James
commit: 2f602a669ed2756a4072542a33d541984ffc7bc8
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 03:53:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul  8 03:53:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f602a66

xfce-base/xfce4-settings: Stabilize 4.16.2 arm64, #799908

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index 42490158bca..a8df5ee66c9 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-05 Thread Sam James
commit: 85aa9daeec8f1ea739ceae266cca6d45d20b996e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  6 01:47:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  6 01:47:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85aa9dae

xfce-base/xfce4-settings: Stabilize 4.16.2 arm, #799908

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index 966aeb7336d..42490158bca 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-03 Thread Agostino Sarubbo
commit: 782f2db5c23b592118d034f62924006467d898cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:21:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:22:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782f2db5

xfce-base/xfce4-settings: ppc64 stable wrt bug #799908

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index 338f687ea4f..966aeb7336d 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-03 Thread Agostino Sarubbo
commit: 6ad79641fa0f168fc76c411ce16001e5b0c4d884
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  3 06:19:40 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  3 06:19:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad79641

xfce-base/xfce4-settings: ppc stable wrt bug #799908

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index ae5979e9d4d..338f687ea4f 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-02 Thread Sam James
commit: be60357acd12fd0e0534a4c0bcdd58369b679ac0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be60357a

xfce-base/xfce4-settings: Stabilize 4.16.2 amd64, #799908

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index a19b5fe2aad..ae5979e9d4d 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-02 Thread Sam James
commit: 7fef3e79e8989b696a4b2c49c05027dff02770da
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fef3e79

xfce-base/xfce4-settings: Stabilize 4.16.2 x86, #799908

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index d5c9cffb584..a19b5fe2aad 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-06-08 Thread Michał Górny
commit: cd5e42cb172f7ae47b3a5a83149297a3e4c4799a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 10:01:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 11:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5e42cb

xfce-base/xfce4-settings: Bump to 4.16.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.2.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 0595492a262..177ce311b07 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.16.0.tar.bz2 1492754 BLAKE2B 
10bfa7ce556547a4a41e1a3691ea3e41b9de57bd21760a91424cd27469917264ce00ae7324ee1d81bdf27f6b275415af932d63aeba4e80de729e42df1cbff488
 SHA512 
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238
 DIST xfce4-settings-4.16.1.tar.bz2 1496053 BLAKE2B 
dd4176a5edc6a52c885ec80d4f5855ba7ea0ed6a70180f8b15d9754a246a097c82eeba4fb52b3ff1f551c905c21073c153fac3a4c47259710fae9cef8a95f45e
 SHA512 
0f918ea61dfa7181633114250ca97bb7e41f3cbd0e569b12e8271641f1b2b622ad17f9a185a30f638093328db0c6d175b7e7d03de56963b19e44eb29383c
+DIST xfce4-settings-4.16.2.tar.bz2 1500270 BLAKE2B 
04915db8071050a841f972e54ecb3119638b0cc3d806d1e17e5ae23c90bb7819d33cfa349c1273a5493538d8c66543ba07e469e8b929c6e0479ddc9cd476e0d9
 SHA512 
48908318f8c20f9f0f5e83556c4a86a1c8c963f37d4627aa051f00b537a87a6575b35ddb6bc91108a41312dcf2e90d6dff8259a624ed23cc04649887828141ed

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
new file mode 100644
index 000..d5c9cffb584
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-05-28 Thread Yixun Lan
commit: b6846ac417cbbfe5a0f39b1f9b1c3c61c8c1d662
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 28 15:56:45 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 28 23:22:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6846ac4

xfce-base/xfce4-settings: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild
index 1d3bec2bcf6..d5c9cffb584 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-04-12 Thread Sam James
commit: ced2fdb83ee8ebb867ae69efd2d9159975c91a47
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:26:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:32:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced2fdb8

xfce-base/xfce4-settings: Stabilize 4.16.0 arm64, #776703

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
index ca7e2f49eef..319ea8937db 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-04-12 Thread Michał Górny
commit: 2d6f1e810ce036faa281757a1137afd151481e3f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 12 15:07:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 12 15:16:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6f1e81

xfce-base/xfce4-settings: Bump to 4.16.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.1.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index c617287c63c..0595492a262 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1 +1,2 @@
 DIST xfce4-settings-4.16.0.tar.bz2 1492754 BLAKE2B 
10bfa7ce556547a4a41e1a3691ea3e41b9de57bd21760a91424cd27469917264ce00ae7324ee1d81bdf27f6b275415af932d63aeba4e80de729e42df1cbff488
 SHA512 
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238
+DIST xfce4-settings-4.16.1.tar.bz2 1496053 BLAKE2B 
dd4176a5edc6a52c885ec80d4f5855ba7ea0ed6a70180f8b15d9754a246a097c82eeba4fb52b3ff1f551c905c21073c153fac3a4c47259710fae9cef8a95f45e
 SHA512 
0f918ea61dfa7181633114250ca97bb7e41f3cbd0e569b12e8271641f1b2b622ad17f9a185a30f638093328db0c6d175b7e7d03de56963b19e44eb29383c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild
new file mode 100644
index 000..1d3bec2bcf6
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-02-18 Thread Michał Górny
commit: f78a4023af2bca454cb690d8f60f60c3c1d295ce
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:57:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78a4023

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.14.3.ebuild| 60 --
 2 files changed, 61 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 76992a77577..c617287c63c 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1 @@
-DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
 DIST xfce4-settings-4.16.0.tar.bz2 1492754 BLAKE2B 
10bfa7ce556547a4a41e1a3691ea3e41b9de57bd21760a91424cd27469917264ce00ae7324ee1d81bdf27f6b275415af932d63aeba4e80de729e42df1cbff488
 SHA512 
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
deleted file mode 100644
index be11f757964..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
-
-RDEPEND="
-   >=dev-libs/glib-2.24
-   media-libs/fontconfig
-   x11-libs/gtk+: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-0.11
-   >=xfce-base/libxfce4ui-4.12
-   >=xfce-base/libxfce4util-4.12
-   >=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}
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
-   x11-base/xorg-proto"
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-02-18 Thread Sam James
commit: 92f46eec0378c9e6056881ad5fe0db9cc4595376
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 22:08:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 22:08:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f46eec

xfce-base/xfce4-settings: Stabilize 4.16.0 ppc, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
index 29f54eba8e3..ca7e2f49eef 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-02-17 Thread Sam James
commit: aa0c0ff1e06c48cd75096e772b87d4529347141e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 07:24:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 07:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0c0ff1

xfce-base/xfce4-settings: Stabilize 4.16.0 arm, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
index 4f23c8f0772..29f54eba8e3 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-02-07 Thread Sam James
commit: 14500de5fbd044f43b2656ebb031284d61b22c15
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:10:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:11:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14500de5

xfce-base/xfce4-settings: Stabilize 4.16.0 ppc64, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
index 190d699d8c8..4f23c8f0772 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-02-07 Thread Sam James
commit: e31b0e068539ee65c92d9498e081b401d8d71c69
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:05:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:05:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31b0e06

xfce-base/xfce4-settings: Stabilize 4.16.0 amd64, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
index 647480581b3..190d699d8c8 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-01-18 Thread Michał Górny
commit: 1f1b2a479f006ec542a9a36ac46bbc1ceea2a44d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 20:25:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 20:27:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1b2a47

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.15.3.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index b4427e463fe..76992a77577 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
-DIST xfce4-settings-4.15.3.tar.bz2 1487754 BLAKE2B 
272c76096f1f0690bead5472e949057959fc7c90558be7c96454f121a9c427494490b4aaf64c6490fe9df0a1de131e630b2cc0ae1310f8dfb7057d573a55f39f
 SHA512 
a2c841e971a0a67bb81697c7e31568026d90b185a7acc93bd39b22f3f4b3670b15f6b798b6658dee4b9bb44df1a5a2b4985e743cc36dc11dbb047baa816f1941
 DIST xfce4-settings-4.16.0.tar.bz2 1492754 BLAKE2B 
10bfa7ce556547a4a41e1a3691ea3e41b9de57bd21760a91424cd27469917264ce00ae7324ee1d81bdf27f6b275415af932d63aeba4e80de729e42df1cbff488
 SHA512 
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.3.ebuild
deleted file mode 100644
index dc27875a4f0..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.15.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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.45.8
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-12-22 Thread Michał Górny
commit: 184a5dbd28efc93f81e3428640223a0cf80d1216
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 23:29:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 23:35:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184a5dbd

xfce-base/xfce4-settings: Bump to 4.16.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.16.0.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 3505cea50ec..b4427e463fe 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
 DIST xfce4-settings-4.15.3.tar.bz2 1487754 BLAKE2B 
272c76096f1f0690bead5472e949057959fc7c90558be7c96454f121a9c427494490b4aaf64c6490fe9df0a1de131e630b2cc0ae1310f8dfb7057d573a55f39f
 SHA512 
a2c841e971a0a67bb81697c7e31568026d90b185a7acc93bd39b22f3f4b3670b15f6b798b6658dee4b9bb44df1a5a2b4985e743cc36dc11dbb047baa816f1941
+DIST xfce4-settings-4.16.0.tar.bz2 1492754 BLAKE2B 
10bfa7ce556547a4a41e1a3691ea3e41b9de57bd21760a91424cd27469917264ce00ae7324ee1d81bdf27f6b275415af932d63aeba4e80de729e42df1cbff488
 SHA512 
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
new file mode 100644
index 000..add5c079f9a
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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.50
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-12-16 Thread Michał Górny
commit: 4dfb52d92ba9aa0ea6fd7176c361e59ff4ad5023
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 13:25:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 13:28:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfb52d9

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings/xfce4-settings-4.15.2.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index a4213e7e02e..3505cea50ec 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
-DIST xfce4-settings-4.15.2.tar.bz2 1415214 BLAKE2B 
508a2eaa8c73ab643ed42a768af3f2c5c97ac367a5dd5919f401424e21de6f9bea8a747d9920c396a313f3734ea1bd60d562a35bdd275b32314cc9658a2a4bda
 SHA512 
f286be970d2351d1b47d7ff1ddf862093e8b88cd2d29aa088f81d48c30f120e03c0712526c562fb6fb3cc33939a7098c5d4de8938c1f825b87560544bad7606c
 DIST xfce4-settings-4.15.3.tar.bz2 1487754 BLAKE2B 
272c76096f1f0690bead5472e949057959fc7c90558be7c96454f121a9c427494490b4aaf64c6490fe9df0a1de131e630b2cc0ae1310f8dfb7057d573a55f39f
 SHA512 
a2c841e971a0a67bb81697c7e31568026d90b185a7acc93bd39b22f3f4b3670b15f6b798b6658dee4b9bb44df1a5a2b4985e743cc36dc11dbb047baa816f1941

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.2.ebuild
deleted file mode 100644
index dc27875a4f0..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.15.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-inherit python-single-r1 xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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.45.8
-   media-libs/fontconfig
-   >=x11-libs/gtk+-3.20: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.15.1:=
-   >=xfce-base/libxfce4util-4.15.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 )
-   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-11-15 Thread Michał Górny
commit: d0ecf3cb322b79cef395f0764db735d68729a208
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 09:26:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 09:34:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ecf3cb

xfce-base/xfce4-settings: Bump to 4.15.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.15.3.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 669d3d5e635..a4213e7e02e 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
 DIST xfce4-settings-4.15.2.tar.bz2 1415214 BLAKE2B 
508a2eaa8c73ab643ed42a768af3f2c5c97ac367a5dd5919f401424e21de6f9bea8a747d9920c396a313f3734ea1bd60d562a35bdd275b32314cc9658a2a4bda
 SHA512 
f286be970d2351d1b47d7ff1ddf862093e8b88cd2d29aa088f81d48c30f120e03c0712526c562fb6fb3cc33939a7098c5d4de8938c1f825b87560544bad7606c
+DIST xfce4-settings-4.15.3.tar.bz2 1487754 BLAKE2B 
272c76096f1f0690bead5472e949057959fc7c90558be7c96454f121a9c427494490b4aaf64c6490fe9df0a1de131e630b2cc0ae1310f8dfb7057d573a55f39f
 SHA512 
a2c841e971a0a67bb81697c7e31568026d90b185a7acc93bd39b22f3f4b3670b15f6b798b6658dee4b9bb44df1a5a2b4985e743cc36dc11dbb047baa816f1941

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.3.ebuild
new file mode 100644
index 000..dc27875a4f0
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.15.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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.45.8
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/files/, xfce-base/xfce4-settings/

2020-09-18 Thread Michał Górny
commit: 2cf40973f0ef65529cb9b7843b11ce726b453515
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 09:44:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 09:45:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf40973

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 -
 .../xfce4-settings-4.15.1-install-icons.patch  | 70 --
 .../xfce4-settings/xfce4-settings-4.15.1-r1.ebuild | 65 
 3 files changed, 136 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 50a6329884b..669d3d5e635 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
-DIST xfce4-settings-4.15.1.tar.bz2 1366752 BLAKE2B 
1f236d39529b7a403691bbc82e5776d3c36af4e3414aa43b49cafb2ed9a9f9793dcd6d2fde35ab0d1a6764976a13ec337e097e64f39f9d7961763487c6021bad
 SHA512 
5749db022e70b7bda3a8de1a09d339a69bd55ef6151e5b0f03f3cdc11ecd285cafd44be36299731d0d535cc396f2ec5afca6255291cfc02e0388977ac5ef19b6
 DIST xfce4-settings-4.15.2.tar.bz2 1415214 BLAKE2B 
508a2eaa8c73ab643ed42a768af3f2c5c97ac367a5dd5919f401424e21de6f9bea8a747d9920c396a313f3734ea1bd60d562a35bdd275b32314cc9658a2a4bda
 SHA512 
f286be970d2351d1b47d7ff1ddf862093e8b88cd2d29aa088f81d48c30f120e03c0712526c562fb6fb3cc33939a7098c5d4de8938c1f825b87560544bad7606c

diff --git 
a/xfce-base/xfce4-settings/files/xfce4-settings-4.15.1-install-icons.patch 
b/xfce-base/xfce4-settings/files/xfce4-settings-4.15.1-install-icons.patch
deleted file mode 100644
index 2d84b8e7637..000
--- a/xfce-base/xfce4-settings/files/xfce4-settings-4.15.1-install-icons.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-# Upstream issue: https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/176
-# This issue has been fixed in upstream master, so this patch won't be need in 
the future.
-
 ./Makefile.am  2020-05-27 02:54:17.0 +0200
-+++ ./Makefile.am  2020-05-30 23:53:57.647209221 +0200
-@@ -6,15 +6,11 @@
-   xfce4-settings-manager \
-   xfce4-settings-editor \
-   xfsettingsd \
--  po
--
--if HAVE_COLORD
--SUBDIRS += \
-+  po \
-   icons
- 
- distuninstallcheck_listfiles =
\
-   find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
--endif
- 
- EXTRA_DIST = \
-   intltool-extract.in \
 ./Makefile.in  2020-05-27 03:07:44.0 +0200
-+++ ./Makefile.in  2020-05-30 23:54:08.477620446 +0200
-@@ -87,10 +87,6 @@
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--@HAVE_COLORD_TRUE@am__append_1 = \
--@HAVE_COLORD_TRUE@icons
--
--distuninstallcheck_listfiles = find . -type f -print
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-@@ -160,8 +156,7 @@
- ETAGS = etags
- CTAGS = ctags
- CSCOPE = cscope
--DIST_SUBDIRS = common dialogs xfce4-settings-manager \
--  xfce4-settings-editor xfsettingsd po icons
-+DIST_SUBDIRS = $(SUBDIRS)
- am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
-   COPYING ChangeLog INSTALL NEWS README TODO compile \
-   config.guess config.sub install-sh ltmain.sh missing
-@@ -463,10 +457,17 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
--SUBDIRS = common dialogs xfce4-settings-manager xfce4-settings-editor \
--  xfsettingsd po $(am__append_1)
--@HAVE_COLORD_TRUE@distuninstallcheck_listfiles = \
--@HAVE_COLORD_TRUE@find . -type f -print | grep -v 
./share/icons/hicolor/icon-theme.cache
-+SUBDIRS = \
-+  common \
-+  dialogs \
-+  xfce4-settings-manager \
-+  xfce4-settings-editor \
-+  xfsettingsd \
-+  po \
-+  icons
-+
-+distuninstallcheck_listfiles = \
-+  find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
- 
- EXTRA_DIST = \
-   intltool-extract.in \
- dist-tarZ: distdir
-   @echo WARNING: "Support for distribution archives compressed with" \
-  "legacy program 'compress' is deprecated." >&2

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.1-r1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.1-r1.ebuild
deleted file mode 100644
index 396625415b5..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.15.1-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-08-19 Thread Michał Górny
commit: be9a4a4769e0a1754229be598818ebe018056e64
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 19 14:41:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 19 14:53:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9a4a47

xfce-base/xfce4-settings: Bump to 4.15.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.15.2.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 8ec02e375d2..50a6329884b 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
 DIST xfce4-settings-4.15.1.tar.bz2 1366752 BLAKE2B 
1f236d39529b7a403691bbc82e5776d3c36af4e3414aa43b49cafb2ed9a9f9793dcd6d2fde35ab0d1a6764976a13ec337e097e64f39f9d7961763487c6021bad
 SHA512 
5749db022e70b7bda3a8de1a09d339a69bd55ef6151e5b0f03f3cdc11ecd285cafd44be36299731d0d535cc396f2ec5afca6255291cfc02e0388977ac5ef19b6
+DIST xfce4-settings-4.15.2.tar.bz2 1415214 BLAKE2B 
508a2eaa8c73ab643ed42a768af3f2c5c97ac367a5dd5919f401424e21de6f9bea8a747d9920c396a313f3734ea1bd60d562a35bdd275b32314cc9658a2a4bda
 SHA512 
f286be970d2351d1b47d7ff1ddf862093e8b88cd2d29aa088f81d48c30f120e03c0712526c562fb6fb3cc33939a7098c5d4de8938c1f825b87560544bad7606c

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.2.ebuild
new file mode 100644
index 000..dc27875a4f0
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.15.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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.45.8
+   media-libs/fontconfig
+   >=x11-libs/gtk+-3.20: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.15.1:=
+   >=xfce-base/libxfce4util-4.15.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 )
+   !

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-07-19 Thread Michał Górny
commit: c3097b4467396afb74aa10b9801a7ec496262ca0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 19 14:14:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 19 14:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3097b44

xfce-base/xfce4-settings: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/Manifest  |  2 -
 .../xfce4-settings/xfce4-settings-4.14.2.ebuild| 60 --
 .../xfce4-settings/xfce4-settings-4.15.0.ebuild| 60 --
 3 files changed, 122 deletions(-)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index e99685b95fb..8ec02e375d2 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-settings-4.14.2.tar.bz2 1194714 BLAKE2B 
ffcc17ca5c39837d8d60c3b5916cf6643218316e6f7a67f3d88c949ff814e98e1a7f46ccd4c9c1280e1fdade91f7c244e80080031b9b05060afa5546720ea03e
 SHA512 
5882e96504e2ad869504e7c8e6e62d1d04f61beef524ba85a3ed962ca689d6e72a4ed717173f9e2645c078c2c8757caed1f3395dd185a3b0b5dc8b27a1a3d2d1
 DIST xfce4-settings-4.14.3.tar.bz2 1201308 BLAKE2B 
daf20e5adda24f3c1ecc88506c1a1cd03b33b379bafc236ed3b99404b816803288041de7d507072a311c3966bb0e040986e358ea94d01636c56ea31c1b843c8d
 SHA512 
fcc5bfa98d8903dc3ac51ec909e542485a44f6c11ddca815508c2ed913410a0becd54b2db6761ee48f5a20d6ca08377eeefbb54bd0cb7cde0a0c0d4b65802ab5
-DIST xfce4-settings-4.15.0.tar.bz2 1199360 BLAKE2B 
add423dee8b5de6386aa5008c082d6266e0d4ffaf656ab960bca12798d03aedf6dcf98aae2200f4e855aec9749eaf69e4220c8f7d5ce5968edff469546afe614
 SHA512 
ef0d253ee5f79d57b62dc467223d23050fd21b99891fa7a3c8329d97261ba918a0f4b62a345916558685cae59bfee5da58b1e66a8a7f1b2219eb6cec2094fcbf
 DIST xfce4-settings-4.15.1.tar.bz2 1366752 BLAKE2B 
1f236d39529b7a403691bbc82e5776d3c36af4e3414aa43b49cafb2ed9a9f9793dcd6d2fde35ab0d1a6764976a13ec337e097e64f39f9d7961763487c6021bad
 SHA512 
5749db022e70b7bda3a8de1a09d339a69bd55ef6151e5b0f03f3cdc11ecd285cafd44be36299731d0d535cc396f2ec5afca6255291cfc02e0388977ac5ef19b6

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.2.ebuild
deleted file mode 100644
index be11f757964..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
-IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
-
-RDEPEND="
-   >=dev-libs/glib-2.24
-   media-libs/fontconfig
-   x11-libs/gtk+: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-0.11
-   >=xfce-base/libxfce4ui-4.12
-   >=xfce-base/libxfce4util-4.12
-   >=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}
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
-   x11-base/xorg-proto"
-
-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
-}

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.0.ebuild
deleted file mode 100644
index 5b919c30635..000
--- a/xfce-base/xfce4-settings/xfce4-settings-4.15.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="Configuration system for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"

[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-07-19 Thread Sam James
commit: 179677b25e8cdda5b5103e992607a26930564084
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 19 13:34:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 19 13:38:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179677b2

xfce-base/xfce4-settings: arm stable (bug #725708)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
index 105d571e27b..be11f757964 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-06-29 Thread Mikle Kolyada
commit: ed12b49bb68377f018db44b87aa4427f177a0b6b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 29 18:23:27 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 29 18:23:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed12b49b

xfce-base/xfce4-settings: amd64 stable wrt bug #725708

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
index 27e97c54a81..105d571e27b 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-06-20 Thread Thomas Deutschmann
commit: 1ad324c5a74310b28ba669bff420aa538d738490
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 15:01:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 15:23:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad324c5

xfce-base/xfce4-settings: x86 stable (bug #725708)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
index ab7c380f08e..27e97c54a81 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-06-14 Thread Sergei Trofimovich
commit: 2416d7edc3684057394c2ed286ecd84f4ae6a8c4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 14 20:11:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 14 20:19:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2416d7ed

xfce-base/xfce4-settings: stable 4.14.3 for ppc

stable wrt bug #725708

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
index 2bb39faa5de..ab7c380f08e 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-06-14 Thread Sergei Trofimovich
commit: b5d1a36f9306a13e6f0672d53476ce834b0bcbe8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 14 20:08:06 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 14 20:08:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d1a36f

xfce-base/xfce4-settings: stable 4.14.3 for ppc64

stable wrt bug #725708

Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
index e599c6e826f..2bb39faa5de 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.14.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-06-07 Thread Michał Górny
commit: 9256d24529fc81fc3247202bf0d0219efcfce3ff
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sat Jun  6 22:41:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  7 06:55:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9256d245

xfce-base/xfce4-settings: update dependency versions

This patch updates dependencies according to the package's configure.ac

Closes: https://bugs.gentoo.org/601982
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
index c2973c92f81..36bdf55c705 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
@@ -14,9 +14,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~sparc ~x86 ~a
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND="
-   >=dev-libs/glib-2.24
+   >=dev-libs/glib-2.45.8
media-libs/fontconfig
-   x11-libs/gtk+:3
+   >=x11-libs/gtk+-3.20:3
x11-libs/libX11
>=x11-libs/libXcursor-1.1
>=x11-libs/libXi-1.3



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/files/, xfce-base/xfce4-settings/

2020-06-07 Thread Michał Górny
commit: b75291a9e68d6f173dfa5a59aee38dc12191900f
Author: Jan Ziak <0xe2.0x9a.0x9b  gmail  com>
AuthorDate: Sat Jun  6 22:57:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun  7 06:55:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75291a9

xfce-base/xfce4-settings: fix missing icons in xfce4-settings-manager

The added patch file is specific to version 4.15.1.
The issue has been fixed in upstream master, so the
patch file won't be needed in version 4.15.2/4.16.

Upstream bug: https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/176
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16101
Signed-off-by: Michał Górny  gentoo.org>

 .../xfce4-settings-4.15.1-install-icons.patch  | 70 ++
 ...15.1.ebuild => xfce4-settings-4.15.1-r1.ebuild} |  4 ++
 2 files changed, 74 insertions(+)

diff --git 
a/xfce-base/xfce4-settings/files/xfce4-settings-4.15.1-install-icons.patch 
b/xfce-base/xfce4-settings/files/xfce4-settings-4.15.1-install-icons.patch
new file mode 100644
index 000..2d84b8e7637
--- /dev/null
+++ b/xfce-base/xfce4-settings/files/xfce4-settings-4.15.1-install-icons.patch
@@ -0,0 +1,70 @@
+# Upstream issue: https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/176
+# This issue has been fixed in upstream master, so this patch won't be need in 
the future.
+
+--- ./Makefile.am  2020-05-27 02:54:17.0 +0200
 ./Makefile.am  2020-05-30 23:53:57.647209221 +0200
+@@ -6,15 +6,11 @@
+   xfce4-settings-manager \
+   xfce4-settings-editor \
+   xfsettingsd \
+-  po
+-
+-if HAVE_COLORD
+-SUBDIRS += \
++  po \
+   icons
+ 
+ distuninstallcheck_listfiles =
\
+   find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+-endif
+ 
+ EXTRA_DIST = \
+   intltool-extract.in \
+--- ./Makefile.in  2020-05-27 03:07:44.0 +0200
 ./Makefile.in  2020-05-30 23:54:08.477620446 +0200
+@@ -87,10 +87,6 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-@HAVE_COLORD_TRUE@am__append_1 = \
+-@HAVE_COLORD_TRUE@icons
+-
+-distuninstallcheck_listfiles = find . -type f -print
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+@@ -160,8 +156,7 @@
+ ETAGS = etags
+ CTAGS = ctags
+ CSCOPE = cscope
+-DIST_SUBDIRS = common dialogs xfce4-settings-manager \
+-  xfce4-settings-editor xfsettingsd po icons
++DIST_SUBDIRS = $(SUBDIRS)
+ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
+   COPYING ChangeLog INSTALL NEWS README TODO compile \
+   config.guess config.sub install-sh ltmain.sh missing
+@@ -463,10 +457,17 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+-SUBDIRS = common dialogs xfce4-settings-manager xfce4-settings-editor \
+-  xfsettingsd po $(am__append_1)
+-@HAVE_COLORD_TRUE@distuninstallcheck_listfiles = \
+-@HAVE_COLORD_TRUE@find . -type f -print | grep -v 
./share/icons/hicolor/icon-theme.cache
++SUBDIRS = \
++  common \
++  dialogs \
++  xfce4-settings-manager \
++  xfce4-settings-editor \
++  xfsettingsd \
++  po \
++  icons
++
++distuninstallcheck_listfiles = \
++  find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+ 
+ EXTRA_DIST = \
+   intltool-extract.in \
+ dist-tarZ: distdir
+   @echo WARNING: "Support for distribution archives compressed with" \
+  "legacy program 'compress' is deprecated." >&2

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.1-r1.ebuild
similarity index 96%
rename from xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
rename to xfce-base/xfce4-settings/xfce4-settings-4.15.1-r1.ebuild
index 36bdf55c705..396625415b5 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.15.1.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.15.1-r1.ebuild
@@ -40,6 +40,10 @@ DEPEND="${RDEPEND}
sys-devel/gettext
x11-base/xorg-proto"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-install-icons.patch
+)
+
 src_configure() {
local myconf=(
$(use_enable upower upower-glib)



  1   2   >