summaryrefslogtreecommitdiff
path: root/mate-base/mate-menus/mate-menus-1.26.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mate-base/mate-menus/mate-menus-1.26.0.ebuild')
-rw-r--r--mate-base/mate-menus/mate-menus-1.26.0.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/mate-base/mate-menus/mate-menus-1.26.0.ebuild b/mate-base/mate-menus/mate-menus-1.26.0.ebuild
deleted file mode 100644
index ca0c3886c093..000000000000
--- a/mate-base/mate-menus/mate-menus-1.26.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-}