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

2024-03-23 Thread Michał Górny
commit: 35d8c989707db1f5f055a35883f66240397d9949
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 10:09:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 10:23:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d8c989

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.19.1.ebuild | 77 ---
 2 files changed, 78 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index f0bf705eb613..83d00e98fc63 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,2 @@
 DIST xfconf-4.18.3.tar.bz2 648479 BLAKE2B 
021198bba84c651f05cf47a1034617e088dcce6502eac6f0f160f8000e2309bac5f44b57cc0a4156f907a25002cc3c539ab0c16fc5b3018bbc8ae9a58b212133
 SHA512 
e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
-DIST xfconf-4.19.1.tar.bz2 762466 BLAKE2B 
dd0ae72fc5ccb1146d69e1e0a9b67e89205ea460f75fcc4ccee1cb36b600f5b145f75d9f10f576bc3040bd065aa8d855788e79fde78541c9853f3cf04f0b5bb3
 SHA512 
4adb08005caf8373da82ef8db1bfde1f91d723c73b8c836516611d52ccbed86eea6a8dbef8e2a17b9eb4d5199c54bfbfdec970836bb35eb1a951584d75c8faa3
 DIST xfconf-4.19.2.tar.bz2 764445 BLAKE2B 
d8deed120a8f6b901c544edff48f5748d5d0959cba886a817dc61cefca3cf169d7d557f2ac23c7167f0d294d8cee649d391041250a5475315f9b81e55be5de4c
 SHA512 
fc72592013c2d9375ca66b917585506083e05d60325ced3b2c00877404b4c188ca028c7a213f50a2bf88ec8590864200f32c7fb56df2993baa233abbc1871673

diff --git a/xfce-base/xfconf/xfconf-4.19.1.ebuild 
b/xfce-base/xfconf/xfconf-4.19.1.ebuild
deleted file mode 100644
index b60487dfb1ba..
--- a/xfce-base/xfconf/xfconf-4.19.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.17.3:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   $(use_enable debug checks)
-   --with-bash-completion-dir="$(get_bashcompdir)"
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local service_dir=${HOME}/.local/share/dbus-1/services
-   mkdir -p "${service_dir}" || die
-   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}



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

2024-03-23 Thread Michał Górny
commit: 450d2ecabff1466a091a7197a054cddfa64fdbc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 10:24:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 10:24:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450d2eca

xfce-base/xfconf: Fix variable order

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

 xfce-base/xfconf/xfconf-4.18.3.ebuild | 2 +-
 xfce-base/xfconf/xfconf-4.19.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.3.ebuild 
b/xfce-base/xfconf/xfconf-4.18.3.ebuild
index 2d89a4cb507f..bd96c6897a41 100644
--- a/xfce-base/xfconf/xfconf-4.18.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.3.ebuild
@@ -6,11 +6,11 @@ EAPI=8
 inherit bash-completion-r1 vala
 
 DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 HOMEPAGE="
https://docs.xfce.org/xfce/xfconf/start
https://gitlab.xfce.org/xfce/xfconf/
 "
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"

diff --git a/xfce-base/xfconf/xfconf-4.19.2.ebuild 
b/xfce-base/xfconf/xfconf-4.19.2.ebuild
index e4afc552334d..dfd1888f2be8 100644
--- a/xfce-base/xfconf/xfconf-4.19.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.19.2.ebuild
@@ -6,11 +6,11 @@ EAPI=8
 inherit bash-completion-r1 vala
 
 DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 HOMEPAGE="
https://docs.xfce.org/xfce/xfconf/start
https://gitlab.xfce.org/xfce/xfconf/
 "
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"



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

2024-02-29 Thread Michał Górny
commit: 482dbb9b224f2c2686ad7016ece89fd1a1832ef1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 29 14:43:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 29 14:43:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482dbb9b

xfce-base/xfconf: Bump to 4.19.2

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.19.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index c0d2ac8297fa..f0bf705eb613 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.18.3.tar.bz2 648479 BLAKE2B 
021198bba84c651f05cf47a1034617e088dcce6502eac6f0f160f8000e2309bac5f44b57cc0a4156f907a25002cc3c539ab0c16fc5b3018bbc8ae9a58b212133
 SHA512 
e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
 DIST xfconf-4.19.1.tar.bz2 762466 BLAKE2B 
dd0ae72fc5ccb1146d69e1e0a9b67e89205ea460f75fcc4ccee1cb36b600f5b145f75d9f10f576bc3040bd065aa8d855788e79fde78541c9853f3cf04f0b5bb3
 SHA512 
4adb08005caf8373da82ef8db1bfde1f91d723c73b8c836516611d52ccbed86eea6a8dbef8e2a17b9eb4d5199c54bfbfdec970836bb35eb1a951584d75c8faa3
+DIST xfconf-4.19.2.tar.bz2 764445 BLAKE2B 
d8deed120a8f6b901c544edff48f5748d5d0959cba886a817dc61cefca3cf169d7d557f2ac23c7167f0d294d8cee649d391041250a5475315f9b81e55be5de4c
 SHA512 
fc72592013c2d9375ca66b917585506083e05d60325ced3b2c00877404b4c188ca028c7a213f50a2bf88ec8590864200f32c7fb56df2993baa233abbc1871673

diff --git a/xfce-base/xfconf/xfconf-4.19.2.ebuild 
b/xfce-base/xfconf/xfconf-4.19.2.ebuild
new file mode 100644
index ..e4afc552334d
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.19.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2023-11-11 Thread Michał Górny
commit: bc855d299269ccf58731dcc2aee198f6c443763d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 20:36:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc855d29

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.18.2.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index a72d6bc4f930..c0d2ac8297fa 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,2 @@
-DIST xfconf-4.18.2.tar.bz2 632500 BLAKE2B 
b0e28985c1b9cd3c29b534ca620ede881639998ac48f20a5f58bc19cc5f5405baddfd1b24f425a5159770a6034121c2b7a80111fb57df0de6667a804d8aca14d
 SHA512 
d24157e966d3e83edf21ebf6b0745fa4a8518410bc430e94b1f5ec98eb5a1d038056e014fd87813e524c17ce23faf47d6d1a76752e9ee9ec766e1e94517003ca
 DIST xfconf-4.18.3.tar.bz2 648479 BLAKE2B 
021198bba84c651f05cf47a1034617e088dcce6502eac6f0f160f8000e2309bac5f44b57cc0a4156f907a25002cc3c539ab0c16fc5b3018bbc8ae9a58b212133
 SHA512 
e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
 DIST xfconf-4.19.1.tar.bz2 762466 BLAKE2B 
dd0ae72fc5ccb1146d69e1e0a9b67e89205ea460f75fcc4ccee1cb36b600f5b145f75d9f10f576bc3040bd065aa8d855788e79fde78541c9853f3cf04f0b5bb3
 SHA512 
4adb08005caf8373da82ef8db1bfde1f91d723c73b8c836516611d52ccbed86eea6a8dbef8e2a17b9eb4d5199c54bfbfdec970836bb35eb1a951584d75c8faa3

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
deleted file mode 100644
index 2d89a4cb507f..
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.17.3:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   $(use_enable debug checks)
-   --with-bash-completion-dir="$(get_bashcompdir)"
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local service_dir=${HOME}/.local/share/dbus-1/services
-   mkdir -p "${service_dir}" || die
-   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}



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

2023-11-02 Thread Michał Górny
commit: 284af771d75a4e15b3abb1c35c5b9a5213180543
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 12:56:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 12:58:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284af771

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  2 -
 xfce-base/xfconf/xfconf-4.18.1.ebuild | 78 ---
 xfce-base/xfconf/xfconf-4.19.0.ebuild | 77 --
 3 files changed, 157 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index c723829a419e..a72d6bc4f930 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,5 +1,3 @@
-DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a
 DIST xfconf-4.18.2.tar.bz2 632500 BLAKE2B 
b0e28985c1b9cd3c29b534ca620ede881639998ac48f20a5f58bc19cc5f5405baddfd1b24f425a5159770a6034121c2b7a80111fb57df0de6667a804d8aca14d
 SHA512 
d24157e966d3e83edf21ebf6b0745fa4a8518410bc430e94b1f5ec98eb5a1d038056e014fd87813e524c17ce23faf47d6d1a76752e9ee9ec766e1e94517003ca
 DIST xfconf-4.18.3.tar.bz2 648479 BLAKE2B 
021198bba84c651f05cf47a1034617e088dcce6502eac6f0f160f8000e2309bac5f44b57cc0a4156f907a25002cc3c539ab0c16fc5b3018bbc8ae9a58b212133
 SHA512 
e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
-DIST xfconf-4.19.0.tar.bz2 755578 BLAKE2B 
6442da9393c590a0d17e33081f161b115877fef02da9754d2d10baf377473a82a08ef01b007cbabc04637ff3441a1362ca9d3cf922d55a4ac6962389cc9befa9
 SHA512 
7acf5257996d8d36c50e373f25f6b0aa6ecfe4cecf4df6e18b221f7185f20bdb74a5571d21166ef2e7611c7e089242b0bc09c99a0d3735dc319736a230e7b2e6
 DIST xfconf-4.19.1.tar.bz2 762466 BLAKE2B 
dd0ae72fc5ccb1146d69e1e0a9b67e89205ea460f75fcc4ccee1cb36b600f5b145f75d9f10f576bc3040bd065aa8d855788e79fde78541c9853f3cf04f0b5bb3
 SHA512 
4adb08005caf8373da82ef8db1bfde1f91d723c73b8c836516611d52ccbed86eea6a8dbef8e2a17b9eb4d5199c54bfbfdec970836bb35eb1a951584d75c8faa3

diff --git a/xfce-base/xfconf/xfconf-4.18.1.ebuild 
b/xfce-base/xfconf/xfconf-4.18.1.ebuild
deleted file mode 100644
index 2d89a4cb507f..
--- a/xfce-base/xfconf/xfconf-4.18.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.17.3:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   $(use_enable debug checks)
-   --with-bash-completion-dir="$(get_bashcompdir)"
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local service_dir=${HOME}/.local/share/dbus-1/services
-   mkdir -p "${service_dir}" || die
-   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}

diff --git a/xfce-base/xfconf/xfconf-4.19.0.ebuild 
b/xfce-base/xfconf/xfconf-4.19.0.ebuild
deleted file mode 100644
index b60487dfb1ba..
--- a/xfce-base/xfconf/xfconf-4.19.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# 

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

2023-11-01 Thread Sam James
commit: 3d6e1ae7991a6adf7bd1242d4e6457a06e4170d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6e1ae7

xfce-base/xfconf: Stabilize 4.18.2 ppc64, #91

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index e685968e26eb..2d89a4cb507f 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Sam James
commit: 24874cd6d377e48946102b2d216a6b48c5457449
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24874cd6

xfce-base/xfconf: Stabilize 4.18.2 amd64, #91

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index 321bf56fab6a..cef75f77c381 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Sam James
commit: b5eb581badcafa37112a2e7b34439924af0f706d
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5eb581b

xfce-base/xfconf: Stabilize 4.18.2 arm64, #91

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index cef75f77c381..e685968e26eb 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Sam James
commit: a5b3cb3816d3be302795ca8285d599e3c05f1f2a
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b3cb38

xfce-base/xfconf: Stabilize 4.18.2 arm, #91

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index 08ceb8f03fa1..321bf56fab6a 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Arthur Zamarin
commit: a5b84a44bd7ca122908e58e35625cc61d3446c8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b84a44

xfce-base/xfconf: Stabilize 4.18.2 x86, #91

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index f875b025eb8a..08ceb8f03fa1 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Arthur Zamarin
commit: 299fbecf7c80d4de1706c2273811ebf6d3b51994
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299fbecf

xfce-base/xfconf: Stabilize 4.18.2 ppc, #91

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index 315b4fc9fb79..f875b025eb8a 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-10-31 Thread Michał Górny
commit: 0f561b379df18179410f14d87532ea32fe4e09f3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  1 04:44:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  1 04:44:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f561b37

xfce-base/xfconf: Bump to 4.18.3

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.18.3.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index f486c36485c2..c723829a419e 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,4 +1,5 @@
 DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a
 DIST xfconf-4.18.2.tar.bz2 632500 BLAKE2B 
b0e28985c1b9cd3c29b534ca620ede881639998ac48f20a5f58bc19cc5f5405baddfd1b24f425a5159770a6034121c2b7a80111fb57df0de6667a804d8aca14d
 SHA512 
d24157e966d3e83edf21ebf6b0745fa4a8518410bc430e94b1f5ec98eb5a1d038056e014fd87813e524c17ce23faf47d6d1a76752e9ee9ec766e1e94517003ca
+DIST xfconf-4.18.3.tar.bz2 648479 BLAKE2B 
021198bba84c651f05cf47a1034617e088dcce6502eac6f0f160f8000e2309bac5f44b57cc0a4156f907a25002cc3c539ab0c16fc5b3018bbc8ae9a58b212133
 SHA512 
e1aa133f79ea584af067369f6fd059cd444c4743270ed90a8b0dfe158f7ae6fbc78af62fab67c64674060c2fd1404f06602ac8c019b0db8b70779a17fde4a327
 DIST xfconf-4.19.0.tar.bz2 755578 BLAKE2B 
6442da9393c590a0d17e33081f161b115877fef02da9754d2d10baf377473a82a08ef01b007cbabc04637ff3441a1362ca9d3cf922d55a4ac6962389cc9befa9
 SHA512 
7acf5257996d8d36c50e373f25f6b0aa6ecfe4cecf4df6e18b221f7185f20bdb74a5571d21166ef2e7611c7e089242b0bc09c99a0d3735dc319736a230e7b2e6
 DIST xfconf-4.19.1.tar.bz2 762466 BLAKE2B 
dd0ae72fc5ccb1146d69e1e0a9b67e89205ea460f75fcc4ccee1cb36b600f5b145f75d9f10f576bc3040bd065aa8d855788e79fde78541c9853f3cf04f0b5bb3
 SHA512 
4adb08005caf8373da82ef8db1bfde1f91d723c73b8c836516611d52ccbed86eea6a8dbef8e2a17b9eb4d5199c54bfbfdec970836bb35eb1a951584d75c8faa3

diff --git a/xfce-base/xfconf/xfconf-4.18.3.ebuild 
b/xfce-base/xfconf/xfconf-4.18.3.ebuild
new file mode 100644
index ..315b4fc9fb79
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.18.3.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2023-10-17 Thread Michał Górny
commit: f5a9436e023b2821bc0058676f5e44de4787d7bb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 17 11:17:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 17 11:17:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a9436e

xfce-base/xfconf: Bump to 4.18.2

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.18.2.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 7c02f5a93692..f7e576ecff42 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a
+DIST xfconf-4.18.2.tar.bz2 632500 BLAKE2B 
b0e28985c1b9cd3c29b534ca620ede881639998ac48f20a5f58bc19cc5f5405baddfd1b24f425a5159770a6034121c2b7a80111fb57df0de6667a804d8aca14d
 SHA512 
d24157e966d3e83edf21ebf6b0745fa4a8518410bc430e94b1f5ec98eb5a1d038056e014fd87813e524c17ce23faf47d6d1a76752e9ee9ec766e1e94517003ca
 DIST xfconf-4.19.0.tar.bz2 755578 BLAKE2B 
6442da9393c590a0d17e33081f161b115877fef02da9754d2d10baf377473a82a08ef01b007cbabc04637ff3441a1362ca9d3cf922d55a4ac6962389cc9befa9
 SHA512 
7acf5257996d8d36c50e373f25f6b0aa6ecfe4cecf4df6e18b221f7185f20bdb74a5571d21166ef2e7611c7e089242b0bc09c99a0d3735dc319736a230e7b2e6

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
new file mode 100644
index ..315b4fc9fb79
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2023-10-17 Thread Michał Górny
commit: 8d14f3eb5cd7d4f2fced1ec3b0f7ea1bf7e67c02
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 17 11:22:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 17 11:22:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d14f3eb

xfce-base/xfconf: Bump to 4.19.1

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.19.1.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index f7e576ecff42..f486c36485c2 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,4 @@
 DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a
 DIST xfconf-4.18.2.tar.bz2 632500 BLAKE2B 
b0e28985c1b9cd3c29b534ca620ede881639998ac48f20a5f58bc19cc5f5405baddfd1b24f425a5159770a6034121c2b7a80111fb57df0de6667a804d8aca14d
 SHA512 
d24157e966d3e83edf21ebf6b0745fa4a8518410bc430e94b1f5ec98eb5a1d038056e014fd87813e524c17ce23faf47d6d1a76752e9ee9ec766e1e94517003ca
 DIST xfconf-4.19.0.tar.bz2 755578 BLAKE2B 
6442da9393c590a0d17e33081f161b115877fef02da9754d2d10baf377473a82a08ef01b007cbabc04637ff3441a1362ca9d3cf922d55a4ac6962389cc9befa9
 SHA512 
7acf5257996d8d36c50e373f25f6b0aa6ecfe4cecf4df6e18b221f7185f20bdb74a5571d21166ef2e7611c7e089242b0bc09c99a0d3735dc319736a230e7b2e6
+DIST xfconf-4.19.1.tar.bz2 762466 BLAKE2B 
dd0ae72fc5ccb1146d69e1e0a9b67e89205ea460f75fcc4ccee1cb36b600f5b145f75d9f10f576bc3040bd065aa8d855788e79fde78541c9853f3cf04f0b5bb3
 SHA512 
4adb08005caf8373da82ef8db1bfde1f91d723c73b8c836516611d52ccbed86eea6a8dbef8e2a17b9eb4d5199c54bfbfdec970836bb35eb1a951584d75c8faa3

diff --git a/xfce-base/xfconf/xfconf-4.19.1.ebuild 
b/xfce-base/xfconf/xfconf-4.19.1.ebuild
new file mode 100644
index ..b60487dfb1ba
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.19.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2023-06-11 Thread Michał Górny
commit: a565693edd20e27d441835bba72e12b5a8d2eeea
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 19:10:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 19:18:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a565693e

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.18.0.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index a7332bdbc2b5..7c02f5a93692 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,2 @@
-DIST xfconf-4.18.0.tar.bz2 625755 BLAKE2B 
dac7ccd7052818436f45e6c257cc6076221d9f5d7c2d836d909be0d9479abd88f6c17748cf0aa65be79a0642c7bb7ebb01b6cd5a22bb22d514fc3ed57be5d4af
 SHA512 
49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6
 DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a
 DIST xfconf-4.19.0.tar.bz2 755578 BLAKE2B 
6442da9393c590a0d17e33081f161b115877fef02da9754d2d10baf377473a82a08ef01b007cbabc04637ff3441a1362ca9d3cf922d55a4ac6962389cc9befa9
 SHA512 
7acf5257996d8d36c50e373f25f6b0aa6ecfe4cecf4df6e18b221f7185f20bdb74a5571d21166ef2e7611c7e089242b0bc09c99a0d3735dc319736a230e7b2e6

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
deleted file mode 100644
index 2d89a4cb507f..
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.17.3:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   $(use_enable debug checks)
-   --with-bash-completion-dir="$(get_bashcompdir)"
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local service_dir=${HOME}/.local/share/dbus-1/services
-   mkdir -p "${service_dir}" || die
-   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}



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

2023-06-11 Thread Jakov Smolić
commit: 1e0c53ab66fc129bfed68ab8389359c66c924eec
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jun 11 18:37:14 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jun 11 18:37:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0c53ab

xfce-base/xfconf: Stabilize 4.18.1 amd64, #908328

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.1.ebuild 
b/xfce-base/xfconf/xfconf-4.18.1.ebuild
index 506511e3aec0..ec950b6e3dc1 100644
--- a/xfce-base/xfconf/xfconf-4.18.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-06-11 Thread Jakov Smolić
commit: b3e66a62067b3b7647b7c21fd1c94ba85b0a8e4c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jun 11 18:37:15 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jun 11 18:37:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e66a62

xfce-base/xfconf: Stabilize 4.18.1 x86, #908328

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.1.ebuild 
b/xfce-base/xfconf/xfconf-4.18.1.ebuild
index ec950b6e3dc1..2d89a4cb507f 100644
--- a/xfce-base/xfconf/xfconf-4.18.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-06-11 Thread Sam James
commit: 1d4e81a86e8bfc0527f8dd52dac95d18a01cef51
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:46:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:46:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4e81a8

xfce-base/xfconf: Stabilize 4.18.1 ppc64, #908328

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.1.ebuild 
b/xfce-base/xfconf/xfconf-4.18.1.ebuild
index bb144d898879..506511e3aec0 100644
--- a/xfce-base/xfconf/xfconf-4.18.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-06-11 Thread Sam James
commit: 23224d1e921d1fdc92dc235a5ee5fac2eaff789a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 11 15:36:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 11 15:36:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23224d1e

xfce-base/xfconf: Stabilize 4.18.1 ppc, #908328

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

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

diff --git a/xfce-base/xfconf/xfconf-4.18.1.ebuild 
b/xfce-base/xfconf/xfconf-4.18.1.ebuild
index ddc256dde91b..bb144d898879 100644
--- a/xfce-base/xfconf/xfconf-4.18.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-04-17 Thread Michał Górny
commit: 15e7a33115d8885ace971491b717df39f967d3d0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 17 13:19:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 17 13:49:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e7a331

xfce-base/xfconf: Bump to 4.19.0

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.19.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 20c4313d2915..a7332bdbc2b5 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.18.0.tar.bz2 625755 BLAKE2B 
dac7ccd7052818436f45e6c257cc6076221d9f5d7c2d836d909be0d9479abd88f6c17748cf0aa65be79a0642c7bb7ebb01b6cd5a22bb22d514fc3ed57be5d4af
 SHA512 
49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6
 DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a
+DIST xfconf-4.19.0.tar.bz2 755578 BLAKE2B 
6442da9393c590a0d17e33081f161b115877fef02da9754d2d10baf377473a82a08ef01b007cbabc04637ff3441a1362ca9d3cf922d55a4ac6962389cc9befa9
 SHA512 
7acf5257996d8d36c50e373f25f6b0aa6ecfe4cecf4df6e18b221f7185f20bdb74a5571d21166ef2e7611c7e089242b0bc09c99a0d3735dc319736a230e7b2e6

diff --git a/xfce-base/xfconf/xfconf-4.19.0.ebuild 
b/xfce-base/xfconf/xfconf-4.19.0.ebuild
new file mode 100644
index ..b60487dfb1ba
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.19.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2023-04-17 Thread Michał Górny
commit: 28b92f6cd2cbfcdeb71534873481ec89affac4c4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 17 13:05:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 17 13:49:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b92f6c

xfce-base/xfconf: Bump to 4.18.1

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.18.1.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 1b8a991d9aaa..20c4313d2915 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1 +1,2 @@
 DIST xfconf-4.18.0.tar.bz2 625755 BLAKE2B 
dac7ccd7052818436f45e6c257cc6076221d9f5d7c2d836d909be0d9479abd88f6c17748cf0aa65be79a0642c7bb7ebb01b6cd5a22bb22d514fc3ed57be5d4af
 SHA512 
49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6
+DIST xfconf-4.18.1.tar.bz2 629881 BLAKE2B 
1344637b8f29f03e546d432f7703cba3add24d13e9615e3a69adab7050fbae7e0db44aec41dc322e3ee1e7aa744de3d9a41d80bf3d0a0ce9fbd91407d6db31d0
 SHA512 
cb4cc29497865755df4c9b8db7cbb84f9f2b5ce5eb7216bd5a3e7202424c565a36f4e4592c5ee0035a01fe4df043a87de43a536b0e63e1e200a077631e1c807a

diff --git a/xfce-base/xfconf/xfconf-4.18.1.ebuild 
b/xfce-base/xfconf/xfconf-4.18.1.ebuild
new file mode 100644
index ..315b4fc9fb79
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.18.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2023-03-17 Thread Michał Górny
commit: 916b7467d23ae5f4408ec63ec61d627aa4bd4e60
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 10:47:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 10:50:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916b7467

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  2 -
 xfce-base/xfconf/xfconf-4.16.0.ebuild | 77 --
 xfce-base/xfconf/xfconf-4.17.2.ebuild | 78 ---
 3 files changed, 157 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index b272d872112c..1b8a991d9aaa 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1 @@
-DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
-DIST xfconf-4.17.2.tar.bz2 625124 BLAKE2B 
173f50ab3b0ded6b62bb421006588be662428928174786850591594b7d012ff432945643f514f00195919bc8f5b36e4d2524c27984378e8850580d518a1f4b05
 SHA512 
2861d58a2007c44745cef7829a6eaf689b72142dcfa25c0a7cebf984ed599e2cb238589ef682da1d7b9fdb99cc0c250a26a68a46553c53e303ac546850f14486
 DIST xfconf-4.18.0.tar.bz2 625755 BLAKE2B 
dac7ccd7052818436f45e6c257cc6076221d9f5d7c2d836d909be0d9479abd88f6c17748cf0aa65be79a0642c7bb7ebb01b6cd5a22bb22d514fc3ed57be5d4af
 SHA512 
49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6

diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild 
b/xfce-base/xfconf/xfconf-4.16.0.ebuild
deleted file mode 100644
index f5b6e68dadca..
--- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.50
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.14:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}

diff --git a/xfce-base/xfconf/xfconf-4.17.2.ebuild 
b/xfce-base/xfconf/xfconf-4.17.2.ebuild
deleted file mode 100644
index b3a22f37317f..
--- a/xfce-base/xfconf/xfconf-4.17.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.17.3:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   $(use_enable debug checks)
-   --with-bash-completion-dir="$(get_bashcompdir)"
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local 

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

2023-03-17 Thread Arthur Zamarin
commit: c4937ef6cfd45fe93a3ed65753428df8b642b034
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 08:55:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 08:55:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4937ef6

xfce-base/xfconf: Stabilize 4.18.0 x86, #893064

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

 xfce-base/xfconf/xfconf-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
index ec950b6e3dc1..2d89a4cb507f 100644
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-03-15 Thread Michał Górny
commit: 707fad8ad9a60a70b39a1989044b9b26d0aa5493
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:54:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:54:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707fad8a

xfce-base/xfconf: Stabilize 4.18.0 ppc, #893064

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

 xfce-base/xfconf/xfconf-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
index 2ee9f0c60e13..ec950b6e3dc1 100644
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

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

xfce-base/xfconf: Stabilize 4.18.0 amd64, #893064

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

 xfce-base/xfconf/xfconf-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
index 0c8983358a81..2ee9f0c60e13 100644
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

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

xfce-base/xfconf: Stabilize 4.18.0 arm64, #893064

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

 xfce-base/xfconf/xfconf-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
index f1cf47cbc966..0c8983358a81 100644
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

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

xfce-base/xfconf: Stabilize 4.18.0 ppc64, #893064

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

 xfce-base/xfconf/xfconf-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
index 4995bccff120..f1cf47cbc966 100644
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

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

xfce-base/xfconf: Stabilize 4.18.0 arm, #893064

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

 xfce-base/xfconf/xfconf-4.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
index cbc4b3f557d9..4995bccff120 100644
--- a/xfce-base/xfconf/xfconf-4.18.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2022-12-15 Thread Michał Górny
commit: 030ceb70667f8bb07d325e54e8bd676f8f73b9ce
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:39:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030ceb70

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.17.1.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 2200fe0da468..904ff729ee5f 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,2 @@
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
-DIST xfconf-4.17.1.tar.bz2 624819 BLAKE2B 
a8752240b6619c9be83b73c16e1bb4915853b728aeb168d803f569dc38f221d5a02d2d1cbf8eee7ea43dd37f6473de5b6ec30848bf1f502bdc974002edcde681
 SHA512 
c0d5d3b41a9194390b0d45705a496a37bb55c7dd8821efcbad06e0e37ccfd917c4a54de45be16820c20748df81c1aee47cbec2c27caa1eaa5007802f87848762
 DIST xfconf-4.17.2.tar.bz2 625124 BLAKE2B 
173f50ab3b0ded6b62bb421006588be662428928174786850591594b7d012ff432945643f514f00195919bc8f5b36e4d2524c27984378e8850580d518a1f4b05
 SHA512 
2861d58a2007c44745cef7829a6eaf689b72142dcfa25c0a7cebf984ed599e2cb238589ef682da1d7b9fdb99cc0c250a26a68a46553c53e303ac546850f14486

diff --git a/xfce-base/xfconf/xfconf-4.17.1.ebuild 
b/xfce-base/xfconf/xfconf-4.17.1.ebuild
deleted file mode 100644
index 68bc11da4d43..
--- a/xfce-base/xfconf/xfconf-4.17.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.17.2:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   $(use_enable debug checks)
-   --with-bash-completion-dir="$(get_bashcompdir)"
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   local service_dir=${HOME}/.local/share/dbus-1/services
-   mkdir -p "${service_dir}" || die
-   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}



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

2022-12-15 Thread Michał Górny
commit: f1663019cd674ccfa864ec809fe1457939301ec5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:39:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1663019

xfce-base/xfconf: Bump to 4.18.0

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.18.0.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 904ff729ee5f..b272d872112c 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
 DIST xfconf-4.17.2.tar.bz2 625124 BLAKE2B 
173f50ab3b0ded6b62bb421006588be662428928174786850591594b7d012ff432945643f514f00195919bc8f5b36e4d2524c27984378e8850580d518a1f4b05
 SHA512 
2861d58a2007c44745cef7829a6eaf689b72142dcfa25c0a7cebf984ed599e2cb238589ef682da1d7b9fdb99cc0c250a26a68a46553c53e303ac546850f14486
+DIST xfconf-4.18.0.tar.bz2 625755 BLAKE2B 
dac7ccd7052818436f45e6c257cc6076221d9f5d7c2d836d909be0d9479abd88f6c17748cf0aa65be79a0642c7bb7ebb01b6cd5a22bb22d514fc3ed57be5d4af
 SHA512 
49ac3070e44e0c699c157e6c029bf14d932bc1e60b01bc3b4f7451acf403d451ac52e2dfb14fc97298cc774c7a0895616788cdbfc189976805669fcdb7aa47b6

diff --git a/xfce-base/xfconf/xfconf-4.18.0.ebuild 
b/xfce-base/xfconf/xfconf-4.18.0.ebuild
new file mode 100644
index ..cbc4b3f557d9
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.18.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2022-11-30 Thread Michał Górny
commit: 5fe3ee447a22cc756269b5d87d80332d7582a602
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 30 17:22:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 30 17:22:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe3ee44

xfce-base/xfconf: Bump to 4.17.2

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.17.2.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 022d6d2c0f30..2200fe0da468 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
 DIST xfconf-4.17.1.tar.bz2 624819 BLAKE2B 
a8752240b6619c9be83b73c16e1bb4915853b728aeb168d803f569dc38f221d5a02d2d1cbf8eee7ea43dd37f6473de5b6ec30848bf1f502bdc974002edcde681
 SHA512 
c0d5d3b41a9194390b0d45705a496a37bb55c7dd8821efcbad06e0e37ccfd917c4a54de45be16820c20748df81c1aee47cbec2c27caa1eaa5007802f87848762
+DIST xfconf-4.17.2.tar.bz2 625124 BLAKE2B 
173f50ab3b0ded6b62bb421006588be662428928174786850591594b7d012ff432945643f514f00195919bc8f5b36e4d2524c27984378e8850580d518a1f4b05
 SHA512 
2861d58a2007c44745cef7829a6eaf689b72142dcfa25c0a7cebf984ed599e2cb238589ef682da1d7b9fdb99cc0c250a26a68a46553c53e303ac546850f14486

diff --git a/xfce-base/xfconf/xfconf-4.17.2.ebuild 
b/xfce-base/xfconf/xfconf-4.17.2.ebuild
new file mode 100644
index ..b3a22f37317f
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.17.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.50
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.3:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2022-11-14 Thread Michał Górny
commit: 5939d19f252cbaca7d5d6ad597e94a59dd8ed8cc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 15 05:24:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 15 05:33:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5939d19f

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.17.0.ebuild | 80 ---
 2 files changed, 81 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 6382956b8a43..022d6d2c0f30 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,2 @@
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
-DIST xfconf-4.17.0.tar.bz2 629001 BLAKE2B 
f7dbddc5762e4000a1cd5de4c02656f2a1626a244c847f53d1d0646773d91b2a10ee48e870d4b42bd004756e09a9b1e3d3e22f240712e5e7c9fe759908ece048
 SHA512 
e1eac703a898f151d9bde6c4177103498754a776b0c7f1381e7af9994a9cb1765943f840b31e665f40a1c4a26bc8b8a0c6e8aa0615f5501a52d4860065d59bc3
 DIST xfconf-4.17.1.tar.bz2 624819 BLAKE2B 
a8752240b6619c9be83b73c16e1bb4915853b728aeb168d803f569dc38f221d5a02d2d1cbf8eee7ea43dd37f6473de5b6ec30848bf1f502bdc974002edcde681
 SHA512 
c0d5d3b41a9194390b0d45705a496a37bb55c7dd8821efcbad06e0e37ccfd917c4a54de45be16820c20748df81c1aee47cbec2c27caa1eaa5007802f87848762

diff --git a/xfce-base/xfconf/xfconf-4.17.0.ebuild 
b/xfce-base/xfconf/xfconf-4.17.0.ebuild
deleted file mode 100644
index 4e3f29b8703c..
--- a/xfce-base/xfconf/xfconf-4.17.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 vala
-
-DESCRIPTION="A configuration management system for Xfce"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfconf/start
-   https://gitlab.xfce.org/xfce/xfconf/
-"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.14:=
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   # -j>1 often hangs
-   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
-   nonfatal emake -j1 check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-}



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

2022-11-09 Thread Michał Górny
commit: 6e2f45ed9c90b92f7076e498b82a1b3ee877918c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  9 20:16:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  9 20:18:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2f45ed

xfce-base/xfconf: Bump to 4.17.1

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.17.1.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 51f342c89a9c..6382956b8a43 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
 DIST xfconf-4.17.0.tar.bz2 629001 BLAKE2B 
f7dbddc5762e4000a1cd5de4c02656f2a1626a244c847f53d1d0646773d91b2a10ee48e870d4b42bd004756e09a9b1e3d3e22f240712e5e7c9fe759908ece048
 SHA512 
e1eac703a898f151d9bde6c4177103498754a776b0c7f1381e7af9994a9cb1765943f840b31e665f40a1c4a26bc8b8a0c6e8aa0615f5501a52d4860065d59bc3
+DIST xfconf-4.17.1.tar.bz2 624819 BLAKE2B 
a8752240b6619c9be83b73c16e1bb4915853b728aeb168d803f569dc38f221d5a02d2d1cbf8eee7ea43dd37f6473de5b6ec30848bf1f502bdc974002edcde681
 SHA512 
c0d5d3b41a9194390b0d45705a496a37bb55c7dd8821efcbad06e0e37ccfd917c4a54de45be16820c20748df81c1aee47cbec2c27caa1eaa5007802f87848762

diff --git a/xfce-base/xfconf/xfconf-4.17.1.ebuild 
b/xfce-base/xfconf/xfconf-4.17.1.ebuild
new file mode 100644
index ..68bc11da4d43
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.17.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.50
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.17.2:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   $(use_enable debug checks)
+   --with-bash-completion-dir="$(get_bashcompdir)"
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2022-11-01 Thread Michał Górny
commit: 9abcf6a07b3dbda6acee085781ca1f6ee059cec4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  1 12:10:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  1 12:17:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9abcf6a0

xfce-base/xfconf: Bump to 4.17.0

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.17.0.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index dcbdb1b4c929..51f342c89a9c 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1 +1,2 @@
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
+DIST xfconf-4.17.0.tar.bz2 629001 BLAKE2B 
f7dbddc5762e4000a1cd5de4c02656f2a1626a244c847f53d1d0646773d91b2a10ee48e870d4b42bd004756e09a9b1e3d3e22f240712e5e7c9fe759908ece048
 SHA512 
e1eac703a898f151d9bde6c4177103498754a776b0c7f1381e7af9994a9cb1765943f840b31e665f40a1c4a26bc8b8a0c6e8aa0615f5501a52d4860065d59bc3

diff --git a/xfce-base/xfconf/xfconf-4.17.0.ebuild 
b/xfce-base/xfconf/xfconf-4.17.0.ebuild
new file mode 100644
index ..4e3f29b8703c
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.17.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfconf/start
+   https://gitlab.xfce.org/xfce/xfconf/
+"
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.50
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.14:=
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2022-08-28 Thread WANG Xuerui
commit: 6022ba9cf2fbb28b116ecf017ab6e1387a11e76e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 06:45:38 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:48:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6022ba9c

xfce-base/xfconf: keyword 4.16.0 for ~loong

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

 xfce-base/xfconf/xfconf-4.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild 
b/xfce-base/xfconf/xfconf-4.16.0.ebuild
index 32ff81684adb..f5b6e68dadca 100644
--- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-05-21 Thread Yixun Lan
commit: e774ee5fdc7c7ddb2a9a97bbbec16eed960bd6c2
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 21 13:39:30 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 14:53:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e774ee5f

xfce-base/xfconf: add riscv keyword

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

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

diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild 
b/xfce-base/xfconf/xfconf-4.16.0.ebuild
index c2ec5d56b1f..32ff81684ad 100644
--- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-02-18 Thread Michał Górny
commit: 1b192e801fcce6131eb8780139ae47436e32247f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:58:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b192e80

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.14.4.ebuild | 88 ---
 2 files changed, 89 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 3928a2f5d7b..dcbdb1b4c92 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1 @@
-DIST xfconf-4.14.4.tar.bz2 592024 BLAKE2B 
1432ca360fd1f02437f238f66906f15a8b98fd0e7f4525bc2b61d53b4e3c146a1a4f8480089956e0a2e5f88d952822ba2b151f54183619a88e3f14f747f6676e
 SHA512 
2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
deleted file mode 100644
index 6569c200114..000
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug introspection perl vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   sys-apps/dbus
-   >=xfce-base/libxfce4util-4.10:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   nonfatal emake check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-
-   if use perl; then
-   find "${ED}" -type f -name perllocal.pod -delete || die
-   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-   fi
-}



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

2021-02-15 Thread Sam James
commit: 6a43fcd93b798d3ef3204c3ff14ffef22b2b1ec8
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 15 08:38:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 08:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a43fcd9

xfce-base/xfconf: Stabilize 4.16.0 arm64, #769368

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

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

diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild 
b/xfce-base/xfconf/xfconf-4.16.0.ebuild
index ee08f0080f5..7caaabd416e 100644
--- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-01-18 Thread Michał Górny
commit: efd7c95fc1f54ba06f4170e64610b2bdd73aaec2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 20:25:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 20:27:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd7c95f

xfce-base/xfconf: Remove old

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

 xfce-base/xfconf/Manifest |  4 --
 xfce-base/xfconf/xfconf-4.14.1.ebuild | 87 --
 xfce-base/xfconf/xfconf-4.14.3.ebuild | 88 ---
 xfce-base/xfconf/xfconf-4.15.0.ebuild | 76 --
 xfce-base/xfconf/xfconf-4.15.1.ebuild | 76 --
 5 files changed, 331 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 6fac71ba39f..3928a2f5d7b 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,6 +1,2 @@
-DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72
 SHA512 
727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808
-DIST xfconf-4.14.3.tar.bz2 591432 BLAKE2B 
9722547018a6db7132bad53b750ec8bd66b2f5dde2348b605bf9a6ce6a7d18fefbfb16c31f58c1c4e6c593d3f0525c3bd8231b4bab0728bd64f91d918f0a6c23
 SHA512 
e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713
 DIST xfconf-4.14.4.tar.bz2 592024 BLAKE2B 
1432ca360fd1f02437f238f66906f15a8b98fd0e7f4525bc2b61d53b4e3c146a1a4f8480089956e0a2e5f88d952822ba2b151f54183619a88e3f14f747f6676e
 SHA512 
2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad
-DIST xfconf-4.15.0.tar.bz2 586244 BLAKE2B 
0bc6331f6a00d9328b7d462da1bffd0aa57b7b6e5a48a6e9d05d43993910fe1a3677ca33ca2315caac0528087e61a66e574118efd6c9ea5fb2d068cc843532a8
 SHA512 
3d36881a5d4a8b514196905689f32eed0da49c642fced38c57fa9260013e2efc0ce83de502b91c5dd07734dd99c2521f2cac00b43d3d76141efe7eeddc03c5c7
-DIST xfconf-4.15.1.tar.bz2 588820 BLAKE2B 
a269612366ec8bf23db5848e24ff566939e46e6ddbae1665ec9685c72ca913fb23bf2d8f97397422def4eeab9ad37eeb6f3d0b045b692370c299607ccf4bb323
 SHA512 
7f9d39ef12a92dfa8fa11a8ef59e99b75646b0caf0dfd8bd1e044bb78f5fcfc0160587b112634a7c8f8417788a14a73bbc0f134f0432c693183f7e82e2a21b47
 DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344

diff --git a/xfce-base/xfconf/xfconf-4.14.1.ebuild 
b/xfce-base/xfconf/xfconf-4.14.1.ebuild
deleted file mode 100644
index f78771776f9..000
--- a/xfce-base/xfconf/xfconf-4.14.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug introspection perl vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   >=xfce-base/libxfce4util-4.10:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   nonfatal emake check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-
-   if use perl; then
-   find "${ED}" -type f -name perllocal.pod -delete || die
-   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-   fi
-}

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
deleted file mode 100644
index 497831d5927..000
--- a/xfce-base/xfconf/xfconf-4.14.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A configuration management system 

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

2021-01-18 Thread Sam James
commit: c1cfe9bad30d03849c2eda450631e5cf769e4d3e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 20:25:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 20:25:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cfe9ba

xfce-base/xfconf: Stabilize 4.14.4 x86, #754834

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

 xfce-base/xfconf/xfconf-4.14.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
index 497831d5927..6569c200114 100644
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-01-08 Thread Michał Górny
commit: 352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  8 12:33:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  8 12:39:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352b1d9a

xfce-base/xfconf: Enable introspection by default

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

 xfce-base/xfconf/xfconf-4.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild 
b/xfce-base/xfconf/xfconf-4.16.0.ebuild
index c733a69d2aa..564b9ba7d39 100644
--- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 LICENSE="GPL-2+"
 SLOT="0/3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug introspection vala"
+IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND=">=dev-libs/glib-2.50



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

2020-12-22 Thread Michał Górny
commit: 966cae998ef95155fdf7fdf568a803be0dbda4a0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 23:23:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 23:35:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966cae99

xfce-base/xfconf: Bump to 4.16.0

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.16.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index feb1affb577..6fac71ba39f 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -3,3 +3,4 @@ DIST xfconf-4.14.3.tar.bz2 591432 BLAKE2B 
9722547018a6db7132bad53b750ec8bd66b2f5
 DIST xfconf-4.14.4.tar.bz2 592024 BLAKE2B 
1432ca360fd1f02437f238f66906f15a8b98fd0e7f4525bc2b61d53b4e3c146a1a4f8480089956e0a2e5f88d952822ba2b151f54183619a88e3f14f747f6676e
 SHA512 
2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad
 DIST xfconf-4.15.0.tar.bz2 586244 BLAKE2B 
0bc6331f6a00d9328b7d462da1bffd0aa57b7b6e5a48a6e9d05d43993910fe1a3677ca33ca2315caac0528087e61a66e574118efd6c9ea5fb2d068cc843532a8
 SHA512 
3d36881a5d4a8b514196905689f32eed0da49c642fced38c57fa9260013e2efc0ce83de502b91c5dd07734dd99c2521f2cac00b43d3d76141efe7eeddc03c5c7
 DIST xfconf-4.15.1.tar.bz2 588820 BLAKE2B 
a269612366ec8bf23db5848e24ff566939e46e6ddbae1665ec9685c72ca913fb23bf2d8f97397422def4eeab9ad37eeb6f3d0b045b692370c299607ccf4bb323
 SHA512 
7f9d39ef12a92dfa8fa11a8ef59e99b75646b0caf0dfd8bd1e044bb78f5fcfc0160587b112634a7c8f8417788a14a73bbc0f134f0432c693183f7e82e2a21b47
+DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 
34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e
 SHA512 
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344

diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild 
b/xfce-base/xfconf/xfconf-4.16.0.ebuild
new file mode 100644
index 000..c733a69d2aa
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.50
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.14:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2020-11-22 Thread Sergei Trofimovich
commit: dca32dfabcc5fea62ad381810770c02904229505
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 23 07:57:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 23 07:57:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca32dfa

xfce-base/xfconf: stable 4.14.4 for ppc64

stable wrt bug #754834

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

 xfce-base/xfconf/xfconf-4.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
index 3d5a78a3910..497831d5927 100644
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-11-22 Thread Sergei Trofimovich
commit: c3fd5fbfdfbf0c519f9b20e8ee36bade9d50f8d1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 23 07:43:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 23 07:51:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fd5fbf

xfce-base/xfconf: stable 4.14.4 for ppc

stable wrt bug #754834

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

 xfce-base/xfconf/xfconf-4.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
index 6aff95a8ec5..3d5a78a3910 100644
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-11-17 Thread Sam James
commit: 976a2874845009639c9aa6dfe173ab24fe417799
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 18 00:40:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 18 00:40:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976a2874

xfce-base/xfconf: Stabilize 4.14.4 arm64, #754834

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

 xfce-base/xfconf/xfconf-4.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
index 052b54f5800..6aff95a8ec5 100644
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-11-17 Thread Sam James
commit: d06d4591267eec0a95f6075e427cd18feb1be717
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 18 00:40:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 18 00:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06d4591

xfce-base/xfconf: Stabilize 4.14.4 arm, #754834

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

 xfce-base/xfconf/xfconf-4.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
index 896e90185e2..052b54f5800 100644
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-11-16 Thread Sam James
commit: 18fbacb505b2fd9e61d2577536ffd0cf58a6b403
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 16 22:50:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 16 22:50:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18fbacb5

xfce-base/xfconf: Stabilize 4.14.4 amd64, #754834

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

 xfce-base/xfconf/xfconf-4.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
index 93d826cca95..896e90185e2 100644
--- a/xfce-base/xfconf/xfconf-4.14.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-11-09 Thread Michał Górny
commit: 234d1e0dba673047ca7198a25971f5007c2a820e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  9 09:41:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  9 10:20:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234d1e0d

xfce-base/xfconf: Bump to 4.14.4 (stable)

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.14.4.ebuild | 88 +++
 2 files changed, 89 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 94e7d14e7b5..cf68c30cf11 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,4 @@
 DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72
 SHA512 
727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808
 DIST xfconf-4.14.3.tar.bz2 591432 BLAKE2B 
9722547018a6db7132bad53b750ec8bd66b2f5dde2348b605bf9a6ce6a7d18fefbfb16c31f58c1c4e6c593d3f0525c3bd8231b4bab0728bd64f91d918f0a6c23
 SHA512 
e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713
+DIST xfconf-4.14.4.tar.bz2 592024 BLAKE2B 
1432ca360fd1f02437f238f66906f15a8b98fd0e7f4525bc2b61d53b4e3c146a1a4f8480089956e0a2e5f88d952822ba2b151f54183619a88e3f14f747f6676e
 SHA512 
2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad
 DIST xfconf-4.15.0.tar.bz2 586244 BLAKE2B 
0bc6331f6a00d9328b7d462da1bffd0aa57b7b6e5a48a6e9d05d43993910fe1a3677ca33ca2315caac0528087e61a66e574118efd6c9ea5fb2d068cc843532a8
 SHA512 
3d36881a5d4a8b514196905689f32eed0da49c642fced38c57fa9260013e2efc0ce83de502b91c5dd07734dd99c2521f2cac00b43d3d76141efe7eeddc03c5c7

diff --git a/xfce-base/xfconf/xfconf-4.14.4.ebuild 
b/xfce-base/xfconf/xfconf-4.14.4.ebuild
new file mode 100644
index 000..93d826cca95
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.14.4.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection perl vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.10:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   nonfatal emake check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2020-11-09 Thread Michał Górny
commit: 1b9be3b0c5d0b818a678af119e050ce7cefb45bd
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  9 09:42:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  9 10:20:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9be3b0

xfce-base/xfconf: Bump to 4.15.1

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.15.1.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index cf68c30cf11..feb1affb577 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -2,3 +2,4 @@ DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9
 DIST xfconf-4.14.3.tar.bz2 591432 BLAKE2B 
9722547018a6db7132bad53b750ec8bd66b2f5dde2348b605bf9a6ce6a7d18fefbfb16c31f58c1c4e6c593d3f0525c3bd8231b4bab0728bd64f91d918f0a6c23
 SHA512 
e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713
 DIST xfconf-4.14.4.tar.bz2 592024 BLAKE2B 
1432ca360fd1f02437f238f66906f15a8b98fd0e7f4525bc2b61d53b4e3c146a1a4f8480089956e0a2e5f88d952822ba2b151f54183619a88e3f14f747f6676e
 SHA512 
2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad
 DIST xfconf-4.15.0.tar.bz2 586244 BLAKE2B 
0bc6331f6a00d9328b7d462da1bffd0aa57b7b6e5a48a6e9d05d43993910fe1a3677ca33ca2315caac0528087e61a66e574118efd6c9ea5fb2d068cc843532a8
 SHA512 
3d36881a5d4a8b514196905689f32eed0da49c642fced38c57fa9260013e2efc0ce83de502b91c5dd07734dd99c2521f2cac00b43d3d76141efe7eeddc03c5c7
+DIST xfconf-4.15.1.tar.bz2 588820 BLAKE2B 
a269612366ec8bf23db5848e24ff566939e46e6ddbae1665ec9685c72ca913fb23bf2d8f97397422def4eeab9ad37eeb6f3d0b045b692370c299607ccf4bb323
 SHA512 
7f9d39ef12a92dfa8fa11a8ef59e99b75646b0caf0dfd8bd1e044bb78f5fcfc0160587b112634a7c8f8417788a14a73bbc0f134f0432c693183f7e82e2a21b47

diff --git a/xfce-base/xfconf/xfconf-4.15.1.ebuild 
b/xfce-base/xfconf/xfconf-4.15.1.ebuild
new file mode 100644
index 000..993040c79af
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.15.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.14:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2020-08-01 Thread Sergei Trofimovich
commit: 1198eca1a574fdf30824458106741f2e8ab13af3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug  1 08:58:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug  1 08:58:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1198eca1

xfce-base/xfconf: stable 4.14.3 for ppc64

stable wrt bug #733994

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

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

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
index 3d5a78a3910..497831d5927 100644
--- a/xfce-base/xfconf/xfconf-4.14.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-07-28 Thread Sam James
commit: 1e09d3bb870da9979c5cd92b0c31f50f1677ca17
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 28 19:21:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 28 19:21:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e09d3bb

xfce-base/xfconf: arm stable (bug #733994)

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

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

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
index a9db88e5cd8..6aff95a8ec5 100644
--- a/xfce-base/xfconf/xfconf-4.14.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-07-26 Thread Sam James
commit: 079f6006d278280494bb6847f4623a990358fc0d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 02:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 02:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079f6006

xfce-base/xfconf: arm64 stable (bug #733994)

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

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

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
index 896e90185e2..a9db88e5cd8 100644
--- a/xfce-base/xfconf/xfconf-4.14.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-07-26 Thread Sam James
commit: 17a8cdf360d43b357ff0f6610bfd354d65d690e7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 01:52:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 01:52:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a8cdf3

xfce-base/xfconf: amd64 stable (bug #733994)

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

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

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
index 93d826cca95..896e90185e2 100644
--- a/xfce-base/xfconf/xfconf-4.14.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2020-07-16 Thread Michał Górny
commit: e11826c6bdbcb8f4ffd3b27e83ab2653b0f8f0e9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 16 11:23:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 16 11:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11826c6

xfce-base/xfconf: Bump to 4.15.0

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.15.0.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 9355eef3900..94e7d14e7b5 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72
 SHA512 
727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808
 DIST xfconf-4.14.3.tar.bz2 591432 BLAKE2B 
9722547018a6db7132bad53b750ec8bd66b2f5dde2348b605bf9a6ce6a7d18fefbfb16c31f58c1c4e6c593d3f0525c3bd8231b4bab0728bd64f91d918f0a6c23
 SHA512 
e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713
+DIST xfconf-4.15.0.tar.bz2 586244 BLAKE2B 
0bc6331f6a00d9328b7d462da1bffd0aa57b7b6e5a48a6e9d05d43993910fe1a3677ca33ca2315caac0528087e61a66e574118efd6c9ea5fb2d068cc843532a8
 SHA512 
3d36881a5d4a8b514196905689f32eed0da49c642fced38c57fa9260013e2efc0ce83de502b91c5dd07734dd99c2521f2cac00b43d3d76141efe7eeddc03c5c7

diff --git a/xfce-base/xfconf/xfconf-4.15.0.ebuild 
b/xfce-base/xfconf/xfconf-4.15.0.ebuild
new file mode 100644
index 000..993040c79af
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.15.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   sys-apps/dbus
+   >=xfce-base/libxfce4util-4.14:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   # -j>1 often hangs
+   # https://gitlab.xfce.org/xfce/xfconf/-/issues/13
+   nonfatal emake -j1 check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+}



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

2020-05-16 Thread Michał Górny
commit: 543b992a8fdce2cb6fd72df6fe575627018cd616
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 16 16:14:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 16 16:14:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b992a

xfce-base/xfconf: Add an explicit dependency on dbus

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

 xfce-base/xfconf/xfconf-4.14.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
index 6cdd92555cd..93d826cca95 100644
--- a/xfce-base/xfconf/xfconf-4.14.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild
@@ -16,6 +16,7 @@ IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND=">=dev-libs/glib-2.42
+   sys-apps/dbus
>=xfce-base/libxfce4util-4.10:=
introspection? ( dev-libs/gobject-introspection:= )
perl? (



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

2020-05-06 Thread Michał Górny
commit: 4491110b5f5bfc9b53519c88a7b189591b2a521d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 15:01:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  6 15:34:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4491110b

xfce-base/xfconf: Bump to 4.14.3

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.14.3.ebuild | 87 +++
 2 files changed, 88 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index be5a6bf5e02..9355eef3900 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1 +1,2 @@
 DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72
 SHA512 
727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808
+DIST xfconf-4.14.3.tar.bz2 591432 BLAKE2B 
9722547018a6db7132bad53b750ec8bd66b2f5dde2348b605bf9a6ce6a7d18fefbfb16c31f58c1c4e6c593d3f0525c3bd8231b4bab0728bd64f91d918f0a6c23
 SHA512 
e3add05018215cc597bb76d852903077e1fd0a21429c462116c560739eaf32167f9dddac3adb36e89b9380b87fc4b4c38d4ee9fdd5139b540268be437fc3a713

diff --git a/xfce-base/xfconf/xfconf-4.14.3.ebuild 
b/xfce-base/xfconf/xfconf-4.14.3.ebuild
new file mode 100644
index 000..6cdd92555cd
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.14.3.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection perl vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   >=xfce-base/libxfce4util-4.10:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   nonfatal emake check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2019-12-06 Thread Michał Górny
commit: cc9361ac4b7aca195a0ff7968a913bda3b7d9ff8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  6 12:34:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  6 14:19:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9361ac

xfce-base/xfconf: Remove redundant version

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

 xfce-base/xfconf/Manifest|  1 -
 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 90 
 2 files changed, 91 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 311d59923a5..be5a6bf5e02 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1 @@
-DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72
 SHA512 
727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
deleted file mode 100644
index 0c1d52b947d..000
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-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 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/dbus-glib-0.98
-   >=dev-libs/glib-2.30
-   >=xfce-base/libxfce4util-4.10
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
-   perl? (
-   dev-perl/ExtUtils-Depends
-   dev-perl/ExtUtils-PkgConfig
-   )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable perl perl-bindings)
-   $(use_enable debug checks)
-   --with-perl-options=INSTALLDIRS=vendor
-   )
-   [[ ${CHOST} == *-darwin* ]] && myconf+=( --disable-visibility ) #366857
-
-   xdg_environment_reset
-   econf "${myconf[@]}"
-}
-
-src_prepare() {
-   # https://bugzilla.xfce.org/show_bug.cgi?id=9556
-   cat <<-EOF >> po/POTFILES.skip
-   xfconf-perl/xs/Xfconf.c
-   xfconf-perl/xs/XfconfBinding.c
-   xfconf-perl/xs/XfconfChannel.c
-   EOF
-
-   default
-}
-
-src_compile() {
-   emake OTHERLDFLAGS="${LDFLAGS}"
-}
-
-src_test() {
-   local service_dir=${HOME}/.local/share/dbus-1/services
-   mkdir -p "${service_dir}" || die
-   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-   [D-BUS Service]
-   Name=org.xfce.Xfconf
-   Exec=${S}/xfconfd/xfconfd
-   EOF
-
-   (
-   # start isolated dbus session bus
-   dbus_data=$(dbus-launch --sh-syntax) || exit
-   eval "${dbus_data}"
-
-   nonfatal emake check
-   ret=${?}
-
-   kill "${DBUS_SESSION_BUS_PID}"
-   exit "${ret}"
-   ) || die
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-
-   if use perl; then
-   find "${ED}" -type f -name perllocal.pod -delete || die
-   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-   fi
-}



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

2019-11-07 Thread Aaron Bauman
commit: cee9e8b93c92278747a464b175d161ea388b5efa
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Nov  7 23:44:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Nov  7 23:44:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee9e8b9

xfce-base/xfconf: arm64 stable (bug #697454)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.17

 xfce-base/xfconf/xfconf-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.1.ebuild 
b/xfce-base/xfconf/xfconf-4.14.1.ebuild
index 98f831af3f1..660b086f42e 100644
--- a/xfce-base/xfconf/xfconf-4.14.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-10-13 Thread Mikle Kolyada
commit: d2dbac9953c8b7fbf7f90f8ad6af84dd31dbb7af
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 13 11:23:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 13 11:24:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2dbac99

xfce-base/xfconf: alpha stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-base/xfconf/xfconf-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.1.ebuild 
b/xfce-base/xfconf/xfconf-4.14.1.ebuild
index ae66cf75238..98f831af3f1 100644
--- a/xfce-base/xfconf/xfconf-4.14.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-10-12 Thread Sergei Trofimovich
commit: 00a4524de2fdc4e39204c446a9914ac6fd9ab1e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:19:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:23:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a4524d

xfce-base/xfconf: stable 4.14.1 for ppc64, bug #697454

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

 xfce-base/xfconf/xfconf-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.1.ebuild 
b/xfce-base/xfconf/xfconf-4.14.1.ebuild
index 5340af8f92f..8932f1ccc34 100644
--- a/xfce-base/xfconf/xfconf-4.14.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-10-12 Thread Sergei Trofimovich
commit: a219075bdcdf09ac16bb079256a50dab70406a85
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:02:54 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:16:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a219075b

xfce-base/xfconf: stable 4.14.1 for ppc, bug #697454

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

 xfce-base/xfconf/xfconf-4.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.14.1.ebuild 
b/xfce-base/xfconf/xfconf-4.14.1.ebuild
index ec6e18b2ad3..5340af8f92f 100644
--- a/xfce-base/xfconf/xfconf-4.14.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/, xfce-base/libxfce4ui/, xfce-base/libxfce4util/, ...

2019-10-11 Thread Michał Górny
commit: 72f9fec18c1fd39cb87a292a67dee81e2e3ee4f3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:38:44 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:38:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f9fec1

xfce-base: Remove *-fbsd KEYWORDS

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

 xfce-base/exo/exo-0.12.4.ebuild| 2 +-
 xfce-base/exo/exo-0.12.7.ebuild| 2 +-
 xfce-base/exo/exo-0.12.8.ebuild| 2 +-
 xfce-base/garcon/garcon-0.6.2-r1.ebuild| 2 +-
 xfce-base/garcon/garcon-0.6.3.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.6.4-r1.ebuild| 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.13.4.ebuild  | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.13.7.ebuild  | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.14.1.ebuild  | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild  | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.13.5.ebuild  | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild  | 2 +-
 xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild | 2 +-
 xfce-base/xfce4-appfinder/xfce4-appfinder-4.13.5.ebuild| 2 +-
 xfce-base/xfce4-appfinder/xfce4-appfinder-4.14.0.ebuild| 2 +-
 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild   | 2 +-
 xfce-base/xfconf/xfconf-4.13.7.ebuild  | 2 +-
 xfce-base/xfconf/xfconf-4.13.8.ebuild  | 2 +-
 xfce-base/xfconf/xfconf-4.14.1.ebuild  | 2 +-
 xfce-base/xfwm4/xfwm4-4.12.5-r1.ebuild | 2 +-
 xfce-base/xfwm4/xfwm4-4.14.0-r1.ebuild | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/xfce-base/exo/exo-0.12.4.ebuild b/xfce-base/exo/exo-0.12.4.ebuild
index 27129b3b16b..b1e909e65f1 100644
--- a/xfce-base/exo/exo-0.12.4.ebuild
+++ b/xfce-base/exo/exo-0.12.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.6

diff --git a/xfce-base/exo/exo-0.12.7.ebuild b/xfce-base/exo/exo-0.12.7.ebuild
index 8c2eea9c5c2..5ba1dd00d3e 100644
--- a/xfce-base/exo/exo-0.12.7.ebuild
+++ b/xfce-base/exo/exo-0.12.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="gtk2"
 
 RDEPEND=">=dev-lang/perl-5.6

diff --git a/xfce-base/exo/exo-0.12.8.ebuild b/xfce-base/exo/exo-0.12.8.ebuild
index 5d00ef24d25..70407ec983a 100644
--- a/xfce-base/exo/exo-0.12.8.ebuild
+++ b/xfce-base/exo/exo-0.12.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="gtk2"
 
 RDEPEND=">=dev-lang/perl-5.6

diff --git a/xfce-base/garcon/garcon-0.6.2-r1.ebuild 
b/xfce-base/garcon/garcon-0.6.2-r1.ebuild
index edf7baab9f2..8865cc2564f 100644
--- a/xfce-base/garcon/garcon-0.6.2-r1.ebuild
+++ b/xfce-base/garcon/garcon-0.6.2-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+gtk2"
 
 RDEPEND=">=dev-libs/glib-2.30:=

diff --git a/xfce-base/garcon/garcon-0.6.3.ebuild 
b/xfce-base/garcon/garcon-0.6.3.ebuild
index fe58837f910..fb9fff4154a 100644
--- a/xfce-base/garcon/garcon-0.6.3.ebuild
+++ b/xfce-base/garcon/garcon-0.6.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 

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

2019-08-11 Thread Michał Górny
commit: 5b66859a18199687a4e899107c30644d5ce86f9e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 12 02:52:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 12 02:58:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b66859a

xfce-base/xfconf: Bump to 4.14.1

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.14.1.ebuild | 87 +++
 2 files changed, 88 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 3cd9e9ece1d..5856f5da98a 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,4 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.13.7.tar.bz2 618676 BLAKE2B 
8f7dd97530d4781e2d46d8139800f54991d932db5de0050e66d711bafef1daa0355383fd139789037a92b462042563a9aa2269295785b2f8217a0e9ff6a00c80
 SHA512 
113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d
 DIST xfconf-4.13.8.tar.bz2 635519 BLAKE2B 
4f8a05063b5acfa34e8a09637050e4c30917966708e956a3d8373d4872e0468e3b546728bafed18f2c6ec1e540170343e59071d5100ff2ec63bb0bbf4dcfe577
 SHA512 
2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77
+DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 
1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72
 SHA512 
727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808

diff --git a/xfce-base/xfconf/xfconf-4.14.1.ebuild 
b/xfce-base/xfconf/xfconf-4.14.1.ebuild
new file mode 100644
index 000..5e07578769e
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.14.1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection perl vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   >=xfce-base/libxfce4util-4.10:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   nonfatal emake check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2019-07-23 Thread Kent Fredric
commit: 0a3b76e567fe790b3eb68af2e2965db3b13b9afc
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 23 13:54:28 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 23 13:54:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3b76e5

xfce-base/xfconf: Drop ~x86-fbsd due to bug #665088

Judicious dropping of keywords due to inactivity in bug #665088
This percolates due to keyword inconsistencies in:
  dev-perl/Log-Agent, dev-perl/glib-perl

Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86-fbsd"
Signed-off-by: Kent Fredric  gentoo.org>

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 2 +-
 xfce-base/xfconf/xfconf-4.13.7.ebuild| 2 +-
 xfce-base/xfconf/xfconf-4.13.8.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 369075b3878..114d48b3ba8 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -11,7 +11,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 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98

diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild 
b/xfce-base/xfconf/xfconf-4.13.7.ebuild
index 8e6b32d8356..2c7080e51c8 100644
--- a/xfce-base/xfconf/xfconf-4.13.7.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/glib-2.42:=

diff --git a/xfce-base/xfconf/xfconf-4.13.8.ebuild 
b/xfce-base/xfconf/xfconf-4.13.8.ebuild
index 0076669b06b..ed513b4ee1d 100644
--- a/xfce-base/xfconf/xfconf-4.13.8.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug introspection perl vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2019-06-28 Thread Michał Górny
commit: 2c0630983c75273e08b06b083522e2ca265c9078
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 28 09:04:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 09:04:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c063098

xfce-base/xfconf: Bump to 4.13.8

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.8.ebuild | 87 +++
 2 files changed, 88 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index a662f1d2896..3cd9e9ece1d 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.13.7.tar.bz2 618676 BLAKE2B 
8f7dd97530d4781e2d46d8139800f54991d932db5de0050e66d711bafef1daa0355383fd139789037a92b462042563a9aa2269295785b2f8217a0e9ff6a00c80
 SHA512 
113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d
+DIST xfconf-4.13.8.tar.bz2 635519 BLAKE2B 
4f8a05063b5acfa34e8a09637050e4c30917966708e956a3d8373d4872e0468e3b546728bafed18f2c6ec1e540170343e59071d5100ff2ec63bb0bbf4dcfe577
 SHA512 
2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77

diff --git a/xfce-base/xfconf/xfconf-4.13.8.ebuild 
b/xfce-base/xfconf/xfconf-4.13.8.ebuild
new file mode 100644
index 000..0076669b06b
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.8.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug introspection perl vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   >=xfce-base/libxfce4util-4.10:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   vala? ( $(vala_depend) )
+   ! "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
+
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
+
+   nonfatal emake check
+   ret=${?}
+
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2019-06-17 Thread Michał Górny
commit: 193a8b642d00a499a3cd92bb794e0494446fc8c2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 17 09:12:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 17 09:12:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193a8b64

xfce-base/xfconf: Fix tests to run without xfconf installed

Start D-Bus session bus with correct service file to make sure xfconf
D-Bus tests can spawn and communicate with the daemon.  While at it,
get rid of unnecessary Xvfb.

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

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 30 ++
 xfce-base/xfconf/xfconf-4.13.7.ebuild| 29 ++---
 2 files changed, 36 insertions(+), 23 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 0f7f61db433..369075b3878 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit virtualx xdg-utils
+inherit xdg-utils
 
 DESCRIPTION="A configuration management system for Xfce"
 HOMEPAGE="https://www.xfce.org/projects/;
@@ -57,20 +57,26 @@ src_compile() {
emake OTHERLDFLAGS="${LDFLAGS}"
 }
 
-my_test() {
-   local out=$(./xfconfd/xfconfd --daemon) || return 1
-   eval "${out}"
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
 
-   local ret=0
-   # https://bugzilla.xfce.org/show_bug.cgi?id=13840
-   nonfatal emake -j1 check || ret=1
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
 
-   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
-   return "${ret}"
-}
+   nonfatal emake check
+   ret=${?}
 
-src_test() {
-   virtx my_test
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
 }
 
 src_install() {

diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild 
b/xfce-base/xfconf/xfconf-4.13.7.ebuild
index 82b928dbe4b..8e6b32d8356 100644
--- a/xfce-base/xfconf/xfconf-4.13.7.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit virtualx xdg-utils
+inherit xdg-utils
 
 DESCRIPTION="A configuration management system for Xfce"
 HOMEPAGE="https://www.xfce.org/projects/;
@@ -48,19 +48,26 @@ src_compile() {
emake OTHERLDFLAGS="${LDFLAGS}"
 }
 
-my_test() {
-   local out=$(./xfconfd/xfconfd --daemon) || return 1
-   eval "${out}"
+src_test() {
+   local service_dir=${HOME}/.local/share/dbus-1/services
+   mkdir -p "${service_dir}" || die
+   cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
+   [D-BUS Service]
+   Name=org.xfce.Xfconf
+   Exec=${S}/xfconfd/xfconfd
+   EOF
 
-   local ret=0
-   nonfatal emake check || ret=1
+   (
+   # start isolated dbus session bus
+   dbus_data=$(dbus-launch --sh-syntax) || exit
+   eval "${dbus_data}"
 
-   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
-   return "${ret}"
-}
+   nonfatal emake check
+   ret=${?}
 
-src_test() {
-   virtx my_test
+   kill "${DBUS_SESSION_BUS_PID}"
+   exit "${ret}"
+   ) || die
 }
 
 src_install() {



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

2019-06-17 Thread Michał Górny
commit: e6442d9ee02197ced707bafdd46f036311ef8cb9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 17 06:24:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 17 06:25:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6442d9e

xfce-base/xfconf: Upstream handles disabling parallel tests

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

 xfce-base/xfconf/xfconf-4.13.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild 
b/xfce-base/xfconf/xfconf-4.13.7.ebuild
index a7c2bde4413..82b928dbe4b 100644
--- a/xfce-base/xfconf/xfconf-4.13.7.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild
@@ -53,8 +53,7 @@ my_test() {
eval "${out}"
 
local ret=0
-   # https://bugzilla.xfce.org/show_bug.cgi?id=13840
-   nonfatal emake -j1 check || ret=1
+   nonfatal emake check || ret=1
 
kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
return "${ret}"



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

2019-05-28 Thread Aaron Bauman
commit: fd2191302bbfa3d23cb1c5d2324b118a11e8799f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 29 00:25:55 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 29 00:31:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd219130

xfce-base/xfconf: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.13
RepoMan-Options: --include-arches="arm64"

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 81f5a2d94ea..0f7f61db433 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,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 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/, profiles/

2019-05-24 Thread Michał Górny
commit: a658aa90dffe45cd63dc55c2eebc5b964973e96a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 24 22:01:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 24 22:19:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a658aa90

xfce-base/xfconf: Drop old

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

 profiles/package.mask |  5 ---
 xfce-base/xfconf/Manifest |  2 -
 xfce-base/xfconf/xfconf-4.13.5.ebuild | 75 ---
 xfce-base/xfconf/xfconf-4.13.6.ebuild | 75 ---
 4 files changed, 157 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e9e097f18af..c620fef3125 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -545,11 +545,6 @@ dev-libs/gost-engine
 # Masked for removal on 2018-11-24, bug #669650.
 dev-db/pgadmin3
 
-# Lars Wendler  (22 Oct 2018)
-# Breaks dev-libs/gobject-introspection and its consumers
-# See #669278
-=xfce-base/xfconf-4.13.6
-
 # Thomas Deutschmann  (12 Oct 2018)
 # EOL and has known vulnerabilities. Please move to
 # Firefox 60 or newer if you can.

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 2e3c4adf989..a662f1d2896 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,4 +1,2 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
-DIST xfconf-4.13.5.tar.bz2 609549 BLAKE2B 
ccd5e907752d8fa5b5c4a7468c9eeec4083709bbe11b14ae79b20938e3b7c6ff097805be56b3f8cee146e2d0c0ffb272b856e559d1699c4e40d7c140fe7515fe
 SHA512 
34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b
-DIST xfconf-4.13.6.tar.bz2 578107 BLAKE2B 
6348b536978d1d3f611783e530be7b694c46ad3030ed02e04a6e38122028068ec8392f34667e5d54a09d9115db191d6366619707e117f2b37f3ad8f14a3de2c2
 SHA512 
0eaa1ad428be5bea97b891a6bf0488293064e31d4869b70389ded940a23f9d8cffd0801dd98932658a67e57d6a0da95998872202cf7756aa24caa8f9d2c5f755
 DIST xfconf-4.13.7.tar.bz2 618676 BLAKE2B 
8f7dd97530d4781e2d46d8139800f54991d932db5de0050e66d711bafef1daa0355383fd139789037a92b462042563a9aa2269295785b2f8217a0e9ff6a00c80
 SHA512 
113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d

diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild 
b/xfce-base/xfconf/xfconf-4.13.5.ebuild
deleted file mode 100644
index 244033bffc4..000
--- a/xfce-base/xfconf/xfconf-4.13.5.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit virtualx xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=xfce-base/libxfce4util-4.10:=
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   !https://bugzilla.xfce.org/show_bug.cgi?id=13840
-   nonfatal emake -j1 check || ret=1
-
-   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
-   return "${ret}"
-}
-
-src_test() {
-   virtx my_test
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-
-   if use perl; then
-   find "${ED}" -type f -name perllocal.pod -delete || die
-   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-   fi
-}

diff --git a/xfce-base/xfconf/xfconf-4.13.6.ebuild 
b/xfce-base/xfconf/xfconf-4.13.6.ebuild
deleted file mode 100644
index 2cd890f3d36..000
--- a/xfce-base/xfconf/xfconf-4.13.6.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit virtualx xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=xfce-base/libxfce4util-4.10:=
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   

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

2019-05-18 Thread Michał Górny
commit: ca0460e4a3f24c5f6a80a2f66406868434b46b19
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 11:15:32 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:27:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0460e4

xfce-base/xfconf: Bump to 4.13.7

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.7.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 1af9d0406ac..2e3c4adf989 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,4 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.13.5.tar.bz2 609549 BLAKE2B 
ccd5e907752d8fa5b5c4a7468c9eeec4083709bbe11b14ae79b20938e3b7c6ff097805be56b3f8cee146e2d0c0ffb272b856e559d1699c4e40d7c140fe7515fe
 SHA512 
34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b
 DIST xfconf-4.13.6.tar.bz2 578107 BLAKE2B 
6348b536978d1d3f611783e530be7b694c46ad3030ed02e04a6e38122028068ec8392f34667e5d54a09d9115db191d6366619707e117f2b37f3ad8f14a3de2c2
 SHA512 
0eaa1ad428be5bea97b891a6bf0488293064e31d4869b70389ded940a23f9d8cffd0801dd98932658a67e57d6a0da95998872202cf7756aa24caa8f9d2c5f755
+DIST xfconf-4.13.7.tar.bz2 618676 BLAKE2B 
8f7dd97530d4781e2d46d8139800f54991d932db5de0050e66d711bafef1daa0355383fd139789037a92b462042563a9aa2269295785b2f8217a0e9ff6a00c80
 SHA512 
113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d

diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild 
b/xfce-base/xfconf/xfconf-4.13.7.ebuild
new file mode 100644
index 000..54e751d9506
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   >=xfce-base/libxfce4util-4.10:=
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   !https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2019-05-18 Thread Michał Górny
commit: 431a8f7e9674f00d70049ea816c4bfa1862bb805
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 11:15:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:27:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431a8f7e

xfce-base/xfconf: Correct license to GPL-2+

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

 xfce-base/xfconf/xfconf-4.13.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild 
b/xfce-base/xfconf/xfconf-4.13.7.ebuild
index 54e751d9506..f2dbd52b578 100644
--- a/xfce-base/xfconf/xfconf-4.13.7.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A configuration management system for Xfce"
 HOMEPAGE="https://www.xfce.org/projects/;
 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0/3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"



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

2019-05-18 Thread Michał Górny
commit: c50d076c3f70bd9efd5b6308ec1963d6507e881c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 11:15:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 11:27:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50d076c

xfce-base/xfconf: Bump to EAPI 7

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

 xfce-base/xfconf/xfconf-4.13.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild 
b/xfce-base/xfconf/xfconf-4.13.7.ebuild
index f2dbd52b578..a7c2bde4413 100644
--- a/xfce-base/xfconf/xfconf-4.13.7.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit virtualx xdg-utils
 



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

2019-04-07 Thread Mikle Kolyada
commit: 7f3bb34879e90874702ed686ff8873848135c940
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 17:17:02 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 17:18:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3bb348

xfce-base/xfconf: revert stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 xfce-base/xfconf/xfconf-4.13.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild 
b/xfce-base/xfconf/xfconf-4.13.5.ebuild
index 59a54448b16..244033bffc4 100644
--- a/xfce-base/xfconf/xfconf-4.13.5.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/glib-2.30:=



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

2019-04-07 Thread Mikle Kolyada
commit: a2dd40bb0ee2b56147638e6c85b6324645e07246
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:42:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:42:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2dd40bb

xfce-base/xfconf: x86 stable wrt bug #682814

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 xfce-base/xfconf/xfconf-4.13.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild 
b/xfce-base/xfconf/xfconf-4.13.5.ebuild
index 52704034587..59a54448b16 100644
--- a/xfce-base/xfconf/xfconf-4.13.5.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/glib-2.30:=



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

2019-04-07 Thread Mikle Kolyada
commit: cba402366b2d66441a0e75c20eb8c00e7f8b68da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  7 14:41:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  7 14:41:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba40236

xfce-base/xfconf: amd64 stable wrt bug #682814

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

 xfce-base/xfconf/xfconf-4.13.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild 
b/xfce-base/xfconf/xfconf-4.13.5.ebuild
index 2cd890f3d36..52704034587 100644
--- a/xfce-base/xfconf/xfconf-4.13.5.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/glib-2.30:=



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

2018-12-02 Thread Mikle Kolyada
commit: 39fd74d286fa0207ba42fde93bea690987c9aecb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 11:10:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 11:10:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fd74d2

xfce-base/xfconf: arm stable wrt bug #652774

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 36df67bd316..81f5a2d94ea 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -11,7 +11,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 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-11-27 Thread Tobias Klausmann
commit: 038d3ff310ac75030e49bd6fd231059921430a50
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 27 16:00:58 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 27 16:00:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038d3ff3

xfce-base/xfconf-4.12.1-r1: alpha stable

Bug: http://bugs.gentoo.org/652774
Signed-off-by: Tobias Klausmann  gentoo.org>

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 311503b1f17..f48a838e2ac 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -11,7 +11,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 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-11-24 Thread Sergei Trofimovich
commit: 36d54b2f1055b7307401bf3c48cdb2511249242e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 13:39:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 13:39:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d54b2f

xfce-base/xfconf: stable 4.12.1-r1 for ppc, bug #652774

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index f58c5258c0c..311503b1f17 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -11,7 +11,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 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-11-12 Thread Mikle Kolyada
commit: c529fac3d13660d53cd4c5405859232e268dfe6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:44:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:44:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c529fac3

xfce-base/xfconf: amd64 stable wrt bug #652774

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
index 0a9248e0894..09c3699d80b 100644
--- a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,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 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-11-11 Thread Michał Górny
commit: bddbad19758709754f8e8c7358f39040cf24f8c9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 11 19:06:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 19:07:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddbad19

xfce-base/xfconf: Clean old up

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

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.13.4.ebuild | 74 ---
 2 files changed, 75 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 767f8db5224..1af9d0406ac 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,4 +1,3 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
-DIST xfconf-4.13.4.tar.bz2 598700 BLAKE2B 
05d4f7e360359e8d56b8a4cf6a39f22506113a758861fb730d9fb858f92554af3e28c49a21ceb246f8503087bec1032d430b16df999f7db22c56d3d3cb12ad68
 SHA512 
17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
 DIST xfconf-4.13.5.tar.bz2 609549 BLAKE2B 
ccd5e907752d8fa5b5c4a7468c9eeec4083709bbe11b14ae79b20938e3b7c6ff097805be56b3f8cee146e2d0c0ffb272b856e559d1699c4e40d7c140fe7515fe
 SHA512 
34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b
 DIST xfconf-4.13.6.tar.bz2 578107 BLAKE2B 
6348b536978d1d3f611783e530be7b694c46ad3030ed02e04a6e38122028068ec8392f34667e5d54a09d9115db191d6366619707e117f2b37f3ad8f14a3de2c2
 SHA512 
0eaa1ad428be5bea97b891a6bf0488293064e31d4869b70389ded940a23f9d8cffd0801dd98932658a67e57d6a0da95998872202cf7756aa24caa8f9d2c5f755

diff --git a/xfce-base/xfconf/xfconf-4.13.4.ebuild 
b/xfce-base/xfconf/xfconf-4.13.4.ebuild
deleted file mode 100644
index 39a35ac7568..000
--- a/xfce-base/xfconf/xfconf-4.13.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit virtualx xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=xfce-base/libxfce4util-4.10:=
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   !https://bugzilla.xfce.org/show_bug.cgi?id=13840
-   nonfatal emake -j1 check || ret=1
-
-   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
-   return "${ret}"
-}
-
-src_test() {
-   virtx my_test
-}
-
-src_install() {
-   default
-   find "${D}" -type f -name '*.la' -delete || die
-
-   if use perl; then
-   find "${ED}" -type f -name perllocal.pod -delete || die
-   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-   fi
-}



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

2018-10-22 Thread Michał Górny
commit: 49ad7fd419908564186388458520252863af77be
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 22 14:30:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 22 14:31:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ad7fd4

xfce-base/xfconf: Add missing dep on glib-utils

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

 xfce-base/xfconf/xfconf-4.13.5.ebuild | 3 ++-
 xfce-base/xfconf/xfconf-4.13.6.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild 
b/xfce-base/xfconf/xfconf-4.13.5.ebuild
index 39a35ac7568..2cd890f3d36 100644
--- a/xfce-base/xfconf/xfconf-4.13.5.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,7 @@ RDEPEND=">=dev-libs/glib-2.30:=
!=dev-libs/glib-2.30:=

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

2018-10-21 Thread Michał Górny
commit: cb03b34508ddacacc401aa8db64fd292ce511a4c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 21 20:32:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 21 20:40:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb03b345

xfce-base/xfconf: Bump to 4.13.6

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

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.6.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 286370007e8..767f8db5224 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,4 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.13.4.tar.bz2 598700 BLAKE2B 
05d4f7e360359e8d56b8a4cf6a39f22506113a758861fb730d9fb858f92554af3e28c49a21ceb246f8503087bec1032d430b16df999f7db22c56d3d3cb12ad68
 SHA512 
17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
 DIST xfconf-4.13.5.tar.bz2 609549 BLAKE2B 
ccd5e907752d8fa5b5c4a7468c9eeec4083709bbe11b14ae79b20938e3b7c6ff097805be56b3f8cee146e2d0c0ffb272b856e559d1699c4e40d7c140fe7515fe
 SHA512 
34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b
+DIST xfconf-4.13.6.tar.bz2 578107 BLAKE2B 
6348b536978d1d3f611783e530be7b694c46ad3030ed02e04a6e38122028068ec8392f34667e5d54a09d9115db191d6366619707e117f2b37f3ad8f14a3de2c2
 SHA512 
0eaa1ad428be5bea97b891a6bf0488293064e31d4869b70389ded940a23f9d8cffd0801dd98932658a67e57d6a0da95998872202cf7756aa24caa8f9d2c5f755

diff --git a/xfce-base/xfconf/xfconf-4.13.6.ebuild 
b/xfce-base/xfconf/xfconf-4.13.6.ebuild
new file mode 100644
index 000..39a35ac7568
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.6.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=xfce-base/libxfce4util-4.10:=
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   !https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2018-06-18 Thread Michał Górny
commit: 17263042e3dac4407ee0e53738d91413e7f47dce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 18 10:45:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 18 12:57:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17263042

xfce-base/xfconf: Bump to 4.13.5

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.5.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 51d7fd74701..286370007e8 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 
893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a
 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 DIST xfconf-4.13.4.tar.bz2 598700 BLAKE2B 
05d4f7e360359e8d56b8a4cf6a39f22506113a758861fb730d9fb858f92554af3e28c49a21ceb246f8503087bec1032d430b16df999f7db22c56d3d3cb12ad68
 SHA512 
17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
+DIST xfconf-4.13.5.tar.bz2 609549 BLAKE2B 
ccd5e907752d8fa5b5c4a7468c9eeec4083709bbe11b14ae79b20938e3b7c6ff097805be56b3f8cee146e2d0c0ffb272b856e559d1699c4e40d7c140fe7515fe
 SHA512 
34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b

diff --git a/xfce-base/xfconf/xfconf-4.13.5.ebuild 
b/xfce-base/xfconf/xfconf-4.13.5.ebuild
new file mode 100644
index 000..d82d16a974d
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.5.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=xfce-base/libxfce4util-4.10:=
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   !https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2018-04-08 Thread Michał Górny
commit: 1f030dd00b1ba8e3f7de62075058614f5ed61276
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 07:37:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f030dd0

xfce-base/xfconf: Bump 4.12.1 to EAPI=6

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 84 
 1 file changed, 84 insertions(+)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
new file mode 100644
index 000..d95b921ef80
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/dbus-glib-0.98
+   >=dev-libs/glib-2.30
+   >=xfce-base/libxfce4util-4.10
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   perl? (
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+   )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable perl perl-bindings)
+   $(use_enable debug checks)
+   --with-perl-options=INSTALLDIRS=vendor
+   )
+   [[ ${CHOST} == *-darwin* ]] && myconf+=( --disable-visibility ) #366857
+
+   xdg_environment_reset
+   econf "${myconf[@]}"
+}
+
+src_prepare() {
+   # https://bugzilla.xfce.org/show_bug.cgi?id=9556
+   cat <<-EOF >> po/POTFILES.skip
+   xfconf-perl/xs/Xfconf.c
+   xfconf-perl/xs/XfconfBinding.c
+   xfconf-perl/xs/XfconfChannel.c
+   EOF
+
+   default
+}
+
+src_compile() {
+   emake OTHERLDFLAGS="${LDFLAGS}"
+}
+
+my_test() {
+   local out=$(./xfconfd/xfconfd --daemon) || return 1
+   eval "${out}"
+
+   local ret=0
+   # https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



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

2018-03-23 Thread Markus Meier
commit: 9c347b05c4399290f10f4ee14181d256e77d07c4
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:50:39 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:50:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c347b05

xfce-base/xfconf: arm stable, bug #643074

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index 0d0e5ee31cf..87e7dfcd2f0 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-03-03 Thread Tobias Klausmann
commit: 29edc1fd8701df453d2d208e0c1aeb39acc10756
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Mar  3 13:42:53 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Mar  3 17:48:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29edc1fd

xfce-base/xfconf-4.12.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/643074

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index 4bc9651bc0d..0d0e5ee31cf 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-01-10 Thread Sergei Trofimovich
commit: 5aaa8920f902c493325d0f3f94b62a69bd7e0636
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan 10 20:06:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 10 21:22:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aaa8920

xfce-base/xfconf: stable 4.12.1 for hppa, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index d64f9548b52..4bc9651bc0d 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-01-08 Thread Sergei Trofimovich
commit: 608cf9265c8a25a1a64c2ce35b03708f9e32e306
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  8 07:31:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  8 08:00:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608cf926

xfce-base/xfconf: stable 4.12.1 for ia64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index 866c5e80ce0..d64f9548b52 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-01-07 Thread Sergei Trofimovich
commit: aa53bb73b0cf9910ea104730d541d6063e035111
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 20:03:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 20:03:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa53bb73

xfce-base/xfconf: stable 4.12.1 for ppc, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index 3ac436eea29..866c5e80ce0 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-01-07 Thread Sergei Trofimovich
commit: e63dc98e4f49777d3b9958f4214af86dea27b0dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 13:12:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 13:16:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63dc98e

xfce-base/xfconf: stable 4.12.1 for ppc64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index 89236f09b5a..3ac436eea29 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2018-01-05 Thread Mikle Kolyada
commit: b199c05e4685d209ff0c2ebaa2520b316c320409
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 10:54:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 10:58:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b199c05e

xfce-base/xfconf: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-base/xfconf/xfconf-4.12.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index c6925989ca3..85c236dedc4 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug perl"
 
 RDEPEND=">=dev-libs/dbus-glib-0.98



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

2017-09-05 Thread Michał Górny
commit: aff05fd84af1603e9de69a9e8597b690408d814e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  5 17:06:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff05fd8

xfce-base/xfconf: Drop old interim version

 xfce-base/xfconf/Manifest |  1 -
 xfce-base/xfconf/xfconf-4.13.3.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 38d70432c9c..e96a015bb7e 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,4 +1,3 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
-DIST xfconf-4.13.3.tar.bz2 597311 SHA256 
842416258d87f24b8e2b72ddf3cb1385d0c73c982e66b18d2b2e7cb8123f98c8 SHA512 
d8b53f1785947c4c47de65fe7e43062a771b6a256e598eb09fee4be975c6ccf70446d922e2d50b52c68747603012b41ef69428f286ae8d2c0768f9e6ff8aee55
 WHIRLPOOL 
199af60c94a44b8350f922b2fb5e3325cf718d09ad80cd882e13b6879c673876a2b3b7d2ca860f28a8007255f042b4bb6a7d4559ea6df98e7b0e1fc348bdbf43
 DIST xfconf-4.13.4.tar.bz2 598700 SHA256 
4808997894ad9b6bcd39b0e8c609129e60d204c038d4edc4e9b8c55ea2d094c9 SHA512 
17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
 WHIRLPOOL 
9f9c6db0a28bcc7a9a7c710335f2a1361d10d0b6eec1a61aebcecc4597362537280654289176a8b7abbd9ac9ead9a670f4cadd8c2a551ef4891262194b64ca3d

diff --git a/xfce-base/xfconf/xfconf-4.13.3.ebuild 
b/xfce-base/xfconf/xfconf-4.13.3.ebuild
deleted file mode 100644
index eff57ca4550..000
--- a/xfce-base/xfconf/xfconf-4.13.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit virtualx xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/;
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   >=xfce-base/libxfce4util-4.10:=
-   perl? (
-   dev-lang/perl:=[-build(-)]
-   dev-perl/glib-perl
-   )
-   !

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

2017-09-05 Thread Michał Górny
commit: 9e2f3e279d7b77e29b839804ba5c3ddbbe06d24c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  5 17:09:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  5 17:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2f3e27

xfce-base/xfconf: Run tests with -j1 due to race condition

Bug: https://bugzilla.xfce.org/show_bug.cgi?id=13840
Closes: https://bugs.gentoo.org/629960

 xfce-base/xfconf/xfconf-4.13.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.4.ebuild 
b/xfce-base/xfconf/xfconf-4.13.4.ebuild
index eff57ca4550..d82d16a974d 100644
--- a/xfce-base/xfconf/xfconf-4.13.4.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.4.ebuild
@@ -52,7 +52,8 @@ my_test() {
eval "${out}"
 
local ret=0
-   nonfatal emake check || ret=1
+   # https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
 
kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
return "${ret}"



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

2017-08-31 Thread Michał Górny
commit: 53dee6e7592d49937cbc8e2927ec01450efec373
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 14:29:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 15:05:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53dee6e7

xfce-base/xfconf: Bump to 4.13.4

 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.4.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 4abb2153699..38d70432c9c 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,4 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
 DIST xfconf-4.13.3.tar.bz2 597311 SHA256 
842416258d87f24b8e2b72ddf3cb1385d0c73c982e66b18d2b2e7cb8123f98c8 SHA512 
d8b53f1785947c4c47de65fe7e43062a771b6a256e598eb09fee4be975c6ccf70446d922e2d50b52c68747603012b41ef69428f286ae8d2c0768f9e6ff8aee55
 WHIRLPOOL 
199af60c94a44b8350f922b2fb5e3325cf718d09ad80cd882e13b6879c673876a2b3b7d2ca860f28a8007255f042b4bb6a7d4559ea6df98e7b0e1fc348bdbf43
+DIST xfconf-4.13.4.tar.bz2 598700 SHA256 
4808997894ad9b6bcd39b0e8c609129e60d204c038d4edc4e9b8c55ea2d094c9 SHA512 
17c4c2ff4b02eef2d3040c21120e34863e4b38794d7670e42a31e4062a0ba0d4064d4239e8166a2c05d5d316773fdc96ae6098e78ab9b058b9c5a31f94c7f3dc
 WHIRLPOOL 
9f9c6db0a28bcc7a9a7c710335f2a1361d10d0b6eec1a61aebcecc4597362537280654289176a8b7abbd9ac9ead9a670f4cadd8c2a551ef4891262194b64ca3d

diff --git a/xfce-base/xfconf/xfconf-4.13.4.ebuild 
b/xfce-base/xfconf/xfconf-4.13.4.ebuild
new file mode 100644
index 000..eff57ca4550
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.4.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=xfce-base/libxfce4util-4.10:=
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )
+   !

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

2017-08-14 Thread Michał Górny
commit: 526f6de1fb0d60e03fc188c861ef6e2b7b24b5e8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 14 19:07:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 14 19:49:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526f6de1

xfce-base/xfconf: Add blockers to prevent co-inst of broken pkgs

 xfce-base/xfconf/xfconf-4.13.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.13.3.ebuild 
b/xfce-base/xfconf/xfconf-4.13.3.ebuild
index 44dded11bfa..eff57ca4550 100644
--- a/xfce-base/xfconf/xfconf-4.13.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.3.ebuild
@@ -19,7 +19,9 @@ RDEPEND=">=dev-libs/glib-2.30:=
perl? (
dev-lang/perl:=[-build(-)]
dev-perl/glib-perl
-   )"
+   )
+   

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

2017-08-04 Thread Amy Liffey
commit: 6d60cb53deb3715c996bf45a8dd49d7f48e3547f
Author: Jonas Stein  gentoo  org>
AuthorDate: Tue Aug  1 20:15:38 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug  4 21:06:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d60cb53

xfce-base/xfconf: Shorter DESCRIPTION

 xfce-base/xfconf/xfconf-4.12.0-r1.ebuild | 2 +-
 xfce-base/xfconf/xfconf-4.12.1.ebuild| 2 +-
 xfce-base/xfconf/xfconf-4.13.3.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild
index 4ba3bab68df..33870abdf43 100644
--- a/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit xfconf
 
-DESCRIPTION="A simple client-server configuration storage and query system for 
the Xfce desktop environment"
+DESCRIPTION="A configuration management system for Xfce"
 HOMEPAGE="https://docs.xfce.org/xfce/xfconf/start;
 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 

diff --git a/xfce-base/xfconf/xfconf-4.12.1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1.ebuild
index a2d8d41409f..c6925989ca3 100644
--- a/xfce-base/xfconf/xfconf-4.12.1.ebuild
+++ b/xfce-base/xfconf/xfconf-4.12.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit xfconf
 
-DESCRIPTION="A flexible, easy-to-use configuration management system for Xfce"
+DESCRIPTION="A configuration management system for Xfce"
 HOMEPAGE="https://www.xfce.org/projects/;
 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 

diff --git a/xfce-base/xfconf/xfconf-4.13.3.ebuild 
b/xfce-base/xfconf/xfconf-4.13.3.ebuild
index 3e2ada0e1a3..44dded11bfa 100644
--- a/xfce-base/xfconf/xfconf-4.13.3.ebuild
+++ b/xfce-base/xfconf/xfconf-4.13.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit virtualx xdg-utils
 
-DESCRIPTION="A flexible, easy-to-use configuration management system for Xfce"
+DESCRIPTION="A configuration management system for Xfce"
 HOMEPAGE="https://www.xfce.org/projects/;
 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 



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

2017-07-24 Thread Michał Górny
commit: 9fde20f74bc0f5bdab5668261bac31d6f2be84a5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 13:13:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 19:03:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fde20f7

xfce-base/xfconf: Bump to 4.13.3

 xfce-base/xfconf/Manifest   | 2 +-
 xfce-base/xfconf/{xfconf-4.13.2.ebuild => xfconf-4.13.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 8afd9d1823c..4abb2153699 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,3 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
-DIST xfconf-4.13.2.tar.bz2 591620 SHA256 
52d700908365d7c1a15d4fdb9d09b6502c4819ffb034536722cce1e15e1818da SHA512 
a30f70a6442a51f6ae305cebb4863db833c752c93ba4091ec8a5fd3f66f4eead2bc460df4c6c5275f3d1610f80fd1f6b57c33e0ac59adc94d21096fd83b82c4a
 WHIRLPOOL 
b2f62847373c4c16fec578214d1b60151413e3c30cb6a8c2c956e89d0608520db7e54da05c4593eca1041ba13b0717aa5c80c70c5f6d665e343e2183e8b8bb54
+DIST xfconf-4.13.3.tar.bz2 597311 SHA256 
842416258d87f24b8e2b72ddf3cb1385d0c73c982e66b18d2b2e7cb8123f98c8 SHA512 
d8b53f1785947c4c47de65fe7e43062a771b6a256e598eb09fee4be975c6ccf70446d922e2d50b52c68747603012b41ef69428f286ae8d2c0768f9e6ff8aee55
 WHIRLPOOL 
199af60c94a44b8350f922b2fb5e3325cf718d09ad80cd882e13b6879c673876a2b3b7d2ca860f28a8007255f042b4bb6a7d4559ea6df98e7b0e1fc348bdbf43

diff --git a/xfce-base/xfconf/xfconf-4.13.2.ebuild 
b/xfce-base/xfconf/xfconf-4.13.3.ebuild
similarity index 100%
rename from xfce-base/xfconf/xfconf-4.13.2.ebuild
rename to xfce-base/xfconf/xfconf-4.13.3.ebuild



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

2017-06-23 Thread Michał Górny
commit: 99732b44ddb05bbd63c458ae198e6624762007a5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 23 09:57:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 23 09:59:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99732b44

xfce-base/xfconf: Bump to 4.13.2

 xfce-base/xfconf/Manifest   | 2 +-
 xfce-base/xfconf/{xfconf-4.13.1.ebuild => xfconf-4.13.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 5c7ae17b32a..8afd9d1823c 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,3 +1,3 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
-DIST xfconf-4.13.1.tar.bz2 584229 SHA256 
17f149f8f0cdbd4f3c8fb7869015c57a5bc6ba1c842faade6d6ec75fea5b SHA512 
94504c71be3e98f635f20ab840a04aea08118962a9415a88bcdabf3960b3ba0b6f90a5c89b515bfef5bd5850738370ac885411ce3f4ecde944ca4e7976728080
 WHIRLPOOL 
95db672eec632aa3a2b74860ad88293ce7259956e08860c498e7141311224e1630f7d09b0568fb4508e398dffe5b280c837c9fcf7c412979ee235e198a33bd5c
+DIST xfconf-4.13.2.tar.bz2 591620 SHA256 
52d700908365d7c1a15d4fdb9d09b6502c4819ffb034536722cce1e15e1818da SHA512 
a30f70a6442a51f6ae305cebb4863db833c752c93ba4091ec8a5fd3f66f4eead2bc460df4c6c5275f3d1610f80fd1f6b57c33e0ac59adc94d21096fd83b82c4a
 WHIRLPOOL 
b2f62847373c4c16fec578214d1b60151413e3c30cb6a8c2c956e89d0608520db7e54da05c4593eca1041ba13b0717aa5c80c70c5f6d665e343e2183e8b8bb54

diff --git a/xfce-base/xfconf/xfconf-4.13.1.ebuild 
b/xfce-base/xfconf/xfconf-4.13.2.ebuild
similarity index 100%
rename from xfce-base/xfconf/xfconf-4.13.1.ebuild
rename to xfce-base/xfconf/xfconf-4.13.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/, profiles/

2017-06-07 Thread Michał Górny
commit: 379df5fa8b1208b3876398def6c15e820701c37e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 07:48:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:06:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379df5fa

xfce-base/xfconf: Bump to 4.13.1, EAPI=6, fix tests

 profiles/package.mask |  8 
 xfce-base/xfconf/Manifest |  1 +
 xfce-base/xfconf/xfconf-4.13.1.ebuild | 71 +++
 3 files changed, 80 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 93e9b6b8574..1d1ccfcd108 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (07 Jun 2017)
+# The new release changes API and *breaks* core Xfce components.
+# Upstream lists xfce-base/xfce4-settings and xfce-base/xfce4-panel
+# as being incompatible. The breakage is not exhibited at build time
+# but results in broken executables. Masked until upstream releases
+# fixed versions and for further testing.
+>=xfce-base/xfconf-4.13
+
 # Andreas Sturmlechner  (07 Jun 2017)
 # Needs some testing.
 ~media-gfx/exiv2-0.26

diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index 0f94d4c693d..5c7ae17b32a 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,2 +1,3 @@
 DIST xfconf-4.12.0.tar.bz2 542544 SHA256 
9910eaea8405336415d4d7f3056403f8c67bc23ba0dce251eac35205c603b156 SHA512 
60cc37a7207b0486f7f2de665870facf8e339241df344d7540082f3db447b3ac88bddd306d6a09a3868878cb477d1696491c71470052ef56cb649d773bd55b56
 WHIRLPOOL 
73241764a03c865c3bcda97a481e4ed9c6bfd8a3fdfd1a614291abad32f11157ba50a14d0ef918ad3c397fdd015d3dcf0cd07e24e43fbdd5125d5c273d536c16
 DIST xfconf-4.12.1.tar.bz2 564131 SHA256 
35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 SHA512 
114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
 WHIRLPOOL 
17ccadbf9759cf2c84f09f58f0f3c65a49a4dab3965a1deb7a42d5635075b4d60dc96556d0cc80d8b8df8c91bae51d9e3864409020b32058694d15f340d3f9c1
+DIST xfconf-4.13.1.tar.bz2 584229 SHA256 
17f149f8f0cdbd4f3c8fb7869015c57a5bc6ba1c842faade6d6ec75fea5b SHA512 
94504c71be3e98f635f20ab840a04aea08118962a9415a88bcdabf3960b3ba0b6f90a5c89b515bfef5bd5850738370ac885411ce3f4ecde944ca4e7976728080
 WHIRLPOOL 
95db672eec632aa3a2b74860ad88293ce7259956e08860c498e7141311224e1630f7d09b0568fb4508e398dffe5b280c837c9fcf7c412979ee235e198a33bd5c

diff --git a/xfce-base/xfconf/xfconf-4.13.1.ebuild 
b/xfce-base/xfconf/xfconf-4.13.1.ebuild
new file mode 100644
index 000..3e2ada0e1a3
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.13.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A flexible, easy-to-use configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=xfce-base/libxfce4util-4.10:=
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   perl? (
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+   )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable perl perl-bindings)
+   $(use_enable debug checks)
+   --with-perl-options=INSTALLDIRS=vendor
+   )
+
+   xdg_environment_reset
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake OTHERLDFLAGS="${LDFLAGS}"
+}
+
+my_test() {
+   local out=$(./xfconfd/xfconfd --daemon) || return 1
+   eval "${out}"
+
+   local ret=0
+   nonfatal emake check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/, xfce-base/xfce4-appfinder/, app-office/orage/, ...

2017-04-23 Thread Jason Zaman
commit: ae6d61871c0edff79ea4584d2eab68d03d5aae75
Author: soredake  krutt  org>
AuthorDate: Wed Apr 19 15:26:35 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr 23 08:21:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6d6187

XFCE: update to https and fix broken links

Closes: https://github.com/gentoo/gentoo/pull/4449

Signed-off-by: Jason Zaman  gentoo.org>

 app-cdr/xfburn/xfburn-0.5.4.ebuild| 2 +-
 app-editors/mousepad/mousepad-0.4.0.ebuild| 2 +-
 app-office/orage/orage-4.12.1.ebuild  | 2 +-
 app-text/xfbib/xfbib-0.0.2-r1.ebuild  | 4 ++--
 dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild  | 2 +-
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild| 2 +-
 media-gfx/ristretto/ristretto-0.8.0-r1.ebuild | 2 +-
 media-gfx/ristretto/ristretto-0.8.1.ebuild| 2 +-
 media-gfx/ristretto/ristretto-0.8.2.ebuild| 2 +-
 media-sound/xfmpc/xfmpc-0.2.2.ebuild  | 2 +-
 media-sound/xfmpc/xfmpc-0.2.3.ebuild  | 2 +-
 media-video/parole/parole-0.8.0-r1.ebuild | 2 +-
 media-video/parole/parole-0.8.1.ebuild| 2 +-
 media-video/parole/parole-0.9.1.ebuild| 2 +-
 x11-misc/gigolo/gigolo-0.4.2.ebuild   | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.6.3.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.6.90.ebuild | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.6.92.ebuild | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.0.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.1.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.3.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.4.ebuild  | 2 +-
 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild| 2 +-
 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild| 2 +-
 x11-themes/xfwm4-themes/xfwm4-themes-4.10.0.ebuild| 2 +-
 xfce-base/exo/exo-0.10.6.ebuild   | 2 +-
 xfce-base/exo/exo-0.10.7.ebuild   | 2 +-
 xfce-base/exo/exo-0.11.1.ebuild   | 2 +-
 xfce-base/exo/exo-0.11.2.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.5.0-r1.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.5.0-r2.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.6.0.ebuild  | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild  | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.13.1.ebuild | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild  | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild | 2 +-
 xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild| 2 +-
 xfce-base/thunar/thunar-1.6.10-r1.ebuild  | 2 +-
 xfce-base/thunar/thunar-1.6.10.ebuild | 2 +-
 xfce-base/thunar/thunar-1.6.11.ebuild | 2 +-
 xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild| 2 +-
 xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild   | 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.12.0-r1.ebuild| 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild   | 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.12.1.ebuild   | 2 +-
 xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild| 2 +-
 xfce-base/xfce4-session/xfce4-session-4.12.1.ebuild   | 2 +-
 xfce-base/xfce4-session/xfce4-session-4.13.0.ebuild   | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild  | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild  | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.1.ebuild | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.13.0.ebuild | 2 +-
 xfce-base/xfconf/xfconf-4.12.0-r1.ebuild  | 2 +-
 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild   | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.12.3.ebuild   | 2 +-
 xfce-base/xfwm4/xfwm4-4.12.3-r1.ebuild   

  1   2   >