mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/glade: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST glade-3.38.2.tar.xz 2709224 BLAKE2B 2bcd447b90d6e67abc44dd273f0f5d7fc1d6848ef0bd878481f2c10e8846828e63fbf9c9c96e5effe8126b4aec7eb05886606ca1dc5fb94943bc5d1d8d0ef4e2 SHA512 2df8c8363206905663cd3ac9196da44445425a888b64f1b3b3ac6cd41e14c4a82a5d2c299730ef0606c3970a04dd8f245bb5639218794eb67dcbd26fae17565e
|
||||
DIST glade-3.40.0.tar.xz 2654772 BLAKE2B 472dfd841e9501f7bbc96bde49ebe26dfd54193cd479658d042547eba5d1af196c0a06212ec5c894c53c12f3791967f6c77859f96802e3df5760b36c6c0c4af1 SHA512 6b018f882e9d155a4b2256c0b4c72743f971c8d730a53f16faa240d01e14051f5b6ce04e355dcc78e1679579fb091facaa06acdda6297c5b8efc642c42bb7b4e
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
From 61304b2e8bac8ded76643cb7c3e781f73881dd2b Mon Sep 17 00:00:00 2001
|
||||
From: Mike Gilbert <floppym@gentoo.org>
|
||||
Date: Thu, 20 Jan 2022 14:18:09 -0500
|
||||
Subject: [PATCH 1/2] meson: i18n.merge_file() does not take a positional
|
||||
argument
|
||||
|
||||
---
|
||||
data/meson.build | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index 9f244566..bfbc514c 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -2,7 +2,6 @@ desktop_conf = configuration_data()
|
||||
desktop_conf.set('VERSION', glade_version)
|
||||
|
||||
i18n.merge_file(
|
||||
- 'desktop',
|
||||
type: 'desktop',
|
||||
input: configure_file(
|
||||
input: 'org.gnome.Glade.desktop.in.in',
|
||||
@@ -18,7 +17,6 @@ i18n.merge_file(
|
||||
appdata = glade_name + '.appdata.xml'
|
||||
|
||||
i18n.merge_file(
|
||||
- 'appdata',
|
||||
input: 'org.gnome.Glade.appdata.xml.in',
|
||||
output: '@BASENAME@',
|
||||
po_dir: po_dir,
|
||||
--
|
||||
GitLab
|
||||
|
||||
|
||||
From 04ba6f969f716fbfe3c7feb7e4bab8678cc1e9eb Mon Sep 17 00:00:00 2001
|
||||
From: Mike Gilbert <floppym@gentoo.org>
|
||||
Date: Thu, 20 Jan 2022 14:19:03 -0500
|
||||
Subject: [PATCH 2/2] Remove duplicate entry for 'da' from help/LINGUAS
|
||||
|
||||
---
|
||||
help/LINGUAS | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/help/LINGUAS b/help/LINGUAS
|
||||
index fc3cd4c3..d67e42c8 100644
|
||||
--- a/help/LINGUAS
|
||||
+++ b/help/LINGUAS
|
||||
@@ -1,6 +1,5 @@
|
||||
# please keep this list sorted alphabetically
|
||||
#
|
||||
-da
|
||||
bg
|
||||
ca
|
||||
cs
|
||||
--
|
||||
GitLab
|
||||
|
||||
@@ -1,85 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit gnome2 python-single-r1 meson optfeature virtualx
|
||||
|
||||
DESCRIPTION="A user interface designer for GTK+ and GNOME"
|
||||
HOMEPAGE="https://glade.gnome.org/"
|
||||
|
||||
LICENSE="GPL-2+ FDL-1.1+"
|
||||
SLOT="3.10/13" # subslot = suffix of libgladeui-2.so
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
|
||||
|
||||
IUSE="gjs gtk-doc +introspection python webkit"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/atk[introspection?]
|
||||
>=dev-libs/glib-2.53.2:2
|
||||
>=dev-libs/libxml2-2.4.0:2
|
||||
x11-libs/cairo:=
|
||||
x11-libs/gdk-pixbuf:2[introspection?]
|
||||
>=x11-libs/gtk+-3.22.0:3[introspection?]
|
||||
x11-libs/pango[introspection?]
|
||||
introspection? ( >=dev-libs/gobject-introspection-1.32:= )
|
||||
gjs? ( >=dev-libs/gjs-1.64.0 )
|
||||
python? (
|
||||
${PYTHON_DEPS}
|
||||
x11-libs/gtk+:3[introspection]
|
||||
$(python_gen_cond_dep '
|
||||
>=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
webkit? ( >=net-libs/webkit-gtk-2.12.0:4 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
dev-libs/libxslt
|
||||
dev-util/itstool
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
RESTRICT="test" # https://gitlab.gnome.org/GNOME/glade/issues/333
|
||||
|
||||
PATCHES=(
|
||||
# To avoid file collison with other slots, rename help module.
|
||||
# Prevent the UI from loading glade:3's gladeui devhelp documentation.
|
||||
"${FILESDIR}"/${PN}-3.14.1-doc-version.patch
|
||||
|
||||
# https://bugs.gentoo.org/831453
|
||||
"${FILESDIR}"/glade-3.38.2-meson-0.61.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dgladeui=true
|
||||
$(meson_feature gjs)
|
||||
$(meson_feature python)
|
||||
$(meson_feature webkit webkit2gtk)
|
||||
|
||||
$(meson_use gtk-doc gtk_doc)
|
||||
$(meson_use introspection)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx meson_src_test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
|
||||
optfeature_header
|
||||
optfeature "integration API documentation support" dev-util/devhelp
|
||||
}
|
||||
Reference in New Issue
Block a user