summaryrefslogtreecommitdiff
path: root/x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-20 01:14:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-20 01:14:49 +0100
commitbc4457d8e0e53a2e43c4254d08053ba9708663e1 (patch)
tree4f8809f23d683eed73ef800d99ce7aa628a82527 /x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild
parent5f593f75391c28294f0dffa4dd1df280a4d8df73 (diff)
gentoo auto-resync : 20:06:2023 - 01:14:49
Diffstat (limited to 'x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild')
-rw-r--r--x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild b/x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild
deleted file mode 100644
index 4f7cfc86fec5..000000000000
--- a/x11-libs/colord-gtk/colord-gtk-0.2.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit meson vala
-
-DESCRIPTION="GTK support library for colord"
-HOMEPAGE="https://www.freedesktop.org/software/colord/"
-SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0/1" # subslot = libcolord-gtk soname version
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
-
-IUSE="doc +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
- >=dev-libs/glib-2.28:2
- x11-libs/gtk+:3[introspection?]
- >=x11-misc/colord-0.1.27:=[introspection?,vala?]
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-libs/libxslt
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- doc? (
- app-text/docbook-xml-dtd:4.1.2
- >=dev-util/gtk-doc-1.9
- )
- app-text/docbook-xsl-ns-stylesheets
- introspection? ( >=dev-libs/gobject-introspection-0.9.8 )
- vala? ( $(vala_depend) )
-"
-
-RESTRICT="test" # Tests need a display device with a default color profile set
-
-PATCHES=(
- "${FILESDIR}/${P}-optional-introspection.patch"
-)
-
-src_prepare() {
- use vala && vala_src_prepare
- default
-}
-
-src_configure() {
- local -a emesonargs=(
- -Dgtk2=false
- -Dman=true
- -Dtests=false
- $(meson_use doc docs)
- $(meson_use introspection)
- $(meson_use vala vapi)
- )
- meson_src_configure
-}