summaryrefslogtreecommitdiff
path: root/xfce-base/xfconf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /xfce-base/xfconf
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r--xfce-base/xfconf/Manifest4
-rw-r--r--xfce-base/xfconf/xfconf-4.14.4.ebuild88
-rw-r--r--xfce-base/xfconf/xfconf-4.16.0.ebuild2
3 files changed, 2 insertions, 92 deletions
diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest
index eed576c3fe9e..d8685998b88d 100644
--- a/xfce-base/xfconf/Manifest
+++ b/xfce-base/xfconf/Manifest
@@ -1,5 +1,3 @@
-DIST xfconf-4.14.4.tar.bz2 592024 BLAKE2B 1432ca360fd1f02437f238f66906f15a8b98fd0e7f4525bc2b61d53b4e3c146a1a4f8480089956e0a2e5f88d952822ba2b151f54183619a88e3f14f747f6676e SHA512 2335c73078ec1b035ceb1d96a2e16d9e63ca7ad5cabac96478d134ad3f94c0e81351df8acd8fb446a97a56f30472502006d93e96acdafc69262af3bbb1fc79ad
DIST xfconf-4.16.0.tar.bz2 634858 BLAKE2B 34a03e457934310d4750b0811ff3b6fbde0c786656c9cc1bb2dd733e0104c2ab3ff1834fefcea31a6711931406b8ab507a528596b598e92c401defb8e6d7715e SHA512 d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344
-EBUILD xfconf-4.14.4.ebuild 1964 BLAKE2B aa503be5c98ad70582b81367d59a179dfb06051094f3c93b08e8913d508e096ed93d7933f7eb524d12f041c42b1a4808493db4bed5dcf7e8d15919e8532f9d7a SHA512 4101839d285f48bee7ef4f3d95f8d7095963af1c3eb94c1e24c9b3173866cf1be34d80fc5c2a593f048b1035fa64b0f4bda37dc9ca0510646a8da2f39dabdf10
-EBUILD xfconf-4.16.0.ebuild 1765 BLAKE2B d8c407b6340f9eb0f58e542f0082611a34388a0583102d9152f8ada6d1c1744873f76911c2d364128c016c5411d3f22694101974541f22b631b1a5c438d99f9a SHA512 884ca712b4e3116c79a32c21245e85a819f91befa412051d416364f944ebef1a3f4b15ce6d19f1bbe81e8e452145d2598da5baa423aa36db6d6f1b6eefe951dc
+EBUILD xfconf-4.16.0.ebuild 1763 BLAKE2B 898add8e33ba629625d49bfa82c1b3031175d171428adf0380c11a057fb3806d5dc884afaca3e58bc7fd4af9e4d58b9ba16d59d17be6120b8cb197681662bc14 SHA512 85f5ab4cf332f998831f23a81522e23730c872eb6039ab1127324570d9ede1e196c2b588081d706ce88d9f6c27f898bc1dabf79e2aeda688ddb88bb3ad268e04
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
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 6569c2001148..000000000000
--- 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
- )
- !<xfce-base/xfce4-panel-4.13.1
- !<xfce-base/xfce4-settings-4.13.1"
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext
- perl? (
- dev-perl/ExtUtils-Depends
- dev-perl/ExtUtils-PkgConfig
- )
- vala? ( $(vala_depend) )"
-
-src_prepare() {
- # stupid vala.eclass...
- default
-}
-
-src_configure() {
- local myconf=(
- $(use_enable perl perl-bindings)
- $(use_enable introspection)
- $(use_enable vala)
- $(use_enable debug checks)
- --with-perl-options=INSTALLDIRS=vendor
- )
-
- use vala && vala_src_prepare
- 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}"
-
- 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.16.0.ebuild b/xfce-base/xfconf/xfconf-4.16.0.ebuild
index 7caaabd416e4..c2ec5d56b1fe 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 )"