diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-09-03 13:20:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-17 19:50:06 +0200 |
commit | 8eca081c7e5327cd5df45871cd0ac6b14b35511c (patch) | |
tree | 8ce12175057cee2d7f59b01a8a5021770aba391b /mate-base | |
parent | mate-base/mate-desktop: drop 1.26.2 (diff) | |
download | gentoo-8eca081c7e5327cd5df45871cd0ac6b14b35511c.tar.gz gentoo-8eca081c7e5327cd5df45871cd0ac6b14b35511c.tar.bz2 gentoo-8eca081c7e5327cd5df45871cd0ac6b14b35511c.zip |
mate-base/mate-menus: drop 1.26.1
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/mate-menus/Manifest | 1 | ||||
-rw-r--r-- | mate-base/mate-menus/mate-menus-1.26.1.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/mate-base/mate-menus/Manifest b/mate-base/mate-menus/Manifest index e6f15213128b..ad5aef8783af 100644 --- a/mate-base/mate-menus/Manifest +++ b/mate-base/mate-menus/Manifest @@ -1,2 +1 @@ -DIST mate-menus-1.26.1.tar.xz 421032 BLAKE2B c767a1a60fba60ad7c86e64a5a17e71bfa0bb8bb5170c22594c1ef896dead8fed6e901e66b88495c5a89f7a6e35a6e45102a1bed4a1e511db0950bfa7c553031 SHA512 df57f653bc7a456719c24fa077b70a175d9bbaec7d55fb807e35ed66a9e0f2aaf7251bea0e7778ec98bf2b07b9f7bc25f4931a9c83ec0ae3621a1b8f257b1329 DIST mate-menus-1.28.0.tar.xz 420212 BLAKE2B 3ed5b8b2f7973c4272714ee528766a4a8afbc5444804c6c750484e7ba0271c0916a37e71ac6ae6ff2d6e89dd5a7bd751bc5826c7e760ead32634d95ae1f6813e SHA512 23baff3fc76d19df82fc36a94f1178a96cfec2aa57171b0d4839ff1d431e56169f09a277254cf3991fd5bb3d7f8c2d67cb41f30e94cedd50c934b561793d15af diff --git a/mate-base/mate-menus/mate-menus-1.26.1.ebuild b/mate-base/mate-menus/mate-menus-1.26.1.ebuild deleted file mode 100644 index b7c32eeb125f..000000000000 --- a/mate-base/mate-menus/mate-menus-1.26.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -GNOME2_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec" -LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+" -SLOT="0" - -IUSE="debug +introspection nls" - -COMMON_DEPEND=">=dev-libs/glib-2.50:2 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) -" - -RDEPEND="${COMMON_DEPEND}" - -BDEPEND=" - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" -DEPEND="${COMMON_DEPEND}" - -src_configure() { - # Do NOT compile with --disable-debug/--enable-debug=no as it disables API - # usage checks. - mate_src_configure \ - --enable-debug=$(usex debug yes) \ - $(use_enable introspection) \ - $(use_enable nls) -} - -src_install() { - mate_src_install - - exeinto /etc/X11/xinit/xinitrc.d/ - newexe "${FILESDIR}/10-xdg-menu-mate-r1" "10-xdg-menu-mate" -} |