diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-11 08:32:05 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-11 08:32:05 +0500 |
commit | b31ee0ef17efde6f51b304d73a0d09965c75802e (patch) | |
tree | 5d551e0cdb3332c0d90c1886dba3224a4cfcaf07 /gui-libs | |
parent | x11-themes/catppuccin-gtk: add 0.7.3, drop 0.7.1 (diff) | |
download | guru-b31ee0ef17efde6f51b304d73a0d09965c75802e.tar.gz guru-b31ee0ef17efde6f51b304d73a0d09965c75802e.tar.bz2 guru-b31ee0ef17efde6f51b304d73a0d09965c75802e.zip |
gui-libs/libdecor: treeclean, moved to ::gentoo
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/libdecor/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/libdecor/libdecor-0.2.2.ebuild | 47 | ||||
-rw-r--r-- | gui-libs/libdecor/libdecor-9999.ebuild | 47 | ||||
-rw-r--r-- | gui-libs/libdecor/metadata.xml | 16 |
4 files changed, 0 insertions, 111 deletions
diff --git a/gui-libs/libdecor/Manifest b/gui-libs/libdecor/Manifest deleted file mode 100644 index cb5c2e5a0..000000000 --- a/gui-libs/libdecor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libdecor-0.2.2.tar.bz2 45375 BLAKE2B 86e78ce5017b0babc627b5f9ce75b7e2cca38929e3c382828e0453329efed707e2c010fb51522b7b5077a616d54cf2f9af70d5b3d68d2b2aa1d6d36b7a834b8d SHA512 f9761a8c59dc85dd92c871f73192ab05eb56ea34e85a38b5a7222822173f9fd71b5bfb5cffe2782e8c0a6275100e32b6761143cb1469dbcc6988d046a09f1b9a 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 1adc093e6..000000000 --- a/gui-libs/libdecor/libdecor-0.2.2.ebuild +++ /dev/null @@ -1,47 +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" - -DEPEND=" - >=dev-libs/wayland-1.18 - >=dev-libs/wayland-protocols-1.15 - x11-libs/pango - x11-libs/cairo - x11-libs/gtk+ - dbus? ( sys-apps/dbus ) - examples? ( - virtual/opengl - media-libs/mesa[opengl(+)] - x11-libs/libxkbcommon - ) -" -RDEPEND="${DEPEND}" - -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 deleted file mode 100644 index 1adc093e6..000000000 --- a/gui-libs/libdecor/libdecor-9999.ebuild +++ /dev/null @@ -1,47 +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" - -DEPEND=" - >=dev-libs/wayland-1.18 - >=dev-libs/wayland-protocols-1.15 - x11-libs/pango - x11-libs/cairo - x11-libs/gtk+ - dbus? ( sys-apps/dbus ) - examples? ( - virtual/opengl - media-libs/mesa[opengl(+)] - x11-libs/libxkbcommon - ) -" -RDEPEND="${DEPEND}" - -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/metadata.xml b/gui-libs/libdecor/metadata.xml deleted file mode 100644 index b6c1fcacb..000000000 --- a/gui-libs/libdecor/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="dbus">Enable dbus to query current cursor theme </flag> - <flag name="gtk">Build GTK plugin</flag> - <flag name="examples">Build and install examples</flag> - </use> - <maintainer type="person"> - <email>gonegrier.duarte@gmail.com</email> - <name>Gonçalo Negrier Duarte</name> - </maintainer> - <upstream> - <remote-id type="freedesktop-gitlab">libdecor/libdecor</remote-id> - </upstream> -</pkgmetadata> |