xfce-base/xfce4-panel: Bump to 4.13.0 (p.masked GTK+3 release)

This commit is contained in:
Michał Górny
2017-05-25 09:32:53 +02:00
parent fdfc43bb80
commit 22cfd0b4f0
3 changed files with 66 additions and 0 deletions

View File

@@ -29,6 +29,12 @@
#--- END OF EXAMPLES ---
# Michał Górny <mgorny@gentoo.org> (25 May 2017)
# First GTK+3 version with known regressions:
# https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html
# Masked for opt-in testing.
>=xfce-base/xfce4-panel-4.13
# Thomas Deutschmann <whissi@gentoo.org> (24 May 2017)
# Broken runscript/changed behavior causing lvm2 to fail
# on boot. Bug #617578

View File

@@ -1,2 +1,3 @@
DIST xfce4-panel-4.12.0.tar.bz2 1107470 SHA256 30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0 SHA512 9b5d0d51ac2c312d54e8daeea95bd861891e652faeee8b4a7dbf4b33507b70bf7b4fbca7cb8f2d3573699ae940a14d5a9a41da24f324db256146d8b7db8519a8 WHIRLPOOL 5468a67b2c4fe1fcf82d3f38a0a0a057f3dac714354f2b2e8ce0c2a8654ac92cf4d0c40b0a0ec00957da2db67db3cec2017673bfc0eeaac69a98e2f92d31c3f1
DIST xfce4-panel-4.12.1.tar.bz2 1142476 SHA256 93d58b80cca9c9eb58adb281bc75404df7cf6cae89f7f98bb9f38690009aa2e8 SHA512 8bdc2a560a698e7d41429b40cde51ea1bec5aba211b6ee89b46822a38176e27e332efa785d93901d598b17171c739406e7f983372aaa49177db0f868aea985a4 WHIRLPOOL ed0c455c35f00a2cbf8f7a2625ba14e06f6816d5c004110fc849f05050e79aab35ba7eb1c6b6c0709dd7ad1e3e0cac6734cee453b77eceda0584b48d857726d6
DIST xfce4-panel-4.13.0.tar.bz2 1182789 SHA256 757a6428ed505655c7c26c2da62b3754610cc78aef5ec0c01453a51441385806 SHA512 16d5e265d9cdea8a2a5e11b39901ab399e2423038406fcad3d6df164183d29591a9884c205459217229a7dcc3365d59034971a1008fe3471716236fb9df64de2 WHIRLPOOL d84fc7190f1d48ad0b75f9727450dedcad723a0b0aca1d0e619deb1f3681e1a98feda4cecade593d335a2b377287403eea1208cb008216a14b6bfbaee7d405ab

View File

@@ -0,0 +1,59 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2-utils xdg-utils
DESCRIPTION="Panel for the Xfce desktop environment"
HOMEPAGE="https://www.xfce.org/projects/"
SRC_URI="mirror://xfce/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 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/dbus-glib-0.100:=
>=dev-libs/glib-2.24:=
>=x11-libs/cairo-1:=
>=x11-libs/gtk+-2.20:2=
>=x11-libs/gtk+-3.16:3=
x11-libs/libX11:=
x11-libs/libwnck:3=
>=xfce-base/exo-0.11.2:=
>=xfce-base/garcon-0.5:=
>=xfce-base/libxfce4ui-4.13:=
>=xfce-base/libxfce4util-4.11:=
>=xfce-base/xfconf-4.12:="
DEPEND="${RDEPEND}
dev-lang/perl
dev-util/gtk-doc-am
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
src_configure() {
local myconf=(
# enable GTK+2 compatibility
--enable-gtk2
)
econf "${myconf[@]}"
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update
}
pkg_postrm() {
gnome2_icon_cache_update
xdg_desktop_database_update
}