summaryrefslogtreecommitdiff
path: root/mate-base/mate-panel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-09-18 12:11:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-09-18 12:11:36 +0100
commitbcd00c826070701606b0ccebf46234dfc792d3e9 (patch)
tree3aeb69c5dd0a179ff8214b99f8db0aea63953d22 /mate-base/mate-panel
parent7be9edf526114e427a3a44ff8b418fed3ce570aa (diff)
gentoo auto-resync : 18:09:2024 - 12:11:36
Diffstat (limited to 'mate-base/mate-panel')
-rw-r--r--mate-base/mate-panel/Manifest2
-rw-r--r--mate-base/mate-panel/mate-panel-1.26.4.ebuild72
2 files changed, 0 insertions, 74 deletions
diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index e22c27d77bc7..45c489bca287 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,5 +1,3 @@
-DIST mate-panel-1.26.4.tar.xz 3262004 BLAKE2B 6561bdfe79f8b9f92db7fac1b3857bd0fb49b5220910f0aebc6eff443233c8cf2bdee8d21ffbdf88869ef1a99b3ffb96e0e22027099ef59d595ff596d79efdc3 SHA512 90db23f46dab88cb242aafb32737519d16e035843c2ca81da131ff3134a61b08772f19aa9900dbfbd00dcf4579cee3970765aa3fb461664abd1dd3babb8f6ea2
DIST mate-panel-1.28.1.tar.xz 3282404 BLAKE2B 54a60c8fdf319ebe8678963faaeb6f93a1e60cb9ee43ed32896a04f1bdbcfc89d1b0696500948d334827d4d73d5373c748e53349c47559389ba2e4f51d31270a SHA512 50ecb7a3006e989c7e51ece72ef0f2ce0e1fec84844b97281e07f9f4b1005e3b81870d7bca882a453225e69db109a344e6fe80a12d2c4cdc54ef5d87fee68a7c
-EBUILD mate-panel-1.26.4.ebuild 1518 BLAKE2B 9b480192b298edec21ac56be7d07d661ba5a7932a2953b36bc1e48c0f6f11e439f5b3ea122efa590c030fd6eb640216023a6a7b67c79420476f3bd96d0b75e13 SHA512 07710914324cb1be47b1c2fd66de4ab94bcd374aa7ad8075f999ec6aec6615610e08f11ce9f09b26bd85d9e898f9ddc5260e86ba35a670bab49339c7a3768789
EBUILD mate-panel-1.28.1.ebuild 1576 BLAKE2B 439861f6ac761f28992e872eb15b2710fcad832b5c2c9ca0e000579d45b63fce729c986454def5ec42863ec070b6b2a6f1016c0dffdc92b64d1d54750a329058 SHA512 e4441f572bd7be499a8a04d41a3d0fe4f863c6eb04bd1c815d2189e4f64a366edc7412beb5f9bbc166b974decc135eef09558aa522e5212b2bc85e5c3e327f84
MISC metadata.xml 489 BLAKE2B e2e9add08fd20c16ff668fc0896ca5f5a5b9c3e165fb798535d791edbe2acbabd6081a97ffb6eba30af7d4ab12f313843012f5ad502b9415a63174d048b4b1e7 SHA512 7198638983e1f1942c4a156fd73520c745b24e5fb5eff85762ec5825892755b32fafee0d42e5b22a3c7381d14a36accebd0e8f0e8ffc61660ac5a17023edc1d8
diff --git a/mate-base/mate-panel/mate-panel-1.26.4.ebuild b/mate-base/mate-panel/mate-panel-1.26.4.ebuild
deleted file mode 100644
index 81061647c238..000000000000
--- a/mate-base/mate-panel/mate-panel-1.26.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ "${PV}" != *9999 ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-fi
-
-DESCRIPTION="The MATE panel"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+X +introspection wayland"
-
-REQUIRED_USE="|| ( X wayland )"
-
-COMMON_DEPEND="
- >=app-accessibility/at-spi2-core-2.46.0:2
- >=dev-libs/glib-2.50:2
- >=dev-libs/libmateweather-1.17.0
- dev-libs/libxml2:2
- >=gnome-base/dconf-0.13.4
- >=mate-base/mate-desktop-1.17.0
- >=mate-base/mate-menus-1.21.0
- >=sys-apps/dbus-1.1.2
- >=x11-libs/cairo-1.0.0[X?]
- >=x11-libs/gdk-pixbuf-2.26.0:2
- >=x11-libs/gtk+-3.22:3[introspection?]
- x11-libs/libICE
- x11-libs/libSM
- >=x11-libs/libwnck-3.4.6:3[introspection?]
- >=x11-libs/pango-1.15.4:0[introspection?]
- X? (
- x11-libs/libX11
- x11-libs/libXau
- >=x11-libs/libXrandr-1.3
- )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
- wayland? ( gui-libs/gtk-layer-shell )
-"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}"
-
-BDEPEND="
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- >=dev-lang/perl-5:=
- dev-util/glib-utils
- dev-util/gdbus-codegen
- dev-util/gtk-doc
- dev-build/gtk-doc-am
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"
-
-src_configure() {
- mate_src_configure \
- --libexecdir="${EPREFIX}"/usr/libexec/mate-applets \
- --disable-deprecation-flags \
- $(use_enable X x11) \
- $(use_enable introspection) \
- $(use_enable wayland)
-}