xfce-extra/xfce4-screenshooter: Bump to 1.8.99, devel GTK+3 release

This commit is contained in:
Michał Górny
2017-05-05 15:08:14 +02:00
parent 22cfd0b4f0
commit 557a030dd8
3 changed files with 56 additions and 1 deletions

View File

@@ -32,8 +32,9 @@
# 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.
# Masked (+ reverse dependencies) for opt-in testing.
>=xfce-base/xfce4-panel-4.13
>=xfce-extra/xfce4-screenshooter-1.8.99
# Thomas Deutschmann <whissi@gentoo.org> (24 May 2017)
# Broken runscript/changed behavior causing lvm2 to fail

View File

@@ -1 +1,2 @@
DIST xfce4-screenshooter-1.8.2.tar.bz2 492524 SHA256 9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69 SHA512 e43dce108c7bacfeebdc39b0c9948b348c77faf358fb0ab5f26d59c96980f1c5473ef87895fe53387340202813935ddad6e200010e61aa27c2c56b662ee56b1e WHIRLPOOL 9a4b5553c0b55d5bd8458f6ff4ac85d5eb07541a940fe038d25b29f021ed4f74a89da7fc006ff06a53652fa630740b42ebc3542bc589f4766bf2401825cb6a8e
DIST xfce4-screenshooter-1.8.99.tar.bz2 511815 SHA256 3a78fd956ae86e4de988235e93cdb2ee5708ffe5b07683ca75f250ffe5e6d2c6 SHA512 36c4c03e3d432f45c6d703a550434a5977ac43d91d7e52a74e718ce8dc19f3e6f412aec678474c36ef92ecfa2cf62262d644a171c9baaa119eb54cad9a216d2f WHIRLPOOL e39480792dda8b30b4b1b2434eb6ba4f953f9f8d5030e8f99c079922f91f13619694bbd34ea3149c3bed0eab1409d9fb2f8b37892f4be7a022e66c1edf46e5a4

View File

@@ -0,0 +1,53 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2-utils
DESCRIPTION="Xfce4 screenshooter application and panel plugin"
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16:=
>=net-libs/libsoup-2.26:=
>=x11-libs/gdk-pixbuf-2.16:=
>=x11-libs/gtk+-3.20:3=
dev-libs/libxml2:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXfixes:=
>=xfce-base/exo-0.11:=
>=xfce-base/xfce4-panel-4.13:=
>=xfce-base/libxfce4util-4.10:=
>=xfce-base/libxfce4ui-4.12:="
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
src_configure() {
local myconf=(
--enable-xfixes
)
econf "${myconf[@]}"
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}