commit:     dde05312b629ac42c0a905ba453b8d725e22e466
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 07:58:43 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 08:24:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde05312

xfce-base/xfce4-panel: Bump to 4.15.5

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

 xfce-base/xfce4-panel/Manifest                  |  1 +
 xfce-base/xfce4-panel/xfce4-panel-4.15.5.ebuild | 67 +++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
index 8dd62608d33..211805227a5 100644
--- a/xfce-base/xfce4-panel/Manifest
+++ b/xfce-base/xfce4-panel/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-panel-4.14.4.tar.bz2 1307938 BLAKE2B 
79e0abcc5dfe41faaab1de981b8a61a99e9c11ab5b3ddba5fb7385517d24b50210f12d0a6a49720d6d8458fa7143ed65d7960025c5e8c01af1a59dd6b339a2d9
 SHA512 
5ae7c7acf0254fdc3f5eaccf75d7c12699ab8147322f231af7bd17b1238b8c25a96d628dada9caa086fc8fde2b7dc4030a38eb7b863b290f9e069193b3728d85
 DIST xfce4-panel-4.15.4.tar.bz2 1358752 BLAKE2B 
0920ee2cbc97e2884ded7a739db015bbe60498fcdf2cfee0672139508a1f98ef9dbfbda3a029dacaf790d9ec73aa63766bba8b2cc0dad66c9730c4aa11a3f596
 SHA512 
f8d48fa9691af64e12ea55b190206b6dd6a5faa4a361f45c485591c9ea0bcf01759c5457cd5bb48438f40411862ff873e3913bf3100afd2d9c9b4ab950816ae7
+DIST xfce4-panel-4.15.5.tar.bz2 1379149 BLAKE2B 
072114592dcf48410563f77e77262b1882b1622cc7a7b9b16e62c860b650ad18629f86586bdadf11f6c26973de23788d9db28e67df7c555cb063bc30c8a3e58f
 SHA512 
eacdbfb25c6aaf455d6aaa989da8ca816a94e386f09924464c884e9c031f441d29c3ae694ef0f5ea079b31420a54ac545352f8d6b4418d61b7c11e532791ab92

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.15.5.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.15.5.ebuild
new file mode 100644
index 00000000000..ef53f027ae2
--- /dev/null
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.15.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala xdg-utils
+
+DESCRIPTION="Panel for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+       >=dev-libs/libdbusmenu-16.04.0[gtk3]
+       >=x11-libs/cairo-1
+       >=x11-libs/gtk+-3.22:3[introspection?]
+       x11-libs/libX11
+       x11-libs/libwnck:3
+       >=xfce-base/exo-0.11.2:=
+       >=xfce-base/garcon-0.5:=
+       >=xfce-base/libxfce4ui-4.15.1:=
+       >=xfce-base/libxfce4util-4.15.2:=[introspection?]
+       >=xfce-base/xfconf-4.13:=
+       introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+       vala? ( $(vala_depend) )
+       dev-lang/perl
+       dev-util/gtk-doc-am
+       dev-util/intltool
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+src_prepare() {
+       # stupid vala.eclass...
+       default
+}
+
+src_configure() {
+       local myconf=(
+               $(use_enable introspection)
+               $(use_enable vala)
+       )
+
+       use vala && vala_src_prepare
+       econf "${myconf[@]}"
+}
+
+src_install() {
+       default
+
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+       xdg_desktop_database_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+       xdg_desktop_database_update
+}

Reply via email to