From 51af5f0eb4cddbe6aa7953717873691d77aae9ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Jul 2019 23:40:16 +0100 Subject: gentoo resync : 11.07.2019 --- xfce-base/libxfce4util/Manifest | 2 + xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild | 46 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild (limited to 'xfce-base/libxfce4util') diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index 58d797da71b8..2af9dde28fd0 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,5 +1,7 @@ DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce SHA512 3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4 DIST libxfce4util-4.13.3.tar.bz2 511277 BLAKE2B 0815808166bc488cfa3636a18c9486fd1b3a81376766a77eef80ee24274bb290b9bece5e7786f7e412154f201bef251ce90d350c9e69db79bb893fd9081d2dac SHA512 e06bf58d46c5c3c6964a17ca8d998bd8e78bb61577ddcd855680878a890912a167212a2b4e3b347f41f84d2983e71fd1d76716db9c4a88a1d4f45a0f5aaf5e51 +DIST libxfce4util-4.13.4.tar.bz2 501426 BLAKE2B 623978a933902cc939e4cd537e9efe1e8d6b5028103f66682d76636c17e16bfd5fc56631622a00a1e4cbba6ba45495ec8d8dd05335d1a073a9c811c13732ef88 SHA512 7d474839acbc2b4f75cb39e39053214bac43b5da9f7605aec8e78bfc1ab1a07864429a47f18faae9be8dfecbb7f5a055bd2eb20c0b9d1b4912755b81cac1ada2 EBUILD libxfce4util-4.13.2.ebuild 1040 BLAKE2B a11dbb202a566265ba80d2dbedcd2814c6e3a70fb36522409f1d830dd1ec5c8639899df3d68ba3dec5f34233b964e836c3819814904fe1694167740325990a67 SHA512 e30111c79f541cff506c5b46e979ef589b889f3005ecc6fb0b0c2b28a66afe8ac57f1bc116479175cab9c32ae075f7615d4bafc5f8454675981fa1e97a80ca8b EBUILD libxfce4util-4.13.3.ebuild 1048 BLAKE2B 397d348fc9cd6c1442530d58523f66d6c597ea8dea4287d0abf854ec803d717bc2262df1c715fdfb1f1e7a4a45504e3242c0ba3ef721d40fb30383ded56aaf39 SHA512 2f60d797b1bc0d8f76331b71a2889b4bdfac91572d166d48f9e91f4d175311fcb92937f05fd9e7c5a51915c15d9812776c45f773e10f3fd3203b704cc2be1622 +EBUILD libxfce4util-4.13.4.ebuild 1056 BLAKE2B 09d6500adc7e91fadc96a5a94e5ef58f7001708a1e1926d2233318c38a855bff561bb37e54c1757eb67f173c952c07cb73754266059fd06a9c8537710d6e6f8f SHA512 1f966124e6131a79bdc8d4da80a0a7b3b5909331019c60bb51168b4252ec428a0cb1a7e10b3c7e4a4ebb38d680de24dab927358949f7bb896199b81d5e84491d MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild b/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild new file mode 100644 index 000000000000..41820462bc53 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vala + +DESCRIPTION="A basic utility library for the Xfce desktop environment" +HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="LGPL-2+ GPL-2+" +SLOT="0/7" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +IUSE="introspection vala" +REQUIRED_USE="vala? ( introspection )" + +RDEPEND=">=dev-libs/glib-2.42:= + introspection? ( dev-libs/gobject-introspection:= ) + vala? ( $(vala_depend) )" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/gtk-doc-am + 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 +} -- cgit v1.2.3