From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE816138335 for ; Mon, 12 Aug 2019 13:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69F2AE0823; Mon, 12 Aug 2019 13:21:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D2E7E0821 for ; Mon, 12 Aug 2019 13:21:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 486DC34999E for ; Mon, 12 Aug 2019 13:21:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFFE1769 for ; Mon, 12 Aug 2019 13:21:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565616042.45679a96cae47298fd8a25a306c538c6c34bc99a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-meta/xfce4-meta-4.14.ebuild X-VCS-Directories: xfce-base/xfce4-meta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45679a96cae47298fd8a25a306c538c6c34bc99a X-VCS-Branch: master Date: Mon, 12 Aug 2019 13:21:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e06b0a3-43e1-4646-9ed8-bffba2eb357b X-Archives-Hash: 82b465dc2160d771c02d5d98a32a4350 commit: 45679a96cae47298fd8a25a306c538c6c34bc99a Author: Michał Górny gentoo org> AuthorDate: Mon Aug 12 12:25:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 12 13:20:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45679a96 xfce-base/xfce4-meta: Bump to 4.14 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfce4-meta/xfce4-meta-4.14.ebuild | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.14.ebuild b/xfce-base/xfce4-meta/xfce4-meta-4.14.ebuild new file mode 100644 index 00000000000..5abf07b1eeb --- /dev/null +++ b/xfce-base/xfce4-meta/xfce4-meta-4.14.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="The Xfce Desktop Environment (meta package)" +HOMEPAGE="https://www.xfce.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="minimal +svg upower" + +RDEPEND=">=x11-themes/gtk-engines-xfce-3:0 + x11-themes/hicolor-icon-theme + >=xfce-base/exo-0.12.8 + >=xfce-base/garcon-0.6.4 + >=xfce-base/libxfce4ui-4.14.1 + >=xfce-base/libxfce4util-4.14.0 + >=xfce-base/thunar-1.8.9 + >=xfce-base/xfce4-appfinder-4.14.0 + >=xfce-base/xfce4-panel-4.14.0 + >=xfce-base/xfce4-session-4.14.0 + >=xfce-base/xfce4-settings-4.14.0 + >=xfce-base/xfconf-4.14.1 + >=xfce-base/xfdesktop-4.14.1 + >=xfce-base/xfwm4-4.14.0 + >=xfce-extra/thunar-volman-0.9.5 + >=xfce-extra/tumbler-0.2.7 + !minimal? ( + media-fonts/dejavu + virtual/freedesktop-icon-theme + ) + svg? ( gnome-base/librsvg ) + upower? ( >=xfce-extra/xfce4-power-manager-1.6.5 )"