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 DC42F138359 for ; Sat, 14 Nov 2020 16:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DBF4E0391; Sat, 14 Nov 2020 16:34:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9FA8E0391 for ; Sat, 14 Nov 2020 16:34:26 +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 94DDA3410AE for ; Sat, 14 Nov 2020 16:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1942E2CA for ; Sat, 14 Nov 2020 16:34:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1605371638.2752ea859f10bfc0cd26793605d61592f642ee9b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf-xlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gdk-pixbuf-xlib/Manifest x11-libs/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.40.2.ebuild x11-libs/gdk-pixbuf-xlib/metadata.xml X-VCS-Directories: x11-libs/gdk-pixbuf-xlib/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2752ea859f10bfc0cd26793605d61592f642ee9b X-VCS-Branch: master Date: Sat, 14 Nov 2020 16:34:24 +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: 584d1b02-4242-4d46-b74b-a8c4ea9782d7 X-Archives-Hash: 872d9206452f4575abdebbda97a4e853 commit: 2752ea859f10bfc0cd26793605d61592f642ee9b Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 14 16:33:58 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 14 16:33:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2752ea85 x11-libs/gdk-pixbuf-xlib: Initial commit with kind permission from mattst88 Bug: https://bugs.gentoo.org/534330 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> x11-libs/gdk-pixbuf-xlib/Manifest | 1 + .../gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.40.2.ebuild | 43 ++++++++++++++++++++++ x11-libs/gdk-pixbuf-xlib/metadata.xml | 11 ++++++ 3 files changed, 55 insertions(+) diff --git a/x11-libs/gdk-pixbuf-xlib/Manifest b/x11-libs/gdk-pixbuf-xlib/Manifest new file mode 100644 index 00000000000..228d7944b43 --- /dev/null +++ b/x11-libs/gdk-pixbuf-xlib/Manifest @@ -0,0 +1 @@ +DIST gdk-pixbuf-xlib-2.40.2.tar.bz2 52418 BLAKE2B 95c01aef9cafa80171e1ca2d6eb372a3d4e13bdb8d098a1da9259d6cc881494da1954936d20c24d06a38ec5258323e3fc4f6dc4cfc5a9f1ad6e50bc5861e65c6 SHA512 b9831bd1b4db8718b35ed96057496824696e311ce1661394397306ea9d544e6113aaa6865cdd1c1a250bc3617515fd81e3f45d997531507d2592fe294cbde01c diff --git a/x11-libs/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.40.2.ebuild b/x11-libs/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.40.2.ebuild new file mode 100644 index 00000000000..b82aaad475a --- /dev/null +++ b/x11-libs/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.40.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson multilib-minimal + +DESCRIPTION="Deprecated Xlib integration for GdkPixbuf" +HOMEPAGE="https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib" +SRC_URI="https://gitlab.gnome.org/Archive/${PN}/-/archive/${PV}/${P}.tar.bz2" +LICENSE="LGPL-2.1" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="gtk-doc" + +RDEPEND=" + dev-libs/glib:2[${MULTILIB_USEDEP}] + >=x11-libs/gdk-pixbuf-2.42.0[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + gtk-doc? ( + app-text/docbook-xml-dtd:4.3 + >=dev-util/gtk-doc-1.20 + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dgtk-doc="$(multilib_native_usex gtk-doc true false)" + ) + meson_src_configure +} + +multilib_src_compile() { + meson_src_compile +} + +multilib_src_install() { + meson_src_install +} \ No newline at end of file diff --git a/x11-libs/gdk-pixbuf-xlib/metadata.xml b/x11-libs/gdk-pixbuf-xlib/metadata.xml new file mode 100644 index 00000000000..b92ed12f95c --- /dev/null +++ b/x11-libs/gdk-pixbuf-xlib/metadata.xml @@ -0,0 +1,11 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + + cpe:/a:gnome:gdk-pixbuf-xlib + +