summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-11-14 17:33:58 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-11-14 17:33:58 +0100
commit2752ea859f10bfc0cd26793605d61592f642ee9b (patch)
tree865dccaedd0c03e64db7dca8f915f1444edbcec8 /x11-libs/gdk-pixbuf-xlib
parentdev-lua/luasocket: drop old version (diff)
downloadgentoo-2752ea859f10bfc0cd26793605d61592f642ee9b.tar.gz
gentoo-2752ea859f10bfc0cd26793605d61592f642ee9b.tar.bz2
gentoo-2752ea859f10bfc0cd26793605d61592f642ee9b.zip
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 <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-libs/gdk-pixbuf-xlib')
-rw-r--r--x11-libs/gdk-pixbuf-xlib/Manifest1
-rw-r--r--x11-libs/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.40.2.ebuild43
-rw-r--r--x11-libs/gdk-pixbuf-xlib/metadata.xml11
3 files changed, 55 insertions, 0 deletions
diff --git a/x11-libs/gdk-pixbuf-xlib/Manifest b/x11-libs/gdk-pixbuf-xlib/Manifest
new file mode 100644
index 000000000000..228d7944b43b
--- /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 000000000000..b82aaad475a9
--- /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 000000000000..b92ed12f95c8
--- /dev/null
+++ b/x11-libs/gdk-pixbuf-xlib/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+<upstream>
+ <remote-id type="cpe">cpe:/a:gnome:gdk-pixbuf-xlib</remote-id>
+</upstream>
+</pkgmetadata>