From b6cfc0c19effe2d9f7b8ab303cd00636f16da253 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Apr 2024 12:05:02 +0100 Subject: gentoo auto-resync : 19:04:2024 - 12:05:02 --- gui-libs/Manifest.gz | Bin 4942 -> 4947 bytes gui-libs/libdecor/Manifest | 4 +-- gui-libs/libdecor/libdecor-0.2.2-r1.ebuild | 54 +++++++++++++++++++++++++++++ gui-libs/libdecor/libdecor-0.2.2.ebuild | 54 ----------------------------- gui-libs/libdecor/libdecor-9999.ebuild | 16 ++++----- 5 files changed, 64 insertions(+), 64 deletions(-) create mode 100644 gui-libs/libdecor/libdecor-0.2.2-r1.ebuild delete mode 100644 gui-libs/libdecor/libdecor-0.2.2.ebuild (limited to 'gui-libs') diff --git a/gui-libs/Manifest.gz b/gui-libs/Manifest.gz index 68de4edf9ffc..0a8b110506f9 100644 Binary files a/gui-libs/Manifest.gz and b/gui-libs/Manifest.gz differ diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest index 78019531589b..5aaf05666937 100644 --- a/gui-libs/libdecor/Manifest +++ b/gui-libs/libdecor/Manifest @@ -1,4 +1,4 @@ DIST libdecor-0.2.2.tar.bz2 45375 BLAKE2B 86e78ce5017b0babc627b5f9ce75b7e2cca38929e3c382828e0453329efed707e2c010fb51522b7b5077a616d54cf2f9af70d5b3d68d2b2aa1d6d36b7a834b8d SHA512 f9761a8c59dc85dd92c871f73192ab05eb56ea34e85a38b5a7222822173f9fd71b5bfb5cffe2782e8c0a6275100e32b6761143cb1469dbcc6988d046a09f1b9a -EBUILD libdecor-0.2.2.ebuild 1078 BLAKE2B 51a98b64f52c79744f3a0d1dd9aeebf0579399bf04758f5d65a0835f06d495709e56b8455817d7ec78409dc445fa8af678d146431adefc266137decb9f418097 SHA512 51dc4a882d6843f21f238b88033b4861dbc08185350cc9737345c3f248b9da5af285f18417a9eaa5f04a3df809a2cfc6960954e1c49b3449e10e7af46533f9de -EBUILD libdecor-9999.ebuild 1078 BLAKE2B 51a98b64f52c79744f3a0d1dd9aeebf0579399bf04758f5d65a0835f06d495709e56b8455817d7ec78409dc445fa8af678d146431adefc266137decb9f418097 SHA512 51dc4a882d6843f21f238b88033b4861dbc08185350cc9737345c3f248b9da5af285f18417a9eaa5f04a3df809a2cfc6960954e1c49b3449e10e7af46533f9de +EBUILD libdecor-0.2.2-r1.ebuild 1246 BLAKE2B 7398fd40c9085ee57117c0eebf41a506a499b2053e8893e78f0ebaef62226a176274d4ef9b5cf77851f701d6af7944eb328f9c8351d1ac1458b8d4dd028f5a26 SHA512 d2bb3b38877566360a70c273e7c4412e186b4708f6186010d5504985a5f1d264fa78313de4ae92a9707e8ed918c7839ed599e25459da66675783b028957d67c5 +EBUILD libdecor-9999.ebuild 1208 BLAKE2B 09e74d49aa5de646d974f7f4db15e8ee044f9c4eb7b87653bdb9f693436665ff59b554e02d5aeb6626a44df773f2cc4f2b8e8afea8fd986be7421a2d7c106ad7 SHA512 64bb78c54813e353832901eaec693fe16cb0b9bc1423c00f8ac64210b42e5758b59072b84f7680a7184385acf29733dc0b0f4ded86eac7914215a3f272d6721b MISC metadata.xml 777 BLAKE2B 891be6d17fe0810359ae9fdd54445c62df4912b88009c44e0320c01baf141c0c9704818932a5a976f064f21091519b329e5003ad912f6cc37297f774265bfb64 SHA512 f7b56a6117961b6213cbfbd396e22881f0ef9f4c5148c70f3404cbf468dfd631364b00b90be3b73e0a5a42983994903609023d9451becea3edd9b18c16757a6a diff --git a/gui-libs/libdecor/libdecor-0.2.2-r1.ebuild b/gui-libs/libdecor/libdecor-0.2.2-r1.ebuild new file mode 100644 index 000000000000..976986b30b9f --- /dev/null +++ b/gui-libs/libdecor/libdecor-0.2.2-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson-multilib + +DESCRIPTION="A client-side decorations library for Wayland clients" +HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor" +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git" + inherit git-r3 +else + SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc" +fi +LICENSE="MIT" +SLOT="0" +IUSE="+dbus +gtk examples" + +RDEPEND=" + >=dev-libs/wayland-1.18[${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}] + x11-libs/cairo[${MULTILIB_USEDEP}] + dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) + gtk? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) + examples? ( + media-libs/libglvnd + x11-libs/libxkbcommon + ) +" + +DEPEND=" + ${RDEPEND} + >=dev-libs/wayland-protocols-1.15 +" + +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" + +multilib_src_configure() { + local emesonargs=( + # Avoid auto-magic, built-in feature of meson + -Dauto_features=disabled + $(meson_feature gtk) + $(meson_feature dbus) + $(meson_native_use_bool examples demo) + -Dinstall_demo=true + ) + + meson_src_configure +} diff --git a/gui-libs/libdecor/libdecor-0.2.2.ebuild b/gui-libs/libdecor/libdecor-0.2.2.ebuild deleted file mode 100644 index 2d21ad63368e..000000000000 --- a/gui-libs/libdecor/libdecor-0.2.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="A client-side decorations library for Wayland clients" -HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor" -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://gitlab.freedesktop.org/libdecor/libdecor.git" - inherit git-r3 -else - SRC_URI="https://gitlab.freedesktop.org/libdecor/libdecor/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64" -fi -LICENSE="MIT" -SLOT="0" -IUSE="+dbus +gtk examples" - -RDEPEND=" - >=dev-libs/wayland-1.18 - x11-libs/pango - x11-libs/cairo - dbus? ( sys-apps/dbus ) - gtk? ( x11-libs/gtk+:3 ) - examples? ( - media-libs/libglvnd - x11-libs/libxkbcommon - ) -" - -DEPEND=" - ${RDEPEND} - >=dev-libs/wayland-protocols-1.15 -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - # Avoid auto-magic, built-in feature of meson - -Dauto_features=disabled - $(meson_feature gtk) - $(meson_feature dbus) - $(meson_use examples demo) - -Dinstall_demo=true - ) - - meson_src_configure -} diff --git a/gui-libs/libdecor/libdecor-9999.ebuild b/gui-libs/libdecor/libdecor-9999.ebuild index 2d21ad63368e..c868676829a1 100644 --- a/gui-libs/libdecor/libdecor-9999.ebuild +++ b/gui-libs/libdecor/libdecor-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit meson +inherit meson-multilib DESCRIPTION="A client-side decorations library for Wayland clients" HOMEPAGE="https://gitlab.freedesktop.org/libdecor/libdecor" @@ -19,11 +19,11 @@ SLOT="0" IUSE="+dbus +gtk examples" RDEPEND=" - >=dev-libs/wayland-1.18 - x11-libs/pango - x11-libs/cairo - dbus? ( sys-apps/dbus ) - gtk? ( x11-libs/gtk+:3 ) + >=dev-libs/wayland-1.18[${MULTILIB_USEDEP}] + x11-libs/pango[${MULTILIB_USEDEP}] + x11-libs/cairo[${MULTILIB_USEDEP}] + dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] ) + gtk? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) examples? ( media-libs/libglvnd x11-libs/libxkbcommon @@ -40,13 +40,13 @@ BDEPEND=" virtual/pkgconfig " -src_configure() { +multilib_src_configure() { local emesonargs=( # Avoid auto-magic, built-in feature of meson -Dauto_features=disabled $(meson_feature gtk) $(meson_feature dbus) - $(meson_use examples demo) + $(meson_native_use_bool examples demo) -Dinstall_demo=true ) -- cgit v1.2.3