diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-13 12:56:52 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-13 12:56:52 +0300 |
commit | c8f1d8c3b362e51f3fe64022bf400e6b2d207bcd (patch) | |
tree | a809800657ef7d547fa990ce8e43f28379e4170d /x11-libs | |
parent | dev-libs/template-glib: drop 3.36.1 (diff) | |
download | gentoo-c8f1d8c3b362e51f3fe64022bf400e6b2d207bcd.tar.gz gentoo-c8f1d8c3b362e51f3fe64022bf400e6b2d207bcd.tar.bz2 gentoo-c8f1d8c3b362e51f3fe64022bf400e6b2d207bcd.zip |
x11-libs/colord-gtk: drop 0.3.0
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/colord-gtk/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/colord-gtk/colord-gtk-0.3.0.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/x11-libs/colord-gtk/Manifest b/x11-libs/colord-gtk/Manifest index 5d89ee67a6db..85b9f024fce4 100644 --- a/x11-libs/colord-gtk/Manifest +++ b/x11-libs/colord-gtk/Manifest @@ -1,2 +1 @@ -DIST colord-gtk-0.3.0.tar.xz 21768 BLAKE2B e6fe56dfa969f18bd406d481dd13e83b689a820aeddaf1482ec97e89a3f78d4228544c79849d330962f3d45e3506f1c0b2540ed7bfab36ede04008877d503b94 SHA512 95ea9e8925d56462b8e5230a6737ca8e75d2273b2803e00f7aa2f933d22f88373194dccc00117fce85579274cc0daf88876fa265510580b1610734bb45220896 DIST colord-gtk-0.3.1.tar.xz 22132 BLAKE2B 3ae1d7f0473d082c2fa2d9bfea18cee3a74d854bc3c99ed6db685ad479f12f2f376f44549fc4e833668718470217971cd327eb867cb1212db9d71370496d8636 SHA512 d8ac4e6f32a0672cd4e87585a03e82ecfc359ae4b99a4a6529ad81025f9beec5a3b479e94dff9a7e49db03e99671099b7f8370f6f87791e5a9fc008da859b238 diff --git a/x11-libs/colord-gtk/colord-gtk-0.3.0.ebuild b/x11-libs/colord-gtk/colord-gtk-0.3.0.ebuild deleted file mode 100644 index fcfba77d4e84..000000000000 --- a/x11-libs/colord-gtk/colord-gtk-0.3.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2023 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 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" - -IUSE="doc +introspection vala" -REQUIRED_USE="vala? ( introspection )" - -DEPEND=" - >=dev-libs/glib-2.28:2 - >=x11-misc/colord-0.1.27:=[introspection?,vala?] - x11-libs/gtk+:3[introspection?] - >=gui-libs/gtk-4.4:4[introspection?] -" -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 - -src_prepare() { - use vala && vala_src_prepare - default -} - -src_configure() { - local -a emesonargs=( - -Dgtk4=true - -Dgtk3=true - -Dgtk2=false - $(meson_use introspection) - $(meson_use vala vapi) - -Dtests=false - -Dman=true - $(meson_use doc docs) - ) - meson_src_configure -} |