removed upstreamed (but masked)
This commit is contained in:
parent
6a637caaa0
commit
8a123424eb
@ -1 +0,0 @@
|
|||||||
DIST gtk-4.11.4.tar.xz 21035392 BLAKE2B 0fb7770f6f11c94fdcc82a807738a535efd222eb2a723b036ce020be10cca121b46c5bb78bceaee94f93698378378ed30e5775ed7cda123b27111289f02848d9 SHA512 ca5042c4400da93ea66346d276b96f32c635a9777cdb6cbcb72d6686ed86e67717d75cba92521f52a3bad04c774f361e1e5bada60b242c345b79c4c05de8401e
|
|
@ -1,215 +0,0 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
|
||||||
inherit gnome.org gnome2-utils meson optfeature python-any-r1 virtualx xdg
|
|
||||||
|
|
||||||
DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces"
|
|
||||||
HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2+"
|
|
||||||
SLOT="4"
|
|
||||||
IUSE="aqua broadway cloudproviders colord cups examples ffmpeg gstreamer +introspection sysprof test vulkan wayland +X cpu_flags_x86_f16c"
|
|
||||||
REQUIRED_USE="
|
|
||||||
|| ( aqua wayland X )
|
|
||||||
test? ( introspection )
|
|
||||||
"
|
|
||||||
|
|
||||||
KEYWORDS="~arm ~arm64"
|
|
||||||
|
|
||||||
COMMON_DEPEND="
|
|
||||||
>=dev-libs/glib-2.72.0:2
|
|
||||||
>=x11-libs/cairo-1.17.6[aqua?,glib,svg(+),X?]
|
|
||||||
>=x11-libs/pango-1.50.0[introspection?]
|
|
||||||
>=dev-libs/fribidi-1.0.6
|
|
||||||
>=media-libs/harfbuzz-2.6.0:=
|
|
||||||
>=x11-libs/gdk-pixbuf-2.30:2[introspection?]
|
|
||||||
media-libs/libpng:=
|
|
||||||
media-libs/tiff:=
|
|
||||||
media-libs/libjpeg-turbo:=
|
|
||||||
>=media-libs/libepoxy-1.4[egl,X(+)?]
|
|
||||||
>=media-libs/graphene-1.10.0[introspection?]
|
|
||||||
app-text/iso-codes
|
|
||||||
x11-misc/shared-mime-info
|
|
||||||
|
|
||||||
cloudproviders? ( net-libs/libcloudproviders )
|
|
||||||
colord? ( >=x11-misc/colord-0.1.9:0= )
|
|
||||||
cups? ( >=net-print/cups-2.0 )
|
|
||||||
ffmpeg? ( media-video/ffmpeg:= )
|
|
||||||
gstreamer? (
|
|
||||||
>=media-libs/gst-plugins-bad-1.12.3:1.0
|
|
||||||
>=media-libs/gst-plugins-base-1.12.3:1.0[opengl]
|
|
||||||
)
|
|
||||||
introspection? ( >=dev-libs/gobject-introspection-1.72:= )
|
|
||||||
vulkan? ( media-libs/vulkan-loader:= )
|
|
||||||
wayland? (
|
|
||||||
>=dev-libs/wayland-1.21.0
|
|
||||||
>=dev-libs/wayland-protocols-1.25
|
|
||||||
media-libs/mesa[wayland]
|
|
||||||
>=x11-libs/libxkbcommon-0.2
|
|
||||||
)
|
|
||||||
X? (
|
|
||||||
>=app-accessibility/at-spi2-core-2.46.0
|
|
||||||
media-libs/fontconfig
|
|
||||||
media-libs/mesa[X(+)]
|
|
||||||
x11-libs/libX11
|
|
||||||
>=x11-libs/libXi-1.8
|
|
||||||
x11-libs/libXext
|
|
||||||
>=x11-libs/libXrandr-1.5
|
|
||||||
x11-libs/libXcursor
|
|
||||||
x11-libs/libXfixes
|
|
||||||
x11-libs/libXdamage
|
|
||||||
x11-libs/libXinerama
|
|
||||||
)
|
|
||||||
"
|
|
||||||
DEPEND="${COMMON_DEPEND}
|
|
||||||
sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
|
|
||||||
X? ( x11-base/xorg-proto )
|
|
||||||
"
|
|
||||||
RDEPEND="${COMMON_DEPEND}
|
|
||||||
>=dev-util/gtk-update-icon-cache-3
|
|
||||||
"
|
|
||||||
# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
|
|
||||||
PDEPEND="
|
|
||||||
gnome-base/librsvg
|
|
||||||
>=x11-themes/adwaita-icon-theme-3.14
|
|
||||||
"
|
|
||||||
BDEPEND="
|
|
||||||
dev-libs/gobject-introspection-common
|
|
||||||
introspection? (
|
|
||||||
${PYTHON_DEPS}
|
|
||||||
$(python_gen_any_dep '
|
|
||||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
|
||||||
')
|
|
||||||
)
|
|
||||||
dev-python/docutils
|
|
||||||
>=dev-util/gdbus-codegen-2.48
|
|
||||||
dev-util/glib-utils
|
|
||||||
>=sys-devel/gettext-0.19.7
|
|
||||||
virtual/pkgconfig
|
|
||||||
test? (
|
|
||||||
dev-libs/glib:2
|
|
||||||
media-fonts/cantarell
|
|
||||||
wayland? ( dev-libs/weston[headless] )
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
python_check_deps() {
|
|
||||||
python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
use introspection && python-any-r1_pkg_setup
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
xdg_environment_reset
|
|
||||||
|
|
||||||
# Nothing should use gtk4-update-icon-cache and an unversioned one is shipped by dev-util/gtk-update-icon-cache
|
|
||||||
sed -i -e '/gtk4-update-icon-cache/d' tools/meson.build || die
|
|
||||||
# Workaround RWX ELF sections, https://gitlab.gnome.org/GNOME/gtk/-/issues/4598
|
|
||||||
sed -i -e 's/^ld =.*/ld = disabler()/g' gtk/meson.build demos/gtk-demo/meson.build demos/widget-factory/meson.build || die
|
|
||||||
sed -i -e 's/^objcopy =.*/objcopy = disabler()/g' gtk/meson.build demos/gtk-demo/meson.build demos/widget-factory/meson.build || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local emesonargs=(
|
|
||||||
# GDK backends
|
|
||||||
$(meson_use X x11-backend)
|
|
||||||
$(meson_use wayland wayland-backend)
|
|
||||||
$(meson_use broadway broadway-backend)
|
|
||||||
-Dwin32-backend=false
|
|
||||||
$(meson_use aqua macos-backend)
|
|
||||||
|
|
||||||
# Media backends
|
|
||||||
$(meson_feature ffmpeg media-ffmpeg)
|
|
||||||
$(meson_feature gstreamer media-gstreamer)
|
|
||||||
|
|
||||||
# Print backends
|
|
||||||
-Dprint-cpdb=disabled
|
|
||||||
$(meson_feature cups print-cups)
|
|
||||||
|
|
||||||
# Optional dependencies
|
|
||||||
$(meson_feature vulkan)
|
|
||||||
$(meson_feature cloudproviders)
|
|
||||||
$(meson_feature sysprof)
|
|
||||||
-Dtracker=disabled # tracker3 is not packaged in Gentoo yet
|
|
||||||
$(meson_feature colord)
|
|
||||||
# Expected to fail with GCC < 11
|
|
||||||
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71993
|
|
||||||
$(meson_feature cpu_flags_x86_f16c f16c)
|
|
||||||
|
|
||||||
# Documentation and introspection
|
|
||||||
-Dgtk_doc=false # we ship pregenerated API docs from tarball
|
|
||||||
-Dupdate_screenshots=false
|
|
||||||
-Dman-pages=true
|
|
||||||
$(meson_feature introspection)
|
|
||||||
|
|
||||||
# Demos and binaries
|
|
||||||
$(meson_use test build-testsuite)
|
|
||||||
$(meson_use examples build-examples)
|
|
||||||
$(meson_use examples demos)
|
|
||||||
-Dbuild-tests=false
|
|
||||||
)
|
|
||||||
meson_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
"${BROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die
|
|
||||||
|
|
||||||
if use X; then
|
|
||||||
einfo "Running tests under X"
|
|
||||||
GSETTINGS_SCHEMA_DIR="${S}/gtk" virtx meson_src_test --setup=x11 --timeout-multiplier=130
|
|
||||||
fi
|
|
||||||
|
|
||||||
if use wayland; then
|
|
||||||
einfo "Running tests under Weston"
|
|
||||||
|
|
||||||
export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
|
|
||||||
|
|
||||||
weston --backend=headless-backend.so --socket=wayland-5 --idle-time=0 &
|
|
||||||
compositor=$!
|
|
||||||
export WAYLAND_DISPLAY=wayland-5
|
|
||||||
|
|
||||||
GSETTINGS_SCHEMA_DIR="${S}/gtk" meson_src_test --setup=wayland --timeout-multiplier=130
|
|
||||||
|
|
||||||
exit_code=$?
|
|
||||||
kill ${compositor}
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_install
|
|
||||||
|
|
||||||
insinto /usr/share/gtk-doc/html
|
|
||||||
# This will install API docs specific to X11 and wayland regardless of USE flags, but this is intentional
|
|
||||||
doins -r "${S}"/docs/reference/{gtk/gtk4,gsk/gsk4,gdk/gdk4{,-wayland,-x11}}
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_preinst() {
|
|
||||||
xdg_pkg_preinst
|
|
||||||
gnome2_schemas_savelist
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_pkg_postinst
|
|
||||||
gnome2_schemas_update
|
|
||||||
|
|
||||||
if ! has_version "app-text/evince"; then
|
|
||||||
elog "Please install app-text/evince for print preview functionality."
|
|
||||||
elog "Alternatively, check \"gtk-print-preview-command\" documentation and"
|
|
||||||
elog "add it to your settings.ini file."
|
|
||||||
fi
|
|
||||||
|
|
||||||
if use examples ; then
|
|
||||||
optfeature "syntax highlighting in gtk4-demo" app-text/highlight
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_pkg_postrm
|
|
||||||
gnome2_schemas_update
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
DIST libadwaita-908d8052bac504536642c14ce84b53e525db2d02.tar.gz 2272935 BLAKE2B e3cb02a8f312e61164832eb8ffc317f72434a9dd0690520996590b03335ebdfe27e28893c4731d0c7e9e4bde7ef1e24c8ab2287eb0549b26cc1eca491b0b2fa8 SHA512 073f18e5ca4ef224e24806be76f778e22f8e41f23f94b603fd05b857a66324a82dd9d7467b13fa23818b9a33af42da944e4bb92ce1bc4999a42c78e18e259809
|
|
@ -1,61 +0,0 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
|
||||||
inherit gnome.org meson python-any-r1 vala virtualx
|
|
||||||
|
|
||||||
DESCRIPTION="Building blocks for modern adaptive GNOME applications"
|
|
||||||
HOMEPAGE="https://gnome.pages.gitlab.gnome.org/libadwaita/ https://gitlab.gnome.org/GNOME/libadwaita"
|
|
||||||
SRC_URI="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/908d8052bac504536642c14ce84b53e525db2d02/libadwaita-908d8052bac504536642c14ce84b53e525db2d02.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="LGPL-2.1+"
|
|
||||||
SLOT="1"
|
|
||||||
IUSE="+introspection test +vala"
|
|
||||||
REQUIRED_USE="vala? ( introspection )"
|
|
||||||
|
|
||||||
KEYWORDS="~arm ~arm64"
|
|
||||||
|
|
||||||
S="${WORKDIR}/libadwaita-908d8052bac504536642c14ce84b53e525db2d02"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=dev-libs/glib-2.72:2
|
|
||||||
>=gui-libs/gtk-4.11.2:4[introspection?]
|
|
||||||
dev-libs/fribidi
|
|
||||||
introspection? ( >=dev-libs/gobject-introspection-1.54:= )
|
|
||||||
dev-lang/sassc
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
BDEPEND="
|
|
||||||
${PYTHON_DEPS}
|
|
||||||
vala? ( $(vala_depend) )
|
|
||||||
dev-util/glib-utils
|
|
||||||
sys-devel/gettext
|
|
||||||
virtual/pkgconfig
|
|
||||||
test? ( dev-libs/appstream-glib )
|
|
||||||
"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
use vala && vala_setup
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local emesonargs=(
|
|
||||||
# Never use gi-docgen subproject
|
|
||||||
--wrap-mode nofallback
|
|
||||||
|
|
||||||
-Dprofiling=false
|
|
||||||
$(meson_feature introspection)
|
|
||||||
$(meson_use vala vapi)
|
|
||||||
-Dgtk_doc=false # we ship pregenerated docs
|
|
||||||
$(meson_use test tests)
|
|
||||||
-Dexamples=false
|
|
||||||
)
|
|
||||||
meson_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
virtx meson_src_test --timeout-multiplier 2
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user